diff --git a/.buildkite/ftr_configs.yml b/.buildkite/ftr_configs.yml index e4d1f63763031..406a20a361e82 100644 --- a/.buildkite/ftr_configs.yml +++ b/.buildkite/ftr_configs.yml @@ -34,9 +34,9 @@ disabled: - x-pack/test/defend_workflows_cypress/cli_config.ts - x-pack/test/defend_workflows_cypress/config.ts - x-pack/test/defend_workflows_cypress/serverless_config.ts - - x-pack/plugins/observability_onboarding/e2e/ftr_config_open.ts - - x-pack/plugins/observability_onboarding/e2e/ftr_config_runner.ts - - x-pack/plugins/observability_onboarding/e2e/ftr_config.ts + - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_open.ts + - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_runner.ts + - x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts - x-pack/test/osquery_cypress/cli_config.ts - x-pack/test/osquery_cypress/serverless_cli_config.ts - x-pack/test/osquery_cypress/config.ts @@ -48,22 +48,22 @@ disabled: - x-pack/test/functional_enterprise_search/visual_config.ts - x-pack/test/functional_enterprise_search/cli_config.ts - x-pack/test_serverless/functional/test_suites/security/cypress/security_config.ts - - x-pack/plugins/apm/ftr_e2e/ftr_config_open.ts - - x-pack/plugins/apm/ftr_e2e/ftr_config_run.ts - - x-pack/plugins/apm/ftr_e2e/ftr_config.ts + - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_open.ts + - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config_run.ts + - x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts - x-pack/test_serverless/functional/test_suites/observability/cypress/config_headless.ts - x-pack/test_serverless/functional/test_suites/observability/cypress/config_runner.ts - x-pack/test/security_solution_cypress/serverless_config.ts - - x-pack/plugins/profiling/e2e/ftr_config_open.ts - - x-pack/plugins/profiling/e2e/ftr_config_runner.ts - - x-pack/plugins/profiling/e2e/ftr_config.ts + - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_open.ts + - x-pack/plugins/observability_solution/profiling/e2e/ftr_config_runner.ts + - x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts # Elastic Synthetics configs - - x-pack/plugins/synthetics/e2e/config.ts - - x-pack/plugins/uptime/e2e/uptime/synthetics_run.ts - - x-pack/plugins/synthetics/e2e/synthetics/synthetics_run.ts - - x-pack/plugins/ux/e2e/synthetics_run.ts - - x-pack/plugins/exploratory_view/e2e/synthetics_run.ts + - x-pack/plugins/observability_solution/synthetics/e2e/config.ts + - x-pack/plugins/observability_solution/uptime/e2e/uptime/synthetics_run.ts + - x-pack/plugins/observability_solution/synthetics/e2e/synthetics/synthetics_run.ts + - x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts + - x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_run.ts # Configs that exist but weren't running in CI when this file was introduced - x-pack/test/alerting_api_integration/security_and_spaces/group2/tests/actions/config.ts diff --git a/.buildkite/pipelines/on_merge_unsupported_ftrs.yml b/.buildkite/pipelines/on_merge_unsupported_ftrs.yml index 8221e27ea7502..131375e0de39b 100644 --- a/.buildkite/pipelines/on_merge_unsupported_ftrs.yml +++ b/.buildkite/pipelines/on_merge_unsupported_ftrs.yml @@ -54,7 +54,7 @@ steps: depends_on: build timeout_in_minutes: 120 artifact_paths: - - 'x-pack/plugins/synthetics/e2e/.journeys/**/*' + - 'x-pack/plugins/observability_solution/synthetics/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml b/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml index 0f572a98cefb3..552691a11aba2 100644 --- a/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml +++ b/.buildkite/pipelines/pull_request/exploratory_view_plugin.yml @@ -6,7 +6,7 @@ steps: depends_on: build timeout_in_minutes: 60 artifact_paths: - - 'x-pack/plugins/exploratory_view/e2e/.journeys/**/*' + - 'x-pack/plugins/observability_solution/exploratory_view/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/synthetics_plugin.yml b/.buildkite/pipelines/pull_request/synthetics_plugin.yml index bfa3caa62f177..40f3dffa69af3 100644 --- a/.buildkite/pipelines/pull_request/synthetics_plugin.yml +++ b/.buildkite/pipelines/pull_request/synthetics_plugin.yml @@ -6,7 +6,7 @@ steps: depends_on: build timeout_in_minutes: 60 artifact_paths: - - 'x-pack/plugins/synthetics/e2e/.journeys/**/*' + - 'x-pack/plugins/observability_solution/synthetics/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/uptime_plugin.yml b/.buildkite/pipelines/pull_request/uptime_plugin.yml index cbd1c417fc852..faffeaaa86809 100644 --- a/.buildkite/pipelines/pull_request/uptime_plugin.yml +++ b/.buildkite/pipelines/pull_request/uptime_plugin.yml @@ -6,7 +6,7 @@ steps: depends_on: build timeout_in_minutes: 60 artifact_paths: - - 'x-pack/plugins/synthetics/e2e/.journeys/**/*' + - 'x-pack/plugins/observability_solution/synthetics/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1' diff --git a/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml b/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml index 7542373c0f437..9dfce776229c9 100644 --- a/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml +++ b/.buildkite/pipelines/pull_request/ux_plugin_e2e.yml @@ -6,7 +6,7 @@ steps: depends_on: build timeout_in_minutes: 60 artifact_paths: - - 'x-pack/plugins/ux/e2e/.journeys/**/*' + - 'x-pack/plugins/observability_solution/ux/e2e/.journeys/**/*' retry: automatic: - exit_status: '-1' diff --git a/.buildkite/scripts/steps/functional/apm_cypress.sh b/.buildkite/scripts/steps/functional/apm_cypress.sh index 55f99a819c076..400c39e72bf1c 100755 --- a/.buildkite/scripts/steps/functional/apm_cypress.sh +++ b/.buildkite/scripts/steps/functional/apm_cypress.sh @@ -30,6 +30,6 @@ echo "--- APM Cypress Tests" cd "$XPACK_DIR" -node plugins/apm/scripts/test/e2e.js \ +node plugins/observability_solution/apm/scripts/test/e2e.js \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" \ $CYPRESS_ARGS diff --git a/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh b/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh index c3459020461dc..d14033883312f 100755 --- a/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh +++ b/.buildkite/scripts/steps/functional/exploratory_view_plugin.sh @@ -13,4 +13,4 @@ echo "--- Exploratory View plugin @elastic/synthetics Tests" cd "$XPACK_DIR" -node plugins/exploratory_view/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} +node plugins/observability_solution/exploratory_view/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} diff --git a/.buildkite/scripts/steps/functional/observability_onboarding_cypress.sh b/.buildkite/scripts/steps/functional/observability_onboarding_cypress.sh index 1155cfdae07f7..095ef5c723392 100644 --- a/.buildkite/scripts/steps/functional/observability_onboarding_cypress.sh +++ b/.buildkite/scripts/steps/functional/observability_onboarding_cypress.sh @@ -13,5 +13,5 @@ echo "--- Observability onboarding Cypress Tests" cd "$XPACK_DIR" -node plugins/observability_onboarding/scripts/test/e2e.js \ +node plugins/observability_solution/observability_onboarding/scripts/test/e2e.js \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" \ \ No newline at end of file diff --git a/.buildkite/scripts/steps/functional/profiling_cypress.sh b/.buildkite/scripts/steps/functional/profiling_cypress.sh index 1f6fb316b77ad..daad169069ae3 100644 --- a/.buildkite/scripts/steps/functional/profiling_cypress.sh +++ b/.buildkite/scripts/steps/functional/profiling_cypress.sh @@ -13,5 +13,5 @@ echo "--- Profiling Cypress Tests" cd "$XPACK_DIR" -NODE_OPTIONS=--openssl-legacy-provider node plugins/profiling/scripts/test/e2e.js \ +NODE_OPTIONS=--openssl-legacy-provider node plugins/observability_solution/profiling/scripts/test/e2e.js \ --kibana-install-dir "$KIBANA_BUILD_LOCATION" \ \ No newline at end of file diff --git a/.buildkite/scripts/steps/functional/synthetics.sh b/.buildkite/scripts/steps/functional/synthetics.sh index 699f80fd0483c..3d22131701762 100644 --- a/.buildkite/scripts/steps/functional/synthetics.sh +++ b/.buildkite/scripts/steps/functional/synthetics.sh @@ -13,4 +13,4 @@ echo "--- synthetics @elastic/synthetics Tests" cd "$XPACK_DIR" -node plugins/synthetics/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" --grep "MonitorManagement-monitor*" +node plugins/observability_solution/synthetics/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" --grep "MonitorManagement-monitor*" diff --git a/.buildkite/scripts/steps/functional/synthetics_plugin.sh b/.buildkite/scripts/steps/functional/synthetics_plugin.sh index 5473d2d9a2b8b..5ad02174ccd26 100755 --- a/.buildkite/scripts/steps/functional/synthetics_plugin.sh +++ b/.buildkite/scripts/steps/functional/synthetics_plugin.sh @@ -13,4 +13,4 @@ echo "--- Synthetics plugin @elastic/synthetics Tests" cd "$XPACK_DIR" -node plugins/synthetics/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} +node plugins/observability_solution/synthetics/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} diff --git a/.buildkite/scripts/steps/functional/uptime_plugin.sh b/.buildkite/scripts/steps/functional/uptime_plugin.sh index b1ae17ff3d9fc..3122953862c73 100755 --- a/.buildkite/scripts/steps/functional/uptime_plugin.sh +++ b/.buildkite/scripts/steps/functional/uptime_plugin.sh @@ -13,4 +13,4 @@ echo "--- Uptime plugin @elastic/synthetics Tests" cd "$XPACK_DIR" -node plugins/uptime/scripts/uptime_e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} +node plugins/observability_solution/uptime/scripts/uptime_e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} diff --git a/.buildkite/scripts/steps/functional/ux_synthetics_e2e.sh b/.buildkite/scripts/steps/functional/ux_synthetics_e2e.sh index f7d6a6276fb56..dbb3289f604e5 100755 --- a/.buildkite/scripts/steps/functional/ux_synthetics_e2e.sh +++ b/.buildkite/scripts/steps/functional/ux_synthetics_e2e.sh @@ -13,4 +13,4 @@ echo "--- User Experience @elastic/synthetics Tests" cd "$XPACK_DIR" -node plugins/ux/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} +node plugins/observability_solution/ux/scripts/e2e.js --kibana-install-dir "$KIBANA_BUILD_LOCATION" ${GREP:+--grep \"${GREP}\"} diff --git a/.eslintrc.js b/.eslintrc.js index 23706483a4426..d73ae9ec60782 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -591,7 +591,7 @@ module.exports = { '**/*.test.js', 'x-pack/test/apm_api_integration/**/*.ts', 'x-pack/test/functional/apps/**/*.js', - 'x-pack/plugins/apm/**/*.js', + 'x-pack/plugins/observability_solution/apm/**/*.js', 'test/*/config.ts', 'test/*/config_open.ts', 'test/*/*.config.ts', @@ -871,10 +871,10 @@ module.exports = { */ { files: [ - 'x-pack/plugins/apm/**/*.{js,mjs,ts,tsx}', + 'x-pack/plugins/observability_solution/apm/**/*.{js,mjs,ts,tsx}', 'x-pack/plugins/observability/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/exploratory_view/**/*.{js,mjs,ts,tsx}', - 'x-pack/plugins/ux/**/*.{js,mjs,ts,tsx}', + 'x-pack/plugins/observability_solution/exploratory_view/**/*.{js,mjs,ts,tsx}', + 'x-pack/plugins/observability_solution/ux/**/*.{js,mjs,ts,tsx}', ], rules: { 'no-console': ['warn', { allow: ['error'] }], @@ -894,9 +894,9 @@ module.exports = { }, { files: [ - 'x-pack/plugins/apm/**/*.stories.*', + 'x-pack/plugins/observability_solution/apm/**/*.stories.*', 'x-pack/plugins/observability/**/*.stories.*', - 'x-pack/plugins/exploratory_view/**/*.stories.*', + 'x-pack/plugins/observability_solution/exploratory_view/**/*.stories.*', ], rules: { 'react/function-component-definition': [ @@ -911,16 +911,16 @@ module.exports = { { files: [ 'x-pack/plugins/aiops/**/*.tsx', - 'x-pack/plugins/apm/**/*.tsx', - 'x-pack/plugins/exploratory_view/**/*.tsx', - 'x-pack/plugins/infra/**/*.tsx', + 'x-pack/plugins/observability_solution/apm/**/*.tsx', + 'x-pack/plugins/observability_solution/exploratory_view/**/*.tsx', + 'x-pack/plugins/observability_solution/infra/**/*.tsx', 'x-pack/plugins/observability/**/*.tsx', - 'x-pack/plugins/observability_ai_assistant/**/*.tsx', - 'x-pack/plugins/observability_onboarding/**/*.tsx', - 'x-pack/plugins/observability_shared/**/*.tsx', - 'x-pack/plugins/profiling/**/*.tsx', - 'x-pack/plugins/synthetics/**/*.tsx', - 'x-pack/plugins/ux/**/*.tsx', + 'x-pack/plugins/observability_solution/observability_ai_assistant/**/*.tsx', + 'x-pack/plugins/observability_solution/observability_onboarding/**/*.tsx', + 'x-pack/plugins/observability_solution/observability_shared/**/*.tsx', + 'x-pack/plugins/observability_solution/profiling/**/*.tsx', + 'x-pack/plugins/observability_solution/synthetics/**/*.tsx', + 'x-pack/plugins/observability_solution/ux/**/*.tsx', ], rules: { '@kbn/telemetry/event_generating_elements_should_be_instrumented': 'error', @@ -928,16 +928,16 @@ module.exports = { }, { files: [ - 'x-pack/plugins/apm/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/exploratory_view/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/infra/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/apm/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/exploratory_view/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/infra/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', 'x-pack/plugins/observability/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/observability_ai_assistant/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/observability_onboarding/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/observability_shared/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/profiling/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/synthetics/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', - 'x-pack/plugins/ux/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/observability_ai_assistant/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/observability_onboarding/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/observability_shared/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/profiling/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/synthetics/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', + 'x-pack/plugins/observability_solution/ux/**/!(*.stories.tsx|*.test.tsx|*.storybook_decorator.tsx|*.mock.tsx)', ], rules: { '@kbn/i18n/strings_should_be_translated_with_i18n': 'warn', @@ -946,7 +946,7 @@ module.exports = { }, { // require explicit return types in route handlers for performance reasons - files: ['x-pack/plugins/apm/server/**/route.ts'], + files: ['x-pack/plugins/observability_solution/apm/server/**/route.ts'], rules: { '@typescript-eslint/explicit-function-return-type': [ 'error', @@ -958,7 +958,7 @@ module.exports = { }, // Profiling { - files: ['x-pack/plugins/profiling/**/*.{js,mjs,ts,tsx}'], + files: ['x-pack/plugins/observability_solution/profiling/**/*.{js,mjs,ts,tsx}'], rules: { 'react-hooks/rules-of-hooks': 'error', // Checks rules of Hooks 'react-hooks/exhaustive-deps': [ @@ -969,7 +969,9 @@ module.exports = { }, { // disable imports from legacy uptime plugin - files: ['x-pack/plugins/synthetics/public/apps/synthetics/**/*.{js,mjs,ts,tsx}'], + files: [ + 'x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/**/*.{js,mjs,ts,tsx}', + ], rules: { 'no-restricted-imports': [ 'error', diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2da7f440baf1e..11ab2cadf4d29 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -37,8 +37,8 @@ packages/analytics/shippers/elastic_v3/server @elastic/kibana-core packages/analytics/shippers/fullstory @elastic/kibana-core packages/analytics/shippers/gainsight @elastic/kibana-core packages/kbn-apm-config-loader @elastic/kibana-core @vigneshshanmugam -x-pack/plugins/apm_data_access @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team -x-pack/plugins/apm @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/apm_data_access @elastic/obs-knowledge-team @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/apm @elastic/obs-ux-infra_services-team packages/kbn-apm-synthtrace @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team packages/kbn-apm-synthtrace-client @elastic/obs-ux-infra_services-team @elastic/obs-ux-logs-team packages/kbn-apm-utils @elastic/obs-ux-infra_services-team @@ -381,7 +381,7 @@ x-pack/plugins/event_log @elastic/response-ops packages/kbn-expandable-flyout @elastic/security-threat-hunting-investigations packages/kbn-expect @elastic/kibana-operations @elastic/appex-qa x-pack/examples/exploratory_view_example @elastic/obs-ux-infra_services-team -x-pack/plugins/exploratory_view @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/exploratory_view @elastic/obs-ux-infra_services-team src/plugins/expression_error @elastic/kibana-presentation src/plugins/chart_expressions/expression_gauge @elastic/kibana-visualizations src/plugins/chart_expressions/expression_heatmap @elastic/kibana-visualizations @@ -450,7 +450,7 @@ x-pack/plugins/index_lifecycle_management @elastic/platform-deployment-managemen x-pack/plugins/index_management @elastic/platform-deployment-management test/plugin_functional/plugins/index_patterns @elastic/kibana-data-discovery x-pack/packages/kbn-infra-forge @elastic/obs-ux-management-team -x-pack/plugins/infra @elastic/infra-monitoring-ui @elastic/obs-ux-logs-team @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/infra @elastic/infra-monitoring-ui @elastic/obs-ux-logs-team @elastic/obs-ux-infra_services-team x-pack/plugins/ingest_pipelines @elastic/platform-deployment-management src/plugins/input_control_vis @elastic/kibana-presentation src/plugins/inspector @elastic/kibana-presentation @@ -488,7 +488,7 @@ examples/locator_explorer @elastic/appex-sharedux x-pack/plugins/log_explorer @elastic/obs-ux-logs-team packages/kbn-logging @elastic/kibana-core packages/kbn-logging-mocks @elastic/kibana-core -x-pack/plugins/logs_shared @elastic/obs-ux-logs-team +x-pack/plugins/observability_solution/logs_shared @elastic/obs-ux-logs-team x-pack/plugins/logstash @elastic/logstash packages/kbn-managed-vscode-config @elastic/kibana-operations packages/kbn-managed-vscode-config-cli @elastic/kibana-operations @@ -511,7 +511,7 @@ x-pack/examples/third_party_maps_source_example @elastic/kibana-gis src/plugins/maps_ems @elastic/kibana-gis x-pack/plugins/maps @elastic/kibana-gis x-pack/packages/maps/vector_tile_utils @elastic/kibana-gis -x-pack/plugins/metrics_data_access @elastic/obs-knowledge-team +x-pack/plugins/observability_solution/metrics_data_access @elastic/obs-knowledge-team x-pack/packages/ml/agg_utils @elastic/ml-ui x-pack/packages/ml/anomaly_utils @elastic/ml-ui x-pack/packages/ml/category_validator @elastic/ml-ui @@ -548,14 +548,14 @@ test/common/plugins/newsfeed @elastic/kibana-core src/plugins/no_data_page @elastic/appex-sharedux x-pack/plugins/notifications @elastic/appex-sharedux packages/kbn-object-versioning @elastic/appex-sharedux -x-pack/plugins/observability_ai_assistant @elastic/obs-knowledge-team +x-pack/plugins/observability_solution/observability_ai_assistant @elastic/obs-knowledge-team x-pack/packages/observability/alert_details @elastic/obs-ux-management-team x-pack/packages/observability/alerting_test_data @elastic/obs-ux-management-team x-pack/test/cases_api_integration/common/plugins/observability @elastic/response-ops x-pack/plugins/observability_log_explorer @elastic/obs-ux-logs-team -x-pack/plugins/observability_onboarding @elastic/obs-ux-logs-team +x-pack/plugins/observability_solution/observability_onboarding @elastic/obs-ux-logs-team x-pack/plugins/observability @elastic/obs-ux-management-team -x-pack/plugins/observability_shared @elastic/observability-ui +x-pack/plugins/observability_solution/observability_shared @elastic/observability-ui x-pack/test/security_api_integration/plugins/oidc_provider @elastic/kibana-security test/common/plugins/otel_metrics @elastic/obs-ux-infra_services-team packages/kbn-openapi-generator @elastic/security-detection-rule-management @@ -574,8 +574,8 @@ packages/kbn-plugin-helpers @elastic/kibana-operations examples/portable_dashboards_example @elastic/kibana-presentation examples/preboot_example @elastic/kibana-security @elastic/kibana-core src/plugins/presentation_util @elastic/kibana-presentation -x-pack/plugins/profiling_data_access @elastic/obs-ux-infra_services-team -x-pack/plugins/profiling @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/profiling_data_access @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/profiling @elastic/obs-ux-infra_services-team packages/kbn-profiling-utils @elastic/obs-ux-infra_services-team x-pack/packages/kbn-random-sampling @elastic/kibana-visualizations packages/kbn-react-field @elastic/kibana-data-discovery @@ -675,7 +675,7 @@ packages/kbn-server-http-tools @elastic/kibana-core packages/kbn-server-route-repository @elastic/obs-knowledge-team @elastic/obs-ux-management-team x-pack/plugins/serverless @elastic/appex-sharedux packages/serverless/settings/common @elastic/appex-sharedux @elastic/platform-deployment-management -x-pack/plugins/serverless_observability @elastic/appex-sharedux @elastic/obs-ux-management-team +x-pack/plugins/observability_solution/serverless_observability @elastic/appex-sharedux @elastic/obs-ux-management-team packages/serverless/settings/observability_project @elastic/appex-sharedux @elastic/platform-deployment-management @elastic/obs-ux-management-team packages/serverless/project_switcher @elastic/appex-sharedux x-pack/plugins/serverless_search @elastic/enterprise-search-frontend @@ -753,7 +753,7 @@ test/server_integration/plugins/status_plugin_b @elastic/kibana-core packages/kbn-std @elastic/kibana-core packages/kbn-stdio-dev-helpers @elastic/kibana-operations packages/kbn-storybook @elastic/kibana-operations -x-pack/plugins/synthetics @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/synthetics @elastic/obs-ux-infra_services-team x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture @elastic/response-ops x-pack/test/plugin_api_perf/plugins/task_manager_performance @elastic/response-ops x-pack/plugins/task_manager @elastic/response-ops @@ -804,7 +804,7 @@ src/plugins/unified_histogram @elastic/kibana-data-discovery src/plugins/unified_search @elastic/kibana-visualizations packages/kbn-unsaved-changes-badge @elastic/kibana-data-discovery x-pack/plugins/upgrade_assistant @elastic/platform-deployment-management -x-pack/plugins/uptime @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/uptime @elastic/obs-ux-infra_services-team x-pack/plugins/drilldowns/url_drilldown @elastic/appex-sharedux src/plugins/url_forwarding @elastic/kibana-visualizations packages/kbn-url-state @elastic/security-threat-hunting-investigations @@ -817,7 +817,7 @@ x-pack/test/security_api_integration/plugins/user_profiles_consumer @elastic/kib packages/kbn-utility-types @elastic/kibana-core packages/kbn-utility-types-jest @elastic/kibana-operations packages/kbn-utils @elastic/kibana-operations -x-pack/plugins/ux @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/ux @elastic/obs-ux-infra_services-team examples/v8_profiler_examples @elastic/response-ops packages/kbn-validate-next-docs-cli @elastic/kibana-operations src/plugins/vis_default_editor @elastic/kibana-visualizations @@ -1053,11 +1053,11 @@ x-pack/plugins/infra/server/lib/alerting @elastic/obs-ux-management-team /x-pack/test/functional/apps/observability_log_explorer @elastic/obs-ux-logs-team # Observability onboarding tour -/x-pack/plugins/observability_shared/public/components/tour @elastic/platform-onboarding +/x-pack/plugins/observability_solution/observability_shared/public/components/tour @elastic/platform-onboarding /x-pack/test/functional/apps/infra/tour.ts @elastic/platform-onboarding # Observability settings -/x-pack/plugins/observability/server/ui_settings.ts @elastic/obs-docs +/x-pack/plugins/observability_solution/observability/server/ui_settings.ts @elastic/obs-docs ### END Observability Plugins @@ -1496,12 +1496,6 @@ x-pack/plugins/security_solution/public/flyout/entity_details @elastic/security- # scss overrides should be below this line for specificity **/*.scss @elastic/kibana-design -# Observability design -/x-pack/plugins/apm/**/*.scss @elastic/observability-design -/x-pack/plugins/infra/**/*.scss @elastic/observability-design -/x-pack/plugins/fleet/**/*.scss @elastic/observability-design -/x-pack/plugins/monitoring/**/*.scss @elastic/observability-design - # Ent. Search design /x-pack/plugins/enterprise_search/**/*.scss @elastic/ent-search-design @@ -1527,7 +1521,7 @@ x-pack/plugins/translations/translations x-pack/test/profiling_api_integration @elastic/obs-ux-infra_services-team # Observability shared profiling -x-pack/plugins/observability_shared/public/components/profiling @elastic/obs-ux-infra_services-team +x-pack/plugins/observability_solution/observability_shared/public/components/profiling @elastic/obs-ux-infra_services-team # Shared UX packages/react @elastic/appex-sharedux diff --git a/.github/paths-labeller.yml b/.github/paths-labeller.yml index 1c1b2742001b5..3c440e895bbc8 100644 --- a/.github/paths-labeller.yml +++ b/.github/paths-labeller.yml @@ -1,23 +1,23 @@ --- - - "Feature:Embedding": - - "src/plugins/embeddable/**/*.*" - - "src/plugins/dashboard_embeddable_container/**/*.*" - - "Feature:Drilldowns": - - "x-pack/plugins/drilldowns/**/*.*" - - "x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*" - - "Feature:ExpressionLanguage": - - "src/plugins/expressions/**/*.*" - - "src/plugins/bfetch/**/*.*" - - "Team:apm": - - "x-pack/plugins/apm/**/*.*" - - "x-pack/test/apm_api_integration/**/*.*" - - "packages/kbn-apm-synthtrace/**/*.*" - - "packages/kbn-apm-synthtrace-client/**/*.*" - - "packages/kbn-apm-utils/**/*.*" - - "Team:Fleet": - - "x-pack/plugins/fleet/**/*.*" - - "x-pack/test/fleet_api_integration/**/*.*" - - "Team:uptime": - - "x-pack/plugins/synthetics/**/*.*" - - "x-pack/plugins/ux/**/*.*" - - "x-pack/plugins/observability/public/components/shared/exploratory_view/**/*.*" +- 'Feature:Embedding': + - 'src/plugins/embeddable/**/*.*' + - 'src/plugins/dashboard_embeddable_container/**/*.*' +- 'Feature:Drilldowns': + - 'x-pack/plugins/drilldowns/**/*.*' + - 'x-pack/plugins/dashboard_enhanced/public/services/drilldowns/**/*.*' +- 'Feature:ExpressionLanguage': + - 'src/plugins/expressions/**/*.*' + - 'src/plugins/bfetch/**/*.*' +- 'Team:apm': + - 'x-pack/plugins/observability_solution/apm/**/*.*' + - 'x-pack/test/apm_api_integration/**/*.*' + - 'packages/kbn-apm-synthtrace/**/*.*' + - 'packages/kbn-apm-synthtrace-client/**/*.*' + - 'packages/kbn-apm-utils/**/*.*' +- 'Team:Fleet': + - 'x-pack/plugins/fleet/**/*.*' + - 'x-pack/test/fleet_api_integration/**/*.*' +- 'Team:uptime': + - 'x-pack/plugins/observability_solution/synthetics/**/*.*' + - 'x-pack/plugins/observability_solution/ux/**/*.*' + - 'x-pack/plugins/observability_solution/observability/public/components/shared/exploratory_view/**/*.*' diff --git a/.gitignore b/.gitignore index 3a5dda1378c2e..05803a82affaa 100644 --- a/.gitignore +++ b/.gitignore @@ -94,8 +94,8 @@ npm-debug.log* ## @cypress/snapshot from apm plugin /snapshots.js /apm-diagnostics*.json -/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.actual.png -/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.diff.png +/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.actual.png +/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/*.diff.png # transpiled cypress config x-pack/plugins/fleet/cypress.config.d.ts diff --git a/TYPESCRIPT.md b/TYPESCRIPT.md index 9edd11ff4f1b0..49e4130bed8c8 100644 --- a/TYPESCRIPT.md +++ b/TYPESCRIPT.md @@ -3,6 +3,7 @@ ### Converting existing code To convert existing code over to TypeScript: + 1. rename the file from `.js` to either `.ts` (if there is no html or jsx in the file) or `.tsx` (if there is). 2. Ensure eslint is running and installed in the IDE of your choice. There will usually be some linter errors after the file rename. 3. Auto-fix what you can. This will save you a lot of time! VSCode can be set to auto fix eslint errors when files are saved. @@ -36,8 +37,8 @@ Some background on the differences between module declaration and augmentation: In TypeScript module declarations can not be merged, which means each module can only be declared once. But it is possible to augment previously declared modules. The documentation about the distinction between module declaration and augmentation is sparse. The observed rules for `declare module '...' {}` in a `.d.ts` file seem to be: -* it is treated as a module declaration when the file itself is not a module -* it is treated as a module augmentation when the file itself is module +- it is treated as a module declaration when the file itself is not a module +- it is treated as a module augmentation when the file itself is module A `.d.ts` file is treated as a module if it contains any top-level `import` or `export` statements. That means that in order to write a module declaration the `import`s must be contained within the `declare` block and none must be located on the topmost level. Conversely, to write a module augmentation there must be at least one top-level `import` or `export` and the `declare` block must not contain any `import` statements. @@ -67,6 +68,7 @@ declare module '@elastic/eui' { For example: metadata.js: + ```js export let metadata = null; @@ -76,6 +78,7 @@ export function __newPlatformInit__(legacyMetadata) { ``` documentation_links.js: + ```js import { metadata } from './metadata'; @@ -85,6 +88,7 @@ export const DOC_LINK_VERSION = metadata.branch; To TypeScript `documentation_links.js` you'll need to add a type definition for `metadata.js` metadata.d.ts + ``` declare interface Metadata { public branch: string; @@ -110,7 +114,7 @@ If that happens, just pick the closest one. If yarn doesn't find the module it may not have types. For example, our `rison_node` package doesn't have types. In this case you have a few options: 1. Contribute types into the DefinitelyTyped repo itself, or -2. Create a top level `types` folder and point to that in the tsconfig. For example, Infra team already handled this for `rison_node` and added: `x-pack/legacy/plugins/infra/types/rison_node.d.ts`. Other code uses it too, so we will need to pull it up. Or, +2. Create a top level `types` folder and point to that in the tsconfig. For example, Infra team already handled this for `rison_node` and added: `x-pack/legacy/plugins/observability_solution/infra/types/rison_node.d.ts`. Other code uses it too, so we will need to pull it up. Or, 3. Add a `// @ts-ignore` line above the import. This should be used minimally, the above options are better. However, sometimes you have to resort to this method. ### TypeScripting react files @@ -118,6 +122,7 @@ If yarn doesn't find the module it may not have types. For example, our `rison_n React has its own concept of runtime types via `proptypes`. TypeScript gives you compile time types so I prefer those. Before: + ```jsx import PropTypes from 'prop-types'; @@ -138,8 +143,8 @@ import PropTypes from 'prop-types'; ``` After: -```tsx +```tsx interface Props { text: string; } @@ -148,15 +153,15 @@ interface State { buttonWasClicked: boolean; } - export class Button extends Component { - state = { - buttonWasClicked = false - }; +export class Button extends Component { + state = { + buttonWasClicked = false, + }; - render() { - return - } - } + render() { + return ; + } +} ``` Note that the name of `Props` and `State` doesn't matter, the order does. If you are exporting those interfaces to be used elsewhere, you probably should give them more fleshed out names, such as `ButtonProps` and `ButtonState`. @@ -174,6 +179,7 @@ In react proptypes, we often will use `PropTypes.func`. In TypeScript, a functio Especially since we often use the spread operator, this syntax is a little different and probably worth calling out. Before: + ```js function ({ title, description }) { ... @@ -181,6 +187,7 @@ function ({ title, description }) { ``` After: + ```ts function ({ title, description }: {title: string, description: string}) { ... @@ -205,6 +212,7 @@ Using any is sometimes valid, but should rarely be used, even if to make quicker If you use a variable that isn't initially defined, you should give it a type, or it will be `any` by default (and strangely this isn't a warning, even though I think it should be) Before - `color` will be type `any`: + ```js let color; @@ -216,6 +224,7 @@ if (danger) { ``` After - `color` will be type `string`: + ```ts let color: string; @@ -240,6 +249,7 @@ anySet.add('2'); ``` So we should explicitly define types for default constructors whenever possible: + ```ts const typedMap = new Map(); typedMap.set('1', 2); diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index df3f4c8ec855d..48a9b70d234af 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -446,11 +446,11 @@ The plugin exposes the static DefaultEditorController class to consume. |The Kibana Alerting plugin provides a common place to set up rules. You can: -|{kib-repo}blob/{branch}/x-pack/plugins/apm/readme.md[apm] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/apm/readme.md[apm] |This plugin provides access to App Monitoring features provided by Elastic. It allows you to monitor your software services and applications in real-time; visualize detailed performance information on your services, identify and analyze errors, and monitor host-level and APM agent-specific metrics like JVM and Go runtime metrics. -|{kib-repo}blob/{branch}/x-pack/plugins/apm_data_access[apmDataAccess] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/apm_data_access[apmDataAccess] |WARNING: Missing README. @@ -558,7 +558,7 @@ security and spaces filtering. activities. -|{kib-repo}blob/{branch}/x-pack/plugins/exploratory_view/README.md[exploratoryView] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/exploratory_view/README.md[exploratoryView] |A shared component for visualizing observability data types via lens embeddable. For further details. @@ -605,7 +605,7 @@ Index Management by running this series of requests in Console: |This service is exposed from the Index Management setup contract and can be used to add content to the indices list and the index details page. -|{kib-repo}blob/{branch}/x-pack/plugins/infra/README.md[infra] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/infra/README.md[infra] |This is the home of the infra plugin, which aims to provide a solution for the infrastructure monitoring use-case within Kibana. @@ -643,7 +643,7 @@ using the CURL scripts in the scripts folder. |This plugin is home to the component and related types. It implements several of the underlying concepts that the Observability Log Explorer app builds upon. -|{kib-repo}blob/{branch}/x-pack/plugins/logs_shared/README.md[logsShared] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/logs_shared/README.md[logsShared] |Exposes the shared components and APIs to access and visualize logs. @@ -655,7 +655,7 @@ using the CURL scripts in the scripts folder. |Visualize geo data from Elasticsearch or 3rd party geo-services. -|{kib-repo}blob/{branch}/x-pack/plugins/metrics_data_access/README.md[metricsDataAccess] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/metrics_data_access/README.md[metricsDataAccess] |Exposes utilities to access metrics data. @@ -680,7 +680,7 @@ Elastic. |This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI. -|{kib-repo}blob/{branch}/x-pack/plugins/observability_ai_assistant/README.md[observabilityAIAssistant] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/observability_ai_assistant/README.md[observabilityAIAssistant] |This document gives an overview of the features of the Observability AI Assistant at the time of writing, and how to use them. At a high level, the Observability AI Assistant offers contextual insights, and a chat functionality that we enrich with function calling, allowing the LLM to hook into the user's data. We also allow the LLM to store things it considers new information as embeddings into Elasticsearch, and query this knowledge base when it decides it needs more information, using ELSER. @@ -688,11 +688,11 @@ Elastic. |This plugin provides an app based on the LogExplorer component from the log_explorer plugin, but adds observability-specific affordances. -|{kib-repo}blob/{branch}/x-pack/plugins/observability_onboarding/README.md[observabilityOnboarding] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/observability_onboarding/README.md[observabilityOnboarding] |This plugin provides an onboarding framework for observability solutions: Logs and APM. -|{kib-repo}blob/{branch}/x-pack/plugins/observability_shared/README.md[observabilityShared] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/observability_shared/README.md[observabilityShared] |A plugin that contains components and utilities shared by all Observability plugins. @@ -704,11 +704,11 @@ Elastic. |This plugin helps users learn how to use the Painless scripting language. -|{kib-repo}blob/{branch}/x-pack/plugins/profiling/README.md[profiling] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/profiling/README.md[profiling] |Universal Profiling provides fleet-wide, whole-system, continuous profiling with zero instrumentation. Get a comprehensive understanding of what lines of code are consuming compute resources throughout your entire fleet by visualizing your data in Kibana using the flamegraph, stacktraces, and top functions views. -|{kib-repo}blob/{branch}/x-pack/plugins/profiling_data_access[profilingDataAccess] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/profiling_data_access[profilingDataAccess] |WARNING: Missing README. @@ -770,7 +770,7 @@ It leverages universal configuration and other APIs in the serverless plugin to | -|{kib-repo}blob/{branch}/x-pack/plugins/serverless_observability/README.mdx[serverlessObservability] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/serverless_observability/README.mdx[serverlessObservability] |This plugin contains configuration and code used to create a Serverless Observability project. It leverages universal configuration and other APIs in the serverless plugin to configure Kibana. @@ -801,7 +801,7 @@ routes, etc. |The stack_connectors plugin provides connector types shipped with Kibana, built on top of the framework provided in the actions plugin. -|{kib-repo}blob/{branch}/x-pack/plugins/synthetics/README.md[synthetics] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/synthetics/README.md[synthetics] |The purpose of this plugin is to provide users of Heartbeat more visibility of what's happening in their infrastructure. @@ -840,7 +840,7 @@ As a developer you can reuse and extend built-in alerts and actions UI functiona |Upgrade Assistant helps users prepare their Stack for being upgraded to the next version of the Elastic stack. -|{kib-repo}blob/{branch}/x-pack/plugins/uptime/README.md[uptime] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/uptime/README.md[uptime] |The purpose of this plugin is to provide users of Heartbeat more visibility of what's happening in their infrastructure. @@ -849,7 +849,7 @@ in their infrastructure. |NOTE: This plugin contains implementation of URL drilldown. For drilldowns infrastructure code refer to ui_actions_enhanced plugin. -|{kib-repo}blob/{branch}/x-pack/plugins/ux/readme.md[ux] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/ux/readme.md[ux] |https://docs.elastic.dev/kibana-dev-docs/welcome diff --git a/package.json b/package.json index 5e43d8bb910cf..60a9d38bfc96d 100644 --- a/package.json +++ b/package.json @@ -156,8 +156,8 @@ "@kbn/analytics-shippers-fullstory": "link:packages/analytics/shippers/fullstory", "@kbn/analytics-shippers-gainsight": "link:packages/analytics/shippers/gainsight", "@kbn/apm-config-loader": "link:packages/kbn-apm-config-loader", - "@kbn/apm-data-access-plugin": "link:x-pack/plugins/apm_data_access", - "@kbn/apm-plugin": "link:x-pack/plugins/apm", + "@kbn/apm-data-access-plugin": "link:x-pack/plugins/observability_solution/apm_data_access", + "@kbn/apm-plugin": "link:x-pack/plugins/observability_solution/apm", "@kbn/apm-utils": "link:packages/kbn-apm-utils", "@kbn/app-link-test-plugin": "link:test/plugin_functional/plugins/app_link_test", "@kbn/application-usage-test-plugin": "link:x-pack/test/usage_collection/plugins/application_usage_test", @@ -417,7 +417,7 @@ "@kbn/event-log-plugin": "link:x-pack/plugins/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/exploratory_view", + "@kbn/exploratory-view-plugin": "link:x-pack/plugins/observability_solution/exploratory_view", "@kbn/expression-error-plugin": "link:src/plugins/expression_error", "@kbn/expression-gauge-plugin": "link:src/plugins/chart_expressions/expression_gauge", "@kbn/expression-heatmap-plugin": "link:src/plugins/chart_expressions/expression_heatmap", @@ -478,7 +478,7 @@ "@kbn/index-management-plugin": "link:x-pack/plugins/index_management", "@kbn/index-patterns-test-plugin": "link:test/plugin_functional/plugins/index_patterns", "@kbn/infra-forge": "link:x-pack/packages/kbn-infra-forge", - "@kbn/infra-plugin": "link:x-pack/plugins/infra", + "@kbn/infra-plugin": "link:x-pack/plugins/observability_solution/infra", "@kbn/ingest-pipelines-plugin": "link:x-pack/plugins/ingest_pipelines", "@kbn/input-control-vis-plugin": "link:src/plugins/input_control_vis", "@kbn/inspector-plugin": "link:src/plugins/inspector", @@ -510,7 +510,7 @@ "@kbn/log-explorer-plugin": "link:x-pack/plugins/log_explorer", "@kbn/logging": "link:packages/kbn-logging", "@kbn/logging-mocks": "link:packages/kbn-logging-mocks", - "@kbn/logs-shared-plugin": "link:x-pack/plugins/logs_shared", + "@kbn/logs-shared-plugin": "link:x-pack/plugins/observability_solution/logs_shared", "@kbn/logstash-plugin": "link:x-pack/plugins/logstash", "@kbn/management-cards-navigation": "link:packages/kbn-management/cards_navigation", "@kbn/management-plugin": "link:src/plugins/management", @@ -530,7 +530,7 @@ "@kbn/maps-ems-plugin": "link:src/plugins/maps_ems", "@kbn/maps-plugin": "link:x-pack/plugins/maps", "@kbn/maps-vector-tile-utils": "link:x-pack/packages/maps/vector_tile_utils", - "@kbn/metrics-data-access-plugin": "link:x-pack/plugins/metrics_data_access", + "@kbn/metrics-data-access-plugin": "link:x-pack/plugins/observability_solution/metrics_data_access", "@kbn/ml-agg-utils": "link:x-pack/packages/ml/agg_utils", "@kbn/ml-anomaly-utils": "link:x-pack/packages/ml/anomaly_utils", "@kbn/ml-category-validator": "link:x-pack/packages/ml/category_validator", @@ -566,14 +566,14 @@ "@kbn/no-data-page-plugin": "link:src/plugins/no_data_page", "@kbn/notifications-plugin": "link:x-pack/plugins/notifications", "@kbn/object-versioning": "link:packages/kbn-object-versioning", - "@kbn/observability-ai-assistant-plugin": "link:x-pack/plugins/observability_ai_assistant", + "@kbn/observability-ai-assistant-plugin": "link:x-pack/plugins/observability_solution/observability_ai_assistant", "@kbn/observability-alert-details": "link:x-pack/packages/observability/alert_details", "@kbn/observability-alerting-test-data": "link:x-pack/packages/observability/alerting_test_data", "@kbn/observability-fixtures-plugin": "link:x-pack/test/cases_api_integration/common/plugins/observability", "@kbn/observability-log-explorer-plugin": "link:x-pack/plugins/observability_log_explorer", - "@kbn/observability-onboarding-plugin": "link:x-pack/plugins/observability_onboarding", + "@kbn/observability-onboarding-plugin": "link:x-pack/plugins/observability_solution/observability_onboarding", "@kbn/observability-plugin": "link:x-pack/plugins/observability", - "@kbn/observability-shared-plugin": "link:x-pack/plugins/observability_shared", + "@kbn/observability-shared-plugin": "link:x-pack/plugins/observability_solution/observability_shared", "@kbn/oidc-provider-plugin": "link:x-pack/test/security_api_integration/plugins/oidc_provider", "@kbn/open-telemetry-instrumented-plugin": "link:test/common/plugins/otel_metrics", "@kbn/osquery-io-ts-types": "link:packages/kbn-osquery-io-ts-types", @@ -583,8 +583,8 @@ "@kbn/portable-dashboards-example": "link:examples/portable_dashboards_example", "@kbn/preboot-example-plugin": "link:examples/preboot_example", "@kbn/presentation-util-plugin": "link:src/plugins/presentation_util", - "@kbn/profiling-data-access-plugin": "link:x-pack/plugins/profiling_data_access", - "@kbn/profiling-plugin": "link:x-pack/plugins/profiling", + "@kbn/profiling-data-access-plugin": "link:x-pack/plugins/observability_solution/profiling_data_access", + "@kbn/profiling-plugin": "link:x-pack/plugins/observability_solution/profiling", "@kbn/profiling-utils": "link:packages/kbn-profiling-utils", "@kbn/random-sampling": "link:x-pack/packages/kbn-random-sampling", "@kbn/react-field": "link:packages/kbn-react-field", @@ -678,7 +678,7 @@ "@kbn/server-route-repository": "link:packages/kbn-server-route-repository", "@kbn/serverless": "link:x-pack/plugins/serverless", "@kbn/serverless-common-settings": "link:packages/serverless/settings/common", - "@kbn/serverless-observability": "link:x-pack/plugins/serverless_observability", + "@kbn/serverless-observability": "link:x-pack/plugins/observability_solution/serverless_observability", "@kbn/serverless-observability-settings": "link:packages/serverless/settings/observability_project", "@kbn/serverless-project-switcher": "link:packages/serverless/project_switcher", "@kbn/serverless-search": "link:x-pack/plugins/serverless_search", @@ -750,7 +750,7 @@ "@kbn/status-plugin-a-plugin": "link:test/server_integration/plugins/status_plugin_a", "@kbn/status-plugin-b-plugin": "link:test/server_integration/plugins/status_plugin_b", "@kbn/std": "link:packages/kbn-std", - "@kbn/synthetics-plugin": "link:x-pack/plugins/synthetics", + "@kbn/synthetics-plugin": "link:x-pack/plugins/observability_solution/synthetics", "@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", @@ -794,7 +794,7 @@ "@kbn/unified-search-plugin": "link:src/plugins/unified_search", "@kbn/unsaved-changes-badge": "link:packages/kbn-unsaved-changes-badge", "@kbn/upgrade-assistant-plugin": "link:x-pack/plugins/upgrade_assistant", - "@kbn/uptime-plugin": "link:x-pack/plugins/uptime", + "@kbn/uptime-plugin": "link:x-pack/plugins/observability_solution/uptime", "@kbn/url-drilldown-plugin": "link:x-pack/plugins/drilldowns/url_drilldown", "@kbn/url-forwarding-plugin": "link:src/plugins/url_forwarding", "@kbn/url-state": "link:packages/kbn-url-state", @@ -807,7 +807,7 @@ "@kbn/utility-types": "link:packages/kbn-utility-types", "@kbn/utility-types-jest": "link:packages/kbn-utility-types-jest", "@kbn/utils": "link:packages/kbn-utils", - "@kbn/ux-plugin": "link:x-pack/plugins/ux", + "@kbn/ux-plugin": "link:x-pack/plugins/observability_solution/ux", "@kbn/v8-profiler-examples-plugin": "link:examples/v8_profiler_examples", "@kbn/vis-default-editor-plugin": "link:src/plugins/vis_default_editor", "@kbn/vis-type-gauge-plugin": "link:src/plugins/vis_types/gauge", diff --git a/packages/kbn-babel-preset/styled_components_files.js b/packages/kbn-babel-preset/styled_components_files.js index 49f96c9c67f71..3dcb6722f0364 100644 --- a/packages/kbn-babel-preset/styled_components_files.js +++ b/packages/kbn-babel-preset/styled_components_files.js @@ -14,7 +14,8 @@ module.exports = { USES_STYLED_COMPONENTS: [ /packages[\/\\]kbn-ui-shared-deps-(npm|src)[\/\\]/, /src[\/\\]plugins[\/\\](kibana_react)[\/\\]/, - /x-pack[\/\\]plugins[\/\\](apm|beats_management|cases|fleet|infra|lists|observability|observability_shared|exploratory_view|security_solution|timelines|synthetics|ux|uptime)[\/\\]/, + /x-pack[\/\\]plugins[\/\\](beats_management|cases|fleet|lists|observability|security_solution|timelines)[\/\\]/, + /x-pack[\/\\]plugins[\/\\]observability_solution[\/\\](apm|infra|observability_shared|exploratory_view|synthetics|ux|uptime)[\/\\]/, /x-pack[\/\\]test[\/\\]plugin_functional[\/\\]plugins[\/\\]resolver_test[\/\\]/, /x-pack[\/\\]packages[\/\\]elastic_assistant[\/\\]/, /x-pack[\/\\]packages[\/\\]security-solution[\/\\]ecs_data_quality_dashboard[\/\\]/, 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 cea9fa1c333d9..6dfd4a9c6755b 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 @@ -11,11 +11,14 @@ import { getI18nIdentifierFromFilePath } from './get_i18n_identifier_from_file_p const SYSTEMPATH = 'systemPath'; const testMap = [ - ['x-pack/plugins/observability/public/header_actions.tsx', 'xpack.observability'], - ['x-pack/plugins/apm/common/components/app/correlations/correlations_table.tsx', 'xpack.apm'], - ['x-pack/plugins/cases/server/components/foo.tsx', 'xpack.cases'], + ['x-pack/plugins/observability/public/foo/bar/baz/header_actions.tsx', 'xpack.observability'], [ - 'x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/toggle_alert_flyout_button.tsx', + 'x-pack/plugins/observability_solution/apm/public/components/app/correlations/correlations_table.tsx', + 'xpack.apm', + ], + ['x-pack/plugins/cases/public/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'], 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 36790e883cce1..9c7c5baa40480 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 @@ -11,8 +11,11 @@ import { getAppName } from './get_app_name'; const SYSTEMPATH = 'systemPath'; const testMap = [ - ['x-pack/plugins/observability/foo/bar/baz/header_actions.tsx', 'o11y'], - ['x-pack/plugins/apm/public/components/app/correlations/correlations_table.tsx', 'apm'], + ['x-pack/plugins/observability_solution/observability/foo/bar/baz/header_actions.tsx', 'o11y'], + [ + 'x-pack/plugins/observability_solution/apm/public/components/app/correlations/correlations_table.tsx', + 'apm', + ], ['x-pack/plugins/cases/public/components/foo.tsx', 'cases'], ['packages/kbn-alerts-ui-shared/src/alert_lifecycle_status_badge/index.tsx', 'kbnAlertsUiShared'], ]; diff --git a/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.ts b/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.ts index e483a572be892..d4bb700e68997 100644 --- a/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.ts +++ b/packages/kbn-eslint-plugin-telemetry/helpers/get_app_name.ts @@ -27,7 +27,9 @@ export function getAppName(fileName: string, cwd: string) { }, new Set()) ); - const relativePathArray = relativePathToFile.split('/'); + const relativePathArray = relativePathToFile + .split('/') + .filter((el) => el !== 'observability_solution'); const appName = camelCase( packageDirs.reduce((acc, repoPath) => { diff --git a/packages/kbn-profiling-utils/common/__fixtures__/README.md b/packages/kbn-profiling-utils/common/__fixtures__/README.md index 1a26bca590668..2414eae2fdb49 100644 --- a/packages/kbn-profiling-utils/common/__fixtures__/README.md +++ b/packages/kbn-profiling-utils/common/__fixtures__/README.md @@ -1,6 +1,6 @@ The stacktrace fixtures in this directory are originally from Elasticsearch's `POST /_profiling/stacktraces` endpoint. They were subsequently filtered -through the `shrink_stacktrace_response.js` command in `x-pack/plugins/profiling/scripts/` +through the `shrink_stacktrace_response.js` command in `x-pack/plugins/observability_solution/profiling/scripts/` to reduce the size without losing sampling fidelity (see the script for further details). @@ -14,4 +14,4 @@ where `seconds` is the time span of the original query and `upsampling rate` is the reciprocal of the sampling rate returned from the original query. To add a new stacktrace fixture to the test suite, update `stacktraces.ts` -appropriately. \ No newline at end of file +appropriately. diff --git a/src/dev/precommit_hook/casing_check_config.js b/src/dev/precommit_hook/casing_check_config.js index acf4748055589..1615cd2044189 100644 --- a/src/dev/precommit_hook/casing_check_config.js +++ b/src/dev/precommit_hook/casing_check_config.js @@ -69,7 +69,7 @@ export const IGNORE_FILE_GLOBS = [ 'x-pack/plugins/maps/server/fonts/**/*', - 'x-pack/plugins/profiling/Makefile', + 'x-pack/plugins/observability_solution/profiling/Makefile', // Bazel default files '**/WORKSPACE.bazel', diff --git a/src/dev/storybook/aliases.ts b/src/dev/storybook/aliases.ts index 88d8c04b42337..8b831fddc62c5 100644 --- a/src/dev/storybook/aliases.ts +++ b/src/dev/storybook/aliases.ts @@ -11,7 +11,7 @@ // If you wish for your Storybook to be built and included in CI, also add your // alias to .buildkite/scripts/steps/storybooks/build_and_upload.ts export const storybookAliases = { - apm: 'x-pack/plugins/apm/.storybook', + apm: 'x-pack/plugins/observability_solution/apm/.storybook', canvas: 'x-pack/plugins/canvas/storybook', cases: 'packages/kbn-cases-components/.storybook', cell_actions: 'packages/kbn-cell-actions/.storybook', @@ -42,13 +42,14 @@ export const storybookAliases = { fleet: 'x-pack/plugins/fleet/.storybook', grouping: 'packages/kbn-securitysolution-grouping/.storybook', home: 'src/plugins/home/.storybook', - infra: 'x-pack/plugins/infra/.storybook', + infra: 'x-pack/plugins/observability_solution/infra/.storybook', kibana_react: 'src/plugins/kibana_react/.storybook', lists: 'x-pack/plugins/lists/.storybook', log_explorer: 'x-pack/plugins/log_explorer/.storybook', management: 'packages/kbn-management/storybook/config', observability: 'x-pack/plugins/observability/.storybook', - observability_ai_assistant: 'x-pack/plugins/observability_ai_assistant/.storybook', + observability_ai_assistant: + 'x-pack/plugins/observability_solution/observability_ai_assistant/.storybook', presentation: 'src/plugins/presentation_util/storybook', random_sampling: 'x-pack/packages/kbn-random-sampling/.storybook', text_based_editor: 'packages/kbn-text-based-editor/.storybook', @@ -60,5 +61,5 @@ export const storybookAliases = { triggers_actions_ui: 'x-pack/plugins/triggers_actions_ui/.storybook', ui_actions_enhanced: 'src/plugins/ui_actions_enhanced/.storybook', unified_search: 'src/plugins/unified_search/.storybook', - profiling: 'x-pack/plugins/profiling/.storybook', + profiling: 'x-pack/plugins/observability_solution/profiling/.storybook', }; diff --git a/src/plugins/guided_onboarding/README.md b/src/plugins/guided_onboarding/README.md index 50132b0a03e9d..a7d1447d6da8b 100755 --- a/src/plugins/guided_onboarding/README.md +++ b/src/plugins/guided_onboarding/README.md @@ -125,7 +125,7 @@ To use the API service, you need to know a guide ID (currently one of `appSearch The guided onboarding exposes a function `registerGuideConfig(guideId: GuideId, guideConfig: GuideConfig)` function in its setup contract. This function allows consumers to register a guide config for a specified guide ID. The function throws an error if a config already exists for the guide ID. See code examples in following plugins: - enterprise search: `x-pack/plugins/enterprise_search/server/plugin.ts` -- observability: `x-pack/plugins/observability/server/plugin.ts` +- observability: `x-pack/plugins/observability_solution/observability/server/plugin.ts` - security solution: `x-pack/plugins/security_solution/server/plugin.ts` ## Adding a new guide diff --git a/src/plugins/vis_types/timeseries/server/plugin.ts b/src/plugins/vis_types/timeseries/server/plugin.ts index 194c6388bac80..fc891c758d575 100644 --- a/src/plugins/vis_types/timeseries/server/plugin.ts +++ b/src/plugins/vis_types/timeseries/server/plugin.ts @@ -62,7 +62,7 @@ export interface VisTypeTimeseriesSetup { getVisData: ( requestContext: VisTypeTimeseriesRequestHandlerContext, fakeRequest: KibanaRequest, - // ideally this should be VisPayload type, but currently has inconsistencies with x-pack/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts + // ideally this should be VisPayload type, but currently has inconsistencies with x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/kibana_framework_adapter.ts options: any ) => Promise; } diff --git a/test/scripts/jenkins_apm_cypress.sh b/test/scripts/jenkins_apm_cypress.sh index 2ccd7d760fba5..dec74cc186656 100755 --- a/test/scripts/jenkins_apm_cypress.sh +++ b/test/scripts/jenkins_apm_cypress.sh @@ -5,7 +5,7 @@ source test/scripts/jenkins_test_setup_xpack.sh echo " -> Running APM cypress tests" cd "$XPACK_DIR" -node plugins/apm/scripts/test/e2e.js +node plugins/observability_solution/apm/scripts/test/e2e.js echo "" echo "" diff --git a/test/scripts/jenkins_uptime_playwright.sh b/test/scripts/jenkins_uptime_playwright.sh index 5bea30a223cd4..3981573e6852d 100755 --- a/test/scripts/jenkins_uptime_playwright.sh +++ b/test/scripts/jenkins_uptime_playwright.sh @@ -5,7 +5,7 @@ source test/scripts/jenkins_test_setup_xpack.sh echo " -> Running synthetics @elastic/synthetics tests" cd "$XPACK_DIR" -node plugins/synthetics/scripts/e2e.js +node plugins/observability_solution/synthetics/scripts/e2e.js echo "" echo "" diff --git a/test/scripts/jenkins_ux_synthetics.sh b/test/scripts/jenkins_ux_synthetics.sh index acf2611e36b94..bd0597b21d230 100755 --- a/test/scripts/jenkins_ux_synthetics.sh +++ b/test/scripts/jenkins_ux_synthetics.sh @@ -5,7 +5,7 @@ source test/scripts/jenkins_test_setup_xpack.sh echo " -> Running User Experience plugin @elastic/synthetics tests" cd "$XPACK_DIR" -node plugins/ux/scripts/e2e.js +node plugins/observability_solution/ux/scripts/e2e.js echo "" echo "" diff --git a/tsconfig.base.json b/tsconfig.base.json index d21fd5f4359a1..fec71af7a0d53 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -68,10 +68,10 @@ "@kbn/analytics-shippers-gainsight/*": ["packages/analytics/shippers/gainsight/*"], "@kbn/apm-config-loader": ["packages/kbn-apm-config-loader"], "@kbn/apm-config-loader/*": ["packages/kbn-apm-config-loader/*"], - "@kbn/apm-data-access-plugin": ["x-pack/plugins/apm_data_access"], - "@kbn/apm-data-access-plugin/*": ["x-pack/plugins/apm_data_access/*"], - "@kbn/apm-plugin": ["x-pack/plugins/apm"], - "@kbn/apm-plugin/*": ["x-pack/plugins/apm/*"], + "@kbn/apm-data-access-plugin": ["x-pack/plugins/observability_solution/apm_data_access"], + "@kbn/apm-data-access-plugin/*": ["x-pack/plugins/observability_solution/apm_data_access/*"], + "@kbn/apm-plugin": ["x-pack/plugins/observability_solution/apm"], + "@kbn/apm-plugin/*": ["x-pack/plugins/observability_solution/apm/*"], "@kbn/apm-synthtrace": ["packages/kbn-apm-synthtrace"], "@kbn/apm-synthtrace/*": ["packages/kbn-apm-synthtrace/*"], "@kbn/apm-synthtrace-client": ["packages/kbn-apm-synthtrace-client"], @@ -756,8 +756,8 @@ "@kbn/expect/*": ["packages/kbn-expect/*"], "@kbn/exploratory-view-example-plugin": ["x-pack/examples/exploratory_view_example"], "@kbn/exploratory-view-example-plugin/*": ["x-pack/examples/exploratory_view_example/*"], - "@kbn/exploratory-view-plugin": ["x-pack/plugins/exploratory_view"], - "@kbn/exploratory-view-plugin/*": ["x-pack/plugins/exploratory_view/*"], + "@kbn/exploratory-view-plugin": ["x-pack/plugins/observability_solution/exploratory_view"], + "@kbn/exploratory-view-plugin/*": ["x-pack/plugins/observability_solution/exploratory_view/*"], "@kbn/expression-error-plugin": ["src/plugins/expression_error"], "@kbn/expression-error-plugin/*": ["src/plugins/expression_error/*"], "@kbn/expression-gauge-plugin": ["src/plugins/chart_expressions/expression_gauge"], @@ -894,8 +894,8 @@ "@kbn/index-patterns-test-plugin/*": ["test/plugin_functional/plugins/index_patterns/*"], "@kbn/infra-forge": ["x-pack/packages/kbn-infra-forge"], "@kbn/infra-forge/*": ["x-pack/packages/kbn-infra-forge/*"], - "@kbn/infra-plugin": ["x-pack/plugins/infra"], - "@kbn/infra-plugin/*": ["x-pack/plugins/infra/*"], + "@kbn/infra-plugin": ["x-pack/plugins/observability_solution/infra"], + "@kbn/infra-plugin/*": ["x-pack/plugins/observability_solution/infra/*"], "@kbn/ingest-pipelines-plugin": ["x-pack/plugins/ingest_pipelines"], "@kbn/ingest-pipelines-plugin/*": ["x-pack/plugins/ingest_pipelines/*"], "@kbn/input-control-vis-plugin": ["src/plugins/input_control_vis"], @@ -970,8 +970,8 @@ "@kbn/logging/*": ["packages/kbn-logging/*"], "@kbn/logging-mocks": ["packages/kbn-logging-mocks"], "@kbn/logging-mocks/*": ["packages/kbn-logging-mocks/*"], - "@kbn/logs-shared-plugin": ["x-pack/plugins/logs_shared"], - "@kbn/logs-shared-plugin/*": ["x-pack/plugins/logs_shared/*"], + "@kbn/logs-shared-plugin": ["x-pack/plugins/observability_solution/logs_shared"], + "@kbn/logs-shared-plugin/*": ["x-pack/plugins/observability_solution/logs_shared/*"], "@kbn/logstash-plugin": ["x-pack/plugins/logstash"], "@kbn/logstash-plugin/*": ["x-pack/plugins/logstash/*"], "@kbn/managed-vscode-config": ["packages/kbn-managed-vscode-config"], @@ -1016,8 +1016,8 @@ "@kbn/maps-plugin/*": ["x-pack/plugins/maps/*"], "@kbn/maps-vector-tile-utils": ["x-pack/packages/maps/vector_tile_utils"], "@kbn/maps-vector-tile-utils/*": ["x-pack/packages/maps/vector_tile_utils/*"], - "@kbn/metrics-data-access-plugin": ["x-pack/plugins/metrics_data_access"], - "@kbn/metrics-data-access-plugin/*": ["x-pack/plugins/metrics_data_access/*"], + "@kbn/metrics-data-access-plugin": ["x-pack/plugins/observability_solution/metrics_data_access"], + "@kbn/metrics-data-access-plugin/*": ["x-pack/plugins/observability_solution/metrics_data_access/*"], "@kbn/ml-agg-utils": ["x-pack/packages/ml/agg_utils"], "@kbn/ml-agg-utils/*": ["x-pack/packages/ml/agg_utils/*"], "@kbn/ml-anomaly-utils": ["x-pack/packages/ml/anomaly_utils"], @@ -1090,8 +1090,8 @@ "@kbn/notifications-plugin/*": ["x-pack/plugins/notifications/*"], "@kbn/object-versioning": ["packages/kbn-object-versioning"], "@kbn/object-versioning/*": ["packages/kbn-object-versioning/*"], - "@kbn/observability-ai-assistant-plugin": ["x-pack/plugins/observability_ai_assistant"], - "@kbn/observability-ai-assistant-plugin/*": ["x-pack/plugins/observability_ai_assistant/*"], + "@kbn/observability-ai-assistant-plugin": ["x-pack/plugins/observability_solution/observability_ai_assistant"], + "@kbn/observability-ai-assistant-plugin/*": ["x-pack/plugins/observability_solution/observability_ai_assistant/*"], "@kbn/observability-alert-details": ["x-pack/packages/observability/alert_details"], "@kbn/observability-alert-details/*": ["x-pack/packages/observability/alert_details/*"], "@kbn/observability-alerting-test-data": ["x-pack/packages/observability/alerting_test_data"], @@ -1100,12 +1100,12 @@ "@kbn/observability-fixtures-plugin/*": ["x-pack/test/cases_api_integration/common/plugins/observability/*"], "@kbn/observability-log-explorer-plugin": ["x-pack/plugins/observability_log_explorer"], "@kbn/observability-log-explorer-plugin/*": ["x-pack/plugins/observability_log_explorer/*"], - "@kbn/observability-onboarding-plugin": ["x-pack/plugins/observability_onboarding"], - "@kbn/observability-onboarding-plugin/*": ["x-pack/plugins/observability_onboarding/*"], + "@kbn/observability-onboarding-plugin": ["x-pack/plugins/observability_solution/observability_onboarding"], + "@kbn/observability-onboarding-plugin/*": ["x-pack/plugins/observability_solution/observability_onboarding/*"], "@kbn/observability-plugin": ["x-pack/plugins/observability"], "@kbn/observability-plugin/*": ["x-pack/plugins/observability/*"], - "@kbn/observability-shared-plugin": ["x-pack/plugins/observability_shared"], - "@kbn/observability-shared-plugin/*": ["x-pack/plugins/observability_shared/*"], + "@kbn/observability-shared-plugin": ["x-pack/plugins/observability_solution/observability_shared"], + "@kbn/observability-shared-plugin/*": ["x-pack/plugins/observability_solution/observability_shared/*"], "@kbn/oidc-provider-plugin": ["x-pack/test/security_api_integration/plugins/oidc_provider"], "@kbn/oidc-provider-plugin/*": ["x-pack/test/security_api_integration/plugins/oidc_provider/*"], "@kbn/open-telemetry-instrumented-plugin": ["test/common/plugins/otel_metrics"], @@ -1142,10 +1142,10 @@ "@kbn/preboot-example-plugin/*": ["examples/preboot_example/*"], "@kbn/presentation-util-plugin": ["src/plugins/presentation_util"], "@kbn/presentation-util-plugin/*": ["src/plugins/presentation_util/*"], - "@kbn/profiling-data-access-plugin": ["x-pack/plugins/profiling_data_access"], - "@kbn/profiling-data-access-plugin/*": ["x-pack/plugins/profiling_data_access/*"], - "@kbn/profiling-plugin": ["x-pack/plugins/profiling"], - "@kbn/profiling-plugin/*": ["x-pack/plugins/profiling/*"], + "@kbn/profiling-data-access-plugin": ["x-pack/plugins/observability_solution/profiling_data_access"], + "@kbn/profiling-data-access-plugin/*": ["x-pack/plugins/observability_solution/profiling_data_access/*"], + "@kbn/profiling-plugin": ["x-pack/plugins/observability_solution/profiling"], + "@kbn/profiling-plugin/*": ["x-pack/plugins/observability_solution/profiling/*"], "@kbn/profiling-utils": ["packages/kbn-profiling-utils"], "@kbn/profiling-utils/*": ["packages/kbn-profiling-utils/*"], "@kbn/random-sampling": ["x-pack/packages/kbn-random-sampling"], @@ -1344,8 +1344,8 @@ "@kbn/serverless/*": ["x-pack/plugins/serverless/*"], "@kbn/serverless-common-settings": ["packages/serverless/settings/common"], "@kbn/serverless-common-settings/*": ["packages/serverless/settings/common/*"], - "@kbn/serverless-observability": ["x-pack/plugins/serverless_observability"], - "@kbn/serverless-observability/*": ["x-pack/plugins/serverless_observability/*"], + "@kbn/serverless-observability": ["x-pack/plugins/observability_solution/serverless_observability"], + "@kbn/serverless-observability/*": ["x-pack/plugins/observability_solution/serverless_observability/*"], "@kbn/serverless-observability-settings": ["packages/serverless/settings/observability_project"], "@kbn/serverless-observability-settings/*": ["packages/serverless/settings/observability_project/*"], "@kbn/serverless-project-switcher": ["packages/serverless/project_switcher"], @@ -1500,8 +1500,8 @@ "@kbn/stdio-dev-helpers/*": ["packages/kbn-stdio-dev-helpers/*"], "@kbn/storybook": ["packages/kbn-storybook"], "@kbn/storybook/*": ["packages/kbn-storybook/*"], - "@kbn/synthetics-plugin": ["x-pack/plugins/synthetics"], - "@kbn/synthetics-plugin/*": ["x-pack/plugins/synthetics/*"], + "@kbn/synthetics-plugin": ["x-pack/plugins/observability_solution/synthetics"], + "@kbn/synthetics-plugin/*": ["x-pack/plugins/observability_solution/synthetics/*"], "@kbn/task-manager-fixture-plugin": ["x-pack/test/alerting_api_integration/common/plugins/task_manager_fixture"], "@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"], @@ -1602,8 +1602,8 @@ "@kbn/unsaved-changes-badge/*": ["packages/kbn-unsaved-changes-badge/*"], "@kbn/upgrade-assistant-plugin": ["x-pack/plugins/upgrade_assistant"], "@kbn/upgrade-assistant-plugin/*": ["x-pack/plugins/upgrade_assistant/*"], - "@kbn/uptime-plugin": ["x-pack/plugins/uptime"], - "@kbn/uptime-plugin/*": ["x-pack/plugins/uptime/*"], + "@kbn/uptime-plugin": ["x-pack/plugins/observability_solution/uptime"], + "@kbn/uptime-plugin/*": ["x-pack/plugins/observability_solution/uptime/*"], "@kbn/url-drilldown-plugin": ["x-pack/plugins/drilldowns/url_drilldown"], "@kbn/url-drilldown-plugin/*": ["x-pack/plugins/drilldowns/url_drilldown/*"], "@kbn/url-forwarding-plugin": ["src/plugins/url_forwarding"], @@ -1628,8 +1628,8 @@ "@kbn/utility-types-jest/*": ["packages/kbn-utility-types-jest/*"], "@kbn/utils": ["packages/kbn-utils"], "@kbn/utils/*": ["packages/kbn-utils/*"], - "@kbn/ux-plugin": ["x-pack/plugins/ux"], - "@kbn/ux-plugin/*": ["x-pack/plugins/ux/*"], + "@kbn/ux-plugin": ["x-pack/plugins/observability_solution/ux"], + "@kbn/ux-plugin/*": ["x-pack/plugins/observability_solution/ux/*"], "@kbn/v8-profiler-examples-plugin": ["examples/v8_profiler_examples"], "@kbn/v8-profiler-examples-plugin/*": ["examples/v8_profiler_examples/*"], "@kbn/validate-next-docs-cli": ["packages/kbn-validate-next-docs-cli"], diff --git a/vars/tasks.groovy b/vars/tasks.groovy index 9a1ea053e9c49..6165d84500e81 100644 --- a/vars/tasks.groovy +++ b/vars/tasks.groovy @@ -150,7 +150,7 @@ def functionalXpack(Map params = [:]) { } whenChanged([ - 'x-pack/plugins/apm/', + 'x-pack/plugins/observability_solution/apm/', ]) { if (githubPr.isPr()) { task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh')) @@ -158,7 +158,7 @@ def functionalXpack(Map params = [:]) { } whenChanged([ - 'x-pack/plugins/synthetics/', + 'x-pack/plugins/observability_solution/synthetics/', ]) { if (githubPr.isPr()) { task(kibanaPipeline.functionalTestProcess('xpack-UptimePlaywright', './test/scripts/jenkins_uptime_playwright.sh')) @@ -166,7 +166,7 @@ def functionalXpack(Map params = [:]) { } whenChanged([ - 'x-pack/plugins/ux/', + 'x-pack/plugins/observability_solution/ux/', ]) { if (githubPr.isPr()) { task(kibanaPipeline.functionalTestProcess('xpack-uxPluginSynthetics', './test/scripts/jenkins_ux_synthetics.sh')) diff --git a/x-pack/.i18nrc.json b/x-pack/.i18nrc.json index 45bf932799b30..9595beb3f591b 100644 --- a/x-pack/.i18nrc.json +++ b/x-pack/.i18nrc.json @@ -7,8 +7,8 @@ "xpack.eventLog": "plugins/event_log", "xpack.stackAlerts": "plugins/stack_alerts", "xpack.stackConnectors": "plugins/stack_connectors", - "xpack.apm": "plugins/apm", - "xpack.apmDataAccess": "plugins/apm_data_access", + "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", @@ -30,7 +30,7 @@ "xpack.enterpriseSearch": "plugins/enterprise_search", "xpack.features": "plugins/features", "xpack.dataVisualizer": "plugins/data_visualizer", - "xpack.exploratoryView": "plugins/exploratory_view", + "xpack.exploratoryView": "plugins/observability_solution/exploratory_view", "xpack.fileUpload": "plugins/file_upload", "xpack.globalSearch": ["plugins/global_search"], "xpack.globalSearchBar": ["plugins/global_search_bar"], @@ -38,9 +38,9 @@ "xpack.grokDebugger": "plugins/grokdebugger", "xpack.idxMgmt": "plugins/index_management", "xpack.indexLifecycleMgmt": "plugins/index_lifecycle_management", - "xpack.infra": "plugins/infra", + "xpack.infra": "plugins/observability_solution/infra", "xpack.logExplorer": "plugins/log_explorer", - "xpack.logsShared": "plugins/logs_shared", + "xpack.logsShared": "plugins/observability_solution/logs_shared", "xpack.fleet": "plugins/fleet", "xpack.ingestPipelines": "plugins/ingest_pipelines", "xpack.kubernetesSecurity": "plugins/kubernetes_security", @@ -52,7 +52,7 @@ "xpack.logstash": ["plugins/logstash"], "xpack.main": "legacy/plugins/xpack_main", "xpack.maps": ["plugins/maps"], - "xpack.metricsData": "plugins/metrics_data_access", + "xpack.metricsData": "plugins/observability_solution/metrics_data_access", "xpack.ml": [ "packages/ml/anomaly_utils", "packages/ml/data_grid", @@ -65,12 +65,12 @@ "xpack.monitoring": ["plugins/monitoring"], "xpack.observability": "plugins/observability", "xpack.observabilityLogExplorer": "plugins/observability_log_explorer", - "xpack.observabilityShared": "plugins/observability_shared", - "xpack.observability_onboarding": "plugins/observability_onboarding", - "xpack.observabilityAiAssistant": "plugins/observability_ai_assistant", + "xpack.observabilityShared": "plugins/observability_solution/observability_shared", + "xpack.observability_onboarding": "plugins/observability_solution/observability_onboarding", + "xpack.observabilityAiAssistant": "plugins/observability_solution/observability_ai_assistant", "xpack.osquery": ["plugins/osquery"], "xpack.painlessLab": "plugins/painless_lab", - "xpack.profiling": ["plugins/profiling"], + "xpack.profiling": ["plugins/observability_solution/profiling"], "xpack.remoteClusters": "plugins/remote_clusters", "xpack.reporting": ["plugins/reporting"], "xpack.rollupJobs": ["plugins/rollup"], @@ -81,7 +81,7 @@ "xpack.server": "legacy/server", "xpack.serverless": "plugins/serverless", "xpack.serverlessSearch": "plugins/serverless_search", - "xpack.serverlessObservability": "plugins/serverless_observability", + "xpack.serverlessObservability": "plugins/observability_solution/serverless_observability", "xpack.securitySolution": "plugins/security_solution", "xpack.securitySolutionEss": "plugins/security_solution_ess", "xpack.securitySolutionServerless": "plugins/security_solution_serverless", @@ -95,9 +95,9 @@ "xpack.transform": "plugins/transform", "xpack.triggersActionsUI": "plugins/triggers_actions_ui", "xpack.upgradeAssistant": "plugins/upgrade_assistant", - "xpack.synthetics": ["plugins/synthetics"], - "xpack.ux": ["plugins/ux"], - "xpack.uptime": ["plugins/uptime"], + "xpack.synthetics": ["plugins/observability_solution/synthetics"], + "xpack.ux": ["plugins/observability_solution/ux"], + "xpack.uptime": ["plugins/observability_solution/uptime"], "xpack.urlDrilldown": "plugins/drilldowns/url_drilldown", "xpack.watcher": "plugins/watcher" }, diff --git a/x-pack/packages/ml/aiops_components/src/progress_controls/progress_controls.tsx b/x-pack/packages/ml/aiops_components/src/progress_controls/progress_controls.tsx index 4a2e38a4f3acf..1dcc35a433eb2 100644 --- a/x-pack/packages/ml/aiops_components/src/progress_controls/progress_controls.tsx +++ b/x-pack/packages/ml/aiops_components/src/progress_controls/progress_controls.tsx @@ -24,7 +24,7 @@ import { FormattedMessage } from '@kbn/i18n-react'; import { useAnimatedProgressBarBackground } from './use_animated_progress_bar_background'; // TODO Consolidate with duplicate component `CorrelationsProgressControls` in -// `x-pack/plugins/apm/public/components/app/correlations/progress_controls.tsx` +// `x-pack/plugins/observability_solution/apm/public/components/app/correlations/progress_controls.tsx` /** * Props for ProgressControlProps diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_index_info.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_index_info.ts index 595e212159437..40fcfcfca6d77 100644 --- a/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_index_info.ts +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_index_info.ts @@ -16,7 +16,7 @@ import { getQueryWithParams } from './get_query_with_params'; import { getRequestBase } from './get_request_base'; // TODO Consolidate with duplicate `fetchPValues` in -// `x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts` +// `x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts` const POPULATED_DOC_COUNT_SAMPLE_SIZE = 1000; diff --git a/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_significant_term_p_values.ts b/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_significant_term_p_values.ts index 6cdf6983d5827..8dec0ed7cf2f9 100644 --- a/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_significant_term_p_values.ts +++ b/x-pack/plugins/aiops/server/routes/log_rate_analysis/queries/fetch_significant_term_p_values.ts @@ -25,7 +25,7 @@ import { getQueryWithParams } from './get_query_with_params'; import { getRequestBase } from './get_request_base'; // TODO Consolidate with duplicate `fetchDurationFieldCandidates` in -// `x-pack/plugins/apm/server/routes/correlations/queries/fetch_failed_events_correlation_p_values.ts` +// `x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_failed_events_correlation_p_values.ts` export const getSignificantTermRequest = ( params: AiopsLogRateAnalysisSchema, diff --git a/x-pack/plugins/apm_data_access/tsconfig.json b/x-pack/plugins/apm_data_access/tsconfig.json deleted file mode 100644 index 3a40428cab960..0000000000000 --- a/x-pack/plugins/apm_data_access/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "../../../tsconfig.base.json", - "compilerOptions": { - "outDir": "target/types" - }, - "include": ["../../../typings/**/*", "common/**/*", "server/**/*", "jest.config.js"], - "exclude": ["target/**/*"], - "kbn_references": [ - "@kbn/config-schema", - "@kbn/core", - "@kbn/i18n", - "@kbn/core-saved-objects-api-server", - ] -} diff --git a/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts b/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts index 04bc52bf08057..e7c5af48dbc9a 100644 --- a/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts +++ b/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/utils/saved_search_utils.ts @@ -6,7 +6,7 @@ */ // TODO Consolidate with duplicate component `CorrelationsProgressControls` in -// `x-pack/plugins/apm/public/components/app/correlations/progress_controls.tsx` +// `x-pack/plugins/observability_solution/apm/public/components/app/correlations/progress_controls.tsx` import { cloneDeep } from 'lodash'; import { IUiSettingsClient } from '@kbn/core/public'; import { diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx b/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx index 5f3af9a500b9b..79884fd02848f 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx @@ -16,7 +16,7 @@ import { LogStream, LogStreamProps } from '@kbn/logs-shared-plugin/public'; * default for timestamps. All other props get passed as-is to the underlying LogStream. * * Documentation links for reference: - * - https://github.com/elastic/kibana/blob/main/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx + * - https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx * - Run `yarn storybook logsShared` for live docs */ diff --git a/x-pack/plugins/enterprise_search/server/plugin.ts b/x-pack/plugins/enterprise_search/server/plugin.ts index baaa772989eb2..b35dfa5b2969c 100644 --- a/x-pack/plugins/enterprise_search/server/plugin.ts +++ b/x-pack/plugins/enterprise_search/server/plugin.ts @@ -272,7 +272,7 @@ export class EnterpriseSearchPlugin implements Plugin { /* * Register logs source configuration, used by LogStream components - * @see https://github.com/elastic/kibana/blob/main/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx#with-a-source-configuration + * @see https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx#with-a-source-configuration */ logsShared.logViews.defineInternalLogView(ENTERPRISE_SEARCH_RELEVANCE_LOGS_SOURCE_ID, { logIndices: { diff --git a/x-pack/plugins/exploratory_view/e2e/tsconfig.json b/x-pack/plugins/exploratory_view/e2e/tsconfig.json deleted file mode 100644 index 881ab4db9046c..0000000000000 --- a/x-pack/plugins/exploratory_view/e2e/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "exclude": ["tmp", "target/**/*"], - "include": ["./**/*"], - "compilerOptions": { - "outDir": "target/types", - "types": [ "node"], - }, - "kbn_references": [ - "@kbn/test", - "@kbn/apm-plugin", - "@kbn/es-archiver", - ], -} diff --git a/x-pack/plugins/log_explorer/tsconfig.json b/x-pack/plugins/log_explorer/tsconfig.json index a36d764cbee56..0db1c1ec97fbb 100644 --- a/x-pack/plugins/log_explorer/tsconfig.json +++ b/x-pack/plugins/log_explorer/tsconfig.json @@ -3,7 +3,13 @@ "compilerOptions": { "outDir": "target/types" }, - "include": ["../../../typings/**/*", "common/**/*", "public/**/*", "server/**/*", ".storybook/**/*.tsx"], + "include": [ + "../../../typings/**/*", + "common/**/*", + "public/**/*", + "server/**/*", + ".storybook/**/*.tsx" + ], "kbn_references": [ "@kbn/core", "@kbn/discover-plugin", diff --git a/x-pack/plugins/metrics_data_access/jest.config.js b/x-pack/plugins/metrics_data_access/jest.config.js deleted file mode 100644 index 9c8e01aabd0aa..0000000000000 --- a/x-pack/plugins/metrics_data_access/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/metrics_data_access'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/metrics_data_access', - coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/metrics_data/{server}/**/*.test.ts'], -}; diff --git a/x-pack/plugins/observability/common/annotations.ts b/x-pack/plugins/observability/common/annotations.ts index e9b7c6b77b231..b30b563ccd0b0 100644 --- a/x-pack/plugins/observability/common/annotations.ts +++ b/x-pack/plugins/observability/common/annotations.ts @@ -12,7 +12,7 @@ import { either } from 'fp-ts/lib/Either'; * Checks whether a string is a valid ISO timestamp, * but doesn't convert it into a Date object when decoding. * - * Copied from x-pack/plugins/apm/common/runtime_types/date_as_string_rt.ts. + * Copied from x-pack/plugins/observability_solution/apm/common/runtime_types/date_as_string_rt.ts. */ const dateAsStringRt = new t.Type( 'DateAsString', diff --git a/x-pack/plugins/observability/kibana.jsonc b/x-pack/plugins/observability/kibana.jsonc index c03e0b499d424..6dc2bd090f68d 100644 --- a/x-pack/plugins/observability/kibana.jsonc +++ b/x-pack/plugins/observability/kibana.jsonc @@ -6,10 +6,7 @@ "id": "observability", "server": true, "browser": true, - "configPath": [ - "xpack", - "observability" - ], + "configPath": ["xpack", "observability"], "requiredPlugins": [ "aiops", "alerting", @@ -54,8 +51,6 @@ "stackAlerts", "spaces" ], - "extraPublicDirs": [ - "common" - ] + "extraPublicDirs": ["common"] } } diff --git a/x-pack/plugins/observability/public/utils/datemath.ts b/x-pack/plugins/observability/public/utils/datemath.ts index 3fac2cf46933e..2df754edbe7cb 100644 --- a/x-pack/plugins/observability/public/utils/datemath.ts +++ b/x-pack/plugins/observability/public/utils/datemath.ts @@ -10,7 +10,7 @@ import { chain } from 'fp-ts/Either'; import { pipe } from 'fp-ts/pipeable'; import * as r from 'io-ts'; -// Copied from x-pack/plugins/infra/public/utils/datemath.ts +// Copied from x-pack/plugins/observability_solution/infra/public/utils/datemath.ts export function isValidDatemath(value: string): boolean { const parsedValue = dateMath.parse(value); return !!(parsedValue && parsedValue.isValid()); diff --git a/x-pack/plugins/observability/tsconfig.json b/x-pack/plugins/observability/tsconfig.json index f2bd514a4c4ef..d59d7bcc85fd0 100644 --- a/x-pack/plugins/observability/tsconfig.json +++ b/x-pack/plugins/observability/tsconfig.json @@ -97,7 +97,5 @@ "@kbn/dashboard-plugin", "@kbn/calculate-auto" ], - "exclude": [ - "target/**/*" - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/observability_log_explorer/tsconfig.json b/x-pack/plugins/observability_log_explorer/tsconfig.json index 24327c31c26a3..8c378edd1f3ae 100644 --- a/x-pack/plugins/observability_log_explorer/tsconfig.json +++ b/x-pack/plugins/observability_log_explorer/tsconfig.json @@ -37,7 +37,5 @@ "@kbn/logs-shared-plugin", "@kbn/dataset-quality-plugin" ], - "exclude": [ - "target/**/*" - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/observability_onboarding/e2e/tsconfig.json b/x-pack/plugins/observability_onboarding/e2e/tsconfig.json deleted file mode 100644 index c4de3fff85cfd..0000000000000 --- a/x-pack/plugins/observability_onboarding/e2e/tsconfig.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "include": [ - "**/*" - ], - "exclude": [ - "tmp", - "target/**/*" - ], - "compilerOptions": { - "outDir": "target/types", - "types": [ - "cypress", - "node", - "cypress-real-events" - ], - "isolatedModules": false - }, - "kbn_references": [ - { "path": "../../../test/tsconfig.json" }, - { "path": "../../../../test/tsconfig.json" }, - "@kbn/test", - "@kbn/dev-utils", - "@kbn/cypress-config", - ] -} diff --git a/x-pack/plugins/apm/.prettierrc b/x-pack/plugins/observability_solution/apm/.prettierrc similarity index 100% rename from x-pack/plugins/apm/.prettierrc rename to x-pack/plugins/observability_solution/apm/.prettierrc diff --git a/x-pack/plugins/apm/.storybook/jest_setup.js b/x-pack/plugins/observability_solution/apm/.storybook/jest_setup.js similarity index 100% rename from x-pack/plugins/apm/.storybook/jest_setup.js rename to x-pack/plugins/observability_solution/apm/.storybook/jest_setup.js diff --git a/x-pack/plugins/apm/.storybook/main.js b/x-pack/plugins/observability_solution/apm/.storybook/main.js similarity index 100% rename from x-pack/plugins/apm/.storybook/main.js rename to x-pack/plugins/observability_solution/apm/.storybook/main.js diff --git a/x-pack/plugins/apm/.storybook/preview.js b/x-pack/plugins/observability_solution/apm/.storybook/preview.js similarity index 100% rename from x-pack/plugins/apm/.storybook/preview.js rename to x-pack/plugins/observability_solution/apm/.storybook/preview.js diff --git a/x-pack/plugins/apm/CONTRIBUTING.md b/x-pack/plugins/observability_solution/apm/CONTRIBUTING.md similarity index 100% rename from x-pack/plugins/apm/CONTRIBUTING.md rename to x-pack/plugins/observability_solution/apm/CONTRIBUTING.md diff --git a/x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap b/x-pack/plugins/observability_solution/apm/common/__snapshots__/apm_telemetry.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/common/__snapshots__/apm_telemetry.test.ts.snap rename to x-pack/plugins/observability_solution/apm/common/__snapshots__/apm_telemetry.test.ts.snap diff --git a/x-pack/plugins/apm/common/agent_configuration/all_option.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/all_option.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/all_option.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/all_option.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/amount_and_unit.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/amount_and_unit.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/amount_and_unit.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/amount_and_unit.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/configuration_types.d.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/configuration_types.d.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/configuration_types.d.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/configuration_types.d.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/constants.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/constants.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/constants.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/constants.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/agent_configuration_intake_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/boolean_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/boolean_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/boolean_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/boolean_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/boolean_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/boolean_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/boolean_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/boolean_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/bytes_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/bytes_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/bytes_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/bytes_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/bytes_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/capture_body_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/capture_body_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/capture_body_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/capture_body_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/capture_body_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/capture_body_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/capture_body_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/capture_body_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/duration_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/duration_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/duration_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/duration_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/duration_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/float_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/float_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/float_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/float_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/float_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/float_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/float_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/float_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/get_range_type_message.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/get_range_type_message.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/get_range_type_message.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/get_range_type_message.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/integer_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/integer_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/integer_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/integer_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/integer_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/integer_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/integer_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/integer_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/log_ecs_reformatting_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/log_ecs_reformatting_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/log_ecs_reformatting_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/log_ecs_reformatting_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/log_level_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/log_level_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/log_level_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/log_level_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/storage_size_rt.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/storage_size_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/storage_size_rt.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/storage_size_rt.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/storage_size_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/storage_size_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/storage_size_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/storage_size_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/runtime_types/trace_continuation_strategy_rt.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/trace_continuation_strategy_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/runtime_types/trace_continuation_strategy_rt.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/runtime_types/trace_continuation_strategy_rt.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/__snapshots__/index.test.ts.snap b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/__snapshots__/index.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/__snapshots__/index.test.ts.snap rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/__snapshots__/index.test.ts.snap diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/general_settings.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/general_settings.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/general_settings.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/general_settings.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/index.test.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/index.test.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/index.test.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/index.test.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/index.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/index.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/index.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/index.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/java_settings.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/java_settings.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/java_settings.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/java_settings.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/mobile_settings.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/mobile_settings.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/mobile_settings.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/mobile_settings.ts diff --git a/x-pack/plugins/apm/common/agent_configuration/setting_definitions/types.d.ts b/x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/types.d.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_configuration/setting_definitions/types.d.ts rename to x-pack/plugins/observability_solution/apm/common/agent_configuration/setting_definitions/types.d.ts diff --git a/x-pack/plugins/apm/common/agent_explorer.ts b/x-pack/plugins/observability_solution/apm/common/agent_explorer.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_explorer.ts rename to x-pack/plugins/observability_solution/apm/common/agent_explorer.ts diff --git a/x-pack/plugins/apm/common/agent_key_types.ts b/x-pack/plugins/observability_solution/apm/common/agent_key_types.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_key_types.ts rename to x-pack/plugins/observability_solution/apm/common/agent_key_types.ts diff --git a/x-pack/plugins/apm/common/agent_name.ts b/x-pack/plugins/observability_solution/apm/common/agent_name.ts similarity index 100% rename from x-pack/plugins/apm/common/agent_name.ts rename to x-pack/plugins/observability_solution/apm/common/agent_name.ts diff --git a/x-pack/plugins/apm/common/aggregated_transactions.ts b/x-pack/plugins/observability_solution/apm/common/aggregated_transactions.ts similarity index 100% rename from x-pack/plugins/apm/common/aggregated_transactions.ts rename to x-pack/plugins/observability_solution/apm/common/aggregated_transactions.ts diff --git a/x-pack/plugins/apm/common/annotations.ts b/x-pack/plugins/observability_solution/apm/common/annotations.ts similarity index 100% rename from x-pack/plugins/apm/common/annotations.ts rename to x-pack/plugins/observability_solution/apm/common/annotations.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/apm_ml_detectors.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/apm_ml_detectors.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/apm_ml_detectors.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/apm_ml_detectors.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/apm_ml_job.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/apm_ml_job.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/apm_ml_job.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/apm_ml_job.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/get_anomaly_detection_setup_state.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/get_anomaly_detection_setup_state.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/get_anomaly_detection_setup_state.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/get_anomaly_detection_setup_state.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.test.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.test.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.test.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.test.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/get_preferred_service_anomaly_timeseries.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/index.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/index.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/index.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/index.ts diff --git a/x-pack/plugins/apm/common/anomaly_detection/service_anomaly_timeseries.ts b/x-pack/plugins/observability_solution/apm/common/anomaly_detection/service_anomaly_timeseries.ts similarity index 100% rename from x-pack/plugins/apm/common/anomaly_detection/service_anomaly_timeseries.ts rename to x-pack/plugins/observability_solution/apm/common/anomaly_detection/service_anomaly_timeseries.ts diff --git a/x-pack/plugins/apm/common/apm_api/parse_endpoint.ts b/x-pack/plugins/observability_solution/apm/common/apm_api/parse_endpoint.ts similarity index 100% rename from x-pack/plugins/apm/common/apm_api/parse_endpoint.ts rename to x-pack/plugins/observability_solution/apm/common/apm_api/parse_endpoint.ts diff --git a/x-pack/plugins/apm/common/apm_feature_flags.ts b/x-pack/plugins/observability_solution/apm/common/apm_feature_flags.ts similarity index 100% rename from x-pack/plugins/apm/common/apm_feature_flags.ts rename to x-pack/plugins/observability_solution/apm/common/apm_feature_flags.ts diff --git a/x-pack/plugins/apm/common/apm_saved_object_constants.ts b/x-pack/plugins/observability_solution/apm/common/apm_saved_object_constants.ts similarity index 100% rename from x-pack/plugins/apm/common/apm_saved_object_constants.ts rename to x-pack/plugins/observability_solution/apm/common/apm_saved_object_constants.ts diff --git a/x-pack/plugins/apm/common/apm_telemetry.test.ts b/x-pack/plugins/observability_solution/apm/common/apm_telemetry.test.ts similarity index 100% rename from x-pack/plugins/apm/common/apm_telemetry.test.ts rename to x-pack/plugins/observability_solution/apm/common/apm_telemetry.test.ts diff --git a/x-pack/plugins/apm/common/apm_telemetry.ts b/x-pack/plugins/observability_solution/apm/common/apm_telemetry.ts similarity index 100% rename from x-pack/plugins/apm/common/apm_telemetry.ts rename to x-pack/plugins/observability_solution/apm/common/apm_telemetry.ts diff --git a/x-pack/plugins/apm/common/assistant/constants.ts b/x-pack/plugins/observability_solution/apm/common/assistant/constants.ts similarity index 100% rename from x-pack/plugins/apm/common/assistant/constants.ts rename to x-pack/plugins/observability_solution/apm/common/assistant/constants.ts diff --git a/x-pack/plugins/apm/common/comparison_rt.ts b/x-pack/plugins/observability_solution/apm/common/comparison_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/comparison_rt.ts rename to x-pack/plugins/observability_solution/apm/common/comparison_rt.ts diff --git a/x-pack/plugins/apm/common/connections.ts b/x-pack/plugins/observability_solution/apm/common/connections.ts similarity index 100% rename from x-pack/plugins/apm/common/connections.ts rename to x-pack/plugins/observability_solution/apm/common/connections.ts diff --git a/x-pack/plugins/apm/common/correlations/constants.ts b/x-pack/plugins/observability_solution/apm/common/correlations/constants.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/constants.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/constants.ts diff --git a/x-pack/plugins/apm/common/correlations/failed_transactions_correlations/constants.ts b/x-pack/plugins/observability_solution/apm/common/correlations/failed_transactions_correlations/constants.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/failed_transactions_correlations/constants.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/failed_transactions_correlations/constants.ts diff --git a/x-pack/plugins/apm/common/correlations/failed_transactions_correlations/types.ts b/x-pack/plugins/observability_solution/apm/common/correlations/failed_transactions_correlations/types.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/failed_transactions_correlations/types.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/failed_transactions_correlations/types.ts diff --git a/x-pack/plugins/apm/common/correlations/field_stats_types.ts b/x-pack/plugins/observability_solution/apm/common/correlations/field_stats_types.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/field_stats_types.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/field_stats_types.ts diff --git a/x-pack/plugins/apm/common/correlations/latency_correlations/types.ts b/x-pack/plugins/observability_solution/apm/common/correlations/latency_correlations/types.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/latency_correlations/types.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/latency_correlations/types.ts diff --git a/x-pack/plugins/apm/common/correlations/types.ts b/x-pack/plugins/observability_solution/apm/common/correlations/types.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/types.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/types.ts diff --git a/x-pack/plugins/apm/common/correlations/utils/get_prioritized_field_value_pairs.test.ts b/x-pack/plugins/observability_solution/apm/common/correlations/utils/get_prioritized_field_value_pairs.test.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/utils/get_prioritized_field_value_pairs.test.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/utils/get_prioritized_field_value_pairs.test.ts diff --git a/x-pack/plugins/apm/common/correlations/utils/get_prioritized_field_value_pairs.ts b/x-pack/plugins/observability_solution/apm/common/correlations/utils/get_prioritized_field_value_pairs.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/utils/get_prioritized_field_value_pairs.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/utils/get_prioritized_field_value_pairs.ts diff --git a/x-pack/plugins/apm/common/correlations/utils/has_prefix_to_include.test.ts b/x-pack/plugins/observability_solution/apm/common/correlations/utils/has_prefix_to_include.test.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/utils/has_prefix_to_include.test.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/utils/has_prefix_to_include.test.ts diff --git a/x-pack/plugins/apm/common/correlations/utils/has_prefix_to_include.ts b/x-pack/plugins/observability_solution/apm/common/correlations/utils/has_prefix_to_include.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/utils/has_prefix_to_include.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/utils/has_prefix_to_include.ts diff --git a/x-pack/plugins/apm/common/correlations/utils/index.ts b/x-pack/plugins/observability_solution/apm/common/correlations/utils/index.ts similarity index 100% rename from x-pack/plugins/apm/common/correlations/utils/index.ts rename to x-pack/plugins/observability_solution/apm/common/correlations/utils/index.ts diff --git a/x-pack/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts b/x-pack/plugins/observability_solution/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts similarity index 100% rename from x-pack/plugins/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts rename to x-pack/plugins/observability_solution/apm/common/critical_path/get_aggregated_critical_path_root_nodes.ts diff --git a/x-pack/plugins/apm/common/critical_path/get_critical_path.test.ts b/x-pack/plugins/observability_solution/apm/common/critical_path/get_critical_path.test.ts similarity index 100% rename from x-pack/plugins/apm/common/critical_path/get_critical_path.test.ts rename to x-pack/plugins/observability_solution/apm/common/critical_path/get_critical_path.test.ts diff --git a/x-pack/plugins/apm/common/critical_path/get_critical_path.ts b/x-pack/plugins/observability_solution/apm/common/critical_path/get_critical_path.ts similarity index 100% rename from x-pack/plugins/apm/common/critical_path/get_critical_path.ts rename to x-pack/plugins/observability_solution/apm/common/critical_path/get_critical_path.ts diff --git a/x-pack/plugins/apm/common/critical_path/types.ts b/x-pack/plugins/observability_solution/apm/common/critical_path/types.ts similarity index 100% rename from x-pack/plugins/apm/common/critical_path/types.ts rename to x-pack/plugins/observability_solution/apm/common/critical_path/types.ts diff --git a/x-pack/plugins/apm/common/custom_dashboards.ts b/x-pack/plugins/observability_solution/apm/common/custom_dashboards.ts similarity index 100% rename from x-pack/plugins/apm/common/custom_dashboards.ts rename to x-pack/plugins/observability_solution/apm/common/custom_dashboards.ts diff --git a/x-pack/plugins/apm/common/custom_link/custom_link_filter_options.ts b/x-pack/plugins/observability_solution/apm/common/custom_link/custom_link_filter_options.ts similarity index 100% rename from x-pack/plugins/apm/common/custom_link/custom_link_filter_options.ts rename to x-pack/plugins/observability_solution/apm/common/custom_link/custom_link_filter_options.ts diff --git a/x-pack/plugins/apm/common/custom_link/custom_link_types.d.ts b/x-pack/plugins/observability_solution/apm/common/custom_link/custom_link_types.d.ts similarity index 100% rename from x-pack/plugins/apm/common/custom_link/custom_link_types.d.ts rename to x-pack/plugins/observability_solution/apm/common/custom_link/custom_link_types.d.ts diff --git a/x-pack/plugins/apm/common/custom_link/index.ts b/x-pack/plugins/observability_solution/apm/common/custom_link/index.ts similarity index 100% rename from x-pack/plugins/apm/common/custom_link/index.ts rename to x-pack/plugins/observability_solution/apm/common/custom_link/index.ts diff --git a/x-pack/plugins/apm/common/data_source.ts b/x-pack/plugins/observability_solution/apm/common/data_source.ts similarity index 100% rename from x-pack/plugins/apm/common/data_source.ts rename to x-pack/plugins/observability_solution/apm/common/data_source.ts diff --git a/x-pack/plugins/apm/common/data_view_constants.ts b/x-pack/plugins/observability_solution/apm/common/data_view_constants.ts similarity index 100% rename from x-pack/plugins/apm/common/data_view_constants.ts rename to x-pack/plugins/observability_solution/apm/common/data_view_constants.ts diff --git a/x-pack/plugins/apm/common/dependencies.ts b/x-pack/plugins/observability_solution/apm/common/dependencies.ts similarity index 100% rename from x-pack/plugins/apm/common/dependencies.ts rename to x-pack/plugins/observability_solution/apm/common/dependencies.ts diff --git a/x-pack/plugins/apm/common/document_type.ts b/x-pack/plugins/observability_solution/apm/common/document_type.ts similarity index 100% rename from x-pack/plugins/apm/common/document_type.ts rename to x-pack/plugins/observability_solution/apm/common/document_type.ts diff --git a/x-pack/plugins/apm/common/environment_filter_values.ts b/x-pack/plugins/observability_solution/apm/common/environment_filter_values.ts similarity index 100% rename from x-pack/plugins/apm/common/environment_filter_values.ts rename to x-pack/plugins/observability_solution/apm/common/environment_filter_values.ts diff --git a/x-pack/plugins/apm/common/environment_rt.ts b/x-pack/plugins/observability_solution/apm/common/environment_rt.ts similarity index 100% rename from x-pack/plugins/apm/common/environment_rt.ts rename to x-pack/plugins/observability_solution/apm/common/environment_rt.ts diff --git a/x-pack/plugins/apm/common/es_fields/__snapshots__/es_fields.test.ts.snap b/x-pack/plugins/observability_solution/apm/common/es_fields/__snapshots__/es_fields.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/common/es_fields/__snapshots__/es_fields.test.ts.snap rename to x-pack/plugins/observability_solution/apm/common/es_fields/__snapshots__/es_fields.test.ts.snap diff --git a/x-pack/plugins/apm/common/es_fields/apm.ts b/x-pack/plugins/observability_solution/apm/common/es_fields/apm.ts similarity index 100% rename from x-pack/plugins/apm/common/es_fields/apm.ts rename to x-pack/plugins/observability_solution/apm/common/es_fields/apm.ts diff --git a/x-pack/plugins/apm/common/es_fields/es_fields.test.ts b/x-pack/plugins/observability_solution/apm/common/es_fields/es_fields.test.ts similarity index 100% rename from x-pack/plugins/apm/common/es_fields/es_fields.test.ts rename to x-pack/plugins/observability_solution/apm/common/es_fields/es_fields.test.ts diff --git a/x-pack/plugins/apm/common/es_fields/infra_metrics.ts b/x-pack/plugins/observability_solution/apm/common/es_fields/infra_metrics.ts similarity index 100% rename from x-pack/plugins/apm/common/es_fields/infra_metrics.ts rename to x-pack/plugins/observability_solution/apm/common/es_fields/infra_metrics.ts diff --git a/x-pack/plugins/apm/common/event_outcome.ts b/x-pack/plugins/observability_solution/apm/common/event_outcome.ts similarity index 100% rename from x-pack/plugins/apm/common/event_outcome.ts rename to x-pack/plugins/observability_solution/apm/common/event_outcome.ts diff --git a/x-pack/plugins/apm/common/fetch_options.ts b/x-pack/plugins/observability_solution/apm/common/fetch_options.ts similarity index 100% rename from x-pack/plugins/apm/common/fetch_options.ts rename to x-pack/plugins/observability_solution/apm/common/fetch_options.ts diff --git a/x-pack/plugins/apm/common/fleet.ts b/x-pack/plugins/observability_solution/apm/common/fleet.ts similarity index 100% rename from x-pack/plugins/apm/common/fleet.ts rename to x-pack/plugins/observability_solution/apm/common/fleet.ts diff --git a/x-pack/plugins/apm/common/i18n.ts b/x-pack/plugins/observability_solution/apm/common/i18n.ts similarity index 100% rename from x-pack/plugins/apm/common/i18n.ts rename to x-pack/plugins/observability_solution/apm/common/i18n.ts diff --git a/x-pack/plugins/apm/common/index.ts b/x-pack/plugins/observability_solution/apm/common/index.ts similarity index 100% rename from x-pack/plugins/apm/common/index.ts rename to x-pack/plugins/observability_solution/apm/common/index.ts diff --git a/x-pack/plugins/apm/common/latency_aggregation_types.ts b/x-pack/plugins/observability_solution/apm/common/latency_aggregation_types.ts similarity index 100% rename from x-pack/plugins/apm/common/latency_aggregation_types.ts rename to x-pack/plugins/observability_solution/apm/common/latency_aggregation_types.ts diff --git a/x-pack/plugins/apm/common/latency_distribution_chart_types.ts b/x-pack/plugins/observability_solution/apm/common/latency_distribution_chart_types.ts similarity index 100% rename from x-pack/plugins/apm/common/latency_distribution_chart_types.ts rename to x-pack/plugins/observability_solution/apm/common/latency_distribution_chart_types.ts diff --git a/x-pack/plugins/apm/common/license_check.test.ts b/x-pack/plugins/observability_solution/apm/common/license_check.test.ts similarity index 100% rename from x-pack/plugins/apm/common/license_check.test.ts rename to x-pack/plugins/observability_solution/apm/common/license_check.test.ts diff --git a/x-pack/plugins/apm/common/license_check.ts b/x-pack/plugins/observability_solution/apm/common/license_check.ts similarity index 100% rename from x-pack/plugins/apm/common/license_check.ts rename to x-pack/plugins/observability_solution/apm/common/license_check.ts diff --git a/x-pack/plugins/apm/common/mobile/constants.ts b/x-pack/plugins/observability_solution/apm/common/mobile/constants.ts similarity index 100% rename from x-pack/plugins/apm/common/mobile/constants.ts rename to x-pack/plugins/observability_solution/apm/common/mobile/constants.ts diff --git a/x-pack/plugins/apm/common/mobile_types.ts b/x-pack/plugins/observability_solution/apm/common/mobile_types.ts similarity index 100% rename from x-pack/plugins/apm/common/mobile_types.ts rename to x-pack/plugins/observability_solution/apm/common/mobile_types.ts diff --git a/x-pack/plugins/apm/common/privilege_type.ts b/x-pack/plugins/observability_solution/apm/common/privilege_type.ts similarity index 100% rename from x-pack/plugins/apm/common/privilege_type.ts rename to x-pack/plugins/observability_solution/apm/common/privilege_type.ts diff --git a/x-pack/plugins/apm/common/processor_event.ts b/x-pack/plugins/observability_solution/apm/common/processor_event.ts similarity index 100% rename from x-pack/plugins/apm/common/processor_event.ts rename to x-pack/plugins/observability_solution/apm/common/processor_event.ts diff --git a/x-pack/plugins/apm/common/rollup.ts b/x-pack/plugins/observability_solution/apm/common/rollup.ts similarity index 100% rename from x-pack/plugins/apm/common/rollup.ts rename to x-pack/plugins/observability_solution/apm/common/rollup.ts diff --git a/x-pack/plugins/apm/common/rules/apm_rule_types.ts b/x-pack/plugins/observability_solution/apm/common/rules/apm_rule_types.ts similarity index 96% rename from x-pack/plugins/apm/common/rules/apm_rule_types.ts rename to x-pack/plugins/observability_solution/apm/common/rules/apm_rule_types.ts index 39659f146db8b..6b49fcd94289d 100644 --- a/x-pack/plugins/apm/common/rules/apm_rule_types.ts +++ b/x-pack/plugins/observability_solution/apm/common/rules/apm_rule_types.ts @@ -295,9 +295,9 @@ export type AnomalyAlertSeverityType = ValuesType< >['type']; // Server side registrations -// x-pack/plugins/apm/server/lib/alerts/.ts -// x-pack/plugins/apm/server/lib/alerts/register_apm_alerts.ts +// x-pack/plugins/observability_solution/apm/server/lib/alerts/.ts +// x-pack/plugins/observability_solution/apm/server/lib/alerts/register_apm_alerts.ts // Client side registrations: -// x-pack/plugins/apm/public/components/alerting//index.tsx -// x-pack/plugins/apm/public/components/alerting/register_apm_alerts +// x-pack/plugins/observability_solution/apm/public/components/alerting//index.tsx +// x-pack/plugins/observability_solution/apm/public/components/alerting/register_apm_alerts diff --git a/x-pack/plugins/apm/common/rules/default_action_message.ts b/x-pack/plugins/observability_solution/apm/common/rules/default_action_message.ts similarity index 100% rename from x-pack/plugins/apm/common/rules/default_action_message.ts rename to x-pack/plugins/observability_solution/apm/common/rules/default_action_message.ts diff --git a/x-pack/plugins/apm/common/rules/get_all_groupby_fields.ts b/x-pack/plugins/observability_solution/apm/common/rules/get_all_groupby_fields.ts similarity index 100% rename from x-pack/plugins/apm/common/rules/get_all_groupby_fields.ts rename to x-pack/plugins/observability_solution/apm/common/rules/get_all_groupby_fields.ts diff --git a/x-pack/plugins/apm/common/rules/schema.ts b/x-pack/plugins/observability_solution/apm/common/rules/schema.ts similarity index 100% rename from x-pack/plugins/apm/common/rules/schema.ts rename to x-pack/plugins/observability_solution/apm/common/rules/schema.ts diff --git a/x-pack/plugins/apm/common/serverless.test.ts b/x-pack/plugins/observability_solution/apm/common/serverless.test.ts similarity index 100% rename from x-pack/plugins/apm/common/serverless.test.ts rename to x-pack/plugins/observability_solution/apm/common/serverless.test.ts diff --git a/x-pack/plugins/apm/common/serverless.ts b/x-pack/plugins/observability_solution/apm/common/serverless.ts similarity index 100% rename from x-pack/plugins/apm/common/serverless.ts rename to x-pack/plugins/observability_solution/apm/common/serverless.ts diff --git a/x-pack/plugins/apm/common/service_groups.test.ts b/x-pack/plugins/observability_solution/apm/common/service_groups.test.ts similarity index 100% rename from x-pack/plugins/apm/common/service_groups.test.ts rename to x-pack/plugins/observability_solution/apm/common/service_groups.test.ts diff --git a/x-pack/plugins/apm/common/service_groups.ts b/x-pack/plugins/observability_solution/apm/common/service_groups.ts similarity index 100% rename from x-pack/plugins/apm/common/service_groups.ts rename to x-pack/plugins/observability_solution/apm/common/service_groups.ts diff --git a/x-pack/plugins/apm/common/service_health_status.ts b/x-pack/plugins/observability_solution/apm/common/service_health_status.ts similarity index 100% rename from x-pack/plugins/apm/common/service_health_status.ts rename to x-pack/plugins/observability_solution/apm/common/service_health_status.ts diff --git a/x-pack/plugins/apm/common/service_inventory.ts b/x-pack/plugins/observability_solution/apm/common/service_inventory.ts similarity index 100% rename from x-pack/plugins/apm/common/service_inventory.ts rename to x-pack/plugins/observability_solution/apm/common/service_inventory.ts diff --git a/x-pack/plugins/apm/common/service_map.ts b/x-pack/plugins/observability_solution/apm/common/service_map.ts similarity index 100% rename from x-pack/plugins/apm/common/service_map.ts rename to x-pack/plugins/observability_solution/apm/common/service_map.ts diff --git a/x-pack/plugins/apm/common/service_metadata.ts b/x-pack/plugins/observability_solution/apm/common/service_metadata.ts similarity index 100% rename from x-pack/plugins/apm/common/service_metadata.ts rename to x-pack/plugins/observability_solution/apm/common/service_metadata.ts diff --git a/x-pack/plugins/apm/common/service_nodes.ts b/x-pack/plugins/observability_solution/apm/common/service_nodes.ts similarity index 100% rename from x-pack/plugins/apm/common/service_nodes.ts rename to x-pack/plugins/observability_solution/apm/common/service_nodes.ts diff --git a/x-pack/plugins/apm/common/span_links.ts b/x-pack/plugins/observability_solution/apm/common/span_links.ts similarity index 100% rename from x-pack/plugins/apm/common/span_links.ts rename to x-pack/plugins/observability_solution/apm/common/span_links.ts diff --git a/x-pack/plugins/apm/common/storage_explorer_types.ts b/x-pack/plugins/observability_solution/apm/common/storage_explorer_types.ts similarity index 100% rename from x-pack/plugins/apm/common/storage_explorer_types.ts rename to x-pack/plugins/observability_solution/apm/common/storage_explorer_types.ts diff --git a/x-pack/plugins/apm/common/time_range_metadata.ts b/x-pack/plugins/observability_solution/apm/common/time_range_metadata.ts similarity index 100% rename from x-pack/plugins/apm/common/time_range_metadata.ts rename to x-pack/plugins/observability_solution/apm/common/time_range_metadata.ts diff --git a/x-pack/plugins/apm/common/trace_explorer.ts b/x-pack/plugins/observability_solution/apm/common/trace_explorer.ts similarity index 100% rename from x-pack/plugins/apm/common/trace_explorer.ts rename to x-pack/plugins/observability_solution/apm/common/trace_explorer.ts diff --git a/x-pack/plugins/apm/common/transaction_types.ts b/x-pack/plugins/observability_solution/apm/common/transaction_types.ts similarity index 100% rename from x-pack/plugins/apm/common/transaction_types.ts rename to x-pack/plugins/observability_solution/apm/common/transaction_types.ts diff --git a/x-pack/plugins/apm/common/tutorial/instructions/apm_agent_instructions.ts b/x-pack/plugins/observability_solution/apm/common/tutorial/instructions/apm_agent_instructions.ts similarity index 100% rename from x-pack/plugins/apm/common/tutorial/instructions/apm_agent_instructions.ts rename to x-pack/plugins/observability_solution/apm/common/tutorial/instructions/apm_agent_instructions.ts diff --git a/x-pack/plugins/apm/common/tutorial/instructions/apm_server_instructions.ts b/x-pack/plugins/observability_solution/apm/common/tutorial/instructions/apm_server_instructions.ts similarity index 100% rename from x-pack/plugins/apm/common/tutorial/instructions/apm_server_instructions.ts rename to x-pack/plugins/observability_solution/apm/common/tutorial/instructions/apm_server_instructions.ts diff --git a/x-pack/plugins/apm/common/tutorial/tutorials.ts b/x-pack/plugins/observability_solution/apm/common/tutorial/tutorials.ts similarity index 100% rename from x-pack/plugins/apm/common/tutorial/tutorials.ts rename to x-pack/plugins/observability_solution/apm/common/tutorial/tutorials.ts diff --git a/x-pack/plugins/apm/common/utils/array_union_to_callable.ts b/x-pack/plugins/observability_solution/apm/common/utils/array_union_to_callable.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/array_union_to_callable.ts rename to x-pack/plugins/observability_solution/apm/common/utils/array_union_to_callable.ts diff --git a/x-pack/plugins/apm/common/utils/as_mutable_array.ts b/x-pack/plugins/observability_solution/apm/common/utils/as_mutable_array.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/as_mutable_array.ts rename to x-pack/plugins/observability_solution/apm/common/utils/as_mutable_array.ts diff --git a/x-pack/plugins/apm/common/utils/environment_query.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/environment_query.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/environment_query.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/environment_query.test.ts diff --git a/x-pack/plugins/apm/common/utils/environment_query.ts b/x-pack/plugins/observability_solution/apm/common/utils/environment_query.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/environment_query.ts rename to x-pack/plugins/observability_solution/apm/common/utils/environment_query.ts diff --git a/x-pack/plugins/apm/common/utils/field_value_pair_to_kql.ts b/x-pack/plugins/observability_solution/apm/common/utils/field_value_pair_to_kql.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/field_value_pair_to_kql.ts rename to x-pack/plugins/observability_solution/apm/common/utils/field_value_pair_to_kql.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/alert_url.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/alert_url.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/alert_url.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/alert_url.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/datetime.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/datetime.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/datetime.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/datetime.test.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/datetime.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/datetime.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/datetime.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/datetime.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/duration.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/duration.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/duration.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/duration.test.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/duration.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/duration.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/duration.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/duration.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/formatters.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/formatters.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/formatters.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/formatters.test.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/formatters.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/formatters.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/formatters.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/formatters.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/index.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/index.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/index.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/index.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/size.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/size.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/size.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/size.test.ts diff --git a/x-pack/plugins/apm/common/utils/formatters/size.ts b/x-pack/plugins/observability_solution/apm/common/utils/formatters/size.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/formatters/size.ts rename to x-pack/plugins/observability_solution/apm/common/utils/formatters/size.ts diff --git a/x-pack/plugins/apm/common/utils/get_bucket_size/calculate_auto.js b/x-pack/plugins/observability_solution/apm/common/utils/get_bucket_size/calculate_auto.js similarity index 100% rename from x-pack/plugins/apm/common/utils/get_bucket_size/calculate_auto.js rename to x-pack/plugins/observability_solution/apm/common/utils/get_bucket_size/calculate_auto.js diff --git a/x-pack/plugins/apm/common/utils/get_bucket_size/index.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_bucket_size/index.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_bucket_size/index.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_bucket_size/index.ts diff --git a/x-pack/plugins/apm/common/utils/get_bucket_size/unit_to_seconds.js b/x-pack/plugins/observability_solution/apm/common/utils/get_bucket_size/unit_to_seconds.js similarity index 100% rename from x-pack/plugins/apm/common/utils/get_bucket_size/unit_to_seconds.js rename to x-pack/plugins/observability_solution/apm/common/utils/get_bucket_size/unit_to_seconds.js diff --git a/x-pack/plugins/apm/common/utils/get_kuery_fields.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_kuery_fields.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_kuery_fields.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_kuery_fields.test.ts diff --git a/x-pack/plugins/apm/common/utils/get_kuery_fields.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_kuery_fields.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_kuery_fields.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_kuery_fields.ts diff --git a/x-pack/plugins/apm/common/utils/get_kuery_with_mobile_filters.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_kuery_with_mobile_filters.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_kuery_with_mobile_filters.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_kuery_with_mobile_filters.test.ts diff --git a/x-pack/plugins/apm/common/utils/get_kuery_with_mobile_filters.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_kuery_with_mobile_filters.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_kuery_with_mobile_filters.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_kuery_with_mobile_filters.ts diff --git a/x-pack/plugins/apm/common/utils/get_offset_in_ms.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_offset_in_ms.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_offset_in_ms.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_offset_in_ms.ts diff --git a/x-pack/plugins/apm/common/utils/get_preferred_bucket_size_and_data_source.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_preferred_bucket_size_and_data_source.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_preferred_bucket_size_and_data_source.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_preferred_bucket_size_and_data_source.test.ts diff --git a/x-pack/plugins/apm/common/utils/get_preferred_bucket_size_and_data_source.ts b/x-pack/plugins/observability_solution/apm/common/utils/get_preferred_bucket_size_and_data_source.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/get_preferred_bucket_size_and_data_source.ts rename to x-pack/plugins/observability_solution/apm/common/utils/get_preferred_bucket_size_and_data_source.ts diff --git a/x-pack/plugins/apm/common/utils/is_finite_number.ts b/x-pack/plugins/observability_solution/apm/common/utils/is_finite_number.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/is_finite_number.ts rename to x-pack/plugins/observability_solution/apm/common/utils/is_finite_number.ts diff --git a/x-pack/plugins/apm/common/utils/join_by_key/index.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/join_by_key/index.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/join_by_key/index.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/join_by_key/index.test.ts diff --git a/x-pack/plugins/apm/common/utils/join_by_key/index.ts b/x-pack/plugins/observability_solution/apm/common/utils/join_by_key/index.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/join_by_key/index.ts rename to x-pack/plugins/observability_solution/apm/common/utils/join_by_key/index.ts diff --git a/x-pack/plugins/apm/common/utils/kuery_utils.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/kuery_utils.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/kuery_utils.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/kuery_utils.test.ts diff --git a/x-pack/plugins/apm/common/utils/kuery_utils.ts b/x-pack/plugins/observability_solution/apm/common/utils/kuery_utils.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/kuery_utils.ts rename to x-pack/plugins/observability_solution/apm/common/utils/kuery_utils.ts diff --git a/x-pack/plugins/apm/common/utils/maybe.ts b/x-pack/plugins/observability_solution/apm/common/utils/maybe.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/maybe.ts rename to x-pack/plugins/observability_solution/apm/common/utils/maybe.ts diff --git a/x-pack/plugins/apm/common/utils/offset_previous_period_coordinate.test.ts b/x-pack/plugins/observability_solution/apm/common/utils/offset_previous_period_coordinate.test.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/offset_previous_period_coordinate.test.ts rename to x-pack/plugins/observability_solution/apm/common/utils/offset_previous_period_coordinate.test.ts diff --git a/x-pack/plugins/apm/common/utils/offset_previous_period_coordinate.ts b/x-pack/plugins/observability_solution/apm/common/utils/offset_previous_period_coordinate.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/offset_previous_period_coordinate.ts rename to x-pack/plugins/observability_solution/apm/common/utils/offset_previous_period_coordinate.ts diff --git a/x-pack/plugins/apm/common/utils/pick_keys.ts b/x-pack/plugins/observability_solution/apm/common/utils/pick_keys.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/pick_keys.ts rename to x-pack/plugins/observability_solution/apm/common/utils/pick_keys.ts diff --git a/x-pack/plugins/apm/common/utils/term_query.ts b/x-pack/plugins/observability_solution/apm/common/utils/term_query.ts similarity index 100% rename from x-pack/plugins/apm/common/utils/term_query.ts rename to x-pack/plugins/observability_solution/apm/common/utils/term_query.ts diff --git a/x-pack/plugins/apm/common/viz_colors.ts b/x-pack/plugins/observability_solution/apm/common/viz_colors.ts similarity index 100% rename from x-pack/plugins/apm/common/viz_colors.ts rename to x-pack/plugins/observability_solution/apm/common/viz_colors.ts diff --git a/x-pack/plugins/apm/common/waterfall/typings.ts b/x-pack/plugins/observability_solution/apm/common/waterfall/typings.ts similarity index 100% rename from x-pack/plugins/apm/common/waterfall/typings.ts rename to x-pack/plugins/observability_solution/apm/common/waterfall/typings.ts diff --git a/x-pack/plugins/apm/dev_docs/apm_queries.md b/x-pack/plugins/observability_solution/apm/dev_docs/apm_queries.md similarity index 89% rename from x-pack/plugins/apm/dev_docs/apm_queries.md rename to x-pack/plugins/observability_solution/apm/dev_docs/apm_queries.md index acd20597389d9..7b0fd244bfdd5 100644 --- a/x-pack/plugins/apm/dev_docs/apm_queries.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/apm_queries.md @@ -56,7 +56,7 @@ A pre-aggregated document where `_doc_count` is the number of transaction events You can find all the APM transaction fields [here](https://www.elastic.co/guide/en/apm/server/current/exported-fields-apm-transaction.html). -The decision to use aggregated transactions or not is determined in [`getSearchTransactionsEvents`](https://github.com/elastic/kibana/blob/a2ac439f56313b7a3fc4708f54a4deebf2615136/x-pack/plugins/apm/server/lib/helpers/aggregated_transactions/index.ts#L53-L79) and then used to specify [the transaction index](https://github.com/elastic/kibana/blob/a2ac439f56313b7a3fc4708f54a4deebf2615136/x-pack/plugins/apm/server/lib/suggestions/get_suggestions.ts#L30-L32) and [the latency field](https://github.com/elastic/kibana/blob/a2ac439f56313b7a3fc4708f54a4deebf2615136/x-pack/plugins/apm/server/lib/alerts/chart_preview/get_transaction_duration.ts#L62-L65) +The decision to use aggregated transactions or not is determined in [`getSearchTransactionsEvents`](https://github.com/elastic/kibana/blob/a2ac439f56313b7a3fc4708f54a4deebf2615136/x-pack/plugins/observability_solution/apm/server/lib/helpers/aggregated_transactions/index.ts#L53-L79) and then used to specify [the transaction index](https://github.com/elastic/kibana/blob/a2ac439f56313b7a3fc4708f54a4deebf2615136/x-pack/plugins/observability_solution/apm/server/lib/suggestions/get_suggestions.ts#L30-L32) and [the latency field](https://github.com/elastic/kibana/blob/a2ac439f56313b7a3fc4708f54a4deebf2615136/x-pack/plugins/observability_solution/apm/server/lib/alerts/chart_preview/get_transaction_duration.ts#L62-L65) ### Latency @@ -101,7 +101,7 @@ GET apm-*-metric-*,metrics-apm*/_search?terminate_after=1000 } ``` -Please note: `metricset.name: transaction` was only recently introduced. To retain backwards compatability we still use the old filter `{ "exists": { "field": "transaction.duration.histogram" }}` when filtering for aggregated transactions ([see example](https://github.com/elastic/kibana/blob/2c8686770e64b82cf8e1db5a22327d40d5f8ce45/x-pack/plugins/apm/server/lib/helpers/aggregated_transactions/index.ts#L89-L95)). +Please note: `metricset.name: transaction` was only recently introduced. To retain backwards compatability we still use the old filter `{ "exists": { "field": "transaction.duration.histogram" }}` when filtering for aggregated transactions ([see example](https://github.com/elastic/kibana/blob/2c8686770e64b82cf8e1db5a22327d40d5f8ce45/x-pack/plugins/observability_solution/apm/server/lib/helpers/aggregated_transactions/index.ts#L89-L95)). ### Throughput @@ -291,7 +291,7 @@ System metrics are captured periodically (every 60 seconds by default). You can ![image](https://user-images.githubusercontent.com/209966/135990500-f85bd8d9-b5a5-4b7c-b9e1-0759eefb8a29.png) -Used in: [Metrics section](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/apm/server/lib/metrics/by_agent/shared/cpu/index.ts#L83) +Used in: [Metrics section](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/observability_solution/apm/server/lib/metrics/by_agent/shared/cpu/index.ts#L83) Noteworthy fields: `system.cpu.total.norm.pct`, `system.process.cpu.total.norm.pct` @@ -377,7 +377,7 @@ GET apm-*-metric-*,metrics-apm*/_search?terminate_after=1000 } ``` -The above example is overly simplified. In reality [we do a bit more](https://github.com/elastic/kibana/blob/fe9b5332e157fd456f81aecfd4ffa78d9e511a66/x-pack/plugins/apm/server/lib/metrics/by_agent/shared/memory/index.ts#L51-L71) to properly calculate memory usage inside containers. Please note that an [Exists Query](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-exists-query.html) is used in the filter context in the query to ensure that the memory fields exist. +The above example is overly simplified. In reality [we do a bit more](https://github.com/elastic/kibana/blob/fe9b5332e157fd456f81aecfd4ffa78d9e511a66/x-pack/plugins/observability_solution/apm/server/lib/metrics/by_agent/shared/memory/index.ts#L51-L71) to properly calculate memory usage inside containers. Please note that an [Exists Query](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-exists-query.html) is used in the filter context in the query to ensure that the memory fields exist. # Span breakdown metrics @@ -387,7 +387,7 @@ Span breakdown metrics are used to power the "Time spent by span type" graph. Ag ![image](https://user-images.githubusercontent.com/209966/135990865-9077ae3e-a7a4-4b5d-bdce-41dc832689ea.png) -Used in: ["Time spent by span type" chart](https://github.com/elastic/kibana/blob/723370ab23573e50b3524a62c6b9998f2042423d/x-pack/plugins/apm/server/lib/transactions/breakdown/index.ts#L48-L87) +Used in: ["Time spent by span type" chart](https://github.com/elastic/kibana/blob/723370ab23573e50b3524a62c6b9998f2042423d/x-pack/plugins/observability_solution/apm/server/lib/transactions/breakdown/index.ts#L48-L87) Noteworthy fields: `transaction.name`, `transaction.type`, `span.type`, `span.subtype`, `span.self_time.*` @@ -447,7 +447,7 @@ These metrics measure the count and total duration of requests from one service ![image](https://user-images.githubusercontent.com/209966/135990117-170070da-2fc5-4014-a597-0dda0970854c.png) -Used in: [Dependencies (latency)](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/apm/server/lib/backends/get_latency_charts_for_backend.ts#L68-L79), [Dependencies (throughput)](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/apm/server/lib/backends/get_throughput_charts_for_backend.ts#L67-L74) and [Service Map](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/apm/server/lib/service_map/get_service_map_backend_node_info.ts#L57-L67) +Used in: [Dependencies (latency)](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/observability_solution/apm/server/lib/backends/get_latency_charts_for_backend.ts#L68-L79), [Dependencies (throughput)](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/observability_solution/apm/server/lib/backends/get_throughput_charts_for_backend.ts#L67-L74) and [Service Map](https://github.com/elastic/kibana/blob/00bb59713ed115343eb70d4e39059476edafbade/x-pack/plugins/observability_solution/apm/server/lib/service_map/get_service_map_backend_node_info.ts#L57-L67) Noteworthy fields: `span.destination.service.*` diff --git a/x-pack/plugins/apm/dev_docs/github_commands.md b/x-pack/plugins/observability_solution/apm/dev_docs/github_commands.md similarity index 100% rename from x-pack/plugins/apm/dev_docs/github_commands.md rename to x-pack/plugins/observability_solution/apm/dev_docs/github_commands.md diff --git a/x-pack/plugins/apm/dev_docs/learning_material.md b/x-pack/plugins/observability_solution/apm/dev_docs/learning_material.md similarity index 100% rename from x-pack/plugins/apm/dev_docs/learning_material.md rename to x-pack/plugins/observability_solution/apm/dev_docs/learning_material.md diff --git a/x-pack/plugins/apm/dev_docs/linting.md b/x-pack/plugins/observability_solution/apm/dev_docs/linting.md similarity index 75% rename from x-pack/plugins/apm/dev_docs/linting.md rename to x-pack/plugins/observability_solution/apm/dev_docs/linting.md index 3dbd7b5b27484..23f5fc2da22cd 100644 --- a/x-pack/plugins/apm/dev_docs/linting.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/linting.md @@ -5,26 +5,27 @@ _Note: Run the commands from the root of Kibana._ ### Typescript ``` -node scripts/type_check.js --project x-pack/plugins/apm/tsconfig.json +node scripts/type_check.js --project x-pack/plugins/observability_solution/apm/tsconfig.json ``` ### Prettier ``` -yarn prettier "./x-pack/plugins/apm/**/*.{tsx,ts,js}" --write +yarn prettier "./x-pack/plugins/observability_solution/apm/**/*.{tsx,ts,js}" --write ``` ### ESLint ``` -node scripts/eslint.js x-pack/plugins/apm +node scripts/eslint.js x-pack/plugins/observability_solution/apm ``` ## Install pre-commit hook (optional) + In case you want to run a couple of checks like linting or check the file casing of the files to commit, we provide a way to install a pre-commit hook. To configure it you just need to run the following: `node scripts/register_git_hook` After the script completes the pre-commit hook will be created within the file .git/hooks/pre-commit. If you choose to not install it, don’t worry, we still run a quick CI check to provide feedback earliest as we can about the same checks. -More information about linting can be found in the [Kibana Guide](https://www.elastic.co/guide/en/kibana/current/kibana-linting.html). \ No newline at end of file +More information about linting can be found in the [Kibana Guide](https://www.elastic.co/guide/en/kibana/current/kibana-linting.html). diff --git a/x-pack/plugins/apm/dev_docs/local_setup.md b/x-pack/plugins/observability_solution/apm/dev_docs/local_setup.md similarity index 94% rename from x-pack/plugins/apm/dev_docs/local_setup.md rename to x-pack/plugins/observability_solution/apm/dev_docs/local_setup.md index 9f3553f3c680c..f4e8427da189a 100644 --- a/x-pack/plugins/apm/dev_docs/local_setup.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/local_setup.md @@ -85,7 +85,7 @@ elasticsearch.password: changeme APM behaves differently depending on which role and permissions a logged in user has. To create APM users run: ```sh -node x-pack/plugins/apm/scripts/create_apm_users.js --username admin --password changeme --kibana-url http://localhost:5601 +node x-pack/plugins/observability_solution/apm/scripts/create_apm_users.js --username admin --password changeme --kibana-url http://localhost:5601 ``` This will create: diff --git a/x-pack/plugins/apm/dev_docs/overflow_bucket_setup.md b/x-pack/plugins/observability_solution/apm/dev_docs/overflow_bucket_setup.md similarity index 100% rename from x-pack/plugins/apm/dev_docs/overflow_bucket_setup.md rename to x-pack/plugins/observability_solution/apm/dev_docs/overflow_bucket_setup.md diff --git a/x-pack/plugins/apm/dev_docs/query_debugging_in_development_and_production.md b/x-pack/plugins/observability_solution/apm/dev_docs/query_debugging_in_development_and_production.md similarity index 100% rename from x-pack/plugins/apm/dev_docs/query_debugging_in_development_and_production.md rename to x-pack/plugins/observability_solution/apm/dev_docs/query_debugging_in_development_and_production.md diff --git a/x-pack/plugins/apm/dev_docs/routing_and_linking.md b/x-pack/plugins/observability_solution/apm/dev_docs/routing_and_linking.md similarity index 100% rename from x-pack/plugins/apm/dev_docs/routing_and_linking.md rename to x-pack/plugins/observability_solution/apm/dev_docs/routing_and_linking.md diff --git a/x-pack/plugins/apm/dev_docs/telemetry.md b/x-pack/plugins/observability_solution/apm/dev_docs/telemetry.md similarity index 93% rename from x-pack/plugins/apm/dev_docs/telemetry.md rename to x-pack/plugins/observability_solution/apm/dev_docs/telemetry.md index e11ea3bcdec33..71676da94731d 100644 --- a/x-pack/plugins/apm/dev_docs/telemetry.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/telemetry.md @@ -31,7 +31,7 @@ Once uploaded to the telemetry cluster, the data telemetry is stored in In order to collect a new telemetry field you need to add a task which performs the query that collects the data from the cluster. -All the available tasks are [here](https://github.com/elastic/kibana/blob/ba84602455671f0f6175bbc0fd2e8f302c60bbe6/x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.ts) +All the available tasks are [here](https://github.com/elastic/kibana/blob/ba84602455671f0f6175bbc0fd2e8f302c60bbe6/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.ts) ### Debug telemetry @@ -61,7 +61,7 @@ The collection tasks also use the [`APMDataTelemetry` type](../server/lib/apm_te Running `node scripts/telemetry_check --fix` from the root Kibana directory will update the schemas which should automatically notify the Infra team when a pull request is opened so they can update the mapping in the telemetry clusters. -Running `node scripts/test/jest --updateSnapshot` from the `x-pack/plugins/apm` directory will update the +Running `node scripts/test/jest --updateSnapshot` from the `x-pack/plugins/observability_solution/apm` directory will update the mappings snapshot used in the jest tests. ## Behavioral Telemetry @@ -78,8 +78,8 @@ EBT is part of the core analytics service in Kibana and the `TelemetryService` p #### Collect a new event type -1. You need to define the event type in the [telemetry_events.ts](https://github.com/elastic/kibana/blob/4283802c195231f710be0d9870615fbc31382a31/x-pack/plugins/apm/public/services/telemetry/telemetry_events.ts#L36) -2. Define the tracking method in the [telemetry_client.ts](https://github.com/elastic/kibana/blob/4283802c195231f710be0d9870615fbc31382a31/x-pack/plugins/apm/public/services/telemetry/telemetry_client.ts#L18) +1. You need to define the event type in the [telemetry_events.ts](https://github.com/elastic/kibana/blob/4283802c195231f710be0d9870615fbc31382a31/x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_events.ts#L36) +2. Define the tracking method in the [telemetry_client.ts](https://github.com/elastic/kibana/blob/4283802c195231f710be0d9870615fbc31382a31/x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts#L18) 3. Use the tracking method with the telemetry client (`telemetry.reportSearchQuerySumbitted({property: test})`) In addition to the custom properties, analytics module automatically sends context properties. The list of the properties can be found [here](https://docs.elastic.dev/telemetry/collection/event-based-telemetry-context#browser-context) diff --git a/x-pack/plugins/apm/dev_docs/testing.md b/x-pack/plugins/observability_solution/apm/dev_docs/testing.md similarity index 88% rename from x-pack/plugins/apm/dev_docs/testing.md rename to x-pack/plugins/observability_solution/apm/dev_docs/testing.md index 7ce4ed34b9e61..02ff43d37bf75 100644 --- a/x-pack/plugins/apm/dev_docs/testing.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/testing.md @@ -13,7 +13,7 @@ Unit testing is a good approach if you have a very specific piece of code with l ## Unit Tests (Jest) ``` -node x-pack/plugins/apm/scripts/test/jest [--watch] [--updateSnapshot] +node x-pack/plugins/observability_solution/apm/scripts/test/jest [--watch] [--updateSnapshot] ``` #### Coverage @@ -44,7 +44,7 @@ The API tests are located in [`x-pack/test/apm_api_integration/`](/x-pack/test/a #### Start server and run test (single process) ``` -node x-pack/plugins/apm/scripts/test/api [--trial/--basic] [--help] +node x-pack/plugins/observability_solution/apm/scripts/test/api [--trial/--basic] [--help] ``` The above command will start an ES instance on http://localhost:9220, a Kibana instance on http://localhost:5620 and run the api tests. @@ -55,10 +55,10 @@ Once the tests finish, the instances will be terminated. ```sh # start server -node x-pack/plugins/apm/scripts/test/api --server --basic +node x-pack/plugins/observability_solution/apm/scripts/test/api --server --basic # run tests -node x-pack/plugins/apm/scripts/test/api --runner --basic --grep-files=error_group_list +node x-pack/plugins/observability_solution/apm/scripts/test/api --runner --basic --grep-files=error_group_list ``` ### Update snapshots (from Kibana root) @@ -66,7 +66,7 @@ node x-pack/plugins/apm/scripts/test/api --runner --basic --grep-files=error_gro To update snapshots append `--updateSnapshots` to the `--runner` command: ``` -node x-pack/plugins/apm/scripts/test/api --runner --basic --updateSnapshots +node x-pack/plugins/observability_solution/apm/scripts/test/api --runner --basic --updateSnapshots ``` (The test server needs to be running) @@ -80,7 +80,7 @@ node x-pack/plugins/apm/scripts/test/api --runner --basic --updateSnapshots ## E2E Tests (Cypress) -The E2E tests are located in [`x-pack/plugins/apm/ftr_e2e`](../ftr_e2e). +The E2E tests are located in [`x-pack/plugins/observability_solution/apm/ftr_e2e`](../ftr_e2e). When PR is labeled with `apm:cypress-record`, test runs are recorded to the [Cypress Dashboard](https://dashboard.cypress.io). @@ -98,19 +98,19 @@ Tests run on buildkite PR pipeline are parallelized (4 parallel jobs) and are or #### Start test server ``` -node x-pack/plugins/apm/scripts/test/e2e --server +node x-pack/plugins/observability_solution/apm/scripts/test/e2e --server ``` #### Run tests ``` -node x-pack/plugins/apm/scripts/test/e2e --runner --open +node x-pack/plugins/observability_solution/apm/scripts/test/e2e --runner --open ``` ### Run tests multiple times to check for flakiness ``` -node x-pack/plugins/apm/scripts/test/e2e --runner --times [--spec ] +node x-pack/plugins/observability_solution/apm/scripts/test/e2e --runner --times [--spec ] ``` ### A11y checks @@ -131,7 +131,7 @@ node scripts/functional_test_runner --config x-pack/test/functional/apps/apm/con APM tests are located in `x-pack/test/functional/apps/apm`. For debugging access Elasticsearch on http://localhost:9220` (elastic/changeme) -diff --git a/x-pack/plugins/apm/scripts/test/README.md b/x-pack/plugins/apm/scripts/test/README.md +diff --git a/x-pack/plugins/observability_solution/apm/scripts/test/README.md b/x-pack/plugins/observability_solution/apm/scripts/test/README.md ## Serverless API tests diff --git a/x-pack/plugins/apm/dev_docs/testing_apm_server.md b/x-pack/plugins/observability_solution/apm/dev_docs/testing_apm_server.md similarity index 100% rename from x-pack/plugins/apm/dev_docs/testing_apm_server.md rename to x-pack/plugins/observability_solution/apm/dev_docs/testing_apm_server.md diff --git a/x-pack/plugins/apm/dev_docs/updating_functional_tests_archives.md b/x-pack/plugins/observability_solution/apm/dev_docs/updating_functional_tests_archives.md similarity index 80% rename from x-pack/plugins/apm/dev_docs/updating_functional_tests_archives.md rename to x-pack/plugins/observability_solution/apm/dev_docs/updating_functional_tests_archives.md index 3d1a5f0b00bb4..50a183d502c2f 100644 --- a/x-pack/plugins/apm/dev_docs/updating_functional_tests_archives.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/updating_functional_tests_archives.md @@ -3,6 +3,4 @@ Some of our API tests use an archive generated by the [`esarchiver`](https://www.elastic.co/guide/en/kibana/current/development-tests.html#development-functional-tests) script. Updating the main archive (`apm_8.0.0`) is a scripted process, where a 30m snapshot is downloaded from a cluster running the [APM Integration Testing server](https://github.com/elastic/apm-integration-testing). The script will copy the generated archives into the `fixtures/es_archiver` folders of our test suites (currently `basic` and `trial`). It will also generate a file that contains metadata about the archive, that can be imported to get the time range of the snapshot. Usage: -`node x-pack/plugins/apm/scripts/create_functional_tests_archive --es-url=https://admin:changeme@localhost:9200 --kibana-url=https://localhost:5601` - - +`node x-pack/plugins/observability_solution/apm/scripts/create_functional_tests_archive --es-url=https://admin:changeme@localhost:9200 --kibana-url=https://localhost:5601` diff --git a/x-pack/plugins/apm/dev_docs/vscode_setup.md b/x-pack/plugins/observability_solution/apm/dev_docs/vscode_setup.md similarity index 84% rename from x-pack/plugins/apm/dev_docs/vscode_setup.md rename to x-pack/plugins/observability_solution/apm/dev_docs/vscode_setup.md index 9be3a53b52176..f054f99fafcd2 100644 --- a/x-pack/plugins/apm/dev_docs/vscode_setup.md +++ b/x-pack/plugins/observability_solution/apm/dev_docs/vscode_setup.md @@ -1,6 +1,6 @@ # Visual Studio Code -When using [Visual Studio Code](https://code.visualstudio.com/) with APM it's best to set up a [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) and add the `x-pack/plugins/apm` directory, the `x-pack` directory, and the root of the Kibana repository to the workspace. This makes it so you can navigate and search within APM and use the wider workspace roots when you need to widen your search. +When using [Visual Studio Code](https://code.visualstudio.com/) with APM it's best to set up a [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces) and add the `x-pack/plugins/observability_solution/apm` directory, the `x-pack` directory, and the root of the Kibana repository to the workspace. This makes it so you can navigate and search within APM and use the wider workspace roots when you need to widen your search. ## Using the Jest extension @@ -31,10 +31,7 @@ To make the [VSCode debugger](https://vscode.readthedocs.io/en/latest/editor/deb "type": "node", "name": "vscode-jest-tests", "request": "launch", - "args": [ - "--runInBand", - "--config=${workspaceFolder}/jest.config.js" - ], + "args": ["--runInBand", "--config=${workspaceFolder}/jest.config.js"], "cwd": "${workspaceFolder}", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen", diff --git a/x-pack/plugins/apm/ftr_e2e/README.md b/x-pack/plugins/observability_solution/apm/ftr_e2e/README.md similarity index 95% rename from x-pack/plugins/apm/ftr_e2e/README.md rename to x-pack/plugins/observability_solution/apm/ftr_e2e/README.md index f62040babfe12..219b8a2048cf3 100644 --- a/x-pack/plugins/apm/ftr_e2e/README.md +++ b/x-pack/plugins/observability_solution/apm/ftr_e2e/README.md @@ -1,6 +1,6 @@ # APM E2E -APM uses [FTR](../../../../packages/kbn-test/README.md) (functional test runner) and [Cypress](https://www.cypress.io/) to run the e2e tests. The tests are located at `kibana/x-pack/plugins/apm/ftr_e2e/cypress/integration`. +APM uses [FTR](../../../../packages/kbn-test/README.md) (functional test runner) and [Cypress](https://www.cypress.io/) to run the e2e tests. The tests are located at `kibana/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/integration`. ## Tips and best practices @@ -71,7 +71,7 @@ it('calls the dependencies API', () => { ### Prefer `cy.visitKibana` instead of `cy.visit` -In most cases we should use [`cy.visitKibana`](https://github.com/elastic/kibana/blob/50821db39c07d5d35d510c8082d5c608c4e2fd4e/x-pack/plugins/apm/ftr_e2e/cypress/support/commands.ts#L51-L56) instead of `cy.visit`. +In most cases we should use [`cy.visitKibana`](https://github.com/elastic/kibana/blob/50821db39c07d5d35d510c8082d5c608c4e2fd4e/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/commands.ts#L51-L56) instead of `cy.visit`. `cy.visitKibana` will wait for Kibana to have successfully loaded before moving on. This will reduce the risk of timing out later in the test because we split up the wait time in two parts: Kibana load time, and APM load time thus a time budget for each (by default 40 seconds). ### Clean data before and after each test diff --git a/x-pack/plugins/apm/ftr_e2e/apis/fixtures/package_registry_config.yml b/x-pack/plugins/observability_solution/apm/ftr_e2e/apis/fixtures/package_registry_config.yml similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/apis/fixtures/package_registry_config.yml rename to x-pack/plugins/observability_solution/apm/ftr_e2e/apis/fixtures/package_registry_config.yml diff --git a/x-pack/plugins/apm/ftr_e2e/cypress.config.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress.config.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress.config.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress.config.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/.gitignore b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/.gitignore similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/.gitignore rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/.gitignore diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/_404.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/_404.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/_404.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/_404.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/deep_links.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/deep_links.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/deep_links.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/deep_links.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/dependencies.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/dependencies.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/dependencies.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/dependencies.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/dependency_operation/dependency_operation.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/dependency_operation/dependency_operation.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/dependency_operation/dependency_operation.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/dependency_operation/dependency_operation.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/diagnostics/apm-diagnostics-8.8.0-1687436214804.json b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/diagnostics/apm-diagnostics-8.8.0-1687436214804.json similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/diagnostics/apm-diagnostics-8.8.0-1687436214804.json rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/diagnostics/apm-diagnostics-8.8.0-1687436214804.json diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/diagnostics/diagnostics.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/diagnostics/diagnostics.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/diagnostics/diagnostics.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/diagnostics/diagnostics.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/errors/error_details.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/errors/error_details.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/errors/error_details.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/errors/error_details.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/errors/errors_page.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/errors/errors_page.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/errors/errors_page.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/errors/errors_page.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/errors/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/errors/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/errors/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/errors/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/feature_flag/comparison.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/feature_flag/comparison.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/feature_flag/comparison.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/feature_flag/comparison.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/home.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/home.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/home.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/home.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/infrastructure/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/infrastructure/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/infrastructure/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/infrastructure/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/infrastructure/infrastructure_page.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/infrastructure/infrastructure_page.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/infrastructure/infrastructure_page.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/infrastructure/infrastructure_page.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/integration_settings/integration_policy.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/integration_settings/integration_policy.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/integration_settings/integration_policy.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/integration_settings/integration_policy.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/mobile/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/mobile/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/mobile/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/mobile/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transaction_details.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/mobile/mobile_transaction_details.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transaction_details.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/mobile/mobile_transaction_details.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/mobile/mobile_transactions.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/navigation.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/navigation.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/navigation.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/navigation.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/no_data_screen.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/no_data_screen.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/no_data_screen.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/no_data_screen.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/onboarding/onboarding.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/onboarding/onboarding.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/onboarding/onboarding.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/onboarding/onboarding.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/rules/error_count.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/rules/error_count.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/rules/error_count.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/rules/error_count.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/rules/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/rules/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/rules/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/rules/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_groups/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_groups/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_groups/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_groups/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_groups/service_groups.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_groups/service_groups.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_groups/service_groups.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_groups/service_groups.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/header_filters.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/header_filters.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/header_filters.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/header_filters/header_filters.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/service_inventory.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/service_inventory.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_inventory/service_inventory.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_inventory/service_inventory.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/service_map.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/service_map.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/service_map.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/service_map.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/detailed_service_map.png b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/detailed_service_map.png similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/detailed_service_map.png rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/detailed_service_map.png diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/service_map.png b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/service_map.png similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_map/snapshots/service_map.png rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_map/snapshots/service_map.png diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/alerts_table.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/alerts_table.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/alerts_table.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/alerts_table.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/aws_lambda.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/aws_lambda.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/aws_lambda.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/aws_lambda.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/aws_lambda/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/azure_functions.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/azure_functions.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/azure_functions.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/azure_functions.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/azure_functions/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/errors_table.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/errors_table.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/errors_table.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/errors_table.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/generate_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/generate_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/generate_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/generate_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/generate_mobile.data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/generate_mobile.data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/generate_mobile.data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/generate_mobile.data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/header_filters.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/header_filters.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/header_filters.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/header_filters.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/instances_table.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/instances_table.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/instances_table.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/instances_table.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/mobile_overview_with_most_used_charts.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/mobile_overview_with_most_used_charts.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/mobile_overview_with_most_used_charts.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/mobile_overview_with_most_used_charts.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/service_and_mobile_overview.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/service_and_mobile_overview.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/service_and_mobile_overview.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/service_and_mobile_overview.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/service_overview.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/service_overview.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/service_overview.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/service_overview.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/time_comparison.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/time_comparison.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/service_overview/time_comparison.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/service_overview/time_comparison.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/settings/agent_configurations.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/settings/agent_configurations.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/settings/agent_configurations.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/settings/agent_configurations.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/settings/custom_links.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/settings/custom_links.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/settings/custom_links.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/settings/custom_links.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/storage_explorer/storage_explorer.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/trace_explorer/trace_explorer.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/trace_explorer/trace_explorer.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/trace_explorer/trace_explorer.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/trace_explorer/trace_explorer.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/generate_span_links_data.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/generate_span_links_data.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/generate_span_links_data.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/generate_span_links_data.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/generate_large_trace.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/generate_large_trace.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/generate_large_trace.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/generate_large_trace.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/large_traces_in_waterfall.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/large_traces_in_waterfall.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/large_traces_in_waterfall.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/large_trace_in_waterfall/large_traces_in_waterfall.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/span_links.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/span_links.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/span_links.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/span_links.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/transaction_details.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/transaction_details.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/transaction_details/transaction_details.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transaction_details/transaction_details.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/transactions_overview/transactions_overview.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transactions_overview/transactions_overview.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/transactions_overview/transactions_overview.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/transactions_overview/transactions_overview.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/e2e/tutorial/tutorial.cy.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/tutorial/tutorial.cy.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/e2e/tutorial/tutorial.cy.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/e2e/tutorial/tutorial.cy.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_8.0.0_empty/mappings.json b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_8.0.0_empty/mappings.json similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_8.0.0_empty/mappings.json rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_8.0.0_empty/mappings.json diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_mappings_only_8.0.0/mappings.json b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_mappings_only_8.0.0/mappings.json similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_mappings_only_8.0.0/mappings.json rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/es_archiver/apm_mappings_only_8.0.0/mappings.json diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/metrics_8.0.0/mappings.json b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/es_archiver/metrics_8.0.0/mappings.json similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/fixtures/es_archiver/metrics_8.0.0/mappings.json rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/es_archiver/metrics_8.0.0/mappings.json diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/fixtures/synthtrace/opbeans.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/synthtrace/opbeans.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/fixtures/synthtrace/opbeans.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/fixtures/synthtrace/opbeans.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/support/commands.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/commands.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/support/commands.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/commands.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/support/e2e.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/e2e.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/support/e2e.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/e2e.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/support/output_command_timings.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/output_command_timings.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/support/output_command_timings.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/output_command_timings.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress/support/types.d.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/types.d.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress/support/types.d.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress/support/types.d.ts diff --git a/x-pack/plugins/apm/ftr_e2e/cypress_test_runner.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/cypress_test_runner.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/cypress_test_runner.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/cypress_test_runner.ts diff --git a/x-pack/plugins/apm/ftr_e2e/ftr_config.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts similarity index 94% rename from x-pack/plugins/apm/ftr_e2e/ftr_config.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts index 47e5878e365a9..d0aa9b32a95e7 100644 --- a/x-pack/plugins/apm/ftr_e2e/ftr_config.ts +++ b/x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_config.ts @@ -12,10 +12,10 @@ import { FtrProviderContext } from './ftr_provider_context'; async function ftrConfig({ readConfigFile }: FtrConfigProviderContext) { const kibanaCommonTestsConfig = await readConfigFile( - require.resolve('../../../../test/common/config.js') + require.resolve('../../../../../test/common/config.js') ); const xpackFunctionalTestsConfig = await readConfigFile( - require.resolve('../../../test/functional/config.base.js') + require.resolve('../../../../test/functional/config.base.js') ); return { diff --git a/x-pack/plugins/apm/ftr_e2e/ftr_provider_context.d.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_provider_context.d.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/ftr_provider_context.d.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/ftr_provider_context.d.ts diff --git a/x-pack/plugins/apm/ftr_e2e/setup_cypress_node_events.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/setup_cypress_node_events.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/setup_cypress_node_events.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/setup_cypress_node_events.ts diff --git a/x-pack/plugins/apm/ftr_e2e/synthtrace.ts b/x-pack/plugins/observability_solution/apm/ftr_e2e/synthtrace.ts similarity index 100% rename from x-pack/plugins/apm/ftr_e2e/synthtrace.ts rename to x-pack/plugins/observability_solution/apm/ftr_e2e/synthtrace.ts diff --git a/x-pack/plugins/apm/ftr_e2e/tsconfig.json b/x-pack/plugins/observability_solution/apm/ftr_e2e/tsconfig.json similarity index 58% rename from x-pack/plugins/apm/ftr_e2e/tsconfig.json rename to x-pack/plugins/observability_solution/apm/ftr_e2e/tsconfig.json index b95f24a54d4fb..7c7f481c3ce66 100644 --- a/x-pack/plugins/apm/ftr_e2e/tsconfig.json +++ b/x-pack/plugins/observability_solution/apm/ftr_e2e/tsconfig.json @@ -1,19 +1,10 @@ { - "extends": "../../../../tsconfig.base.json", - "include": [ - "**/*" - ], - "exclude": [ - "tmp", - "target/**/*" - ], + "extends": "../../../../../tsconfig.base.json", + "include": ["**/*"], + "exclude": ["tmp", "target/**/*"], "compilerOptions": { "outDir": "target/types", - "types": [ - "cypress", - "node", - "cypress-real-events" - ], + "types": ["cypress", "node", "cypress-real-events"], "isolatedModules": false }, "kbn_references": [ @@ -24,6 +15,6 @@ "@kbn/apm-synthtrace-client", "@kbn/dev-utils", "@kbn/axe-config", - "@kbn/cypress-config", + "@kbn/cypress-config" ] } diff --git a/x-pack/plugins/apm/jest.config.js b/x-pack/plugins/observability_solution/apm/jest.config.js similarity index 50% rename from x-pack/plugins/apm/jest.config.js rename to x-pack/plugins/observability_solution/apm/jest.config.js index 5d15dd048d4f1..8e02c46d7ecde 100644 --- a/x-pack/plugins/apm/jest.config.js +++ b/x-pack/plugins/observability_solution/apm/jest.config.js @@ -9,13 +9,16 @@ const path = require('path'); module.exports = { preset: '@kbn/test', - rootDir: path.resolve(__dirname, '../../..'), - roots: ['/x-pack/plugins/apm'], - setupFiles: ['/x-pack/plugins/apm/.storybook/jest_setup.js'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/apm', + rootDir: path.resolve(__dirname, '../../../..'), + roots: ['/x-pack/plugins/observability_solution/apm'], + setupFiles: [ + '/x-pack/plugins/observability_solution/apm/.storybook/jest_setup.js', + ], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/apm', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/apm/{common,public,server}/**/*.{js,ts,tsx}', + '/x-pack/plugins/observability_solution/apm/{common,public,server}/**/*.{js,ts,tsx}', '!/**/*.stories.*', ], }; diff --git a/x-pack/plugins/apm/kibana.jsonc b/x-pack/plugins/observability_solution/apm/kibana.jsonc similarity index 100% rename from x-pack/plugins/apm/kibana.jsonc rename to x-pack/plugins/observability_solution/apm/kibana.jsonc diff --git a/x-pack/plugins/apm/public/application/index.tsx b/x-pack/plugins/observability_solution/apm/public/application/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/application/index.tsx rename to x-pack/plugins/observability_solution/apm/public/application/index.tsx diff --git a/x-pack/plugins/apm/public/assets/apm.png b/x-pack/plugins/observability_solution/apm/public/assets/apm.png similarity index 100% rename from x-pack/plugins/apm/public/assets/apm.png rename to x-pack/plugins/observability_solution/apm/public/assets/apm.png diff --git a/x-pack/plugins/apm/public/assets/illustration_integrations_darkmode.svg b/x-pack/plugins/observability_solution/apm/public/assets/illustration_integrations_darkmode.svg similarity index 100% rename from x-pack/plugins/apm/public/assets/illustration_integrations_darkmode.svg rename to x-pack/plugins/observability_solution/apm/public/assets/illustration_integrations_darkmode.svg diff --git a/x-pack/plugins/apm/public/assets/illustration_integrations_lightmode.svg b/x-pack/plugins/observability_solution/apm/public/assets/illustration_integrations_lightmode.svg similarity index 100% rename from x-pack/plugins/apm/public/assets/illustration_integrations_lightmode.svg rename to x-pack/plugins/observability_solution/apm/public/assets/illustration_integrations_lightmode.svg diff --git a/x-pack/plugins/apm/public/assets/no_results_dark.svg b/x-pack/plugins/observability_solution/apm/public/assets/no_results_dark.svg similarity index 100% rename from x-pack/plugins/apm/public/assets/no_results_dark.svg rename to x-pack/plugins/observability_solution/apm/public/assets/no_results_dark.svg diff --git a/x-pack/plugins/apm/public/assets/no_results_light.svg b/x-pack/plugins/observability_solution/apm/public/assets/no_results_light.svg similarity index 100% rename from x-pack/plugins/apm/public/assets/no_results_light.svg rename to x-pack/plugins/observability_solution/apm/public/assets/no_results_light.svg diff --git a/x-pack/plugins/apm/public/assistant_functions/get_apm_correlations.ts b/x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_correlations.ts similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/get_apm_correlations.ts rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_correlations.ts diff --git a/x-pack/plugins/apm/public/assistant_functions/get_apm_downstream_dependencies.ts b/x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_downstream_dependencies.ts similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/get_apm_downstream_dependencies.ts rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_downstream_dependencies.ts diff --git a/x-pack/plugins/apm/public/assistant_functions/get_apm_error_document.ts b/x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_error_document.ts similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/get_apm_error_document.ts rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_error_document.ts diff --git a/x-pack/plugins/apm/public/assistant_functions/get_apm_service_summary.ts b/x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_service_summary.ts similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/get_apm_service_summary.ts rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_service_summary.ts diff --git a/x-pack/plugins/apm/public/assistant_functions/get_apm_services_list.ts b/x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_services_list.ts similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/get_apm_services_list.ts rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_services_list.ts diff --git a/x-pack/plugins/apm/public/assistant_functions/get_apm_timeseries.tsx b/x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_timeseries.tsx similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/get_apm_timeseries.tsx rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/get_apm_timeseries.tsx diff --git a/x-pack/plugins/apm/public/assistant_functions/index.ts b/x-pack/plugins/observability_solution/apm/public/assistant_functions/index.ts similarity index 100% rename from x-pack/plugins/apm/public/assistant_functions/index.ts rename to x-pack/plugins/observability_solution/apm/public/assistant_functions/index.ts diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/error_count_rule_type/index.stories.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/error_count_rule_type/index.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/error_count_rule_type/index.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/error_count_rule_type/index.stories.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/error_count_rule_type/index.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/error_count_rule_type/index.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/error_count_rule_type/index.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/error_count_rule_type/index.test.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/error_count_rule_type/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/error_count_rule_type/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/error_count_rule_type/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/error_count_rule_type/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/register_apm_rule_types.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/register_apm_rule_types.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/register_apm_rule_types.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/register_apm_rule_types.ts diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.test.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_anomaly_rule_type/select_anomaly_severity.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.stories.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.stories.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_duration_rule_type/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.stories.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.stories.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/rule_types/transaction_error_rate_rule_type/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/constants.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/constants.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/constants.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/constants.ts diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/failed_transaction_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/failed_transaction_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/failed_transaction_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/failed_transaction_chart.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/helpers.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/helpers.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/helpers.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/helpers.ts diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/latency_alerts_history_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/latency_alerts_history_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/latency_alerts_history_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/latency_alerts_history_chart.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/latency_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/latency_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/latency_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/latency_chart.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/throughput_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/throughput_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/throughput_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/throughput_chart.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/types.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/types.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alert_details_app_section/types.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alert_details_app_section/types.ts diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/alerting_flyout/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alerting_flyout/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/alerting_flyout/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/alerting_flyout/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_group_by.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_group_by.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_group_by.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_group_by.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_kql_filter.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_kql_filter.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_kql_filter.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_kql_filter.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_params_container/index.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_params_container/index.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_params_container/index.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_params_container/index.test.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_params_container/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_params_container/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_params_container/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_params_container/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_unified_search_bar.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_unified_search_bar.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/apm_rule_unified_search_bar.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/apm_rule_unified_search_bar.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/chart_preview/chart_preview_helper.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/chart_preview/chart_preview_helper.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/chart_preview/chart_preview_helper.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/chart_preview/chart_preview_helper.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/chart_preview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/chart_preview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/chart_preview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/chart_preview/index.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/ui_components/popover_expression.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/popover_expression.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/ui_components/popover_expression.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/ui_components/popover_expression.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/utils/fields.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/fields.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/fields.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/fields.test.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/utils/fields.tsx b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/fields.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/fields.tsx rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/fields.tsx diff --git a/x-pack/plugins/apm/public/components/alerting/utils/get_alerting_capabilities.test.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_alerting_capabilities.test.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/get_alerting_capabilities.test.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_alerting_capabilities.test.ts diff --git a/x-pack/plugins/apm/public/components/alerting/utils/get_alerting_capabilities.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_alerting_capabilities.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/get_alerting_capabilities.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_alerting_capabilities.ts diff --git a/x-pack/plugins/apm/public/components/alerting/utils/get_initial_alert_values.test.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_initial_alert_values.test.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/get_initial_alert_values.test.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_initial_alert_values.test.ts diff --git a/x-pack/plugins/apm/public/components/alerting/utils/get_initial_alert_values.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_initial_alert_values.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/get_initial_alert_values.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/get_initial_alert_values.ts diff --git a/x-pack/plugins/apm/public/components/alerting/utils/helper.ts b/x-pack/plugins/observability_solution/apm/public/components/alerting/utils/helper.ts similarity index 100% rename from x-pack/plugins/apm/public/components/alerting/utils/helper.ts rename to x-pack/plugins/observability_solution/apm/public/components/alerting/utils/helper.ts diff --git a/x-pack/plugins/apm/public/components/app/alerts_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/alerts_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/alerts_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/alerts_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/breadcrumb/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/breadcrumb/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/breadcrumb/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/breadcrumb/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/chart_title_tool_tip.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/chart_title_tool_tip.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/chart_title_tool_tip.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/chart_title_tool_tip.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/context_popover/field_stats_popover.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/context_popover/field_stats_popover.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/context_popover/field_stats_popover.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/context_popover/field_stats_popover.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/context_popover/index.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/context_popover/index.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/context_popover/index.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/context_popover/index.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/correlations_table.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/correlations_table.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/correlations_table.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/correlations_table.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/cross_cluster_search_warning.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/cross_cluster_search_warning.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/cross_cluster_search_warning.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/cross_cluster_search_warning.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/empty_state_prompt.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/empty_state_prompt.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/empty_state_prompt.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/empty_state_prompt.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/failed_transactions_correlations.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/failed_transactions_correlations.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/failed_transactions_correlations_help_popover.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/get_transaction_distribution_chart_data.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/get_transaction_distribution_chart_data.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/get_transaction_distribution_chart_data.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/get_transaction_distribution_chart_data.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/latency_correlations.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/latency_correlations.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/latency_correlations.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/latency_correlations.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/latency_correlations.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/latency_correlations.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/latency_correlations.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/latency_correlations.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/latency_correlations_help_popover.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/latency_correlations_help_popover.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/latency_correlations_help_popover.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/latency_correlations_help_popover.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/progress_controls.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/progress_controls.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/progress_controls.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/progress_controls.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/use_failed_transactions_correlations.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_failed_transactions_correlations.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/use_failed_transactions_correlations.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_failed_transactions_correlations.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/use_failed_transactions_correlations.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_failed_transactions_correlations.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/use_failed_transactions_correlations.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_failed_transactions_correlations.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/use_fetch_params.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_fetch_params.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/use_fetch_params.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_fetch_params.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/use_latency_correlations.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_latency_correlations.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/use_latency_correlations.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_latency_correlations.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/correlations/use_latency_correlations.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_latency_correlations.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/use_latency_correlations.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/use_latency_correlations.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/utils/analysis_hook_utils.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/analysis_hook_utils.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/utils/analysis_hook_utils.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/analysis_hook_utils.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.test.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.test.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.test.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.test.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_failed_transactions_correlation_impact_label.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/utils/get_overall_histogram.test.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_overall_histogram.test.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/utils/get_overall_histogram.test.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_overall_histogram.test.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/utils/get_overall_histogram.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_overall_histogram.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/utils/get_overall_histogram.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/get_overall_histogram.ts diff --git a/x-pack/plugins/apm/public/components/app/correlations/utils/is_error_message.ts b/x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/is_error_message.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/correlations/utils/is_error_message.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/correlations/utils/is_error_message.ts diff --git a/x-pack/plugins/apm/public/components/app/dependencies_inventory/dependencies_inventory_table/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependencies_inventory/dependencies_inventory_table/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependencies_inventory/dependencies_inventory_table/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependencies_inventory/dependencies_inventory_table/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependencies_inventory/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependencies_inventory/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependencies_inventory/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependencies_inventory/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_detail_operations/dependency_detail_operations_list/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_operations/dependency_detail_operations_list/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_detail_operations/dependency_detail_operations_list/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_operations/dependency_detail_operations_list/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_detail_operations/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_operations/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_detail_operations/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_operations/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_detail_overview/dependencies_detail_table.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_overview/dependencies_detail_table.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_detail_overview/dependencies_detail_table.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_overview/dependencies_detail_table.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_detail_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_detail_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_detail_view/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_view/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_detail_view/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_detail_view/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/dependency_operation_detail_link.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/dependency_operation_detail_link.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/dependency_operation_detail_link.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/dependency_operation_detail_link.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/dependency_operation_distribution_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/dependency_operation_distribution_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/dependency_operation_distribution_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/dependency_operation_distribution_chart.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/detail_view_header/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/detail_view_header/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/detail_view_header/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/detail_view_header/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.test.ts b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.test.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.test.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.test.ts diff --git a/x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.ts b/x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/dependency_operation_detail_view/maybe_redirect_to_available_span_sample.ts diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/apm_documents_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/apm_documents_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/apm_documents_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/apm_documents_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/context/diagnostics_context.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/context/diagnostics_context.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/context/diagnostics_context.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/context/diagnostics_context.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/context/use_diagnostics.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/context/use_diagnostics.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/context/use_diagnostics.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/context/use_diagnostics.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/data_stream_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/data_stream_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/data_stream_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/data_stream_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/import_export_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/import_export_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/import_export_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/import_export_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/index_pattern_settings_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/index_templates_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/index_templates_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/index_templates_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/index_templates_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/indices_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/indices_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/indices_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/indices_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/apm_integration_package_status.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/apm_integration_package_status.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/apm_integration_package_status.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/apm_integration_package_status.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/data_streams_status.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/data_streams_status.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/data_streams_status.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/data_streams_status.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/index_templates_status.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/index_templates_status.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/index_templates_status.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/index_templates_status.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/indicies_status.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/indicies_status.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/indicies_status.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/indicies_status.tsx diff --git a/x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/tab_status.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/tab_status.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/diagnostics/summary_tab/tab_status.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/diagnostics/summary_tab/tab_status.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/distribution/index.stories.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/distribution/index.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/distribution/index.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/distribution/index.stories.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/distribution/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/distribution/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/distribution/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/distribution/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_contextual_insight.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_sample_contextual_insight.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_contextual_insight.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_sample_contextual_insight.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_sample_detail.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_tabs.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_tabs.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_tabs.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_tabs.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_ui_actions_context_menu.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_ui_actions_context_menu.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/error_ui_actions_context_menu.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/error_ui_actions_context_menu.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.stories.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.stories.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace_title.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace_title.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace_title.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/exception_stacktrace_title.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/plaintext_stacktrace.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/plaintext_stacktrace.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/plaintext_stacktrace.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/plaintext_stacktrace.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/sample_summary.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/sample_summary.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/error_sampler/sample_summary.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/error_sampler/sample_summary.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_details/top_erroneous_transactions/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/top_erroneous_transactions/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_details/top_erroneous_transactions/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_details/top_erroneous_transactions/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/__fixtures__/props.json b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/__fixtures__/props.json similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/__fixtures__/props.json rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/__fixtures__/props.json diff --git a/x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/error_group_list.stories.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/error_group_list.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/error_group_list.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/error_group_list.stories.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/error_group_list.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/error_group_list.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/error_group_list.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/error_group_list.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_overview/error_group_list/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/error_group_list/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/error_group_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/error_group_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/error_group_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/help_popover/help_popover.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/help_popover/help_popover.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/help_popover/help_popover.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/help_popover/help_popover.tsx diff --git a/x-pack/plugins/apm/public/components/app/help_popover/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/help_popover/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/help_popover/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/help_popover/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/infra_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/infra_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/empty_prompt.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/empty_prompt.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/empty_prompt.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/empty_prompt.tsx diff --git a/x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/failure_prompt.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/failure_prompt.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/failure_prompt.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/failure_prompt.tsx diff --git a/x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/use_tabs.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/use_tabs.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/use_tabs.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/use_tabs.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/use_tabs.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/use_tabs.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/infra_overview/infra_tabs/use_tabs.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/infra_overview/infra_tabs/use_tabs.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/jvm_metrics_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/jvm_metrics_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/jvm_metrics_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/jvm_metrics_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_active_instances.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_active_instances.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_active_instances.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_active_instances.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_function_name_link.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_function_name_link.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_function_name_link.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_function_name_link.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_functions.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_functions.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_functions.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_functions.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_metrics_charts.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_metrics_charts.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_metrics_charts.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_metrics_charts.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_summary.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_summary.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/serverless_metrics/serverless_summary.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/serverless_metrics/serverless_summary.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/service_metrics/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/service_metrics/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/service_metrics/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/service_metrics/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/dashboard_catalog.ts b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/dashboards/dashboard_catalog.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/dashboard_catalog.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/dashboards/dashboard_catalog.ts diff --git a/x-pack/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/java.json b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/dashboards/java.json similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/java.json rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/dashboards/java.json diff --git a/x-pack/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/nodejs.json b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/dashboards/nodejs.json similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/static_dashboard/dashboards/nodejs.json rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/dashboards/nodejs.json diff --git a/x-pack/plugins/apm/public/components/app/metrics/static_dashboard/helper.ts b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/helper.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/static_dashboard/helper.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/helper.ts diff --git a/x-pack/plugins/apm/public/components/app/metrics/static_dashboard/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics/static_dashboard/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics/static_dashboard/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics_details/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics_details/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics_details/serverless_metrics_details/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/serverless_metrics_details/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics_details/serverless_metrics_details/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/serverless_metrics_details/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics_details/service_node_metrics/index.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/service_node_metrics/index.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics_details/service_node_metrics/index.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/service_node_metrics/index.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/metrics_details/service_node_metrics/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/service_node_metrics/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/metrics_details/service_node_metrics/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/metrics_details/service_node_metrics/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/charts/http_requests_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/http_requests_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/charts/http_requests_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/http_requests_chart.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/charts/mobile_treemap/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/mobile_treemap/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/charts/mobile_treemap/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/mobile_treemap/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/charts/mobile_treemap/treemap_select.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/mobile_treemap/treemap_select.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/charts/mobile_treemap/treemap_select.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/mobile_treemap/treemap_select.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/charts/sessions_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/sessions_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/charts/sessions_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/charts/sessions_chart.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/search_bar.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/search_bar.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/search_bar.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/search_bar.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/filters/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/filters/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/filters/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/filters/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.test.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.test.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.test.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/embedded_map_select.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map_select.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/embedded_map_select.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/embedded_map_select.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_http_requests_map_layer_list.ts b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_http_requests_map_layer_list.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_http_requests_map_layer_list.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_http_requests_map_layer_list.ts diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_layer_list.ts b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_layer_list.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_layer_list.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_layer_list.ts diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_map_layer_style.ts b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_map_layer_style.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_map_layer_style.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_map_layer_style.ts diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_session_map_layer_list.ts b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_session_map_layer_list.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_session_map_layer_list.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/geo_map/map_layers/get_session_map_layer_list.ts diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/most_used_charts/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/most_used_charts/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/most_used_charts/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/most_used_charts/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/most_used_charts/sunburst_chart.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/most_used_charts/sunburst_chart.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/most_used_charts/sunburst_chart.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/most_used_charts/sunburst_chart.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/stats/location_stats.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/stats/location_stats.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/stats/location_stats.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/stats/location_stats.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/stats/metric_item.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/stats/metric_item.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/stats/metric_item.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/stats/metric_item.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/service_overview/stats/stats.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/stats/stats.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/service_overview/stats/stats.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/service_overview/stats/stats.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_charts.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_charts.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_charts.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_charts.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/app_version_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/app_version_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/app_version_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/app_version_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/devices_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/devices_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/devices_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/devices_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/os_version_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/os_version_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/os_version_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/os_version_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/get_columns.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/get_columns.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/get_columns.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/get_columns.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/stats_list/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/transactions_tab.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/transactions_tab.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/transactions_tab.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/transactions_tab.tsx diff --git a/x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/use_mobile_statistics_fetcher.ts b/x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/use_mobile_statistics_fetcher.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/use_mobile_statistics_fetcher.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/mobile/transaction_overview/transaction_overview_tabs/use_mobile_statistics_fetcher.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/agent_config_instructions.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/agent_config_instructions.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/agent_config_instructions.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/agent_config_instructions.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/agent_config_table.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/agent_config_table.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/agent_config_table.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/agent_config_table.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/agent_status_instructions.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/agent_status_instructions.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/agent_status_instructions.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/agent_status_instructions.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/django.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/django.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/django.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/django.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/dotnet.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/dotnet.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/dotnet.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/dotnet.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/flask.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/flask.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/flask.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/flask.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/get_apm_agent_commands.test.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/get_apm_agent_commands.test.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/get_apm_agent_commands.test.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/get_apm_agent_commands.test.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/get_apm_agent_commands.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/get_apm_agent_commands.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/get_apm_agent_commands.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/get_apm_agent_commands.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/go.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/go.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/go.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/go.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/java.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/java.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/java.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/java.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/node.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/node.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/node.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/node.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/php.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/php.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/php.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/php.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/rack.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/rack.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/rack.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/rack.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/rails.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/rails.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/rails.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/rails.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/commands/shared_hints.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/shared_hints.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/commands/shared_hints.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/commands/shared_hints.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/footer.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/footer.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/footer.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/footer.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/index.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/index.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/index.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instruction_variants.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instruction_variants.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instruction_variants.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instruction_variants.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/api_key_callout.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/api_key_callout.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/api_key_callout.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/api_key_callout.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/django_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/django_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/django_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/django_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/dotnet_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/dotnet_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/dotnet_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/dotnet_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/flask_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/flask_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/flask_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/flask_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/go_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/go_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/go_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/go_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/index.ts b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/index.ts similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/index.ts rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/index.ts diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/java_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/java_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/java_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/java_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/node_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/node_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/node_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/node_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/otel_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/otel_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/otel_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/otel_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/php_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/php_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/php_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/php_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/rack_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/rack_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/rack_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/rack_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions/rails_agent.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/rails_agent.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions/rails_agent.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions/rails_agent.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/instructions_set.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions_set.tsx similarity index 100% rename from x-pack/plugins/apm/public/components/app/onboarding/instructions_set.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/instructions_set.tsx diff --git a/x-pack/plugins/apm/public/components/app/onboarding/introduction.tsx b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/introduction.tsx similarity index 95% rename from x-pack/plugins/apm/public/components/app/onboarding/introduction.tsx rename to x-pack/plugins/observability_solution/apm/public/components/app/onboarding/introduction.tsx index 731769c030dfe..576e6cf0ccf91 100644 --- a/x-pack/plugins/apm/public/components/app/onboarding/introduction.tsx +++ b/x-pack/plugins/observability_solution/apm/public/components/app/onboarding/introduction.tsx @@ -29,7 +29,9 @@ export function Introduction({ isBeta, guideLink }: IntroductionProps) { /> ); - const previewImage = useKibanaUrl('/plugins/apm/assets/apm.png'); + const previewImage = useKibanaUrl( + '/plugins/observability_solution/apm/assets/apm.png' + ); const rightSideItems = [ { order: 8300, euiIconType: 'logoObservability', appRoute: '/app/apm', - icon: 'plugins/apm/public/icon.svg', + icon: 'plugins/observability_solution/apm/public/icon.svg', category: DEFAULT_APP_CATEGORIES.observability, navLinkStatus: AppNavLinkStatus.visible, deepLinks: [ diff --git a/x-pack/plugins/apm/public/selectors/latency_chart_selector.test.ts b/x-pack/plugins/observability_solution/apm/public/selectors/latency_chart_selector.test.ts similarity index 100% rename from x-pack/plugins/apm/public/selectors/latency_chart_selector.test.ts rename to x-pack/plugins/observability_solution/apm/public/selectors/latency_chart_selector.test.ts diff --git a/x-pack/plugins/apm/public/selectors/latency_chart_selectors.ts b/x-pack/plugins/observability_solution/apm/public/selectors/latency_chart_selectors.ts similarity index 100% rename from x-pack/plugins/apm/public/selectors/latency_chart_selectors.ts rename to x-pack/plugins/observability_solution/apm/public/selectors/latency_chart_selectors.ts diff --git a/x-pack/plugins/apm/public/services/__mocks__/SessionStorageMock.ts b/x-pack/plugins/observability_solution/apm/public/services/__mocks__/SessionStorageMock.ts similarity index 100% rename from x-pack/plugins/apm/public/services/__mocks__/SessionStorageMock.ts rename to x-pack/plugins/observability_solution/apm/public/services/__mocks__/SessionStorageMock.ts diff --git a/x-pack/plugins/apm/public/services/call_api.test.ts b/x-pack/plugins/observability_solution/apm/public/services/call_api.test.ts similarity index 100% rename from x-pack/plugins/apm/public/services/call_api.test.ts rename to x-pack/plugins/observability_solution/apm/public/services/call_api.test.ts diff --git a/x-pack/plugins/apm/public/services/call_apm_api.test.ts b/x-pack/plugins/observability_solution/apm/public/services/call_apm_api.test.ts similarity index 100% rename from x-pack/plugins/apm/public/services/call_apm_api.test.ts rename to x-pack/plugins/observability_solution/apm/public/services/call_apm_api.test.ts diff --git a/x-pack/plugins/apm/public/services/rest/apm_observability_overview_fetchers.test.ts b/x-pack/plugins/observability_solution/apm/public/services/rest/apm_observability_overview_fetchers.test.ts similarity index 100% rename from x-pack/plugins/apm/public/services/rest/apm_observability_overview_fetchers.test.ts rename to x-pack/plugins/observability_solution/apm/public/services/rest/apm_observability_overview_fetchers.test.ts diff --git a/x-pack/plugins/apm/public/services/rest/apm_observability_overview_fetchers.ts b/x-pack/plugins/observability_solution/apm/public/services/rest/apm_observability_overview_fetchers.ts similarity index 100% rename from x-pack/plugins/apm/public/services/rest/apm_observability_overview_fetchers.ts rename to x-pack/plugins/observability_solution/apm/public/services/rest/apm_observability_overview_fetchers.ts diff --git a/x-pack/plugins/apm/public/services/rest/call_api.ts b/x-pack/plugins/observability_solution/apm/public/services/rest/call_api.ts similarity index 100% rename from x-pack/plugins/apm/public/services/rest/call_api.ts rename to x-pack/plugins/observability_solution/apm/public/services/rest/call_api.ts diff --git a/x-pack/plugins/apm/public/services/rest/call_apm_api_spy.ts b/x-pack/plugins/observability_solution/apm/public/services/rest/call_apm_api_spy.ts similarity index 100% rename from x-pack/plugins/apm/public/services/rest/call_apm_api_spy.ts rename to x-pack/plugins/observability_solution/apm/public/services/rest/call_apm_api_spy.ts diff --git a/x-pack/plugins/apm/public/services/rest/create_call_apm_api.ts b/x-pack/plugins/observability_solution/apm/public/services/rest/create_call_apm_api.ts similarity index 100% rename from x-pack/plugins/apm/public/services/rest/create_call_apm_api.ts rename to x-pack/plugins/observability_solution/apm/public/services/rest/create_call_apm_api.ts diff --git a/x-pack/plugins/apm/public/services/telemetry/index.ts b/x-pack/plugins/observability_solution/apm/public/services/telemetry/index.ts similarity index 100% rename from x-pack/plugins/apm/public/services/telemetry/index.ts rename to x-pack/plugins/observability_solution/apm/public/services/telemetry/index.ts diff --git a/x-pack/plugins/apm/public/services/telemetry/telemetry_client.ts b/x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts similarity index 100% rename from x-pack/plugins/apm/public/services/telemetry/telemetry_client.ts rename to x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_client.ts diff --git a/x-pack/plugins/apm/public/services/telemetry/telemetry_events.ts b/x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_events.ts similarity index 100% rename from x-pack/plugins/apm/public/services/telemetry/telemetry_events.ts rename to x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_events.ts diff --git a/x-pack/plugins/apm/public/services/telemetry/telemetry_service.test.ts b/x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts similarity index 100% rename from x-pack/plugins/apm/public/services/telemetry/telemetry_service.test.ts rename to x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.test.ts diff --git a/x-pack/plugins/apm/public/services/telemetry/telemetry_service.ts b/x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.ts similarity index 100% rename from x-pack/plugins/apm/public/services/telemetry/telemetry_service.ts rename to x-pack/plugins/observability_solution/apm/public/services/telemetry/telemetry_service.ts diff --git a/x-pack/plugins/apm/public/services/telemetry/types.ts b/x-pack/plugins/observability_solution/apm/public/services/telemetry/types.ts similarity index 100% rename from x-pack/plugins/apm/public/services/telemetry/types.ts rename to x-pack/plugins/observability_solution/apm/public/services/telemetry/types.ts diff --git a/x-pack/plugins/apm/public/set_help_extension.ts b/x-pack/plugins/observability_solution/apm/public/set_help_extension.ts similarity index 100% rename from x-pack/plugins/apm/public/set_help_extension.ts rename to x-pack/plugins/observability_solution/apm/public/set_help_extension.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/agent_config_instructions.test.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/agent_config_instructions.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/agent_config_instructions.test.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/agent_config_instructions.test.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/agent_config_instructions.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/agent_config_instructions.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/agent_config_instructions.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/agent_config_instructions.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/agent_config_table.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/agent_config_table.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/agent_config_table.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/agent_config_table.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/django.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/django.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/django.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/django.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/dotnet.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/dotnet.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/dotnet.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/dotnet.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/flask.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/flask.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/flask.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/flask.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.test.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.test.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.test.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.test.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/get_apm_agent_commands.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/go.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/go.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/go.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/go.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/java.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/java.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/java.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/java.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/node.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/node.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/node.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/node.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/php.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/php.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/php.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/php.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/rack.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/rack.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/rack.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/rack.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/rails.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/rails.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/rails.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/rails.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/rum.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/rum.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/rum.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/rum.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/commands/shared_hints.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/shared_hints.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/commands/shared_hints.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/commands/shared_hints.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/config_agent.stories.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/config_agent.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/config_agent.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/config_agent.stories.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/get_policy_options.test.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/get_policy_options.test.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/get_policy_options.test.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/get_policy_options.test.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/get_policy_options.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/get_policy_options.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/get_policy_options.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/get_policy_options.ts diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/index.test.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/index.test.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/index.test.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/index.test.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/index.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/index.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/index.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/opentelemetry_instructions.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/policy_selector.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/policy_selector.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/policy_selector.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/policy_selector.tsx diff --git a/x-pack/plugins/apm/public/tutorial/config_agent/rum_script.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/rum_script.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/config_agent/rum_script.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/config_agent/rum_script.tsx diff --git a/x-pack/plugins/apm/public/tutorial/tutorial_apm_fleet_check.ts b/x-pack/plugins/observability_solution/apm/public/tutorial/tutorial_apm_fleet_check.ts similarity index 100% rename from x-pack/plugins/apm/public/tutorial/tutorial_apm_fleet_check.ts rename to x-pack/plugins/observability_solution/apm/public/tutorial/tutorial_apm_fleet_check.ts diff --git a/x-pack/plugins/apm/public/tutorial/tutorial_fleet_instructions/index.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/tutorial_fleet_instructions/index.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/tutorial_fleet_instructions/index.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/tutorial_fleet_instructions/index.tsx diff --git a/x-pack/plugins/apm/public/tutorial/tutorial_fleet_instructions/tutorial_fleet_instructions.stories.tsx b/x-pack/plugins/observability_solution/apm/public/tutorial/tutorial_fleet_instructions/tutorial_fleet_instructions.stories.tsx similarity index 100% rename from x-pack/plugins/apm/public/tutorial/tutorial_fleet_instructions/tutorial_fleet_instructions.stories.tsx rename to x-pack/plugins/observability_solution/apm/public/tutorial/tutorial_fleet_instructions/tutorial_fleet_instructions.stories.tsx diff --git a/x-pack/plugins/apm/public/update_badge.ts b/x-pack/plugins/observability_solution/apm/public/update_badge.ts similarity index 100% rename from x-pack/plugins/apm/public/update_badge.ts rename to x-pack/plugins/observability_solution/apm/public/update_badge.ts diff --git a/x-pack/plugins/apm/public/utils/download_json.ts b/x-pack/plugins/observability_solution/apm/public/utils/download_json.ts similarity index 100% rename from x-pack/plugins/apm/public/utils/download_json.ts rename to x-pack/plugins/observability_solution/apm/public/utils/download_json.ts diff --git a/x-pack/plugins/apm/public/utils/flatten_object.test.ts b/x-pack/plugins/observability_solution/apm/public/utils/flatten_object.test.ts similarity index 100% rename from x-pack/plugins/apm/public/utils/flatten_object.test.ts rename to x-pack/plugins/observability_solution/apm/public/utils/flatten_object.test.ts diff --git a/x-pack/plugins/apm/public/utils/flatten_object.ts b/x-pack/plugins/observability_solution/apm/public/utils/flatten_object.ts similarity index 100% rename from x-pack/plugins/apm/public/utils/flatten_object.ts rename to x-pack/plugins/observability_solution/apm/public/utils/flatten_object.ts diff --git a/x-pack/plugins/apm/public/utils/http_status_code_to_color.ts b/x-pack/plugins/observability_solution/apm/public/utils/http_status_code_to_color.ts similarity index 100% rename from x-pack/plugins/apm/public/utils/http_status_code_to_color.ts rename to x-pack/plugins/observability_solution/apm/public/utils/http_status_code_to_color.ts diff --git a/x-pack/plugins/apm/public/utils/non_empty_string_ref.ts b/x-pack/plugins/observability_solution/apm/public/utils/non_empty_string_ref.ts similarity index 100% rename from x-pack/plugins/apm/public/utils/non_empty_string_ref.ts rename to x-pack/plugins/observability_solution/apm/public/utils/non_empty_string_ref.ts diff --git a/x-pack/plugins/apm/public/utils/style.ts b/x-pack/plugins/observability_solution/apm/public/utils/style.ts similarity index 100% rename from x-pack/plugins/apm/public/utils/style.ts rename to x-pack/plugins/observability_solution/apm/public/utils/style.ts diff --git a/x-pack/plugins/apm/public/utils/test_helpers.tsx b/x-pack/plugins/observability_solution/apm/public/utils/test_helpers.tsx similarity index 100% rename from x-pack/plugins/apm/public/utils/test_helpers.tsx rename to x-pack/plugins/observability_solution/apm/public/utils/test_helpers.tsx diff --git a/x-pack/plugins/apm/readme.md b/x-pack/plugins/observability_solution/apm/readme.md similarity index 100% rename from x-pack/plugins/apm/readme.md rename to x-pack/plugins/observability_solution/apm/readme.md diff --git a/x-pack/plugins/apm/scripts/.gitignore b/x-pack/plugins/observability_solution/apm/scripts/.gitignore similarity index 100% rename from x-pack/plugins/apm/scripts/.gitignore rename to x-pack/plugins/observability_solution/apm/scripts/.gitignore diff --git a/x-pack/plugins/apm/scripts/create_apm_users.js b/x-pack/plugins/observability_solution/apm/scripts/create_apm_users.js similarity index 100% rename from x-pack/plugins/apm/scripts/create_apm_users.js rename to x-pack/plugins/observability_solution/apm/scripts/create_apm_users.js diff --git a/x-pack/plugins/apm/scripts/create_apm_users/create_apm_users_cli.ts b/x-pack/plugins/observability_solution/apm/scripts/create_apm_users/create_apm_users_cli.ts similarity index 100% rename from x-pack/plugins/apm/scripts/create_apm_users/create_apm_users_cli.ts rename to x-pack/plugins/observability_solution/apm/scripts/create_apm_users/create_apm_users_cli.ts diff --git a/x-pack/plugins/apm/scripts/create_diagnostics_bundle.js b/x-pack/plugins/observability_solution/apm/scripts/create_diagnostics_bundle.js similarity index 100% rename from x-pack/plugins/apm/scripts/create_diagnostics_bundle.js rename to x-pack/plugins/observability_solution/apm/scripts/create_diagnostics_bundle.js diff --git a/x-pack/plugins/apm/scripts/create_functional_tests_archive.js b/x-pack/plugins/observability_solution/apm/scripts/create_functional_tests_archive.js similarity index 100% rename from x-pack/plugins/apm/scripts/create_functional_tests_archive.js rename to x-pack/plugins/observability_solution/apm/scripts/create_functional_tests_archive.js diff --git a/x-pack/plugins/apm/scripts/create_functional_tests_archive/index.ts b/x-pack/plugins/observability_solution/apm/scripts/create_functional_tests_archive/index.ts similarity index 100% rename from x-pack/plugins/apm/scripts/create_functional_tests_archive/index.ts rename to x-pack/plugins/observability_solution/apm/scripts/create_functional_tests_archive/index.ts diff --git a/x-pack/plugins/apm/scripts/diagnostics_bundle/cli.ts b/x-pack/plugins/observability_solution/apm/scripts/diagnostics_bundle/cli.ts similarity index 100% rename from x-pack/plugins/apm/scripts/diagnostics_bundle/cli.ts rename to x-pack/plugins/observability_solution/apm/scripts/diagnostics_bundle/cli.ts diff --git a/x-pack/plugins/apm/scripts/diagnostics_bundle/diagnostics_bundle.ts b/x-pack/plugins/observability_solution/apm/scripts/diagnostics_bundle/diagnostics_bundle.ts similarity index 100% rename from x-pack/plugins/apm/scripts/diagnostics_bundle/diagnostics_bundle.ts rename to x-pack/plugins/observability_solution/apm/scripts/diagnostics_bundle/diagnostics_bundle.ts diff --git a/x-pack/plugins/apm/scripts/eslint.js b/x-pack/plugins/observability_solution/apm/scripts/eslint.js similarity index 100% rename from x-pack/plugins/apm/scripts/eslint.js rename to x-pack/plugins/observability_solution/apm/scripts/eslint.js diff --git a/x-pack/plugins/apm/scripts/generate_telemetry_fields_table.js b/x-pack/plugins/observability_solution/apm/scripts/generate_telemetry_fields_table.js similarity index 100% rename from x-pack/plugins/apm/scripts/generate_telemetry_fields_table.js rename to x-pack/plugins/observability_solution/apm/scripts/generate_telemetry_fields_table.js diff --git a/x-pack/plugins/apm/scripts/infer_route_return_types.js b/x-pack/plugins/observability_solution/apm/scripts/infer_route_return_types.js similarity index 100% rename from x-pack/plugins/apm/scripts/infer_route_return_types.js rename to x-pack/plugins/observability_solution/apm/scripts/infer_route_return_types.js diff --git a/x-pack/plugins/apm/scripts/infer_route_return_types/index.ts b/x-pack/plugins/observability_solution/apm/scripts/infer_route_return_types/index.ts similarity index 94% rename from x-pack/plugins/apm/scripts/infer_route_return_types/index.ts rename to x-pack/plugins/observability_solution/apm/scripts/infer_route_return_types/index.ts index c3fb30e2d17ac..770de10391a39 100644 --- a/x-pack/plugins/apm/scripts/infer_route_return_types/index.ts +++ b/x-pack/plugins/observability_solution/apm/scripts/infer_route_return_types/index.ts @@ -33,11 +33,12 @@ type ConvertibleDeclaration = | MethodDeclaration; const project = new Project({ - tsConfigFilePath: Path.resolve(__dirname, '../../../../../tsconfig.json'), + tsConfigFilePath: Path.resolve(__dirname, '../../../../../../tsconfig.json'), }); const glob = - (argv.glob as string | undefined) || 'x-pack/plugins/apm/server/**/route.ts'; + (argv.glob as string | undefined) || + 'x-pack/plugins/observability_solution/apm/server/**/route.ts'; const files = project.getSourceFiles(glob); diff --git a/x-pack/plugins/apm/scripts/package.json b/x-pack/plugins/observability_solution/apm/scripts/package.json similarity index 100% rename from x-pack/plugins/apm/scripts/package.json rename to x-pack/plugins/observability_solution/apm/scripts/package.json diff --git a/x-pack/plugins/apm/scripts/precommit.js b/x-pack/plugins/observability_solution/apm/scripts/precommit.js similarity index 94% rename from x-pack/plugins/apm/scripts/precommit.js rename to x-pack/plugins/observability_solution/apm/scripts/precommit.js index c018770a65553..2dc449368b68b 100644 --- a/x-pack/plugins/apm/scripts/precommit.js +++ b/x-pack/plugins/observability_solution/apm/scripts/precommit.js @@ -16,7 +16,10 @@ const root = resolve(__dirname, '../../../..'); const execaOpts = { cwd: root, stderr: 'pipe' }; -const tsconfig = resolve(root, 'x-pack/plugins/apm/tsconfig.json'); +const tsconfig = resolve( + root, + 'x-pack/plugins/observability_solution/apm/tsconfig.json' +); const testTsconfig = resolve(root, 'x-pack/test/tsconfig.json'); diff --git a/x-pack/plugins/apm/scripts/shared/download_telemetry_template.ts b/x-pack/plugins/observability_solution/apm/scripts/shared/download_telemetry_template.ts similarity index 100% rename from x-pack/plugins/apm/scripts/shared/download_telemetry_template.ts rename to x-pack/plugins/observability_solution/apm/scripts/shared/download_telemetry_template.ts diff --git a/x-pack/plugins/apm/scripts/shared/get_es_client.ts b/x-pack/plugins/observability_solution/apm/scripts/shared/get_es_client.ts similarity index 100% rename from x-pack/plugins/apm/scripts/shared/get_es_client.ts rename to x-pack/plugins/observability_solution/apm/scripts/shared/get_es_client.ts diff --git a/x-pack/plugins/apm/scripts/shared/get_http_auth.ts b/x-pack/plugins/observability_solution/apm/scripts/shared/get_http_auth.ts similarity index 100% rename from x-pack/plugins/apm/scripts/shared/get_http_auth.ts rename to x-pack/plugins/observability_solution/apm/scripts/shared/get_http_auth.ts diff --git a/x-pack/plugins/apm/scripts/shared/parse_index_url.ts b/x-pack/plugins/observability_solution/apm/scripts/shared/parse_index_url.ts similarity index 100% rename from x-pack/plugins/apm/scripts/shared/parse_index_url.ts rename to x-pack/plugins/observability_solution/apm/scripts/shared/parse_index_url.ts diff --git a/x-pack/plugins/apm/scripts/shared/read_kibana_config.ts b/x-pack/plugins/observability_solution/apm/scripts/shared/read_kibana_config.ts similarity index 100% rename from x-pack/plugins/apm/scripts/shared/read_kibana_config.ts rename to x-pack/plugins/observability_solution/apm/scripts/shared/read_kibana_config.ts diff --git a/x-pack/plugins/apm/scripts/telemetry/main.ts b/x-pack/plugins/observability_solution/apm/scripts/telemetry/main.ts similarity index 94% rename from x-pack/plugins/apm/scripts/telemetry/main.ts rename to x-pack/plugins/observability_solution/apm/scripts/telemetry/main.ts index 87d3c72e95fe8..1bab04e579fb7 100644 --- a/x-pack/plugins/apm/scripts/telemetry/main.ts +++ b/x-pack/plugins/observability_solution/apm/scripts/telemetry/main.ts @@ -8,7 +8,8 @@ import fs from 'fs'; import { apmSchema } from '../../server/lib/apm_telemetry/schema'; -const markdownFilePath = 'x-pack/plugins/apm/dev_docs/apm_telemetry_fields.md'; +const markdownFilePath = + 'x-pack/plugins/observability_solution/apm/dev_docs/apm_telemetry_fields.md'; function extractFieldDescriptions( schema: any, diff --git a/x-pack/plugins/apm/scripts/test/README.md b/x-pack/plugins/observability_solution/apm/scripts/test/README.md similarity index 100% rename from x-pack/plugins/apm/scripts/test/README.md rename to x-pack/plugins/observability_solution/apm/scripts/test/README.md diff --git a/x-pack/plugins/apm/scripts/test/api.js b/x-pack/plugins/observability_solution/apm/scripts/test/api.js similarity index 100% rename from x-pack/plugins/apm/scripts/test/api.js rename to x-pack/plugins/observability_solution/apm/scripts/test/api.js diff --git a/x-pack/plugins/apm/scripts/test/e2e.js b/x-pack/plugins/observability_solution/apm/scripts/test/e2e.js similarity index 98% rename from x-pack/plugins/apm/scripts/test/e2e.js rename to x-pack/plugins/observability_solution/apm/scripts/test/e2e.js index ae0c8c8e10276..c3a4ce7af4357 100644 --- a/x-pack/plugins/apm/scripts/test/e2e.js +++ b/x-pack/plugins/observability_solution/apm/scripts/test/e2e.js @@ -58,7 +58,7 @@ if (cypressCliArgs.grep) { } const spawnArgs = [ - `../../../../scripts/${ftrScript}`, + `../../../../../scripts/${ftrScript}`, `--config=./ftr_config.ts`, `--kibana-install-dir=${argv.kibanaInstallDir}`, ...(argv.bail ? [`--bail`] : []), diff --git a/x-pack/plugins/apm/scripts/test/jest.js b/x-pack/plugins/observability_solution/apm/scripts/test/jest.js similarity index 100% rename from x-pack/plugins/apm/scripts/test/jest.js rename to x-pack/plugins/observability_solution/apm/scripts/test/jest.js diff --git a/x-pack/plugins/apm/scripts/upload_telemetry_data.js b/x-pack/plugins/observability_solution/apm/scripts/upload_telemetry_data.js similarity index 100% rename from x-pack/plugins/apm/scripts/upload_telemetry_data.js rename to x-pack/plugins/observability_solution/apm/scripts/upload_telemetry_data.js diff --git a/x-pack/plugins/apm/server/deprecations/deprecations.test.ts b/x-pack/plugins/observability_solution/apm/server/deprecations/deprecations.test.ts similarity index 100% rename from x-pack/plugins/apm/server/deprecations/deprecations.test.ts rename to x-pack/plugins/observability_solution/apm/server/deprecations/deprecations.test.ts diff --git a/x-pack/plugins/apm/server/deprecations/index.ts b/x-pack/plugins/observability_solution/apm/server/deprecations/index.ts similarity index 100% rename from x-pack/plugins/apm/server/deprecations/index.ts rename to x-pack/plugins/observability_solution/apm/server/deprecations/index.ts diff --git a/x-pack/plugins/apm/server/feature.ts b/x-pack/plugins/observability_solution/apm/server/feature.ts similarity index 100% rename from x-pack/plugins/apm/server/feature.ts rename to x-pack/plugins/observability_solution/apm/server/feature.ts diff --git a/x-pack/plugins/apm/server/index.ts b/x-pack/plugins/observability_solution/apm/server/index.ts similarity index 100% rename from x-pack/plugins/apm/server/index.ts rename to x-pack/plugins/observability_solution/apm/server/index.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/anomaly_search.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/anomaly_search.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/anomaly_search.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/anomaly_search.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/apm_ml_anomaly_query.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/apm_ml_anomaly_query.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/apm_ml_anomaly_query.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/apm_ml_anomaly_query.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/apm_ml_jobs_query.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/apm_ml_jobs_query.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/apm_ml_jobs_query.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/apm_ml_jobs_query.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/constants.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/constants.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/constants.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/constants.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/create_anomaly_detection_jobs.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/create_anomaly_detection_jobs.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/create_anomaly_detection_jobs.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/create_anomaly_detection_jobs.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/get_anomaly_detection_jobs.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_anomaly_detection_jobs.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/get_anomaly_detection_jobs.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_anomaly_detection_jobs.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/get_anomaly_result_bucket_size.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_anomaly_result_bucket_size.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/get_anomaly_result_bucket_size.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_anomaly_result_bucket_size.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/get_anomaly_timeseries.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_anomaly_timeseries.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/get_anomaly_timeseries.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_anomaly_timeseries.ts diff --git a/x-pack/plugins/apm/server/lib/anomaly_detection/get_ml_jobs_with_apm_group.ts b/x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_ml_jobs_with_apm_group.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/anomaly_detection/get_ml_jobs_with_apm_group.ts rename to x-pack/plugins/observability_solution/apm/server/lib/anomaly_detection/get_ml_jobs_with_apm_group.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/__snapshots__/tasks.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/__snapshots__/tasks.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/__snapshots__/tasks.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/__snapshots__/tasks.test.ts.snap diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/index.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.test.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/collect_data_telemetry/tasks.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/index.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/schema.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/schema.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/schema.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/schema.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/telemetry_client.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/telemetry_client.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/telemetry_client.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/telemetry_client.ts diff --git a/x-pack/plugins/apm/server/lib/apm_telemetry/types.ts b/x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/types.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/apm_telemetry/types.ts rename to x-pack/plugins/observability_solution/apm/server/lib/apm_telemetry/types.ts diff --git a/x-pack/plugins/apm/server/lib/connections/exclude_rum_exit_spans_query.ts b/x-pack/plugins/observability_solution/apm/server/lib/connections/exclude_rum_exit_spans_query.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/connections/exclude_rum_exit_spans_query.ts rename to x-pack/plugins/observability_solution/apm/server/lib/connections/exclude_rum_exit_spans_query.ts diff --git a/x-pack/plugins/apm/server/lib/connections/get_connection_stats/get_connection_stats_items_with_relative_impact.ts b/x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/get_connection_stats_items_with_relative_impact.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/connections/get_connection_stats/get_connection_stats_items_with_relative_impact.ts rename to x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/get_connection_stats_items_with_relative_impact.ts diff --git a/x-pack/plugins/apm/server/lib/connections/get_connection_stats/get_destination_map.ts b/x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/get_destination_map.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/connections/get_connection_stats/get_destination_map.ts rename to x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/get_destination_map.ts diff --git a/x-pack/plugins/apm/server/lib/connections/get_connection_stats/get_stats.ts b/x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/get_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/connections/get_connection_stats/get_stats.ts rename to x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/get_stats.ts diff --git a/x-pack/plugins/apm/server/lib/connections/get_connection_stats/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/connections/get_connection_stats/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/connections/get_connection_stats/index.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/calculate_throughput.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/calculate_throughput.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/calculate_throughput.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/calculate_throughput.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/call_async_with_debug.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/call_async_with_debug.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/call_async_with_debug.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/call_async_with_debug.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/cancel_es_request_on_abort.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/cancel_es_request_on_abort.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/cancel_es_request_on_abort.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/cancel_es_request_on_abort.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.test.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/get_request_base.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.test.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_apm_event_client/index.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/create_infra_metrics_client/create_infra_metrics_client.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_infra_metrics_client/create_infra_metrics_client.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/create_infra_metrics_client/create_infra_metrics_client.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_infra_metrics_client/create_infra_metrics_client.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/create_internal_es_client/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_internal_es_client/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/create_internal_es_client/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/create_internal_es_client/index.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/create_es_client/document_type.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/document_type.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/create_es_client/document_type.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/create_es_client/document_type.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_apm_alerts_client.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_apm_alerts_client.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_apm_alerts_client.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_apm_alerts_client.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_apm_event_client.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_apm_event_client.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_apm_event_client.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_apm_event_client.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.test.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_bucket_size_for_aggregated_transactions/index.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_document_sources.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_document_sources.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_document_sources.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_document_sources.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_error_name.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_error_name.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_error_name.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_error_name.test.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_error_name.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_error_name.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_error_name.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_error_name.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_es_capabilities.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_es_capabilities.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_es_capabilities.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_es_capabilities.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_internal_saved_objects_client.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_internal_saved_objects_client.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_internal_saved_objects_client.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_internal_saved_objects_client.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_ml_client.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_ml_client.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_ml_client.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_ml_client.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/get_random_sampler/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/get_random_sampler/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/get_random_sampler/index.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/latency_aggregation_type/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/latency_aggregation_type/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/latency_aggregation_type/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/latency_aggregation_type/index.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/metrics.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/metrics.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/metrics.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/metrics.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/round_to_nearest_five_or_ten.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/round_to_nearest_five_or_ten.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/round_to_nearest_five_or_ten.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/round_to_nearest_five_or_ten.test.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/round_to_nearest_five_or_ten.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/round_to_nearest_five_or_ten.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/round_to_nearest_five_or_ten.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/round_to_nearest_five_or_ten.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/spans/get_is_using_service_destination_metrics.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/spans/get_is_using_service_destination_metrics.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/spans/get_is_using_service_destination_metrics.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/spans/get_is_using_service_destination_metrics.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/transaction_coldstart_rate.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/transaction_coldstart_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/transaction_coldstart_rate.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/transaction_coldstart_rate.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/transaction_error_rate.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/transaction_error_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/transaction_error_rate.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/transaction_error_rate.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/transactions/__snapshots__/get_is_using_transaction_events.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/__snapshots__/get_is_using_transaction_events.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/transactions/__snapshots__/get_is_using_transaction_events.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/__snapshots__/get_is_using_transaction_events.test.ts.snap diff --git a/x-pack/plugins/apm/server/lib/helpers/transactions/get_is_using_transaction_events.test.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/get_is_using_transaction_events.test.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/transactions/get_is_using_transaction_events.test.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/get_is_using_transaction_events.test.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/transactions/get_is_using_transaction_events.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/get_is_using_transaction_events.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/transactions/get_is_using_transaction_events.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/get_is_using_transaction_events.ts diff --git a/x-pack/plugins/apm/server/lib/helpers/transactions/index.ts b/x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/index.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/helpers/transactions/index.ts rename to x-pack/plugins/observability_solution/apm/server/lib/helpers/transactions/index.ts diff --git a/x-pack/plugins/apm/server/lib/service_group_query.ts b/x-pack/plugins/observability_solution/apm/server/lib/service_group_query.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/service_group_query.ts rename to x-pack/plugins/observability_solution/apm/server/lib/service_group_query.ts diff --git a/x-pack/plugins/apm/server/lib/service_group_query_with_overflow.ts b/x-pack/plugins/observability_solution/apm/server/lib/service_group_query_with_overflow.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/service_group_query_with_overflow.ts rename to x-pack/plugins/observability_solution/apm/server/lib/service_group_query_with_overflow.ts diff --git a/x-pack/plugins/apm/server/lib/transaction_groups/get_coldstart_rate.ts b/x-pack/plugins/observability_solution/apm/server/lib/transaction_groups/get_coldstart_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/transaction_groups/get_coldstart_rate.ts rename to x-pack/plugins/observability_solution/apm/server/lib/transaction_groups/get_coldstart_rate.ts diff --git a/x-pack/plugins/apm/server/lib/transaction_groups/get_failed_transaction_rate.ts b/x-pack/plugins/observability_solution/apm/server/lib/transaction_groups/get_failed_transaction_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/lib/transaction_groups/get_failed_transaction_rate.ts rename to x-pack/plugins/observability_solution/apm/server/lib/transaction_groups/get_failed_transaction_rate.ts diff --git a/x-pack/plugins/apm/server/plugin.ts b/x-pack/plugins/observability_solution/apm/server/plugin.ts similarity index 100% rename from x-pack/plugins/apm/server/plugin.ts rename to x-pack/plugins/observability_solution/apm/server/plugin.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/error_with_status_code.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/error_with_status_code.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/error_with_status_code.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/error_with_status_code.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/fetch_agents_last_version.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/fetch_agents_last_version.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/fetch_agents_last_version.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/fetch_agents_last_version.test.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/fetch_agents_latest_version.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/fetch_agents_latest_version.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/fetch_agents_latest_version.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/fetch_agents_latest_version.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/get_agent_instances.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agent_instances.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/get_agent_instances.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agent_instances.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/get_agent_url_repository.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agent_url_repository.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/get_agent_url_repository.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agent_url_repository.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/get_agents.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agents.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/get_agents.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agents.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/get_agents_items.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agents_items.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/get_agents_items.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/get_agents_items.ts diff --git a/x-pack/plugins/apm/server/routes/agent_explorer/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_explorer/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_explorer/route.ts diff --git a/x-pack/plugins/apm/server/routes/agent_keys/create_agent_key.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/create_agent_key.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_keys/create_agent_key.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_keys/create_agent_key.ts diff --git a/x-pack/plugins/apm/server/routes/agent_keys/get_agent_keys.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_keys/get_agent_keys.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys.ts diff --git a/x-pack/plugins/apm/server/routes/agent_keys/get_agent_keys_privileges.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_keys/get_agent_keys_privileges.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_keys/get_agent_keys_privileges.ts diff --git a/x-pack/plugins/apm/server/routes/agent_keys/invalidate_agent_key.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/invalidate_agent_key.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_keys/invalidate_agent_key.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_keys/invalidate_agent_key.ts diff --git a/x-pack/plugins/apm/server/routes/agent_keys/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/agent_keys/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/agent_keys/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/agent_keys/route.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/action_variables.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/action_variables.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/action_variables.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/action_variables.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/alerting_es_client.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/alerting_es_client.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/alerting_es_client.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/alerting_es_client.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/register_apm_rule_types.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/register_apm_rule_types.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/register_apm_rule_types.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/register_apm_rule_types.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/route.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/anomaly/get_service_group_fields_for_anomaly.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/anomaly/get_service_group_fields_for_anomaly.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/anomaly/get_service_group_fields_for_anomaly.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/anomaly/get_service_group_fields_for_anomaly.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/anomaly/register_anomaly_rule_type.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_anomaly.yaml diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_error_count.yaml diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_duration.yaml diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/docs/params_property_apm_transaction_error_rate.yaml diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/error_count/get_error_count_chart_preview.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/error_count/get_error_count_chart_preview.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/error_count/get_error_count_chart_preview.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/error_count/get_error_count_chart_preview.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/error_count/register_error_count_rule_type.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/get_service_group_fields.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/get_service_group_fields.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/get_service_group_fields.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/get_service_group_fields.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/get_service_group_fields.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/get_service_group_fields.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/get_service_group_fields.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/get_service_group_fields.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/average_or_percentile_agg.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/average_or_percentile_agg.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/average_or_percentile_agg.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/average_or_percentile_agg.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/get_transaction_duration_chart_preview.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/get_transaction_duration_chart_preview.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/get_transaction_duration_chart_preview.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/get_transaction_duration_chart_preview.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_duration/register_transaction_duration_rule_type.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_error_rate/get_transaction_error_rate_chart_preview.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_error_rate/get_transaction_error_rate_chart_preview.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_error_rate/get_transaction_error_rate_chart_preview.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_error_rate/get_transaction_error_rate_chart_preview.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/transaction_error_rate/register_transaction_error_rate_rule_type.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_filtered_series_for_preview_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_filtered_series_for_preview_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_filtered_series_for_preview_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_filtered_series_for_preview_chart.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_action_variables.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.test.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/rule_types/utils/get_groupby_terms.ts diff --git a/x-pack/plugins/apm/server/routes/alerts/test_utils/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/alerts/test_utils/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/alerts/test_utils/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/alerts/test_utils/index.ts diff --git a/x-pack/plugins/apm/server/routes/apm_routes/create_apm_server_route.ts b/x-pack/plugins/observability_solution/apm/server/routes/apm_routes/create_apm_server_route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/apm_routes/create_apm_server_route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/apm_routes/create_apm_server_route.ts diff --git a/x-pack/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts b/x-pack/plugins/observability_solution/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts rename to x-pack/plugins/observability_solution/apm/server/routes/apm_routes/get_global_apm_server_route_repository.ts diff --git a/x-pack/plugins/apm/server/routes/apm_routes/register_apm_server_routes.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/apm_routes/register_apm_server_routes.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/apm_routes/register_apm_server_routes.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/apm_routes/register_apm_server_routes.test.ts diff --git a/x-pack/plugins/apm/server/routes/apm_routes/register_apm_server_routes.ts b/x-pack/plugins/observability_solution/apm/server/routes/apm_routes/register_apm_server_routes.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/apm_routes/register_apm_server_routes.ts rename to x-pack/plugins/observability_solution/apm/server/routes/apm_routes/register_apm_server_routes.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_correlation_values/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_correlation_values/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_correlation_values/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_correlation_values/index.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_downstream_dependencies/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_downstream_dependencies/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_downstream_dependencies/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_downstream_dependencies/index.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_error_document/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_error_document/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_error_document/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_error_document/index.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_service_summary/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_service_summary/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_service_summary/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_service_summary/index.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/fetch_timeseries.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/fetch_timeseries.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/fetch_timeseries.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/fetch_timeseries.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_error_event_rate.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_error_event_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_error_event_rate.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_error_event_rate.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_failure_rate.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_failure_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_failure_rate.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_failure_rate.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_latency.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_latency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_latency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_latency.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_throughput.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_throughput.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_throughput.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_exit_span_throughput.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_failure_rate.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_failure_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_failure_rate.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_failure_rate.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_latency.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_latency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_latency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_latency.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_throughput.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_throughput.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_throughput.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/get_transaction_throughput.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/get_apm_timeseries/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/get_apm_timeseries/index.ts diff --git a/x-pack/plugins/apm/server/routes/assistant_functions/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/assistant_functions/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/assistant_functions/route.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_correlation.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_correlation.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_correlation.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_correlation.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_correlation_with_histogram.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_correlation_with_histogram.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_correlation_with_histogram.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_correlation_with_histogram.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_field_candidates.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_fractions.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_fractions.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_fractions.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_fractions.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_histogram_range_steps.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_histogram_range_steps.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_histogram_range_steps.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_histogram_range_steps.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_percentiles.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_percentiles.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_percentiles.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_percentiles.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_ranges.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_ranges.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_duration_ranges.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_duration_ranges.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_failed_events_correlation_p_values.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_failed_events_correlation_p_values.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_failed_events_correlation_p_values.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_failed_events_correlation_p_values.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_field_value_pairs.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_field_value_pairs.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_field_value_pairs.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_field_value_pairs.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_p_values.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_p_values.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_p_values.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_p_values.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/fetch_significant_correlations.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_significant_correlations.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/fetch_significant_correlations.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/fetch_significant_correlations.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/field_stats/fetch_field_value_field_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/field_stats/fetch_field_value_field_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/field_stats/fetch_field_value_field_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/field_stats/fetch_field_value_field_stats.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/queries/get_common_correlations_query.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/get_common_correlations_query.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/queries/get_common_correlations_query.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/queries/get_common_correlations_query.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/route.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/utils/compute_expectations_and_ranges.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/compute_expectations_and_ranges.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/utils/compute_expectations_and_ranges.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/compute_expectations_and_ranges.test.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/utils/compute_expectations_and_ranges.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/compute_expectations_and_ranges.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/utils/compute_expectations_and_ranges.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/compute_expectations_and_ranges.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/utils/get_duration_field.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/get_duration_field.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/utils/get_duration_field.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/get_duration_field.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/utils/get_event_type.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/get_event_type.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/utils/get_event_type.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/get_event_type.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/utils/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/utils/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/index.ts diff --git a/x-pack/plugins/apm/server/routes/correlations/utils/split_all_settled_promises.ts b/x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/split_all_settled_promises.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/correlations/utils/split_all_settled_promises.ts rename to x-pack/plugins/observability_solution/apm/server/routes/correlations/utils/split_all_settled_promises.ts diff --git a/x-pack/plugins/apm/server/routes/custom_dashboards/get_custom_dashboards.ts b/x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/get_custom_dashboards.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/custom_dashboards/get_custom_dashboards.ts rename to x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/get_custom_dashboards.ts diff --git a/x-pack/plugins/apm/server/routes/custom_dashboards/get_services_with_dashboards.ts b/x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/get_services_with_dashboards.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/custom_dashboards/get_services_with_dashboards.ts rename to x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/get_services_with_dashboards.ts diff --git a/x-pack/plugins/apm/server/routes/custom_dashboards/remove_service_dashboard.ts b/x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/remove_service_dashboard.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/custom_dashboards/remove_service_dashboard.ts rename to x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/remove_service_dashboard.ts diff --git a/x-pack/plugins/apm/server/routes/custom_dashboards/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/custom_dashboards/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/route.ts diff --git a/x-pack/plugins/apm/server/routes/custom_dashboards/save_service_dashboard.ts b/x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/save_service_dashboard.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/custom_dashboards/save_service_dashboard.ts rename to x-pack/plugins/observability_solution/apm/server/routes/custom_dashboards/save_service_dashboard.ts diff --git a/x-pack/plugins/apm/server/routes/data_view/create_static_data_view.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/data_view/create_static_data_view.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/data_view/create_static_data_view.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/data_view/create_static_data_view.test.ts diff --git a/x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts b/x-pack/plugins/observability_solution/apm/server/routes/data_view/create_static_data_view.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/data_view/create_static_data_view.ts rename to x-pack/plugins/observability_solution/apm/server/routes/data_view/create_static_data_view.ts diff --git a/x-pack/plugins/apm/server/routes/data_view/get_apm_data_view_index_pattern.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/data_view/get_apm_data_view_index_pattern.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/data_view/get_apm_data_view_index_pattern.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/data_view/get_apm_data_view_index_pattern.test.ts diff --git a/x-pack/plugins/apm/server/routes/data_view/get_apm_data_view_index_pattern.ts b/x-pack/plugins/observability_solution/apm/server/routes/data_view/get_apm_data_view_index_pattern.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/data_view/get_apm_data_view_index_pattern.ts rename to x-pack/plugins/observability_solution/apm/server/routes/data_view/get_apm_data_view_index_pattern.ts diff --git a/x-pack/plugins/apm/server/routes/data_view/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/data_view/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/data_view/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/data_view/route.ts diff --git a/x-pack/plugins/apm/server/routes/debug_telemetry/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/debug_telemetry/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/debug_telemetry/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/debug_telemetry/route.ts diff --git a/x-pack/plugins/apm/server/routes/default_api_types.ts b/x-pack/plugins/observability_solution/apm/server/routes/default_api_types.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/default_api_types.ts rename to x-pack/plugins/observability_solution/apm/server/routes/default_api_types.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_dependency_latency_distribution.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_dependency_latency_distribution.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_dependency_latency_distribution.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_dependency_latency_distribution.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_error_rate_charts_for_dependency.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_error_rate_charts_for_dependency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_error_rate_charts_for_dependency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_error_rate_charts_for_dependency.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_latency_charts_for_dependency.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_latency_charts_for_dependency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_latency_charts_for_dependency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_latency_charts_for_dependency.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_metadata_for_dependency.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_metadata_for_dependency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_metadata_for_dependency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_metadata_for_dependency.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_throughput_charts_for_dependency.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_throughput_charts_for_dependency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_throughput_charts_for_dependency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_throughput_charts_for_dependency.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_top_dependencies.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_top_dependencies.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_top_dependencies.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_top_dependencies.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_top_dependency_operations.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_top_dependency_operations.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_top_dependency_operations.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_top_dependency_operations.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_top_dependency_spans.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_top_dependency_spans.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_top_dependency_spans.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_top_dependency_spans.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/get_upstream_services_for_dependency.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_upstream_services_for_dependency.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/get_upstream_services_for_dependency.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/get_upstream_services_for_dependency.ts diff --git a/x-pack/plugins/apm/server/routes/dependencies/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/dependencies/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/dependencies/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/dependencies/route.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_apm_events.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_apm_events.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_apm_events.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_apm_events.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_data_streams.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_data_streams.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_data_streams.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_data_streams.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_existing_index_templates.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_existing_index_templates.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_existing_index_templates.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_existing_index_templates.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_field_caps.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_field_caps.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_field_caps.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_field_caps.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_index_template.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_index_template.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_index_template.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_index_template.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_index_templates_by_index_pattern.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_index_templates_by_index_pattern.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_index_templates_by_index_pattern.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_index_templates_by_index_pattern.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_indices.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_indices.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_indices.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_indices.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_indices_states.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_indices_states.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_indices_states.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_indices_states.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/bundle/get_non_data_stream_indices.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_non_data_stream_indices.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/bundle/get_non_data_stream_indices.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/bundle/get_non_data_stream_indices.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/create_typed_es_client.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/create_typed_es_client.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/create_typed_es_client.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/create_typed_es_client.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/get_diagnostics_bundle.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/get_diagnostics_bundle.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/get_diagnostics_bundle.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/get_diagnostics_bundle.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/get_elasticsearch_version.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/get_elasticsearch_version.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/get_elasticsearch_version.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/get_elasticsearch_version.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/get_fleet_package_info.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/get_fleet_package_info.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/get_fleet_package_info.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/get_fleet_package_info.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/helpers/get_apm_index_template_names.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/helpers/get_apm_index_template_names.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/helpers/get_apm_index_template_names.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/helpers/get_apm_index_template_names.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/helpers/get_diagnostic_privileges.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/helpers/get_diagnostic_privileges.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/helpers/get_diagnostic_privileges.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/helpers/get_diagnostic_privileges.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/helpers/handle_exceptions.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/helpers/handle_exceptions.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/helpers/handle_exceptions.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/helpers/handle_exceptions.ts diff --git a/x-pack/plugins/apm/server/routes/diagnostics/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/diagnostics/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/diagnostics/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/diagnostics/route.ts diff --git a/x-pack/plugins/apm/server/routes/environments/__snapshots__/get_all_environments.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/environments/__snapshots__/get_all_environments.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/environments/__snapshots__/get_all_environments.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/environments/__snapshots__/get_all_environments.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/environments/get_all_environments.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/environments/get_all_environments.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/environments/get_all_environments.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/environments/get_all_environments.test.ts diff --git a/x-pack/plugins/apm/server/routes/environments/get_all_environments.ts b/x-pack/plugins/observability_solution/apm/server/routes/environments/get_all_environments.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/environments/get_all_environments.ts rename to x-pack/plugins/observability_solution/apm/server/routes/environments/get_all_environments.ts diff --git a/x-pack/plugins/apm/server/routes/environments/get_environments.ts b/x-pack/plugins/observability_solution/apm/server/routes/environments/get_environments.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/environments/get_environments.ts rename to x-pack/plugins/observability_solution/apm/server/routes/environments/get_environments.ts diff --git a/x-pack/plugins/apm/server/routes/environments/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/environments/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/environments/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/environments/route.ts diff --git a/x-pack/plugins/apm/server/routes/errors/distribution/__snapshots__/get_buckets.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/__snapshots__/get_buckets.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/distribution/__snapshots__/get_buckets.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/__snapshots__/get_buckets.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/errors/distribution/__snapshots__/queries.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/__snapshots__/queries.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/distribution/__snapshots__/queries.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/__snapshots__/queries.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/errors/distribution/get_buckets.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/get_buckets.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/distribution/get_buckets.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/get_buckets.test.ts diff --git a/x-pack/plugins/apm/server/routes/errors/distribution/get_buckets.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/get_buckets.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/distribution/get_buckets.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/get_buckets.ts diff --git a/x-pack/plugins/apm/server/routes/errors/distribution/get_distribution.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/get_distribution.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/distribution/get_distribution.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/get_distribution.ts diff --git a/x-pack/plugins/apm/server/routes/errors/distribution/queries.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/queries.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/distribution/queries.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/distribution/queries.test.ts diff --git a/x-pack/plugins/apm/server/routes/errors/erroneous_transactions/get_top_erroneous_transactions.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/erroneous_transactions/get_top_erroneous_transactions.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/erroneous_transactions/get_top_erroneous_transactions.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/erroneous_transactions/get_top_erroneous_transactions.ts diff --git a/x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_group_detailed_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_group_detailed_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_group_detailed_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_group_detailed_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_group_main_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_group_main_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_group_main_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_group_main_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_group_sample_ids.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_group_sample_ids.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_group_sample_ids.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_group_sample_ids.ts diff --git a/x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_sample_details.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_sample_details.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/get_error_groups/get_error_sample_details.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/get_error_groups/get_error_sample_details.ts diff --git a/x-pack/plugins/apm/server/routes/errors/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/errors/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/errors/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/errors/route.ts diff --git a/x-pack/plugins/apm/server/routes/event_metadata/get_event_metadata.ts b/x-pack/plugins/observability_solution/apm/server/routes/event_metadata/get_event_metadata.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/event_metadata/get_event_metadata.ts rename to x-pack/plugins/observability_solution/apm/server/routes/event_metadata/get_event_metadata.ts diff --git a/x-pack/plugins/apm/server/routes/event_metadata/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/event_metadata/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/event_metadata/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/event_metadata/route.ts diff --git a/x-pack/plugins/apm/server/routes/fallback_to_transactions/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/fallback_to_transactions/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fallback_to_transactions/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fallback_to_transactions/route.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/api_keys/add_api_keys_to_policies_if_missing.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/api_keys/add_api_keys_to_policies_if_missing.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/api_keys/add_api_keys_to_policies_if_missing.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/api_keys/add_api_keys_to_policies_if_missing.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/api_keys/create_apm_api_keys.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/api_keys/create_apm_api_keys.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/api_keys/create_apm_api_keys.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/api_keys/create_apm_api_keys.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/create_cloud_apm_package_policy.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/create_cloud_apm_package_policy.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/create_cloud_apm_package_policy.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/create_cloud_apm_package_policy.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_agents.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_agents.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_agents.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_agents.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_apm_package_policies.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_apm_package_policies.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_apm_package_policies.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_apm_package_policies.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_apm_package_policy_definition.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_apm_package_policy_definition.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_apm_package_policy_definition.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_apm_package_policy_definition.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_cloud_apm_package_policy.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_cloud_apm_package_policy.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_cloud_apm_package_policy.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_cloud_apm_package_policy.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_java_agent_versions.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_java_agent_versions.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_java_agent_versions.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_java_agent_versions.test.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_java_agent_versions.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_java_agent_versions.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_java_agent_versions.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_java_agent_versions.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_latest_apm_package.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_latest_apm_package.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_latest_apm_package.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_latest_apm_package.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_package_policy_decorators.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_package_policy_decorators.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_package_policy_decorators.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_package_policy_decorators.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_unsupported_apm_server_schema.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_unsupported_apm_server_schema.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_unsupported_apm_server_schema.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_unsupported_apm_server_schema.test.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/get_unsupported_apm_server_schema.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/get_unsupported_apm_server_schema.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/get_unsupported_apm_server_schema.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/get_unsupported_apm_server_schema.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/is_superuser.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/is_superuser.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/is_superuser.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/merge_package_policy_with_apm.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/merge_package_policy_with_apm.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/merge_package_policy_with_apm.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/merge_package_policy_with_apm.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/register_fleet_policy_callbacks.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/register_fleet_policy_callbacks.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/register_fleet_policy_callbacks.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/register_fleet_policy_callbacks.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/route.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/run_migration_check.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/run_migration_check.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/run_migration_check.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/run_migration_check.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/source_maps.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/source_maps.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/source_maps.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/source_maps.test.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/source_maps.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/source_maps.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/source_maps.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/source_maps.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/sync_agent_configs_to_apm_package_policies.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/translate_legacy_schema_paths.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/translate_legacy_schema_paths.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/translate_legacy_schema_paths.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/translate_legacy_schema_paths.test.ts diff --git a/x-pack/plugins/apm/server/routes/fleet/translate_legacy_schema_paths.ts b/x-pack/plugins/observability_solution/apm/server/routes/fleet/translate_legacy_schema_paths.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/fleet/translate_legacy_schema_paths.ts rename to x-pack/plugins/observability_solution/apm/server/routes/fleet/translate_legacy_schema_paths.ts diff --git a/x-pack/plugins/apm/server/routes/historical_data/has_historical_agent_data.ts b/x-pack/plugins/observability_solution/apm/server/routes/historical_data/has_historical_agent_data.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/historical_data/has_historical_agent_data.ts rename to x-pack/plugins/observability_solution/apm/server/routes/historical_data/has_historical_agent_data.ts diff --git a/x-pack/plugins/apm/server/routes/historical_data/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/historical_data/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/historical_data/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/historical_data/route.ts diff --git a/x-pack/plugins/apm/server/routes/infrastructure/get_host_names.ts b/x-pack/plugins/observability_solution/apm/server/routes/infrastructure/get_host_names.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/infrastructure/get_host_names.ts rename to x-pack/plugins/observability_solution/apm/server/routes/infrastructure/get_host_names.ts diff --git a/x-pack/plugins/apm/server/routes/infrastructure/get_infrastructure_data.ts b/x-pack/plugins/observability_solution/apm/server/routes/infrastructure/get_infrastructure_data.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/infrastructure/get_infrastructure_data.ts rename to x-pack/plugins/observability_solution/apm/server/routes/infrastructure/get_infrastructure_data.ts diff --git a/x-pack/plugins/apm/server/routes/infrastructure/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/infrastructure/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/infrastructure/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/infrastructure/route.ts diff --git a/x-pack/plugins/apm/server/routes/latency_distribution/get_overall_latency_distribution.ts b/x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/get_overall_latency_distribution.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/latency_distribution/get_overall_latency_distribution.ts rename to x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/get_overall_latency_distribution.ts diff --git a/x-pack/plugins/apm/server/routes/latency_distribution/get_percentile_threshold_value.ts b/x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/get_percentile_threshold_value.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/latency_distribution/get_percentile_threshold_value.ts rename to x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/get_percentile_threshold_value.ts diff --git a/x-pack/plugins/apm/server/routes/latency_distribution/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/latency_distribution/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/route.ts diff --git a/x-pack/plugins/apm/server/routes/latency_distribution/types.ts b/x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/types.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/latency_distribution/types.ts rename to x-pack/plugins/observability_solution/apm/server/routes/latency_distribution/types.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/__snapshots__/queries.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/metrics/__snapshots__/queries.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/__snapshots__/queries.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/__snapshots__/queries.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/default.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/default.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/default.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/default.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.test.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/fetch_and_transform_gc_metrics.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/get_gc_rate_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/get_gc_rate_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/get_gc_rate_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/get_gc_rate_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/get_gc_time_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/get_gc_time_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/gc/get_gc_time_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/gc/get_gc_time_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/heap_memory/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/heap_memory/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/heap_memory/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/heap_memory/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/non_heap_memory/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/non_heap_memory/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/non_heap_memory/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/non_heap_memory/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/otel_cpu/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/otel_cpu/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/otel_cpu/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/otel_cpu/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/java/thread_count/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/thread_count/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/java/thread_count/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/java/thread_count/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/shared/cpu/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/shared/cpu/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/shared/cpu/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/shared/cpu/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/by_agent/shared/memory/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/shared/memory/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/by_agent/shared/memory/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/by_agent/shared/memory/index.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/fetch_and_transform_metrics.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/fetch_and_transform_metrics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/fetch_and_transform_metrics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/fetch_and_transform_metrics.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/get_metrics_chart_data_by_agent.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/get_metrics_chart_data_by_agent.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/get_metrics_chart_data_by_agent.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/get_metrics_chart_data_by_agent.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/get_service_nodes.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/get_service_nodes.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/get_service_nodes.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/get_service_nodes.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/has_otel_metrics.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/has_otel_metrics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/has_otel_metrics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/has_otel_metrics.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/queries.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/queries.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/queries.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/queries.test.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/route.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_active_instances_overview.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_active_instances_overview.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_active_instances_overview.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_active_instances_overview.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_active_instances_timeseries.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_active_instances_timeseries.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_active_instances_timeseries.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_active_instances_timeseries.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_cold_start_count_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_cold_start_count_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_cold_start_count_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_cold_start_count_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_cold_start_duration_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_cold_start_duration_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_cold_start_duration_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_cold_start_duration_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_compute_usage_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_compute_usage_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_compute_usage_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_compute_usage_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_agent_metrics_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_agent_metrics_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_agent_metrics_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_agent_metrics_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_function_latency_chart.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_function_latency_chart.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_function_latency_chart.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_function_latency_chart.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_functions_overview.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_functions_overview.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_functions_overview.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_functions_overview.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_summary.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_summary.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/get_serverless_summary.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/get_serverless_summary.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/helper.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/helper.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/helper.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/helper.test.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/helper.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/helper.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/helper.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/helper.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/serverless/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/serverless/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/serverless/route.ts diff --git a/x-pack/plugins/apm/server/routes/metrics/types.ts b/x-pack/plugins/observability_solution/apm/server/routes/metrics/types.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/metrics/types.ts rename to x-pack/plugins/observability_solution/apm/server/routes/metrics/types.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_device_os_app.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_device_os_app.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_device_os_app.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_device_os_app.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_average_launch_time.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_average_launch_time.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_average_launch_time.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_average_launch_time.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_crash_rate.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_crash_rate.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_crash_rate.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_crash_rate.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_crashes_by_location.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_crashes_by_location.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_crashes_by_location.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_crashes_by_location.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_detailed_statistics_by_field.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_detailed_statistics_by_field.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_detailed_statistics_by_field.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_detailed_statistics_by_field.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_filters.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_filters.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_filters.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_filters.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_http_requests.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_http_requests.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_http_requests.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_http_requests.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_http_requests_by_location.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_http_requests_by_location.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_http_requests_by_location.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_http_requests_by_location.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_launches_by_location.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_launches_by_location.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_launches_by_location.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_launches_by_location.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_location_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_location_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_location_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_location_stats.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_main_statistics_by_field.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_main_statistics_by_field.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_main_statistics_by_field.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_main_statistics_by_field.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_most_used_charts/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_most_used_charts/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_most_used_charts/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_most_used_charts/index.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_most_used_charts/merge_other_count.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_most_used_charts/merge_other_count.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_most_used_charts/merge_other_count.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_most_used_charts/merge_other_count.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_sessions.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_sessions.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_sessions.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_sessions.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_sessions_by_location.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_sessions_by_location.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_sessions_by_location.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_sessions_by_location.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_stats.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_mobile_terms_by_field.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_terms_by_field.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_mobile_terms_by_field.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_mobile_terms_by_field.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/get_nct.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/get_nct.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/get_nct.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/get_nct.ts diff --git a/x-pack/plugins/apm/server/routes/mobile/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/mobile/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/mobile/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/mobile/route.ts diff --git a/x-pack/plugins/apm/server/routes/observability_overview/get_observability_overview_data.ts b/x-pack/plugins/observability_solution/apm/server/routes/observability_overview/get_observability_overview_data.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/observability_overview/get_observability_overview_data.ts rename to x-pack/plugins/observability_solution/apm/server/routes/observability_overview/get_observability_overview_data.ts diff --git a/x-pack/plugins/apm/server/routes/observability_overview/get_service_count.ts b/x-pack/plugins/observability_solution/apm/server/routes/observability_overview/get_service_count.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/observability_overview/get_service_count.ts rename to x-pack/plugins/observability_solution/apm/server/routes/observability_overview/get_service_count.ts diff --git a/x-pack/plugins/apm/server/routes/observability_overview/get_transactions_per_minute.ts b/x-pack/plugins/observability_solution/apm/server/routes/observability_overview/get_transactions_per_minute.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/observability_overview/get_transactions_per_minute.ts rename to x-pack/plugins/observability_solution/apm/server/routes/observability_overview/get_transactions_per_minute.ts diff --git a/x-pack/plugins/apm/server/routes/observability_overview/has_data.ts b/x-pack/plugins/observability_solution/apm/server/routes/observability_overview/has_data.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/observability_overview/has_data.ts rename to x-pack/plugins/observability_solution/apm/server/routes/observability_overview/has_data.ts diff --git a/x-pack/plugins/apm/server/routes/observability_overview/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/observability_overview/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/observability_overview/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/observability_overview/route.ts diff --git a/x-pack/plugins/apm/server/routes/profiling/get_service_host_names.ts b/x-pack/plugins/observability_solution/apm/server/routes/profiling/get_service_host_names.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/profiling/get_service_host_names.ts rename to x-pack/plugins/observability_solution/apm/server/routes/profiling/get_service_host_names.ts diff --git a/x-pack/plugins/apm/server/routes/profiling/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/profiling/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/profiling/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/profiling/route.ts diff --git a/x-pack/plugins/apm/server/routes/profiling/utils.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/profiling/utils.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/profiling/utils.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/profiling/utils.test.ts diff --git a/x-pack/plugins/apm/server/routes/profiling/utils.ts b/x-pack/plugins/observability_solution/apm/server/routes/profiling/utils.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/profiling/utils.ts rename to x-pack/plugins/observability_solution/apm/server/routes/profiling/utils.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/delete_service_group.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/delete_service_group.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/delete_service_group.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/delete_service_group.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/get_service_group.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_service_group.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/get_service_group.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_service_group.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/get_service_group_alerts.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_service_group_alerts.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/get_service_group_alerts.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_service_group_alerts.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/get_service_groups.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_service_groups.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/get_service_groups.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_service_groups.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/get_services_counts.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_services_counts.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/get_services_counts.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/get_services_counts.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/lookup_services.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/lookup_services.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/lookup_services.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/lookup_services.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/route.ts diff --git a/x-pack/plugins/apm/server/routes/service_groups/save_service_group.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_groups/save_service_group.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_groups/save_service_group.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_groups/save_service_group.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/fetch_service_paths_from_trace_ids.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/fetch_service_paths_from_trace_ids.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/fetch_service_paths_from_trace_ids.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/fetch_service_paths_from_trace_ids.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_anomalies.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_anomalies.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_anomalies.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_anomalies.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_map.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_map.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_map_dependency_node_info.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_dependency_node_info.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_map_dependency_node_info.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_dependency_node_info.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_map_from_trace_ids.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_from_trace_ids.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_map_from_trace_ids.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_from_trace_ids.test.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_map_from_trace_ids.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_from_trace_ids.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_map_from_trace_ids.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_from_trace_ids.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_map_service_node_info.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_service_node_info.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_map_service_node_info.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_map_service_node_info.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_service_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_service_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_service_stats.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/get_trace_sample_ids.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/get_trace_sample_ids.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/get_trace_sample_ids.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/get_trace_sample_ids.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/group_resource_nodes.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/group_resource_nodes.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/group_resource_nodes.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/group_resource_nodes.test.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/group_resource_nodes.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/group_resource_nodes.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/group_resource_nodes.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/group_resource_nodes.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/mock_responses/group_resource_nodes_grouped.json b/x-pack/plugins/observability_solution/apm/server/routes/service_map/mock_responses/group_resource_nodes_grouped.json similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/mock_responses/group_resource_nodes_grouped.json rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/mock_responses/group_resource_nodes_grouped.json diff --git a/x-pack/plugins/apm/server/routes/service_map/mock_responses/group_resource_nodes_pregrouped.json b/x-pack/plugins/observability_solution/apm/server/routes/service_map/mock_responses/group_resource_nodes_pregrouped.json similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/mock_responses/group_resource_nodes_pregrouped.json rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/mock_responses/group_resource_nodes_pregrouped.json diff --git a/x-pack/plugins/apm/server/routes/service_map/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/route.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/transform_service_map_responses.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/transform_service_map_responses.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/transform_service_map_responses.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/transform_service_map_responses.test.ts diff --git a/x-pack/plugins/apm/server/routes/service_map/transform_service_map_responses.ts b/x-pack/plugins/observability_solution/apm/server/routes/service_map/transform_service_map_responses.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/service_map/transform_service_map_responses.ts rename to x-pack/plugins/observability_solution/apm/server/routes/service_map/transform_service_map_responses.ts diff --git a/x-pack/plugins/apm/server/routes/services/__snapshots__/queries.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/services/__snapshots__/queries.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/services/__snapshots__/queries.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/services/__snapshots__/queries.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/multiple_versions.json b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/multiple_versions.json similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/multiple_versions.json rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/multiple_versions.json diff --git a/x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/no_versions.json b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/no_versions.json similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/no_versions.json rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/no_versions.json diff --git a/x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/one_version.json b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/one_version.json similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/one_version.json rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/one_version.json diff --git a/x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/versions_first_seen.json b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/versions_first_seen.json similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/__fixtures__/versions_first_seen.json rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/__fixtures__/versions_first_seen.json diff --git a/x-pack/plugins/apm/server/routes/services/annotations/get_derived_service_annotations.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/get_derived_service_annotations.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/get_derived_service_annotations.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/get_derived_service_annotations.ts diff --git a/x-pack/plugins/apm/server/routes/services/annotations/get_stored_annotations.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/get_stored_annotations.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/get_stored_annotations.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/get_stored_annotations.ts diff --git a/x-pack/plugins/apm/server/routes/services/annotations/index.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/index.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/index.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/index.test.ts diff --git a/x-pack/plugins/apm/server/routes/services/annotations/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/annotations/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/annotations/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/annotations/index.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_agent.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_agent.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_agent.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_agent.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_dependencies.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_dependencies.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_dependencies.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_dependencies.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_dependencies_breakdown.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_dependencies_breakdown.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_dependencies_breakdown.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_dependencies_breakdown.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_instance_container_metadata.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instance_container_metadata.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_instance_container_metadata.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instance_container_metadata.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_instance_metadata_details.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instance_metadata_details.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_instance_metadata_details.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instance_metadata_details.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_instances/detailed_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/detailed_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_instances/detailed_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/detailed_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_instances/get_service_instances_system_metric_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/get_service_instances_system_metric_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_instances/get_service_instances_system_metric_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/get_service_instances_system_metric_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_instances/get_service_instances_transaction_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/get_service_instances_transaction_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_instances/get_service_instances_transaction_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/get_service_instances_transaction_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_instances/main_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/main_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_instances/main_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_instances/main_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_metadata_details.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_metadata_details.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_metadata_details.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_metadata_details.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_metadata_icons.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_metadata_icons.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_metadata_icons.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_metadata_icons.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_node_metadata.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_node_metadata.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_node_metadata.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_node_metadata.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_overview_container_metadata.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_overview_container_metadata.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_overview_container_metadata.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_overview_container_metadata.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_transaction_group_detailed_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_group_detailed_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_transaction_group_detailed_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_group_detailed_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_transaction_groups.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_groups.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_transaction_groups.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_groups.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_transaction_groups_alerts.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_groups_alerts.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_transaction_groups_alerts.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_groups_alerts.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_service_transaction_types.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_types.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_service_transaction_types.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_service_transaction_types.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/get_health_statuses.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_health_statuses.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/get_health_statuses.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_health_statuses.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/get_service_alerts.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_service_alerts.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/get_service_alerts.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_service_alerts.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/get_service_names_from_terms_enum.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_service_names_from_terms_enum.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/get_service_names_from_terms_enum.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_service_names_from_terms_enum.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/get_service_transaction_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_service_transaction_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/get_service_transaction_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_service_transaction_stats.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/get_services_items.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_services_items.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/get_services_items.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_services_items.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/get_services_without_transactions.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_services_without_transactions.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/get_services_without_transactions.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/get_services_without_transactions.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/merge_service_stats.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/merge_service_stats.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/merge_service_stats.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/merge_service_stats.test.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services/merge_service_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services/merge_service_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services/merge_service_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services/merge_service_stats.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services_detailed_statistics/get_service_transaction_detailed_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services_detailed_statistics/get_service_transaction_detailed_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services_detailed_statistics/get_service_transaction_detailed_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services_detailed_statistics/get_service_transaction_detailed_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_services_detailed_statistics/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_services_detailed_statistics/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_services_detailed_statistics/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_services_detailed_statistics/index.ts diff --git a/x-pack/plugins/apm/server/routes/services/get_throughput.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/get_throughput.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/get_throughput.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/get_throughput.ts diff --git a/x-pack/plugins/apm/server/routes/services/queries.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/queries.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/queries.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/queries.test.ts diff --git a/x-pack/plugins/apm/server/routes/services/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/services/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/services/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/services/route.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/__snapshots__/queries.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/__snapshots__/queries.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/__snapshots__/queries.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/__snapshots__/queries.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/convert_settings_to_string.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/convert_settings_to_string.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/convert_settings_to_string.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/convert_settings_to_string.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/create_agent_config_index.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/create_agent_config_index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/create_agent_config_index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/create_agent_config_index.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/create_or_update_configuration.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/create_or_update_configuration.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/create_or_update_configuration.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/create_or_update_configuration.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/delete_configuration.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/delete_configuration.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/delete_configuration.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/delete_configuration.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/find_exact_configuration.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_agent_name_by_service.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_agent_name_by_service.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/get_agent_name_by_service.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_agent_name_by_service.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_config_applied_to_agent_through_fleet.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_environments/get_existing_environments_for_service.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_environments/get_existing_environments_for_service.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/get_environments/get_existing_environments_for_service.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_environments/get_existing_environments_for_service.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/get_environments/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_environments/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/get_environments/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/get_environments/index.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/list_configurations.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/list_configurations.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/list_configurations.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/list_configurations.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/mark_applied_by_agent.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/mark_applied_by_agent.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/mark_applied_by_agent.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/mark_applied_by_agent.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/queries.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/queries.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/queries.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/queries.test.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/route.ts diff --git a/x-pack/plugins/apm/server/routes/settings/agent_configuration/search_configurations.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/search_configurations.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/agent_configuration/search_configurations.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/agent_configuration/search_configurations.ts diff --git a/x-pack/plugins/apm/server/routes/settings/anomaly_detection/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/anomaly_detection/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/anomaly_detection/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/anomaly_detection/route.ts diff --git a/x-pack/plugins/apm/server/routes/settings/anomaly_detection/update_to_v3.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/anomaly_detection/update_to_v3.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/anomaly_detection/update_to_v3.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/anomaly_detection/update_to_v3.ts diff --git a/x-pack/plugins/apm/server/routes/settings/apm_indices/apm_system_index_constants.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/apm_indices/apm_system_index_constants.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/apm_indices/apm_system_index_constants.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/apm_indices/apm_system_index_constants.ts diff --git a/x-pack/plugins/apm/server/routes/settings/apm_indices/get_apm_indices.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/apm_indices/get_apm_indices.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/apm_indices/get_apm_indices.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/apm_indices/get_apm_indices.ts diff --git a/x-pack/plugins/apm/server/routes/settings/apm_indices/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/apm_indices/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/apm_indices/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/apm_indices/route.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/__snapshots__/get_transaction.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/__snapshots__/get_transaction.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/__snapshots__/get_transaction.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/__snapshots__/get_transaction.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/__snapshots__/list_custom_links.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/__snapshots__/list_custom_links.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/__snapshots__/list_custom_links.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/__snapshots__/list_custom_links.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/create_custom_link_index.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/create_custom_link_index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/create_custom_link_index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/create_custom_link_index.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/create_or_update_custom_link.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/create_or_update_custom_link.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/create_or_update_custom_link.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/create_or_update_custom_link.test.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/create_or_update_custom_link.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/create_or_update_custom_link.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/create_or_update_custom_link.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/create_or_update_custom_link.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/custom_link_types.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/custom_link_types.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/custom_link_types.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/custom_link_types.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/delete_custom_link.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/delete_custom_link.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/delete_custom_link.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/delete_custom_link.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/get_transaction.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/get_transaction.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/get_transaction.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/get_transaction.test.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/get_transaction.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/get_transaction.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/get_transaction.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/get_transaction.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/helper.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/helper.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/helper.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/helper.test.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/helper.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/helper.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/helper.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/helper.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/list_custom_links.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/list_custom_links.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/list_custom_links.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/list_custom_links.test.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/list_custom_links.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/list_custom_links.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/list_custom_links.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/list_custom_links.ts diff --git a/x-pack/plugins/apm/server/routes/settings/custom_link/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/custom_link/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/custom_link/route.ts diff --git a/x-pack/plugins/apm/server/routes/settings/labs/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/settings/labs/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/settings/labs/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/settings/labs/route.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/bulk_create_apm_source_maps.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/bulk_create_apm_source_maps.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/bulk_create_apm_source_maps.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/bulk_create_apm_source_maps.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/create_apm_source_map.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/create_apm_source_map.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/create_apm_source_map.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/create_apm_source_map.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/create_apm_source_map_index_template.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/create_apm_source_map_index_template.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/create_apm_source_map_index_template.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/create_apm_source_map_index_template.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/delete_apm_sourcemap.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/delete_apm_sourcemap.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/delete_apm_sourcemap.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/delete_apm_sourcemap.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/route.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/schedule_source_map_migration.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/schedule_source_map_migration.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/schedule_source_map_migration.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/schedule_source_map_migration.ts diff --git a/x-pack/plugins/apm/server/routes/source_maps/sourcemap_utils.ts b/x-pack/plugins/observability_solution/apm/server/routes/source_maps/sourcemap_utils.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/source_maps/sourcemap_utils.ts rename to x-pack/plugins/observability_solution/apm/server/routes/source_maps/sourcemap_utils.ts diff --git a/x-pack/plugins/apm/server/routes/span_links/get_linked_children.ts b/x-pack/plugins/observability_solution/apm/server/routes/span_links/get_linked_children.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/span_links/get_linked_children.ts rename to x-pack/plugins/observability_solution/apm/server/routes/span_links/get_linked_children.ts diff --git a/x-pack/plugins/apm/server/routes/span_links/get_linked_parents.ts b/x-pack/plugins/observability_solution/apm/server/routes/span_links/get_linked_parents.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/span_links/get_linked_parents.ts rename to x-pack/plugins/observability_solution/apm/server/routes/span_links/get_linked_parents.ts diff --git a/x-pack/plugins/apm/server/routes/span_links/get_span_links_details.ts b/x-pack/plugins/observability_solution/apm/server/routes/span_links/get_span_links_details.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/span_links/get_span_links_details.ts rename to x-pack/plugins/observability_solution/apm/server/routes/span_links/get_span_links_details.ts diff --git a/x-pack/plugins/apm/server/routes/span_links/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/span_links/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/span_links/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/span_links/route.ts diff --git a/x-pack/plugins/apm/server/routes/span_links/utils.ts b/x-pack/plugins/observability_solution/apm/server/routes/span_links/utils.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/span_links/utils.ts rename to x-pack/plugins/observability_solution/apm/server/routes/span_links/utils.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/get_service_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_service_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/get_service_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_service_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/get_size_timeseries.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_size_timeseries.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/get_size_timeseries.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_size_timeseries.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/get_storage_details.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_storage_details.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/get_storage_details.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_storage_details.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/get_storage_details_per_service.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_storage_details_per_service.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/get_storage_details_per_service.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_storage_details_per_service.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/get_summary_statistics.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_summary_statistics.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/get_summary_statistics.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_summary_statistics.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/get_total_transactions_per_service.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_total_transactions_per_service.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/get_total_transactions_per_service.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/get_total_transactions_per_service.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/has_storage_explorer_privileges.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/has_storage_explorer_privileges.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/has_storage_explorer_privileges.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/has_storage_explorer_privileges.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/indices_stats_helpers.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/indices_stats_helpers.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/indices_stats_helpers.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/indices_stats_helpers.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/is_cross_cluster_search.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/is_cross_cluster_search.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/is_cross_cluster_search.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/is_cross_cluster_search.test.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/is_cross_cluster_search.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/is_cross_cluster_search.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/is_cross_cluster_search.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/is_cross_cluster_search.ts diff --git a/x-pack/plugins/apm/server/routes/storage_explorer/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/storage_explorer/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/storage_explorer/route.ts diff --git a/x-pack/plugins/apm/server/routes/suggestions/get_suggestions_with_terms_aggregation.ts b/x-pack/plugins/observability_solution/apm/server/routes/suggestions/get_suggestions_with_terms_aggregation.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/suggestions/get_suggestions_with_terms_aggregation.ts rename to x-pack/plugins/observability_solution/apm/server/routes/suggestions/get_suggestions_with_terms_aggregation.ts diff --git a/x-pack/plugins/apm/server/routes/suggestions/get_suggestions_with_terms_enum.ts b/x-pack/plugins/observability_solution/apm/server/routes/suggestions/get_suggestions_with_terms_enum.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/suggestions/get_suggestions_with_terms_enum.ts rename to x-pack/plugins/observability_solution/apm/server/routes/suggestions/get_suggestions_with_terms_enum.ts diff --git a/x-pack/plugins/apm/server/routes/suggestions/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/suggestions/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/suggestions/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/suggestions/route.ts diff --git a/x-pack/plugins/apm/server/routes/time_range_metadata/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/time_range_metadata/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/time_range_metadata/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/time_range_metadata/route.ts diff --git a/x-pack/plugins/apm/server/routes/traces/__snapshots__/queries.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/traces/__snapshots__/queries.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/__snapshots__/queries.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/traces/__snapshots__/queries.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/traces/calculate_impact_builder.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/calculate_impact_builder.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/calculate_impact_builder.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/calculate_impact_builder.ts diff --git a/x-pack/plugins/apm/server/routes/traces/get_aggregated_critical_path.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/get_aggregated_critical_path.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/get_aggregated_critical_path.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/get_aggregated_critical_path.ts diff --git a/x-pack/plugins/apm/server/routes/traces/get_top_traces_primary_stats.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/get_top_traces_primary_stats.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/get_top_traces_primary_stats.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/get_top_traces_primary_stats.ts diff --git a/x-pack/plugins/apm/server/routes/traces/get_trace_items.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/get_trace_items.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/get_trace_items.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/get_trace_items.ts diff --git a/x-pack/plugins/apm/server/routes/traces/get_trace_samples_by_query.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/get_trace_samples_by_query.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/get_trace_samples_by_query.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/get_trace_samples_by_query.ts diff --git a/x-pack/plugins/apm/server/routes/traces/queries.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/queries.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/queries.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/queries.test.ts diff --git a/x-pack/plugins/apm/server/routes/traces/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/traces/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/traces/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/traces/route.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/__snapshots__/queries.test.ts.snap b/x-pack/plugins/observability_solution/apm/server/routes/transactions/__snapshots__/queries.test.ts.snap similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/__snapshots__/queries.test.ts.snap rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/__snapshots__/queries.test.ts.snap diff --git a/x-pack/plugins/apm/server/routes/transactions/breakdown/constants.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/constants.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/breakdown/constants.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/constants.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/breakdown/index.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/index.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/breakdown/index.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/index.test.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/breakdown/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/breakdown/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/index.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/breakdown/mock_responses/data.json b/x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/mock_responses/data.json similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/breakdown/mock_responses/data.json rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/mock_responses/data.json diff --git a/x-pack/plugins/apm/server/routes/transactions/breakdown/mock_responses/no_data.json b/x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/mock_responses/no_data.json similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/breakdown/mock_responses/no_data.json rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/breakdown/mock_responses/no_data.json diff --git a/x-pack/plugins/apm/server/routes/transactions/constants.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/constants.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/constants.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/constants.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/get_failed_transaction_rate_periods.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/get_failed_transaction_rate_periods.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/get_failed_transaction_rate_periods.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/get_failed_transaction_rate_periods.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/get_latency_charts/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/get_latency_charts/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/get_latency_charts/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/get_latency_charts/index.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/get_span/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/get_span/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/get_span/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/get_span/index.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/get_transaction/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/get_transaction/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/get_transaction/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/get_transaction/index.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/get_transaction_by_trace/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/get_transaction_by_trace/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/get_transaction_by_trace/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/get_transaction_by_trace/index.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/queries.test.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/queries.test.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/queries.test.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/queries.test.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/route.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/route.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/route.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/route.ts diff --git a/x-pack/plugins/apm/server/routes/transactions/trace_samples/index.ts b/x-pack/plugins/observability_solution/apm/server/routes/transactions/trace_samples/index.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/transactions/trace_samples/index.ts rename to x-pack/plugins/observability_solution/apm/server/routes/transactions/trace_samples/index.ts diff --git a/x-pack/plugins/apm/server/routes/typings.ts b/x-pack/plugins/observability_solution/apm/server/routes/typings.ts similarity index 100% rename from x-pack/plugins/apm/server/routes/typings.ts rename to x-pack/plugins/observability_solution/apm/server/routes/typings.ts diff --git a/x-pack/plugins/apm/server/saved_objects/apm_custom_dashboards.ts b/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_custom_dashboards.ts similarity index 100% rename from x-pack/plugins/apm/server/saved_objects/apm_custom_dashboards.ts rename to x-pack/plugins/observability_solution/apm/server/saved_objects/apm_custom_dashboards.ts diff --git a/x-pack/plugins/apm/server/saved_objects/apm_server_settings.ts b/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_server_settings.ts similarity index 100% rename from x-pack/plugins/apm/server/saved_objects/apm_server_settings.ts rename to x-pack/plugins/observability_solution/apm/server/saved_objects/apm_server_settings.ts diff --git a/x-pack/plugins/apm/server/saved_objects/apm_service_groups.ts b/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts similarity index 100% rename from x-pack/plugins/apm/server/saved_objects/apm_service_groups.ts rename to x-pack/plugins/observability_solution/apm/server/saved_objects/apm_service_groups.ts diff --git a/x-pack/plugins/apm/server/saved_objects/apm_telemetry.ts b/x-pack/plugins/observability_solution/apm/server/saved_objects/apm_telemetry.ts similarity index 100% rename from x-pack/plugins/apm/server/saved_objects/apm_telemetry.ts rename to x-pack/plugins/observability_solution/apm/server/saved_objects/apm_telemetry.ts diff --git a/x-pack/plugins/apm/server/saved_objects/index.ts b/x-pack/plugins/observability_solution/apm/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/apm/server/saved_objects/index.ts rename to x-pack/plugins/observability_solution/apm/server/saved_objects/index.ts diff --git a/x-pack/plugins/apm/server/test_helpers/create_apm_users/authentication.ts b/x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/authentication.ts similarity index 100% rename from x-pack/plugins/apm/server/test_helpers/create_apm_users/authentication.ts rename to x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/authentication.ts diff --git a/x-pack/plugins/apm/server/test_helpers/create_apm_users/create_apm_users.ts b/x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/create_apm_users.ts similarity index 100% rename from x-pack/plugins/apm/server/test_helpers/create_apm_users/create_apm_users.ts rename to x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/create_apm_users.ts diff --git a/x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/call_kibana.ts b/x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/call_kibana.ts similarity index 100% rename from x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/call_kibana.ts rename to x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/call_kibana.ts diff --git a/x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/create_custom_role.ts b/x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/create_custom_role.ts similarity index 100% rename from x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/create_custom_role.ts rename to x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/create_custom_role.ts diff --git a/x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/create_or_update_user.ts b/x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/create_or_update_user.ts similarity index 100% rename from x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/create_or_update_user.ts rename to x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/create_or_update_user.ts diff --git a/x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/get_version.ts b/x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/get_version.ts similarity index 100% rename from x-pack/plugins/apm/server/test_helpers/create_apm_users/helpers/get_version.ts rename to x-pack/plugins/observability_solution/apm/server/test_helpers/create_apm_users/helpers/get_version.ts diff --git a/x-pack/plugins/apm/server/tutorial/envs/elastic_cloud.ts b/x-pack/plugins/observability_solution/apm/server/tutorial/envs/elastic_cloud.ts similarity index 100% rename from x-pack/plugins/apm/server/tutorial/envs/elastic_cloud.ts rename to x-pack/plugins/observability_solution/apm/server/tutorial/envs/elastic_cloud.ts diff --git a/x-pack/plugins/apm/server/tutorial/envs/on_prem.ts b/x-pack/plugins/observability_solution/apm/server/tutorial/envs/on_prem.ts similarity index 100% rename from x-pack/plugins/apm/server/tutorial/envs/on_prem.ts rename to x-pack/plugins/observability_solution/apm/server/tutorial/envs/on_prem.ts diff --git a/x-pack/plugins/apm/server/tutorial/envs/on_prem_apm_server_instruction_set.ts b/x-pack/plugins/observability_solution/apm/server/tutorial/envs/on_prem_apm_server_instruction_set.ts similarity index 100% rename from x-pack/plugins/apm/server/tutorial/envs/on_prem_apm_server_instruction_set.ts rename to x-pack/plugins/observability_solution/apm/server/tutorial/envs/on_prem_apm_server_instruction_set.ts diff --git a/x-pack/plugins/apm/server/tutorial/index.ts b/x-pack/plugins/observability_solution/apm/server/tutorial/index.ts similarity index 97% rename from x-pack/plugins/apm/server/tutorial/index.ts rename to x-pack/plugins/observability_solution/apm/server/tutorial/index.ts index b8201564f4154..9a4ae8cf554cf 100644 --- a/x-pack/plugins/apm/server/tutorial/index.ts +++ b/x-pack/plugins/observability_solution/apm/server/tutorial/index.ts @@ -96,6 +96,6 @@ It allows you to monitor the performance of thousands of applications in real ti isFleetPluginEnabled, cloudSetup: cloud, }), - previewImagePath: '/plugins/apm/assets/apm.png', + previewImagePath: '/plugins/observability_solution/apm/assets/apm.png', } as TutorialSchema; }; diff --git a/x-pack/plugins/apm/server/types.ts b/x-pack/plugins/observability_solution/apm/server/types.ts similarity index 100% rename from x-pack/plugins/apm/server/types.ts rename to x-pack/plugins/observability_solution/apm/server/types.ts diff --git a/x-pack/plugins/apm/server/utils/string_from_buffer_rt.test.ts b/x-pack/plugins/observability_solution/apm/server/utils/string_from_buffer_rt.test.ts similarity index 100% rename from x-pack/plugins/apm/server/utils/string_from_buffer_rt.test.ts rename to x-pack/plugins/observability_solution/apm/server/utils/string_from_buffer_rt.test.ts diff --git a/x-pack/plugins/apm/server/utils/string_from_buffer_rt.ts b/x-pack/plugins/observability_solution/apm/server/utils/string_from_buffer_rt.ts similarity index 100% rename from x-pack/plugins/apm/server/utils/string_from_buffer_rt.ts rename to x-pack/plugins/observability_solution/apm/server/utils/string_from_buffer_rt.ts diff --git a/x-pack/plugins/apm/server/utils/test_helpers.tsx b/x-pack/plugins/observability_solution/apm/server/utils/test_helpers.tsx similarity index 100% rename from x-pack/plugins/apm/server/utils/test_helpers.tsx rename to x-pack/plugins/observability_solution/apm/server/utils/test_helpers.tsx diff --git a/x-pack/plugins/apm/server/utils/with_apm_span.ts b/x-pack/plugins/observability_solution/apm/server/utils/with_apm_span.ts similarity index 100% rename from x-pack/plugins/apm/server/utils/with_apm_span.ts rename to x-pack/plugins/observability_solution/apm/server/utils/with_apm_span.ts diff --git a/x-pack/plugins/apm/tsconfig.json b/x-pack/plugins/observability_solution/apm/tsconfig.json similarity index 97% rename from x-pack/plugins/apm/tsconfig.json rename to x-pack/plugins/observability_solution/apm/tsconfig.json index 0acdd619492ce..dff88a3543576 100644 --- a/x-pack/plugins/apm/tsconfig.json +++ b/x-pack/plugins/observability_solution/apm/tsconfig.json @@ -1,10 +1,10 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, "include": [ - "../../../typings/**/*", + "../../../../typings/**/*", "common/**/*", "public/**/*", "scripts/**/*", diff --git a/x-pack/plugins/apm/typings/apm_rum_react.d.ts b/x-pack/plugins/observability_solution/apm/typings/apm_rum_react.d.ts similarity index 100% rename from x-pack/plugins/apm/typings/apm_rum_react.d.ts rename to x-pack/plugins/observability_solution/apm/typings/apm_rum_react.d.ts diff --git a/x-pack/plugins/apm/typings/common.d.ts b/x-pack/plugins/observability_solution/apm/typings/common.d.ts similarity index 100% rename from x-pack/plugins/apm/typings/common.d.ts rename to x-pack/plugins/observability_solution/apm/typings/common.d.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/apm_base_doc.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/apm_base_doc.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/apm_base_doc.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/apm_base_doc.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/error_raw.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/error_raw.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/error_raw.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/error_raw.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/event_raw.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/event_raw.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/event_raw.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/event_raw.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/cloud.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/cloud.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/cloud.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/cloud.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/container.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/container.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/container.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/container.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/event_outcome.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/event_outcome.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/event_outcome.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/event_outcome.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/faas.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/faas.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/faas.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/faas.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/host.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/host.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/host.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/host.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/http.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/http.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/http.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/http.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/kubernetes.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/kubernetes.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/kubernetes.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/kubernetes.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/observer.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/observer.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/observer.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/observer.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/page.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/page.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/page.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/page.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/process.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/process.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/process.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/process.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/service.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/service.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/service.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/service.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/span_links.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/span_links.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/span_links.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/span_links.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/stackframe.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/stackframe.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/stackframe.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/stackframe.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/timestamp_us.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/timestamp_us.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/timestamp_us.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/timestamp_us.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/url.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/url.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/url.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/url.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/user.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/user.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/user.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/user.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/fields/user_agent.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/user_agent.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/fields/user_agent.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/fields/user_agent.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/metric_raw.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/metric_raw.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/metric_raw.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/metric_raw.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/span_raw.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/span_raw.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/span_raw.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/span_raw.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/raw/transaction_raw.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/transaction_raw.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/raw/transaction_raw.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/raw/transaction_raw.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/ui/apm_error.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/apm_error.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/ui/apm_error.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/apm_error.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/ui/event.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/event.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/ui/event.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/event.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/ui/fields/agent.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/fields/agent.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/ui/fields/agent.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/fields/agent.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/ui/metric.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/metric.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/ui/metric.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/metric.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/ui/span.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/span.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/ui/span.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/span.ts diff --git a/x-pack/plugins/apm/typings/es_schemas/ui/transaction.ts b/x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/transaction.ts similarity index 100% rename from x-pack/plugins/apm/typings/es_schemas/ui/transaction.ts rename to x-pack/plugins/observability_solution/apm/typings/es_schemas/ui/transaction.ts diff --git a/x-pack/plugins/apm/typings/timeseries.ts b/x-pack/plugins/observability_solution/apm/typings/timeseries.ts similarity index 100% rename from x-pack/plugins/apm/typings/timeseries.ts rename to x-pack/plugins/observability_solution/apm/typings/timeseries.ts diff --git a/x-pack/plugins/apm_data_access/common/index.ts b/x-pack/plugins/observability_solution/apm_data_access/common/index.ts similarity index 100% rename from x-pack/plugins/apm_data_access/common/index.ts rename to x-pack/plugins/observability_solution/apm_data_access/common/index.ts diff --git a/x-pack/plugins/profiling_data_access/jest.config.js b/x-pack/plugins/observability_solution/apm_data_access/jest.config.js similarity index 71% rename from x-pack/plugins/profiling_data_access/jest.config.js rename to x-pack/plugins/observability_solution/apm_data_access/jest.config.js index c87c047a5ea73..569b7beaad8c5 100644 --- a/x-pack/plugins/profiling_data_access/jest.config.js +++ b/x-pack/plugins/observability_solution/apm_data_access/jest.config.js @@ -9,6 +9,6 @@ const path = require('path'); module.exports = { preset: '@kbn/test', - rootDir: path.resolve(__dirname, '../../..'), - roots: ['/x-pack/plugins/profiling_data_access'], + rootDir: path.resolve(__dirname, '../../../..'), + roots: ['/x-pack/plugins/observability_solution/apm_data_access'], }; diff --git a/x-pack/plugins/apm_data_access/kibana.jsonc b/x-pack/plugins/observability_solution/apm_data_access/kibana.jsonc similarity index 100% rename from x-pack/plugins/apm_data_access/kibana.jsonc rename to x-pack/plugins/observability_solution/apm_data_access/kibana.jsonc diff --git a/x-pack/plugins/apm_data_access/server/index.ts b/x-pack/plugins/observability_solution/apm_data_access/server/index.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/index.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/index.ts diff --git a/x-pack/plugins/apm_data_access/server/plugin.ts b/x-pack/plugins/observability_solution/apm_data_access/server/plugin.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/plugin.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/plugin.ts diff --git a/x-pack/plugins/apm_data_access/server/saved_objects/apm_indices.ts b/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/saved_objects/apm_indices.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/apm_indices.ts diff --git a/x-pack/plugins/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.test.ts b/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.test.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.test.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.test.ts diff --git a/x-pack/plugins/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.ts b/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/migrations/migrate_legacy_apm_indices_to_space_aware.ts diff --git a/x-pack/plugins/apm_data_access/server/saved_objects/migrations/update_apm_oss_index_paths.ts b/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/migrations/update_apm_oss_index_paths.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/saved_objects/migrations/update_apm_oss_index_paths.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/migrations/update_apm_oss_index_paths.ts diff --git a/x-pack/plugins/apm_data_access/server/saved_objects/save_apm_indices.test.ts b/x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/save_apm_indices.test.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/saved_objects/save_apm_indices.test.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/saved_objects/save_apm_indices.test.ts diff --git a/x-pack/plugins/apm_data_access/server/types.ts b/x-pack/plugins/observability_solution/apm_data_access/server/types.ts similarity index 100% rename from x-pack/plugins/apm_data_access/server/types.ts rename to x-pack/plugins/observability_solution/apm_data_access/server/types.ts diff --git a/x-pack/plugins/observability_solution/apm_data_access/tsconfig.json b/x-pack/plugins/observability_solution/apm_data_access/tsconfig.json new file mode 100644 index 0000000000000..a65dbf578fe6a --- /dev/null +++ b/x-pack/plugins/observability_solution/apm_data_access/tsconfig.json @@ -0,0 +1,14 @@ +{ + "extends": "../../../../tsconfig.base.json", + "compilerOptions": { + "outDir": "target/types" + }, + "include": ["../../../../typings/**/*", "common/**/*", "server/**/*", "jest.config.js"], + "exclude": ["target/**/*"], + "kbn_references": [ + "@kbn/config-schema", + "@kbn/core", + "@kbn/i18n", + "@kbn/core-saved-objects-api-server" + ] +} diff --git a/x-pack/plugins/exploratory_view/.storybook/jest_setup.js b/x-pack/plugins/observability_solution/exploratory_view/.storybook/jest_setup.js similarity index 100% rename from x-pack/plugins/exploratory_view/.storybook/jest_setup.js rename to x-pack/plugins/observability_solution/exploratory_view/.storybook/jest_setup.js diff --git a/x-pack/plugins/exploratory_view/.storybook/main.js b/x-pack/plugins/observability_solution/exploratory_view/.storybook/main.js similarity index 100% rename from x-pack/plugins/exploratory_view/.storybook/main.js rename to x-pack/plugins/observability_solution/exploratory_view/.storybook/main.js diff --git a/x-pack/plugins/exploratory_view/.storybook/preview.js b/x-pack/plugins/observability_solution/exploratory_view/.storybook/preview.js similarity index 100% rename from x-pack/plugins/exploratory_view/.storybook/preview.js rename to x-pack/plugins/observability_solution/exploratory_view/.storybook/preview.js diff --git a/x-pack/plugins/exploratory_view/README.md b/x-pack/plugins/observability_solution/exploratory_view/README.md similarity index 81% rename from x-pack/plugins/exploratory_view/README.md rename to x-pack/plugins/observability_solution/exploratory_view/README.md index 417697988d649..67a73639cdf87 100644 --- a/x-pack/plugins/exploratory_view/README.md +++ b/x-pack/plugins/observability_solution/exploratory_view/README.md @@ -4,7 +4,7 @@ A shared component for visualizing observability data types via lens embeddable. ## Unit testing -Note: Run the following commands from `kibana/x-pack/plugins/exploratory_view`. +Note: Run the following commands from `kibana/x-pack/plugins/observability_solution/exploratory_view`. ### Run unit tests diff --git a/x-pack/plugins/exploratory_view/common/annotations.ts b/x-pack/plugins/observability_solution/exploratory_view/common/annotations.ts similarity index 93% rename from x-pack/plugins/exploratory_view/common/annotations.ts rename to x-pack/plugins/observability_solution/exploratory_view/common/annotations.ts index e9b7c6b77b231..b30b563ccd0b0 100644 --- a/x-pack/plugins/exploratory_view/common/annotations.ts +++ b/x-pack/plugins/observability_solution/exploratory_view/common/annotations.ts @@ -12,7 +12,7 @@ import { either } from 'fp-ts/lib/Either'; * Checks whether a string is a valid ISO timestamp, * but doesn't convert it into a Date object when decoding. * - * Copied from x-pack/plugins/apm/common/runtime_types/date_as_string_rt.ts. + * Copied from x-pack/plugins/observability_solution/apm/common/runtime_types/date_as_string_rt.ts. */ const dateAsStringRt = new t.Type( 'DateAsString', diff --git a/x-pack/plugins/exploratory_view/common/i18n.ts b/x-pack/plugins/observability_solution/exploratory_view/common/i18n.ts similarity index 100% rename from x-pack/plugins/exploratory_view/common/i18n.ts rename to x-pack/plugins/observability_solution/exploratory_view/common/i18n.ts diff --git a/x-pack/plugins/exploratory_view/common/index.ts b/x-pack/plugins/observability_solution/exploratory_view/common/index.ts similarity index 100% rename from x-pack/plugins/exploratory_view/common/index.ts rename to x-pack/plugins/observability_solution/exploratory_view/common/index.ts diff --git a/x-pack/plugins/exploratory_view/common/processor_event.ts b/x-pack/plugins/observability_solution/exploratory_view/common/processor_event.ts similarity index 100% rename from x-pack/plugins/exploratory_view/common/processor_event.ts rename to x-pack/plugins/observability_solution/exploratory_view/common/processor_event.ts diff --git a/x-pack/plugins/ux/e2e/README.md b/x-pack/plugins/observability_solution/exploratory_view/e2e/README.md similarity index 54% rename from x-pack/plugins/ux/e2e/README.md rename to x-pack/plugins/observability_solution/exploratory_view/e2e/README.md index c2a9b81c7f40b..62d49845bda7e 100644 --- a/x-pack/plugins/ux/e2e/README.md +++ b/x-pack/plugins/observability_solution/exploratory_view/e2e/README.md @@ -5,11 +5,11 @@ script for standing up the test server. ### Start the server -From `~/x-pack/plugins/ux/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you +From `~/x-pack/plugins/observability_solution/exploratory_view/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you with an example run command when it finishes. ### Run the tests -From this directory, `~/x-pack/plugins/ux/e2e`, you can now run `node ../../../../scripts/functional_test_runner --config synthetics_run.ts`. +From this directory, `~/x-pack/plugins/observability_solution/exploratory_view/e2e`, you can now run `node ../../../../../scripts/functional_test_runner --config synthetics_run.ts`. In addition to the usual flags like `--grep`, you can also specify `--no-headless` in order to view your tests as you debug/develop. diff --git a/x-pack/plugins/exploratory_view/e2e/journeys/exploratory_view.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/exploratory_view.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/journeys/exploratory_view.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/exploratory_view.ts diff --git a/x-pack/plugins/exploratory_view/e2e/journeys/index.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/index.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/journeys/index.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/index.ts diff --git a/x-pack/plugins/exploratory_view/e2e/journeys/single_metric.journey.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/single_metric.journey.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/journeys/single_metric.journey.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/single_metric.journey.ts diff --git a/x-pack/plugins/exploratory_view/e2e/journeys/step_duration.journey.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/step_duration.journey.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/journeys/step_duration.journey.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/journeys/step_duration.journey.ts diff --git a/x-pack/plugins/exploratory_view/e2e/parse_args_params.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/parse_args_params.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/parse_args_params.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/parse_args_params.ts diff --git a/x-pack/plugins/exploratory_view/e2e/record_video.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/record_video.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/record_video.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/record_video.ts diff --git a/x-pack/plugins/exploratory_view/e2e/synthetics_run.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_run.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/synthetics_run.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_run.ts diff --git a/x-pack/plugins/exploratory_view/e2e/synthetics_runner.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_runner.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/synthetics_runner.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/synthetics_runner.ts diff --git a/x-pack/plugins/exploratory_view/e2e/tasks/es_archiver.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/tasks/es_archiver.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/tasks/es_archiver.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/tasks/es_archiver.ts diff --git a/x-pack/plugins/exploratory_view/e2e/test_reporter.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/test_reporter.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/test_reporter.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/test_reporter.ts diff --git a/x-pack/plugins/observability_solution/exploratory_view/e2e/tsconfig.json b/x-pack/plugins/observability_solution/exploratory_view/e2e/tsconfig.json new file mode 100644 index 0000000000000..93a315a3e7a6b --- /dev/null +++ b/x-pack/plugins/observability_solution/exploratory_view/e2e/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../../../../../tsconfig.base.json", + "exclude": ["tmp", "target/**/*"], + "include": ["./**/*"], + "compilerOptions": { + "outDir": "target/types", + "types": ["node"] + }, + "kbn_references": ["@kbn/test", "@kbn/apm-plugin", "@kbn/es-archiver"] +} diff --git a/x-pack/plugins/exploratory_view/e2e/utils.ts b/x-pack/plugins/observability_solution/exploratory_view/e2e/utils.ts similarity index 100% rename from x-pack/plugins/exploratory_view/e2e/utils.ts rename to x-pack/plugins/observability_solution/exploratory_view/e2e/utils.ts diff --git a/x-pack/plugins/observability_solution/exploratory_view/jest.config.js b/x-pack/plugins/observability_solution/exploratory_view/jest.config.js new file mode 100644 index 0000000000000..089c3b9ed3ce4 --- /dev/null +++ b/x-pack/plugins/observability_solution/exploratory_view/jest.config.js @@ -0,0 +1,21 @@ +/* + * 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/observability_solution/exploratory_view'], + setupFiles: [ + '/x-pack/plugins/observability_solution/exploratory_view/.storybook/jest_setup.js', + ], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/exploratory_view', + coverageReporters: ['text', 'html'], + collectCoverageFrom: [ + '/x-pack/plugins/observability_solution/exploratory_view/{common,public,server}/**/*.{js,ts,tsx}', + ], +}; diff --git a/x-pack/plugins/exploratory_view/kibana.jsonc b/x-pack/plugins/observability_solution/exploratory_view/kibana.jsonc similarity index 100% rename from x-pack/plugins/exploratory_view/kibana.jsonc rename to x-pack/plugins/observability_solution/exploratory_view/kibana.jsonc diff --git a/x-pack/plugins/exploratory_view/public/application/application.test.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/application/application.test.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/application/application.test.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/application/application.test.tsx diff --git a/x-pack/plugins/exploratory_view/public/application/index.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/application/index.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/application/index.tsx diff --git a/x-pack/plugins/exploratory_view/public/application/types.ts b/x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts similarity index 100% rename from x-pack/plugins/exploratory_view/public/application/types.ts rename to x-pack/plugins/observability_solution/exploratory_view/public/application/types.ts diff --git a/x-pack/plugins/exploratory_view/public/components/shared/add_data_buttons/mobile_add_data.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/add_data_buttons/mobile_add_data.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/components/shared/add_data_buttons/mobile_add_data.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/add_data_buttons/mobile_add_data.tsx diff --git a/x-pack/plugins/exploratory_view/public/components/shared/add_data_buttons/synthetics_add_data.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/add_data_buttons/synthetics_add_data.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/components/shared/add_data_buttons/synthetics_add_data.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/add_data_buttons/synthetics_add_data.tsx diff --git a/x-pack/plugins/exploratory_view/public/components/shared/add_data_buttons/ux_add_data.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/add_data_buttons/ux_add_data.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/components/shared/add_data_buttons/ux_add_data.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/add_data_buttons/ux_add_data.tsx diff --git a/x-pack/plugins/exploratory_view/public/components/shared/date_picker/date_picker.test.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/date_picker/date_picker.test.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/components/shared/date_picker/date_picker.test.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/date_picker/date_picker.test.tsx diff --git a/x-pack/plugins/exploratory_view/public/components/shared/date_picker/index.tsx b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/date_picker/index.tsx similarity index 100% rename from x-pack/plugins/exploratory_view/public/components/shared/date_picker/index.tsx rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/date_picker/index.tsx diff --git a/x-pack/plugins/exploratory_view/public/components/shared/date_picker/typings.ts b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/date_picker/typings.ts similarity index 100% rename from x-pack/plugins/exploratory_view/public/components/shared/date_picker/typings.ts rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/date_picker/typings.ts diff --git a/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/README.md b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/README.md similarity index 93% rename from x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/README.md rename to x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/README.md index 6aea217a1aaa8..0fe3707ea5738 100644 --- a/x-pack/plugins/exploratory_view/public/components/shared/exploratory_view/README.md +++ b/x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/README.md @@ -1,21 +1,19 @@ # Exploratory view component -This component is used in observability plugin to show lens embeddable based observability visualizations. +This component is used in observability plugin to show lens embeddable based observability visualizations. The view is populated using configs stored as json within the view for each data type. This readme file contains few of the concepts being used in the component. Basic workflow for how exploratory view works, it looks like this - ![Exploratory view workflow](https://i.imgur.com/Kgyfd29.png) - ## Report Type The exploratory view report type controls how the data is visualized in the lens embeddable. The report type defines a set of constraints over the x and y axis. For example, the `kpi-over-time` report type is a time series chart type that plots key performance indicators over time, while the `data-distribution` chart plots the percentage of documents over key performance indicators. Current available data types can be found at `exploratory_view/configurations/constants`. -Each report type has one or more available visualizations to plot data from one or more data types. +Each report type has one or more available visualizations to plot data from one or more data types. ## Data Types @@ -33,34 +31,39 @@ After the dataView is created we also set field formats to promote human-readabi ### Visualization Configuration -Each data type may have one or more visualization configurations. The data type to visualization configuration can be found in [`exploratory_view/obs_exploratory_view`](https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability/public/components/shared/exploratory_view/obsv_exploratory_view.tsx#L86) +Each data type may have one or more visualization configurations. The data type to visualization configuration can be found in [`exploratory_view/obs_exploratory_view`](https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability_solution/observability/public/components/shared/exploratory_view/obsv_exploratory_view.tsx#L86) Each visualization configuration is mapped to a single report type. -Visualization configurations are used to define the UI we display for each report type and data type combination in the series builder. +Visualization configurations are used to define the UI we display for each report type and data type combination in the series builder. Visualization configuration define UI options and display, including available `metrics`, available `filters`, available `breakdown` options, definitions for human-readable `labels`, and more. The configuration also defines any custom base filters, which usually get pushed to a query, but are not displayed on the UI. You can also set more custom options on the configuration like colors which get used while rendering the chart. -Visualization configuration can be found at [`exploratory_view/configurations`](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability/public/components/shared/exploratory_view/configurations), where each data type typically has a folder that holds one or more visualization configurations. +Visualization configuration can be found at [`exploratory_view/configurations`](https://github.com/elastic/kibana/tree/main/x-pack/plugins/observability_solution/observability/public/components/shared/exploratory_view/configurations), where each data type typically has a folder that holds one or more visualization configurations. The configuration defined ultimately influences the lens embeddable attributes which get pushed to lens embeddable, rendering the chart. Some options in configuration are: #### Definition fields + They are also filters, but usually main filters, around which usually app UI is based. For apm, it could be service name and for uptime, monitor name. #### Filters + You can define base filters in kql form or data plugin filter format, filters are strongly typed. #### Breakdown fields + List of fields from an index pattern, UI will use this to populate breakdown option select. #### Labels + You can set key/value map for your field labels. UI will use these to set labels for data view fields. Sample config + ``` { reportType: ReportTypes.KPI, @@ -99,8 +102,6 @@ Sample config } ``` - - ## Lens Embeddable Lens embeddable is what actually renders the chart in exploratory view. @@ -112,6 +113,7 @@ Based on configuration, exploratory view generates layers and columns. Add a link to lens embeddable readme #### Example + A simple usage of lens embeddable example and playground options [embedded_lens_example](../../../../../../examples/embedded_lens_example) @@ -124,10 +126,9 @@ For that purpose, all the configuration options we define in the exploratory vie via a component that is exposed using observability plugin contract, usage looks like this -`const ExploratoryViewComponent = props.plugins.observability.ExploratoryViewEmbeddable; -` +`const ExploratoryViewComponent = props.plugins.observability.ExploratoryViewEmbeddable; ` -``` +``` /x-pack/plugins/logs_shared'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/logs_shared', + rootDir: '../../../..', + roots: ['/x-pack/plugins/observability_solution/infra'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/infra', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/logs_shared/{common,public,server}/**/*.{ts,tsx}', + '/x-pack/plugins/observability_solution/infra/{common,public,server}/**/*.{ts,tsx}', ], }; diff --git a/x-pack/plugins/infra/kibana.jsonc b/x-pack/plugins/observability_solution/infra/kibana.jsonc similarity index 100% rename from x-pack/plugins/infra/kibana.jsonc rename to x-pack/plugins/observability_solution/infra/kibana.jsonc diff --git a/x-pack/plugins/infra/public/__snapshots__/metrics_overview_fetchers.test.ts.snap b/x-pack/plugins/observability_solution/infra/public/__snapshots__/metrics_overview_fetchers.test.ts.snap similarity index 100% rename from x-pack/plugins/infra/public/__snapshots__/metrics_overview_fetchers.test.ts.snap rename to x-pack/plugins/observability_solution/infra/public/__snapshots__/metrics_overview_fetchers.test.ts.snap diff --git a/x-pack/plugins/infra/public/alerting/common/components/metrics_alert_dropdown.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/components/metrics_alert_dropdown.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/components/metrics_alert_dropdown.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/components/metrics_alert_dropdown.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/components/threshold.stories.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/components/threshold.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.stories.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/components/threshold.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/components/threshold.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/components/threshold.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/components/threshold.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/criterion_preview_chart/criterion_preview_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/criterion_preview_chart/criterion_preview_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/criterion_preview_chart/criterion_preview_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/criterion_preview_chart/criterion_preview_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/criterion_preview_chart/threshold_annotations.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/group_by_expression/group_by_expression.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/group_by_expression/group_by_expression.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/group_by_expression/group_by_expression.tsx diff --git a/x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/group_by_expression/selector.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/common/group_by_expression/selector.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/common/group_by_expression/selector.tsx diff --git a/x-pack/plugins/infra/public/alerting/custom_threshold/components/alert_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/custom_threshold/components/alert_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/custom_threshold/components/alert_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/custom_threshold/components/alert_flyout.tsx diff --git a/x-pack/plugins/infra/public/alerting/custom_threshold/index.ts b/x-pack/plugins/observability_solution/infra/public/alerting/custom_threshold/index.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/custom_threshold/index.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/custom_threshold/index.ts diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/alert_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/alert_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/alert_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/alert_flyout.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/expression.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/expression.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/expression.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/expression_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/expression_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/expression_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/manage_alerts_context_menu_item.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/manage_alerts_context_menu_item.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/manage_alerts_context_menu_item.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/manage_alerts_context_menu_item.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/metric.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/metric.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/metric.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/node_type.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/node_type.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/node_type.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/node_type.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/components/validation.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/validation.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/components/validation.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/components/validation.tsx diff --git a/x-pack/plugins/infra/public/alerting/inventory/hooks/use_inventory_alert_prefill.ts b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/hooks/use_inventory_alert_prefill.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/hooks/use_inventory_alert_prefill.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/hooks/use_inventory_alert_prefill.ts diff --git a/x-pack/plugins/infra/public/alerting/inventory/index.ts b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/index.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/index.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/index.ts diff --git a/x-pack/plugins/infra/public/alerting/inventory/rule_data_formatters.ts b/x-pack/plugins/observability_solution/infra/public/alerting/inventory/rule_data_formatters.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/inventory/rule_data_formatters.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/inventory/rule_data_formatters.ts diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/alert_annotation.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/alert_annotation.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/alert_annotation.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/alert_annotation.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/log_rate_analysis.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/log_rate_analysis.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/log_rate_analysis.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/log_rate_analysis.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/logs_history_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/logs_history_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/logs_history_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/logs_history_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/create_lens_definition.ts b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/create_lens_definition.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/create_lens_definition.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/create_lens_definition.ts diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/index.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/index.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/index.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_count_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_count_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_count_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_count_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_ratio_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_ratio_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_ratio_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/components/threhsold_chart/log_threshold_ratio_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/index.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/index.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/index.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/log_rate_analysis_query.ts b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/log_rate_analysis_query.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/log_rate_analysis_query.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/log_rate_analysis_query.ts diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/types.ts b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/types.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_details_app_section/types.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_details_app_section/types.ts diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_dropdown.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_dropdown.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_dropdown.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_dropdown.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/alert_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/alert_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/alert_flyout.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/criteria.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/criterion.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion_preview_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/criterion_preview_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/criterion_preview_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/criterion_preview_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/editor.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/editor.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/editor.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/editor.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/hooks/use_chart_preview_data.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/hooks/use_chart_preview_data.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/hooks/use_chart_preview_data.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/hooks/use_chart_preview_data.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/index.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/index.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/index.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/log_view_switcher.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/log_view_switcher.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/log_view_switcher.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/log_view_switcher.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/threshold.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/threshold.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/threshold.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/threshold.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/type_switcher.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/type_switcher.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/expression_editor/type_switcher.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/expression_editor/type_switcher.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/components/lazy_alert_dropdown.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/lazy_alert_dropdown.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/components/lazy_alert_dropdown.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/components/lazy_alert_dropdown.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/index.ts b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/index.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/index.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/index.ts diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/log_threshold_rule_type.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/log_threshold_rule_type.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/log_threshold_rule_type.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/log_threshold_rule_type.tsx diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/rule_data_formatters.ts b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/rule_data_formatters.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/rule_data_formatters.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/rule_data_formatters.ts diff --git a/x-pack/plugins/infra/public/alerting/log_threshold/validation.ts b/x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/validation.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/log_threshold/validation.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/log_threshold/validation.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/__snapshots__/alert_details_app_section.test.tsx.snap b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/__snapshots__/alert_details_app_section.test.tsx.snap similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/__snapshots__/alert_details_app_section.test.tsx.snap rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/__snapshots__/alert_details_app_section.test.tsx.snap diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/__snapshots__/expression_row.test.tsx.snap b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/__snapshots__/expression_row.test.tsx.snap similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/__snapshots__/expression_row.test.tsx.snap rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/__snapshots__/expression_row.test.tsx.snap diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/alert_details_app_section.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/alert_details_app_section.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/alert_details_app_section.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/alert_details_app_section.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/alert_details_app_section.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/alert_details_app_section.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/alert_details_app_section.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/alert_details_app_section.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/alert_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/alert_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/alert_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/alert_flyout.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.stories.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.stories.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/custom_equation_editor.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/index.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/index.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/index.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_controls.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_controls.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_agg.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_agg.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_agg.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_agg.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_count.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_count.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_count.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/metric_row_with_count.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/types.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/types.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/custom_equation/types.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/custom_equation/types.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/expression.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_chart.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_chart.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_chart.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.test.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_row.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.test.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_row.test.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_row.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/expression_row.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/expression_row.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/validation.test.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/validation.test.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/validation.test.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/validation.test.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/components/validation.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/validation.tsx similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/components/validation.tsx rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/components/validation.tsx diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metric_threshold_alert_prefill.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/hooks/use_metric_threshold_alert_prefill.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metric_threshold_alert_prefill.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/hooks/use_metric_threshold_alert_prefill.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/hooks/use_metrics_explorer_chart_data.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/i18n_strings.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/i18n_strings.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/i18n_strings.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/i18n_strings.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/index.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/index.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/index.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/index.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/lib/generate_unique_key.test.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/lib/generate_unique_key.test.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/lib/generate_unique_key.test.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/lib/generate_unique_key.test.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/lib/generate_unique_key.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/lib/generate_unique_key.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/lib/generate_unique_key.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/lib/generate_unique_key.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/lib/transform_metrics_explorer_data.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/lib/transform_metrics_explorer_data.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/lib/transform_metrics_explorer_data.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/lib/transform_metrics_explorer_data.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/mocks/metric_threshold_rule.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/mocks/metric_threshold_rule.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/mocks/metric_threshold_rule.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/mocks/metric_threshold_rule.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/rule_data_formatters.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/rule_data_formatters.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/rule_data_formatters.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/rule_data_formatters.ts diff --git a/x-pack/plugins/infra/public/alerting/metric_threshold/types.ts b/x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/types.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/metric_threshold/types.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/metric_threshold/types.ts diff --git a/x-pack/plugins/infra/public/alerting/use_alert_prefill.ts b/x-pack/plugins/observability_solution/infra/public/alerting/use_alert_prefill.ts similarity index 100% rename from x-pack/plugins/infra/public/alerting/use_alert_prefill.ts rename to x-pack/plugins/observability_solution/infra/public/alerting/use_alert_prefill.ts diff --git a/x-pack/plugins/infra/public/apps/common_providers.tsx b/x-pack/plugins/observability_solution/infra/public/apps/common_providers.tsx similarity index 100% rename from x-pack/plugins/infra/public/apps/common_providers.tsx rename to x-pack/plugins/observability_solution/infra/public/apps/common_providers.tsx diff --git a/x-pack/plugins/infra/public/apps/common_styles.ts b/x-pack/plugins/observability_solution/infra/public/apps/common_styles.ts similarity index 100% rename from x-pack/plugins/infra/public/apps/common_styles.ts rename to x-pack/plugins/observability_solution/infra/public/apps/common_styles.ts diff --git a/x-pack/plugins/infra/public/apps/legacy_app.tsx b/x-pack/plugins/observability_solution/infra/public/apps/legacy_app.tsx similarity index 100% rename from x-pack/plugins/infra/public/apps/legacy_app.tsx rename to x-pack/plugins/observability_solution/infra/public/apps/legacy_app.tsx diff --git a/x-pack/plugins/infra/public/apps/logs_app.tsx b/x-pack/plugins/observability_solution/infra/public/apps/logs_app.tsx similarity index 100% rename from x-pack/plugins/infra/public/apps/logs_app.tsx rename to x-pack/plugins/observability_solution/infra/public/apps/logs_app.tsx diff --git a/x-pack/plugins/infra/public/apps/metrics_app.tsx b/x-pack/plugins/observability_solution/infra/public/apps/metrics_app.tsx similarity index 100% rename from x-pack/plugins/infra/public/apps/metrics_app.tsx rename to x-pack/plugins/observability_solution/infra/public/apps/metrics_app.tsx diff --git a/x-pack/plugins/infra/public/common/alerts/constants.ts b/x-pack/plugins/observability_solution/infra/public/common/alerts/constants.ts similarity index 100% rename from x-pack/plugins/infra/public/common/alerts/constants.ts rename to x-pack/plugins/observability_solution/infra/public/common/alerts/constants.ts diff --git a/x-pack/plugins/infra/public/common/alerts/create_alerts_es_query.ts b/x-pack/plugins/observability_solution/infra/public/common/alerts/create_alerts_es_query.ts similarity index 100% rename from x-pack/plugins/infra/public/common/alerts/create_alerts_es_query.ts rename to x-pack/plugins/observability_solution/infra/public/common/alerts/create_alerts_es_query.ts diff --git a/x-pack/plugins/infra/public/common/alerts/types.ts b/x-pack/plugins/observability_solution/infra/public/common/alerts/types.ts similarity index 100% rename from x-pack/plugins/infra/public/common/alerts/types.ts rename to x-pack/plugins/observability_solution/infra/public/common/alerts/types.ts diff --git a/x-pack/plugins/infra/public/common/asset_details_config/asset_details_tabs.tsx b/x-pack/plugins/observability_solution/infra/public/common/asset_details_config/asset_details_tabs.tsx similarity index 100% rename from x-pack/plugins/infra/public/common/asset_details_config/asset_details_tabs.tsx rename to x-pack/plugins/observability_solution/infra/public/common/asset_details_config/asset_details_tabs.tsx diff --git a/x-pack/plugins/infra/public/common/visualizations/constants.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/constants.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/constants.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/constants.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_kpi_charts.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_kpi_charts.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_kpi_charts.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_kpi_charts.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_metric_charts.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_metric_charts.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_metric_charts.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/host/host_metric_charts.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/host/kubernetes_charts.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/host/kubernetes_charts.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/host/kubernetes_charts.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/host/kubernetes_charts.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/cpu.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/cpu.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/cpu.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/cpu.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/disk.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/disk.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/disk.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/disk.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/log.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/log.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/log.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/log.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/memory.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/memory.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/memory.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/memory.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/network.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/network.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/network.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/asset_details/metric_charts/network.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/constants.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/constants.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/constants.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/constants.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/hosts_view/hosts_metric_charts.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/hosts_view/hosts_metric_charts.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/hosts_view/hosts_metric_charts.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/hosts_view/hosts_metric_charts.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/hosts_view/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/hosts_view/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/hosts_view/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/hosts_view/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/translations.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/translations.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/translations.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/translations.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/dashboards/types.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/types.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/dashboards/types.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/dashboards/types.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_iowait.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_iowait.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_iowait.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_iowait.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_irq.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_irq.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_irq.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_irq.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_nice.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_nice.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_nice.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_nice.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_softirq.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_softirq.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_softirq.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_softirq.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_steal.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_steal.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_steal.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_steal.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_system.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_system.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_system.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_system.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_user.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_user.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/cpu_usage_user.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/cpu_usage_user.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_read_iops.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_read_iops.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_read_iops.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_read_iops.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_read_throughput.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_read_throughput.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_read_throughput.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_read_throughput.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_space_availability.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_space_availability.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_space_availability.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_space_availability.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_space_available.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_space_available.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_space_available.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_space_available.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_usage.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_usage.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_usage.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_usage.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_write_iops.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_write_iops.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_write_iops.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_write_iops.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_write_throughput.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_write_throughput.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/disk_write_throughput.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/disk_write_throughput.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/host_count.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/host_count.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/host_count.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/host_count.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/load_15m.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/load_15m.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/load_15m.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/load_15m.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/load_1m.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/load_1m.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/load_1m.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/load_1m.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/load_5m.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/load_5m.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/load_5m.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/load_5m.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/log_rate.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/log_rate.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/log_rate.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/log_rate.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_cache.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_cache.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_cache.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_cache.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_free.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_free.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_free.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_free.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_free_excluding_cache.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_free_excluding_cache.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_free_excluding_cache.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_free_excluding_cache.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_usage.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_usage.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_usage.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_usage.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_used.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_used.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/memory_used.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/memory_used.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/normalized_load_1m.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/normalized_load_1m.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/normalized_load_1m.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/normalized_load_1m.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/rx.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/rx.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/rx.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/rx.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/tx.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/tx.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/host/tx.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/host/tx.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/index.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/index.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/index.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/index.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_capacity.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_capacity.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_capacity.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_capacity.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_used.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_used.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_used.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_cpu_used.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_capacity.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_capacity.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_capacity.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_capacity.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_used.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_used.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_used.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_disk_used.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_capacity.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_capacity.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_capacity.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_capacity.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_used.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_used.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_used.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_memory_used.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_capacity.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_capacity.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_capacity.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_capacity.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_used.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_used.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_used.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/lens/formulas/kubernetes/node_pod_used.ts diff --git a/x-pack/plugins/infra/public/common/visualizations/types.ts b/x-pack/plugins/observability_solution/infra/public/common/visualizations/types.ts similarity index 100% rename from x-pack/plugins/infra/public/common/visualizations/types.ts rename to x-pack/plugins/observability_solution/infra/public/common/visualizations/types.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/alerts.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/alerts.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/alerts.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/alerts.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/anomalies.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/anomalies.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/anomalies.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/anomalies.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/asset_details_props.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/asset_details_props.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/asset_details_props.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/asset_details_props.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/index.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/index.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/log_entries.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/log_entries.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/log_entries.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/log_entries.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/metadata.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/metadata.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/metadata.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/metadata.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/processes.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/processes.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/processes.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/processes.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/snapshot_api.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/snapshot_api.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/fixtures/snapshot_api.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/fixtures/snapshot_api.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/context/http.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/http.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/context/http.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/context/http.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/__stories__/decorator.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/decorator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/__stories__/decorator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/__stories__/decorator.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/asset_details.stories.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/asset_details.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details.stories.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/asset_details.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/asset_details.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/asset_details_embeddable.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details_embeddable.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/asset_details_embeddable.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details_embeddable.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/asset_details_embeddable_factory.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details_embeddable_factory.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/asset_details_embeddable_factory.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/asset_details_embeddable_factory.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/components/alerts_tooltip_content.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/alerts_tooltip_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/alerts_tooltip_content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/alerts_tooltip_content.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/expandable_content.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/expandable_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/expandable_content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/expandable_content.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/metadata_error_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/metadata_error_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/metadata_error_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/metadata_error_callout.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/metadata_explanation.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/metadata_explanation.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/metadata_explanation.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/metadata_explanation.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/metric_not_available_explanation.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/metric_not_available_explanation.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/metric_not_available_explanation.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/metric_not_available_explanation.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/processes_explanation.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/processes_explanation.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/processes_explanation.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/processes_explanation.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/section_titles.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/section_titles.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/section_titles.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/section_titles.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/components/top_processes_tooltip.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/components/top_processes_tooltip.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/components/top_processes_tooltip.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/components/top_processes_tooltip.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/constants.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/constants.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/constants.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/constants.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/content/content.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/content/content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/content/content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/content/content.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/context_providers.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/context_providers.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/context_providers.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/context_providers.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/date_picker/date_picker.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/date_picker/date_picker.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/date_picker/date_picker.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/date_picker/date_picker.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/header/flyout_header.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/header/flyout_header.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/header/flyout_header.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/header/flyout_header.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_asset_details_render_props.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_asset_details_render_props.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_asset_details_render_props.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_asset_details_render_props.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_asset_details_url_state.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_asset_details_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_asset_details_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_asset_details_url_state.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_data_views.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_data_views.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_data_views.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_data_views.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_date_picker.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_date_picker.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_date_picker.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_date_picker.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_intersecting_state.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_intersecting_state.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_intersecting_state.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_intersecting_state.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_loading_state.test.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_loading_state.test.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_loading_state.test.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_loading_state.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_loading_state.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_loading_state.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_loading_state.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_metadata.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_metadata.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_metadata.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_metadata.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_metadata_state.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_metadata_state.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_metadata_state.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_metadata_state.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_page_header.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_page_header.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_page_header.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_page_header.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_process_list.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_process_list.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_process_list.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_process_list.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_process_list_row_chart.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_process_list_row_chart.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_process_list_row_chart.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_process_list_row_chart.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_request_observable.test.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_request_observable.test.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_request_observable.test.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_request_observable.test.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_request_observable.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_request_observable.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_request_observable.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_request_observable.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/hooks/use_tab_switcher.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_tab_switcher.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/hooks/use_tab_switcher.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/hooks/use_tab_switcher.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/lazy_asset_details_wrapper.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/lazy_asset_details_wrapper.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/lazy_asset_details_wrapper.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/lazy_asset_details_wrapper.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/links/index.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/links/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/links/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/links/index.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/links/link_to_alerts.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_alerts.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/links/link_to_alerts.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_alerts.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/links/link_to_alerts_page.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_alerts_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/links/link_to_alerts_page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_alerts_page.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/links/link_to_apm_services.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_apm_services.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/links/link_to_apm_services.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_apm_services.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/links/link_to_node_details.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_node_details.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/links/link_to_node_details.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/links/link_to_node_details.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/anomalies/anomalies.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/anomalies/anomalies.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/anomalies/anomalies.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/anomalies/anomalies.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/common/popover.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/common/popover.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/common/popover.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/common/popover.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/index.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/index.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/logs/logs.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/logs/logs.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/logs/logs.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/logs/logs.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/add_metadata_filter_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/add_metadata_filter_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/add_metadata_filter_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/add_metadata_filter_button.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/add_pin_to_row.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/add_pin_to_row.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/add_pin_to_row.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/add_pin_to_row.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/build_metadata_filter.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/build_metadata_filter.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/build_metadata_filter.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/build_metadata_filter.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/metadata.stories.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/metadata.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/metadata.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/metadata.stories.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/metadata.test.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/metadata.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/metadata.test.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/metadata.test.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/metadata.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/metadata.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/metadata.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/metadata.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/table.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/table.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/table.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/table.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/utils.test.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/utils.test.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/utils.test.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/utils.test.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/metadata/utils.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/utils.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/metadata/utils.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/metadata/utils.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/osquery/osquery.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/osquery/osquery.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/osquery/osquery.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/osquery/osquery.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/alerts.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/alerts.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/alerts.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/alerts.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/kpis/kpi.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/kpis/kpi.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/kpis/kpi.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/kpis/kpi.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/kpis/kpi_grid.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/kpis/kpi_grid.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/kpis/kpi_grid.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/kpis/kpi_grid.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_header.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_header.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_header.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_header.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_summary_list.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_summary_list.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_summary_list.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metadata_summary/metadata_summary_list.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/chart.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/chart.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/chart.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.test.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.test.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.test.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.test.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/chart_utils.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/metrics_grid.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/metrics_grid.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/metrics_grid.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/metrics_grid.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/metrics_section.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/metrics_section.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/metrics/metrics_section.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/metrics/metrics_section.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/overview.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/overview.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/overview.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/overview.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/overview/section_separator.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/section_separator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/overview/section_separator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/overview/section_separator.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/parse_search_string.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/parse_search_string.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/parse_search_string.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/parse_search_string.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/process_row.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/process_row.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/process_row.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/process_row.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/process_row_charts.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/process_row_charts.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/process_row_charts.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/process_row_charts.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/processes.stories.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/processes.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/processes.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/processes.stories.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/processes.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/processes.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/processes.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/processes.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/processes_table.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/processes_table.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/processes_table.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/processes_table.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/state_badge.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/state_badge.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/state_badge.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/state_badge.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/states.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/states.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/states.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/states.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/summary_table.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/summary_table.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/summary_table.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/summary_table.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/tabs/processes/types.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/types.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/tabs/processes/types.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/tabs/processes/types.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/template/flyout.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/template/flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/template/flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/template/flyout.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/template/page.tsx b/x-pack/plugins/observability_solution/infra/public/components/asset_details/template/page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/template/page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/template/page.tsx diff --git a/x-pack/plugins/infra/public/components/asset_details/translations.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/translations.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/translations.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/translations.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/types.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/types.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/types.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/types.ts diff --git a/x-pack/plugins/infra/public/components/asset_details/utils.ts b/x-pack/plugins/observability_solution/infra/public/components/asset_details/utils.ts similarity index 100% rename from x-pack/plugins/infra/public/components/asset_details/utils.ts rename to x-pack/plugins/observability_solution/infra/public/components/asset_details/utils.ts diff --git a/x-pack/plugins/infra/public/components/auto_sizer.tsx b/x-pack/plugins/observability_solution/infra/public/components/auto_sizer.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/auto_sizer.tsx rename to x-pack/plugins/observability_solution/infra/public/components/auto_sizer.tsx diff --git a/x-pack/plugins/infra/public/components/autocomplete_field/autocomplete_field.tsx b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/autocomplete_field.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/autocomplete_field/autocomplete_field.tsx rename to x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/autocomplete_field.tsx diff --git a/x-pack/plugins/infra/public/components/autocomplete_field/index.ts b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/autocomplete_field/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/index.ts diff --git a/x-pack/plugins/infra/public/components/autocomplete_field/suggestion_item.tsx b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/suggestion_item.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/autocomplete_field/suggestion_item.tsx rename to x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/suggestion_item.tsx diff --git a/x-pack/plugins/infra/public/components/basic_table/index.ts b/x-pack/plugins/observability_solution/infra/public/components/basic_table/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/basic_table/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/basic_table/index.ts diff --git a/x-pack/plugins/infra/public/components/basic_table/row_expansion_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/basic_table/row_expansion_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/basic_table/row_expansion_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/basic_table/row_expansion_button.tsx diff --git a/x-pack/plugins/infra/public/components/beta_badge.tsx b/x-pack/plugins/observability_solution/infra/public/components/beta_badge.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/beta_badge.tsx rename to x-pack/plugins/observability_solution/infra/public/components/beta_badge.tsx diff --git a/x-pack/plugins/infra/public/components/empty_states/index.tsx b/x-pack/plugins/observability_solution/infra/public/components/empty_states/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/empty_states/index.tsx rename to x-pack/plugins/observability_solution/infra/public/components/empty_states/index.tsx diff --git a/x-pack/plugins/infra/public/components/empty_states/no_data.tsx b/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_data.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/empty_states/no_data.tsx rename to x-pack/plugins/observability_solution/infra/public/components/empty_states/no_data.tsx diff --git a/x-pack/plugins/infra/public/components/empty_states/no_indices.tsx b/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_indices.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/empty_states/no_indices.tsx rename to x-pack/plugins/observability_solution/infra/public/components/empty_states/no_indices.tsx diff --git a/x-pack/plugins/infra/public/components/empty_states/no_metric_indices.tsx b/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_metric_indices.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/empty_states/no_metric_indices.tsx rename to x-pack/plugins/observability_solution/infra/public/components/empty_states/no_metric_indices.tsx diff --git a/x-pack/plugins/infra/public/components/empty_states/no_remote_cluster.tsx b/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_remote_cluster.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/empty_states/no_remote_cluster.tsx rename to x-pack/plugins/observability_solution/infra/public/components/empty_states/no_remote_cluster.tsx diff --git a/x-pack/plugins/infra/public/components/error_page.tsx b/x-pack/plugins/observability_solution/infra/public/components/error_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/error_page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/error_page.tsx diff --git a/x-pack/plugins/infra/public/components/eui/index.ts b/x-pack/plugins/observability_solution/infra/public/components/eui/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/eui/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/eui/index.ts diff --git a/x-pack/plugins/infra/public/components/eui/toolbar/index.ts b/x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/eui/toolbar/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/index.ts diff --git a/x-pack/plugins/infra/public/components/eui/toolbar/toolbar.tsx b/x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/toolbar.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/eui/toolbar/toolbar.tsx rename to x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/toolbar.tsx diff --git a/x-pack/plugins/infra/public/components/feature_feedback_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/feature_feedback_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/feature_feedback_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/feature_feedback_button.tsx diff --git a/x-pack/plugins/infra/public/components/fixed_datepicker.tsx b/x-pack/plugins/observability_solution/infra/public/components/fixed_datepicker.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/fixed_datepicker.tsx rename to x-pack/plugins/observability_solution/infra/public/components/fixed_datepicker.tsx diff --git a/x-pack/plugins/infra/public/components/height_retainer.tsx b/x-pack/plugins/observability_solution/infra/public/components/height_retainer.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/height_retainer.tsx rename to x-pack/plugins/observability_solution/infra/public/components/height_retainer.tsx diff --git a/x-pack/plugins/infra/public/components/help_center_content.tsx b/x-pack/plugins/observability_solution/infra/public/components/help_center_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/help_center_content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/help_center_content.tsx diff --git a/x-pack/plugins/infra/public/components/lens/chart_load_error.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/chart_load_error.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/chart_load_error.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/chart_load_error.tsx diff --git a/x-pack/plugins/infra/public/components/lens/chart_placeholder.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/chart_placeholder.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/chart_placeholder.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/chart_placeholder.tsx diff --git a/x-pack/plugins/infra/public/components/lens/index.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/index.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/index.tsx diff --git a/x-pack/plugins/infra/public/components/lens/lens_chart.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/lens_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/lens_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/lens_chart.tsx diff --git a/x-pack/plugins/infra/public/components/lens/lens_wrapper.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/lens_wrapper.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/lens_wrapper.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/lens_wrapper.tsx diff --git a/x-pack/plugins/infra/public/components/lens/metric_explanation/host_metrics_docs_link.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/metric_explanation/host_metrics_docs_link.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/metric_explanation/host_metrics_docs_link.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/metric_explanation/host_metrics_docs_link.tsx diff --git a/x-pack/plugins/infra/public/components/lens/metric_explanation/host_metrics_explanation_content.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/metric_explanation/host_metrics_explanation_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/metric_explanation/host_metrics_explanation_content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/metric_explanation/host_metrics_explanation_content.tsx diff --git a/x-pack/plugins/infra/public/components/lens/metric_explanation/tooltip_content.tsx b/x-pack/plugins/observability_solution/infra/public/components/lens/metric_explanation/tooltip_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/lens/metric_explanation/tooltip_content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/lens/metric_explanation/tooltip_content.tsx diff --git a/x-pack/plugins/infra/public/components/lens/types.ts b/x-pack/plugins/observability_solution/infra/public/components/lens/types.ts similarity index 100% rename from x-pack/plugins/infra/public/components/lens/types.ts rename to x-pack/plugins/observability_solution/infra/public/components/lens/types.ts diff --git a/x-pack/plugins/infra/public/components/loading/__examples__/index.stories.tsx b/x-pack/plugins/observability_solution/infra/public/components/loading/__examples__/index.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/loading/__examples__/index.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/components/loading/__examples__/index.stories.tsx diff --git a/x-pack/plugins/infra/public/components/loading/index.tsx b/x-pack/plugins/observability_solution/infra/public/components/loading/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/loading/index.tsx rename to x-pack/plugins/observability_solution/infra/public/components/loading/index.tsx diff --git a/x-pack/plugins/infra/public/components/loading_overlay_wrapper.tsx b/x-pack/plugins/observability_solution/infra/public/components/loading_overlay_wrapper.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/loading_overlay_wrapper.tsx rename to x-pack/plugins/observability_solution/infra/public/components/loading_overlay_wrapper.tsx diff --git a/x-pack/plugins/infra/public/components/loading_page.tsx b/x-pack/plugins/observability_solution/infra/public/components/loading_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/loading_page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/loading_page.tsx diff --git a/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx b/x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_embeddable.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable.tsx rename to x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_embeddable.tsx diff --git a/x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable_factory.ts b/x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_embeddable_factory.ts similarity index 100% rename from x-pack/plugins/infra/public/components/log_stream/log_stream_embeddable_factory.ts rename to x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_embeddable_factory.ts diff --git a/x-pack/plugins/infra/public/components/logging/inline_log_view_splash_page.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/inline_log_view_splash_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/inline_log_view_splash_page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/inline_log_view_splash_page.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/job_configuration_outdated_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/job_configuration_outdated_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/job_configuration_outdated_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/job_configuration_outdated_callout.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/job_definition_outdated_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/job_definition_outdated_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/job_definition_outdated_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/job_definition_outdated_callout.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/job_stopped_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/job_stopped_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/job_stopped_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/job_stopped_callout.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/log_analysis_job_problem_indicator.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/log_analysis_job_problem_indicator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/log_analysis_job_problem_indicator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/log_analysis_job_problem_indicator.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/notices_section.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/notices_section.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/notices_section.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/notices_section.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.stories.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.stories.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/quality_warning_notices.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_job_status/recreate_job_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/recreate_job_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_job_status/recreate_job_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_job_status/recreate_job_callout.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_results/analyze_in_ml_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/analyze_in_ml_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_results/analyze_in_ml_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/analyze_in_ml_button.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_results/anomaly_severity_indicator.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/anomaly_severity_indicator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_results/anomaly_severity_indicator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/anomaly_severity_indicator.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_results/category_expression.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/category_expression.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_results/category_expression.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/category_expression.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_results/datasets_selector.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/datasets_selector.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_results/datasets_selector.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/datasets_selector.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_results/first_use_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/first_use_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_results/first_use_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/first_use_callout.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_results/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_results/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_results/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/create_job_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/create_job_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/create_job_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/create_job_button.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_indices_form.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_indices_form.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_indices_form.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_indices_form.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_timerange_form.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_timerange_form.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_timerange_form.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/analysis_setup_timerange_form.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_dataset_filter.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_dataset_filter.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_dataset_filter.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_dataset_filter.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_row.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_row.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_row.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/index_setup_row.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.stories.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.stories.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/initial_configuration_step.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/validation.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/validation.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/initial_configuration_step/validation.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/initial_configuration_step/validation.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/manage_jobs_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/manage_jobs_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/manage_jobs_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/manage_jobs_button.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_privileges_messages.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_privileges_messages.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_privileges_messages.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_privileges_messages.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_results_privileges_prompt.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_results_privileges_prompt.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_results_privileges_prompt.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_results_privileges_prompt.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_prompt.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_prompt.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_prompt.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_prompt.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_tooltip.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_tooltip.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_tooltip.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/missing_setup_privileges_tooltip.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/ml_unavailable_prompt.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/ml_unavailable_prompt.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/ml_unavailable_prompt.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/ml_unavailable_prompt.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/create_ml_jobs_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/create_ml_jobs_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/create_ml_jobs_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/create_ml_jobs_button.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/process_step.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/process_step.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/process_step.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/process_step.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/recreate_ml_jobs_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/recreate_ml_jobs_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/process_step/recreate_ml_jobs_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/process_step/recreate_ml_jobs_button.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/index.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/index.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/index.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_categories_setup_view.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_categories_setup_view.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_categories_setup_view.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_categories_setup_view.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_rate_setup_view.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_rate_setup_view.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_rate_setup_view.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/log_entry_rate_setup_view.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list_card.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list_card.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list_card.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/module_list_card.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout_state.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout_state.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout_state.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_flyout/setup_flyout_state.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_status_unknown_prompt.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_status_unknown_prompt.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/setup_status_unknown_prompt.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/setup_status_unknown_prompt.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_analysis_setup/user_management_link.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/user_management_link.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_analysis_setup/user_management_link.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_analysis_setup/user_management_link.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_customization_menu.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_customization_menu.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_customization_menu.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_customization_menu.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_datepicker.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_datepicker.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_datepicker.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_datepicker.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples_empty_indicator.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples_empty_indicator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples_empty_indicator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples_empty_indicator.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples_failure_indicator.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples_failure_indicator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples_failure_indicator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples_failure_indicator.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples_loading_indicator.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples_loading_indicator.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_entry_examples/log_entry_examples_loading_indicator.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_entry_examples/log_entry_examples_loading_indicator.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_highlights_menu.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_highlights_menu.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_highlights_menu.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_highlights_menu.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/density_chart.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/density_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/density_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/density_chart.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/highlighted_interval.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/highlighted_interval.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/highlighted_interval.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/highlighted_interval.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/log_minimap.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/log_minimap.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/search_marker.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/search_marker.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/search_marker_tooltip.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker_tooltip.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/search_marker_tooltip.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker_tooltip.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/search_markers.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_markers.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/search_markers.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_markers.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/time_label_formatter.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_label_formatter.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/time_label_formatter.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_label_formatter.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_minimap/time_ruler.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_ruler.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_minimap/time_ruler.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_ruler.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_search_controls/index.ts b/x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/index.ts similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_search_controls/index.ts rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/index.ts diff --git a/x-pack/plugins/infra/public/components/logging/log_search_controls/log_search_buttons.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/log_search_buttons.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_search_controls/log_search_buttons.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/log_search_buttons.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_search_controls/log_search_controls.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/log_search_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_search_controls/log_search_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/log_search_controls.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_search_controls/log_search_input.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/log_search_input.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_search_controls/log_search_input.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_search_controls/log_search_input.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_statusbar.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_statusbar.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_statusbar.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_statusbar.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_text_scale_controls.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_text_scale_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_text_scale_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_text_scale_controls.tsx diff --git a/x-pack/plugins/infra/public/components/logging/log_text_wrap_controls.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_text_wrap_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/logging/log_text_wrap_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/components/logging/log_text_wrap_controls.tsx diff --git a/x-pack/plugins/infra/public/components/missing_embeddable_factory_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/missing_embeddable_factory_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/missing_embeddable_factory_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/missing_embeddable_factory_callout.tsx diff --git a/x-pack/plugins/infra/public/components/page.tsx b/x-pack/plugins/observability_solution/infra/public/components/page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/page.tsx diff --git a/x-pack/plugins/infra/public/components/page_template.tsx b/x-pack/plugins/observability_solution/infra/public/components/page_template.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/page_template.tsx rename to x-pack/plugins/observability_solution/infra/public/components/page_template.tsx diff --git a/x-pack/plugins/infra/public/components/saved_views/manage_views_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/components/saved_views/manage_views_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/saved_views/manage_views_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/components/saved_views/manage_views_flyout.tsx diff --git a/x-pack/plugins/infra/public/components/saved_views/toolbar_control.tsx b/x-pack/plugins/observability_solution/infra/public/components/saved_views/toolbar_control.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/saved_views/toolbar_control.tsx rename to x-pack/plugins/observability_solution/infra/public/components/saved_views/toolbar_control.tsx diff --git a/x-pack/plugins/infra/public/components/saved_views/upsert_modal.tsx b/x-pack/plugins/observability_solution/infra/public/components/saved_views/upsert_modal.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/saved_views/upsert_modal.tsx rename to x-pack/plugins/observability_solution/infra/public/components/saved_views/upsert_modal.tsx diff --git a/x-pack/plugins/infra/public/components/source_configuration/view_source_configuration_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/source_configuration/view_source_configuration_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/source_configuration/view_source_configuration_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/source_configuration/view_source_configuration_button.tsx diff --git a/x-pack/plugins/infra/public/components/source_error_page.tsx b/x-pack/plugins/observability_solution/infra/public/components/source_error_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/source_error_page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/source_error_page.tsx diff --git a/x-pack/plugins/infra/public/components/source_loading_page.tsx b/x-pack/plugins/observability_solution/infra/public/components/source_loading_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/source_loading_page.tsx rename to x-pack/plugins/observability_solution/infra/public/components/source_loading_page.tsx diff --git a/x-pack/plugins/infra/public/components/subscription_splash_content.tsx b/x-pack/plugins/observability_solution/infra/public/components/subscription_splash_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/subscription_splash_content.tsx rename to x-pack/plugins/observability_solution/infra/public/components/subscription_splash_content.tsx diff --git a/x-pack/plugins/infra/public/components/try_it_button.tsx b/x-pack/plugins/observability_solution/infra/public/components/try_it_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/components/try_it_button.tsx rename to x-pack/plugins/observability_solution/infra/public/components/try_it_button.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/get_latest_categories_datasets_stats.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/get_latest_categories_datasets_stats.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/get_latest_categories_datasets_stats.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/get_latest_categories_datasets_stats.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_api_types.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_api_types.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_api_types.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_api_types.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_cleanup.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_cleanup.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_cleanup.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_cleanup.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_get_jobs_summary_api.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_get_jobs_summary_api.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_get_jobs_summary_api.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_get_jobs_summary_api.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_get_module.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_get_module.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_get_module.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_get_module.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_setup_module_api.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_setup_module_api.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/ml_setup_module_api.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/ml_setup_module_api.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/validate_datasets.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/validate_datasets.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/validate_datasets.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/validate_datasets.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/api/validate_indices.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/validate_indices.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/api/validate_indices.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/api/validate_indices.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/index.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/index.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/index.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/index.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_capabilities.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_capabilities.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_capabilities.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_capabilities.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_cleanup.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_cleanup.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_cleanup.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_cleanup.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_configuration.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_configuration.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_configuration.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_configuration.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_definition.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_definition.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_definition.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_definition.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_status.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_status.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_status.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_status.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_types.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_types.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_module_types.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_module_types.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_setup_state.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_setup_state.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/log_analysis_setup_state.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/log_analysis_setup_state.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/index.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/index.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/index.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/index.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/module_descriptor.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/module_descriptor.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/module_descriptor.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/module_descriptor.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_module.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_module.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_module.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_module.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_quality.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_quality.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_quality.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_quality.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_setup.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_setup.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_setup.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_categories/use_log_entry_categories_setup.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/index.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/index.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/index.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/index.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/module_descriptor.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/module_descriptor.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/module_descriptor.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/module_descriptor.ts diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_module.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_module.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_module.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_module.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_setup.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_setup.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_setup.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_analysis/modules/log_entry_rate/use_log_entry_rate_setup.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_flyout.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_view_configuration.test.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_view_configuration.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_view_configuration.test.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_view_configuration.test.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/log_view_configuration.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/log_view_configuration.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/log_view_configuration.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/log_view_configuration.tsx diff --git a/x-pack/plugins/infra/public/containers/logs/view_log_in_context/index.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/view_log_in_context/index.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/view_log_in_context/index.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/view_log_in_context/index.ts diff --git a/x-pack/plugins/infra/public/containers/logs/view_log_in_context/view_log_in_context.ts b/x-pack/plugins/observability_solution/infra/public/containers/logs/view_log_in_context/view_log_in_context.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/view_log_in_context/view_log_in_context.ts rename to x-pack/plugins/observability_solution/infra/public/containers/logs/view_log_in_context/view_log_in_context.ts diff --git a/x-pack/plugins/infra/public/containers/logs/with_log_textview.tsx b/x-pack/plugins/observability_solution/infra/public/containers/logs/with_log_textview.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/logs/with_log_textview.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/logs/with_log_textview.tsx diff --git a/x-pack/plugins/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.test.ts b/x-pack/plugins/observability_solution/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.test.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.test.ts rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.test.ts diff --git a/x-pack/plugins/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.tsx b/x-pack/plugins/observability_solution/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_explorer/with_metrics_explorer_options_url_state.tsx diff --git a/x-pack/plugins/infra/public/containers/metrics_source/index.ts b/x-pack/plugins/observability_solution/infra/public/containers/metrics_source/index.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_source/index.ts rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_source/index.ts diff --git a/x-pack/plugins/infra/public/containers/metrics_source/notifications.ts b/x-pack/plugins/observability_solution/infra/public/containers/metrics_source/notifications.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_source/notifications.ts rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_source/notifications.ts diff --git a/x-pack/plugins/infra/public/containers/metrics_source/source.tsx b/x-pack/plugins/observability_solution/infra/public/containers/metrics_source/source.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_source/source.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_source/source.tsx diff --git a/x-pack/plugins/infra/public/containers/metrics_source/source_errors.ts b/x-pack/plugins/observability_solution/infra/public/containers/metrics_source/source_errors.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_source/source_errors.ts rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_source/source_errors.ts diff --git a/x-pack/plugins/infra/public/containers/metrics_source/types.ts b/x-pack/plugins/observability_solution/infra/public/containers/metrics_source/types.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/metrics_source/types.ts rename to x-pack/plugins/observability_solution/infra/public/containers/metrics_source/types.ts diff --git a/x-pack/plugins/infra/public/containers/ml/api/ml_api_types.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_api_types.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/api/ml_api_types.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_api_types.ts diff --git a/x-pack/plugins/infra/public/containers/ml/api/ml_cleanup.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_cleanup.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/api/ml_cleanup.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_cleanup.ts diff --git a/x-pack/plugins/infra/public/containers/ml/api/ml_get_jobs_summary_api.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_get_jobs_summary_api.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/api/ml_get_jobs_summary_api.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_get_jobs_summary_api.ts diff --git a/x-pack/plugins/infra/public/containers/ml/api/ml_get_module.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_get_module.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/api/ml_get_module.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_get_module.ts diff --git a/x-pack/plugins/infra/public/containers/ml/api/ml_setup_module_api.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_setup_module_api.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/api/ml_setup_module_api.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/api/ml_setup_module_api.ts diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_capabilities.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_capabilities.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_capabilities.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_capabilities.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_cleanup.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_cleanup.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_cleanup.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_cleanup.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_module.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_module.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_module_configuration.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_configuration.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_module_configuration.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_configuration.ts diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_module_definition.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_definition.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_module_definition.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_definition.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_module_status.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_status.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_module_status.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_status.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/infra_ml_module_types.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_types.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/infra_ml_module_types.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/infra_ml_module_types.ts diff --git a/x-pack/plugins/infra/public/containers/ml/modules/metrics_hosts/module.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_hosts/module.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/modules/metrics_hosts/module.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_hosts/module.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/modules/metrics_hosts/module_descriptor.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_hosts/module_descriptor.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/modules/metrics_hosts/module_descriptor.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_hosts/module_descriptor.ts diff --git a/x-pack/plugins/infra/public/containers/ml/modules/metrics_k8s/module.tsx b/x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_k8s/module.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/modules/metrics_k8s/module.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_k8s/module.tsx diff --git a/x-pack/plugins/infra/public/containers/ml/modules/metrics_k8s/module_descriptor.ts b/x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_k8s/module_descriptor.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/ml/modules/metrics_k8s/module_descriptor.ts rename to x-pack/plugins/observability_solution/infra/public/containers/ml/modules/metrics_k8s/module_descriptor.ts diff --git a/x-pack/plugins/infra/public/containers/plugin_config_context.test.tsx b/x-pack/plugins/observability_solution/infra/public/containers/plugin_config_context.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/plugin_config_context.test.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/plugin_config_context.test.tsx diff --git a/x-pack/plugins/infra/public/containers/plugin_config_context.ts b/x-pack/plugins/observability_solution/infra/public/containers/plugin_config_context.ts similarity index 100% rename from x-pack/plugins/infra/public/containers/plugin_config_context.ts rename to x-pack/plugins/observability_solution/infra/public/containers/plugin_config_context.ts diff --git a/x-pack/plugins/infra/public/containers/react_query_provider.tsx b/x-pack/plugins/observability_solution/infra/public/containers/react_query_provider.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/react_query_provider.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/react_query_provider.tsx diff --git a/x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx b/x-pack/plugins/observability_solution/infra/public/containers/with_kuery_autocompletion.tsx similarity index 100% rename from x-pack/plugins/infra/public/containers/with_kuery_autocompletion.tsx rename to x-pack/plugins/observability_solution/infra/public/containers/with_kuery_autocompletion.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_alerts_count.test.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_alerts_count.test.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_alerts_count.test.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_alerts_count.test.ts diff --git a/x-pack/plugins/infra/public/hooks/use_alerts_count.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_alerts_count.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_alerts_count.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_alerts_count.ts diff --git a/x-pack/plugins/infra/public/hooks/use_boolean.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_boolean.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_boolean.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_boolean.ts diff --git a/x-pack/plugins/infra/public/hooks/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_breadcrumbs.ts diff --git a/x-pack/plugins/infra/public/hooks/use_document_title.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_document_title.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_document_title.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_document_title.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_http_request.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_http_request.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_http_request.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_http_request.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_inventory_views.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_inventory_views.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_inventory_views.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_inventory_views.ts diff --git a/x-pack/plugins/infra/public/hooks/use_is_dark_mode.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_is_dark_mode.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_is_dark_mode.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_is_dark_mode.ts diff --git a/x-pack/plugins/infra/public/hooks/use_kibana.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_kibana_header.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_header.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana_header.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_header.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_index_patterns.mock.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.mock.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_index_patterns.mock.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_index_patterns.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana_index_patterns.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_index_patterns.ts diff --git a/x-pack/plugins/infra/public/hooks/use_kibana_space.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_space.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana_space.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_space.ts diff --git a/x-pack/plugins/infra/public/hooks/use_kibana_time_zone_setting.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_time_zone_setting.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana_time_zone_setting.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_time_zone_setting.ts diff --git a/x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_timefilter_time.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_kibana_timefilter_time.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_kibana_timefilter_time.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_lazy_ref.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_lazy_ref.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_lazy_ref.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_lazy_ref.ts diff --git a/x-pack/plugins/infra/public/hooks/use_lens_attributes.test.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_lens_attributes.test.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_lens_attributes.test.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_lens_attributes.test.ts diff --git a/x-pack/plugins/infra/public/hooks/use_lens_attributes.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_lens_attributes.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_lens_attributes.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_lens_attributes.ts diff --git a/x-pack/plugins/infra/public/hooks/use_license.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_license.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_license.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_license.ts diff --git a/x-pack/plugins/infra/public/hooks/use_log_view_reference.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_log_view_reference.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_log_view_reference.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_log_view_reference.ts diff --git a/x-pack/plugins/infra/public/hooks/use_logs_breadcrumbs.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_logs_breadcrumbs.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_logs_breadcrumbs.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_logs_breadcrumbs.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_metrics_adhoc_data_view.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_metrics_adhoc_data_view.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_metrics_adhoc_data_view.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_metrics_adhoc_data_view.ts diff --git a/x-pack/plugins/infra/public/hooks/use_metrics_breadcrumbs.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_metrics_breadcrumbs.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_metrics_breadcrumbs.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_metrics_breadcrumbs.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_metrics_explorer_views.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_metrics_explorer_views.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_metrics_explorer_views.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_metrics_explorer_views.ts diff --git a/x-pack/plugins/infra/public/hooks/use_readonly_badge.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_readonly_badge.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_readonly_badge.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_readonly_badge.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_saved_views_notifier.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_saved_views_notifier.ts similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_saved_views_notifier.ts rename to x-pack/plugins/observability_solution/infra/public/hooks/use_saved_views_notifier.ts diff --git a/x-pack/plugins/infra/public/hooks/use_sorting.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_sorting.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_sorting.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_sorting.tsx diff --git a/x-pack/plugins/infra/public/hooks/use_trial_status.tsx b/x-pack/plugins/observability_solution/infra/public/hooks/use_trial_status.tsx similarity index 100% rename from x-pack/plugins/infra/public/hooks/use_trial_status.tsx rename to x-pack/plugins/observability_solution/infra/public/hooks/use_trial_status.tsx diff --git a/x-pack/plugins/infra/public/images/docker.svg b/x-pack/plugins/observability_solution/infra/public/images/docker.svg similarity index 100% rename from x-pack/plugins/infra/public/images/docker.svg rename to x-pack/plugins/observability_solution/infra/public/images/docker.svg diff --git a/x-pack/plugins/infra/public/images/hosts.svg b/x-pack/plugins/observability_solution/infra/public/images/hosts.svg similarity index 100% rename from x-pack/plugins/infra/public/images/hosts.svg rename to x-pack/plugins/observability_solution/infra/public/images/hosts.svg diff --git a/x-pack/plugins/infra/public/images/infra_mono_white.svg b/x-pack/plugins/observability_solution/infra/public/images/infra_mono_white.svg similarity index 100% rename from x-pack/plugins/infra/public/images/infra_mono_white.svg rename to x-pack/plugins/observability_solution/infra/public/images/infra_mono_white.svg diff --git a/x-pack/plugins/infra/public/images/k8.svg b/x-pack/plugins/observability_solution/infra/public/images/k8.svg similarity index 100% rename from x-pack/plugins/infra/public/images/k8.svg rename to x-pack/plugins/observability_solution/infra/public/images/k8.svg diff --git a/x-pack/plugins/infra/public/images/logging_mono_white.svg b/x-pack/plugins/observability_solution/infra/public/images/logging_mono_white.svg similarity index 100% rename from x-pack/plugins/infra/public/images/logging_mono_white.svg rename to x-pack/plugins/observability_solution/infra/public/images/logging_mono_white.svg diff --git a/x-pack/plugins/infra/public/images/services.svg b/x-pack/plugins/observability_solution/infra/public/images/services.svg similarity index 100% rename from x-pack/plugins/infra/public/images/services.svg rename to x-pack/plugins/observability_solution/infra/public/images/services.svg diff --git a/x-pack/plugins/infra/public/index.scss b/x-pack/plugins/observability_solution/infra/public/index.scss similarity index 100% rename from x-pack/plugins/infra/public/index.scss rename to x-pack/plugins/observability_solution/infra/public/index.scss diff --git a/x-pack/plugins/infra/public/index.ts b/x-pack/plugins/observability_solution/infra/public/index.ts similarity index 100% rename from x-pack/plugins/infra/public/index.ts rename to x-pack/plugins/observability_solution/infra/public/index.ts diff --git a/x-pack/plugins/infra/public/lib/lib.ts b/x-pack/plugins/observability_solution/infra/public/lib/lib.ts similarity index 100% rename from x-pack/plugins/infra/public/lib/lib.ts rename to x-pack/plugins/observability_solution/infra/public/lib/lib.ts diff --git a/x-pack/plugins/infra/public/metrics_overview_fetchers.test.ts b/x-pack/plugins/observability_solution/infra/public/metrics_overview_fetchers.test.ts similarity index 100% rename from x-pack/plugins/infra/public/metrics_overview_fetchers.test.ts rename to x-pack/plugins/observability_solution/infra/public/metrics_overview_fetchers.test.ts diff --git a/x-pack/plugins/infra/public/metrics_overview_fetchers.ts b/x-pack/plugins/observability_solution/infra/public/metrics_overview_fetchers.ts similarity index 100% rename from x-pack/plugins/infra/public/metrics_overview_fetchers.ts rename to x-pack/plugins/observability_solution/infra/public/metrics_overview_fetchers.ts diff --git a/x-pack/plugins/infra/public/mocks.tsx b/x-pack/plugins/observability_solution/infra/public/mocks.tsx similarity index 100% rename from x-pack/plugins/infra/public/mocks.tsx rename to x-pack/plugins/observability_solution/infra/public/mocks.tsx diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/README.md b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/README.md similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/README.md rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/README.md diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/initial_parameters_service.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/initial_parameters_service.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/initial_parameters_service.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/initial_parameters_service.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/provider.tsx b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/provider.tsx similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/provider.tsx rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/provider.tsx diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/selectors.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/selectors.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/selectors.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/selectors.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/state_machine.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/state_machine.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/state_machine.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/state_machine.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/types.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/types.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_page/state/src/types.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_page/state/src/types.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_position_state/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_position_state/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/defaults.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/defaults.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/defaults.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/defaults.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/notifications.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/notifications.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/notifications.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/notifications.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/state_machine.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/state_machine.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/state_machine.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/state_machine.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/types.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/types.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/types.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/types.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/url_state_storage_service.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/url_state_storage_service.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_position_state/src/url_state_storage_service.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_position_state/src/url_state_storage_service.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/defaults.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/defaults.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/defaults.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/defaults.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/errors.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/errors.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/errors.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/errors.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/notifications.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/notifications.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/notifications.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/notifications.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/search_bar_state_service.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/search_bar_state_service.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/search_bar_state_service.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/search_bar_state_service.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/state_machine.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/state_machine.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/state_machine.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/state_machine.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/time_filter_state_service.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/time_filter_state_service.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/time_filter_state_service.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/time_filter_state_service.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/types.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/types.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/types.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/types.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/url_state_storage_service.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/url_state_storage_service.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/url_state_storage_service.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/url_state_storage_service.ts diff --git a/x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/validate_query_service.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/validate_query_service.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/log_stream_query_state/src/validate_query_service.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/log_stream_query_state/src/validate_query_service.ts diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/README.md b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/README.md similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/README.md rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/README.md diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/index.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/index.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/index.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/index.ts diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/invalid_state_callout.tsx b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/invalid_state_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/invalid_state_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/invalid_state_callout.tsx diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/notification_channel.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/notification_channel.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/notification_channel.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/notification_channel.ts diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/send_actions.test.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/send_actions.test.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/send_actions.test.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/send_actions.test.ts diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/send_actions.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/send_actions.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/send_actions.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/send_actions.ts diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/state_machine_playground.tsx b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/state_machine_playground.tsx similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/state_machine_playground.tsx rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/state_machine_playground.tsx diff --git a/x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/types.ts b/x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/types.ts similarity index 100% rename from x-pack/plugins/infra/public/observability_logs/xstate_helpers/src/types.ts rename to x-pack/plugins/observability_solution/infra/public/observability_logs/xstate_helpers/src/types.ts diff --git a/x-pack/plugins/infra/public/page_template.styles.ts b/x-pack/plugins/observability_solution/infra/public/page_template.styles.ts similarity index 100% rename from x-pack/plugins/infra/public/page_template.styles.ts rename to x-pack/plugins/observability_solution/infra/public/page_template.styles.ts diff --git a/x-pack/plugins/infra/public/pages/404.tsx b/x-pack/plugins/observability_solution/infra/public/pages/404.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/404.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/404.tsx diff --git a/x-pack/plugins/infra/public/pages/error.tsx b/x-pack/plugins/observability_solution/infra/public/pages/error.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/error.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/error.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/link_to/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/index.ts diff --git a/x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/link_to_logs.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/link_to_logs.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/link_to_logs.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/link_to_metrics.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/link_to_metrics.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/link_to_metrics.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/link_to_metrics.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/query_params.ts b/x-pack/plugins/observability_solution/infra/public/pages/link_to/query_params.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/query_params.ts rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/query_params.ts diff --git a/x-pack/plugins/infra/public/pages/link_to/redirect_to_host_detail_via_ip.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_host_detail_via_ip.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/redirect_to_host_detail_via_ip.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_host_detail_via_ip.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/redirect_to_inventory.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_inventory.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/redirect_to_inventory.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_inventory.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/redirect_to_logs.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_logs.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/redirect_to_logs.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_logs.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/redirect_to_node_detail.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_node_detail.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/redirect_to_node_detail.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_node_detail.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/redirect_to_node_logs.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_node_logs.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/redirect_to_node_logs.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/redirect_to_node_logs.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/use_host_ip_to_name.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/link_to/use_host_ip_to_name.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/use_host_ip_to_name.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/use_host_ip_to_name.test.ts diff --git a/x-pack/plugins/infra/public/pages/link_to/use_host_ip_to_name.ts b/x-pack/plugins/observability_solution/infra/public/pages/link_to/use_host_ip_to_name.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/use_host_ip_to_name.ts rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/use_host_ip_to_name.ts diff --git a/x-pack/plugins/infra/public/pages/link_to/use_node_details_redirect.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/link_to/use_node_details_redirect.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/use_node_details_redirect.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/use_node_details_redirect.test.tsx diff --git a/x-pack/plugins/infra/public/pages/link_to/use_node_details_redirect.ts b/x-pack/plugins/observability_solution/infra/public/pages/link_to/use_node_details_redirect.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/link_to/use_node_details_redirect.ts rename to x-pack/plugins/observability_solution/infra/public/pages/link_to/use_node_details_redirect.ts diff --git a/x-pack/plugins/infra/public/pages/logs/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/index.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/index.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_providers.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_providers.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_providers.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_providers.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_results_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_results_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_results_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_results_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_setup_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_setup_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/page_setup_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/page_setup_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/analyze_dataset_in_ml_action.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/analyze_dataset_in_ml_action.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/analyze_dataset_in_ml_action.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/analyze_dataset_in_ml_action.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/anomaly_severity_indicator_list.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/anomaly_severity_indicator_list.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/anomaly_severity_indicator_list.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/anomaly_severity_indicator_list.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_details_row.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_details_row.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_details_row.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_details_row.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_example_message.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_example_message.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_example_message.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/category_example_message.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_action_list.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_action_list.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_action_list.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_action_list.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_list.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_list.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_list.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/datasets_list.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/index.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/log_entry_count_sparkline.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/log_entry_count_sparkline.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/log_entry_count_sparkline.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/log_entry_count_sparkline.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_comparison.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_comparison.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_comparison.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_comparison.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_sparkline.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_sparkline.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_sparkline.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/single_metric_sparkline.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_section.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_section.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_section.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_section.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_table.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_table.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_table.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/sections/top_categories/top_categories_table.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_datasets.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_datasets.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_datasets.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_datasets.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_examples.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_examples.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_examples.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/service_calls/get_log_entry_category_examples.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/service_calls/get_top_log_entry_categories.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/service_calls/get_top_log_entry_categories.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/service_calls/get_top_log_entry_categories.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/service_calls/get_top_log_entry_categories.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results_url_state.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results_url_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results_url_state.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/use_log_entry_categories_results_url_state.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_category_examples.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/use_log_entry_category_examples.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_categories/use_log_entry_category_examples.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_categories/use_log_entry_category_examples.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/index.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_providers.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_providers.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_providers.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_providers.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_results_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_results_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_results_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_results_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_setup_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_setup_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/page_setup_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/page_setup_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/anomalies_swimlane_visualisation.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/anomalies_swimlane_visualisation.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/anomalies_swimlane_visualisation.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/anomalies_swimlane_visualisation.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/expanded_row.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/expanded_row.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/expanded_row.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/expanded_row.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/index.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/log_entry_example.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/table.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/table.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/sections/anomalies/table.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/sections/anomalies/table.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies_datasets.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies_datasets.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies_datasets.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_anomalies_datasets.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_examples.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_examples.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_examples.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/service_calls/get_log_entry_examples.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_dataset_filtering.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_anomalies_results.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_log_entry_anomalies_results.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_anomalies_results.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_log_entry_anomalies_results.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_examples.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_log_entry_examples.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_examples.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_log_entry_examples.ts diff --git a/x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/log_entry_rate/use_log_entry_rate_results_url_state.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/page.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/page_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/page_content.tsx similarity index 98% rename from x-pack/plugins/infra/public/pages/logs/page_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/page_content.tsx index ca6c281a47309..215de1d7779f0 100644 --- a/x-pack/plugins/infra/public/pages/logs/page_content.tsx +++ b/x-pack/plugins/observability_solution/infra/public/pages/logs/page_content.tsx @@ -34,7 +34,7 @@ export const LogsPageContent: React.FunctionComponent = () => { useReadOnlyBadge(!uiCapabilities?.logs?.save); - // !! Need to be kept in sync with the deepLinks in x-pack/plugins/infra/public/plugin.ts + // !! Need to be kept in sync with the deepLinks in x-pack/plugins/observability_solution/infra/public/plugin.ts const streamTab = { app: 'logs', title: streamTabTitle, diff --git a/x-pack/plugins/infra/public/pages/logs/page_providers.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/page_providers.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/page_providers.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/page_providers.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/add_log_column_popover.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/add_log_column_popover.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/add_log_column_popover.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/add_log_column_popover.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/form_elements.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/form_elements.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/form_elements.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/form_elements.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/form_field_props.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/form_field_props.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/form_field_props.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/form_field_props.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index.ts diff --git a/x-pack/plugins/infra/public/pages/logs/settings/index_names_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index_names_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/index_names_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index_names_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/index_pattern_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index_pattern_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/index_pattern_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index_pattern_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/index_pattern_selector.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index_pattern_selector.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/index_pattern_selector.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/index_pattern_selector.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/indices_configuration_form_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/indices_configuration_form_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/indices_configuration_form_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/indices_configuration_form_state.ts diff --git a/x-pack/plugins/infra/public/pages/logs/settings/indices_configuration_panel.stories.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/indices_configuration_panel.stories.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/indices_configuration_panel.stories.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/indices_configuration_panel.stories.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/indices_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/indices_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/indices_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/indices_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/inline_log_view_callout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/inline_log_view_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/inline_log_view_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/inline_log_view_callout.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/log_columns_configuration_form_state.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/log_columns_configuration_form_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/log_columns_configuration_form_state.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/log_columns_configuration_form_state.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/log_columns_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/log_columns_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/log_columns_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/log_columns_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/name_configuration_form_state.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/name_configuration_form_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/name_configuration_form_state.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/name_configuration_form_state.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/name_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/name_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/name_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/name_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/source_configuration_form_errors.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/source_configuration_form_errors.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/source_configuration_form_errors.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/source_configuration_form_errors.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/source_configuration_form_state.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/source_configuration_form_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/source_configuration_form_state.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/source_configuration_form_state.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/source_configuration_settings.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/source_configuration_settings.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/source_configuration_settings.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/source_configuration_settings.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/settings/validation_errors.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/settings/validation_errors.ts diff --git a/x-pack/plugins/infra/public/pages/logs/shared/call_get_log_analysis_id_formats.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/shared/call_get_log_analysis_id_formats.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/shared/call_get_log_analysis_id_formats.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/shared/call_get_log_analysis_id_formats.ts diff --git a/x-pack/plugins/infra/public/pages/logs/shared/page_log_view_error.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/shared/page_log_view_error.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/shared/page_log_view_error.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/shared/page_log_view_error.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/shared/page_template.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/shared/page_template.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/shared/page_template.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/shared/page_template.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/shared/use_log_ml_job_id_formats_shim.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/shared/use_log_ml_job_id_formats_shim.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/shared/use_log_ml_job_id_formats_shim.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/shared/use_log_ml_job_id_formats_shim.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/components/stream_live_button.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/components/stream_live_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/components/stream_live_button.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/components/stream_live_button.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/components/stream_page_template.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/components/stream_page_template.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/components/stream_page_template.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/components/stream_page_template.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/index.ts diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_logs_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_logs_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page_logs_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_logs_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_missing_indices_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_missing_indices_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page_missing_indices_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_missing_indices_content.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_providers.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_providers.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page_providers.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_providers.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_toolbar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_toolbar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page_toolbar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_toolbar.tsx diff --git a/x-pack/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_view_log_in_context.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/logs/stream/page_view_log_in_context.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_view_log_in_context.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/chart/metric_chart_wrapper.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/chart/metric_chart_wrapper.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/chart/metric_chart_wrapper.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/chart/metric_chart_wrapper.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/error_callout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/error_callout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/error_callout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/error_callout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/host_details_flyout/flyout_wrapper.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/host_details_flyout/flyout_wrapper.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/host_details_flyout/flyout_wrapper.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/host_details_flyout/flyout_wrapper.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/hosts_container.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/hosts_container.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/hosts_container.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/hosts_container.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/hosts_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/hosts_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/hosts_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/hosts_content.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/hosts_table.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/hosts_table.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/hosts_table.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/hosts_table.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/kpis/host_count_kpi.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/kpis/host_count_kpi.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/kpis/host_count_kpi.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/kpis/host_count_kpi.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/kpis/kpi.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/kpis/kpi.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/kpis/kpi.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/kpis/kpi.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/kpis/kpi_grid.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/kpis/kpi_grid.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/kpis/kpi_grid.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/kpis/kpi_grid.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/search_bar/controls_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/search_bar/controls_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/search_bar/controls_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/search_bar/controls_content.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/search_bar/limit_options.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/search_bar/limit_options.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/search_bar/limit_options.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/search_bar/limit_options.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/search_bar/unified_search_bar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/search_bar/unified_search_bar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/search_bar/unified_search_bar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/search_bar/unified_search_bar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/table/column_header.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/column_header.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/table/column_header.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/column_header.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/table/entry_title.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/entry_title.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/table/entry_title.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/entry_title.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/table/filter_action.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/filter_action.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/table/filter_action.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/filter_action.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/table/popover.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/popover.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/table/popover.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/table/popover.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_status_filter.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_status_filter.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_status_filter.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_status_filter.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_tab_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_tab_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_tab_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts/alerts_tab_content.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts/index.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts_tab_badge.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts_tab_badge.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/alerts_tab_badge.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/alerts_tab_badge.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/config.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/config.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/config.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/config.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/index.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/index.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/index.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/index.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_link_to_stream.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/logs_link_to_stream.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_link_to_stream.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/logs_link_to_stream.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_search_bar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/logs_search_bar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_search_bar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/logs_search_bar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_tab_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/logs_tab_content.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/logs/logs_tab_content.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/logs/logs_tab_content.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/metrics/chart.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/metrics/chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/metrics/chart.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/metrics/chart.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/metrics/metrics_grid.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/metrics/metrics_grid.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/metrics/metrics_grid.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/metrics/metrics_grid.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/tabs.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/tabs.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/components/tabs/tabs.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/components/tabs/tabs.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/constants.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/constants.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/constants.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/constants.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_after_loaded_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_after_loaded_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_after_loaded_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_after_loaded_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_alerts_query.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_alerts_query.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_alerts_query.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_alerts_query.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_control_panels_url_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_control_panels_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_control_panels_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_control_panels_url_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_data_view.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_data_view.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_data_view.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_data_view.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_data_view.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_data_view.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_data_view.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_data_view.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_host_count.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_host_count.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_host_count.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_host_count.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_table.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_table.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_table_url_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_table_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_table_url_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_view.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_view.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_hosts_view.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_hosts_view.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_logs_search_url_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_logs_search_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_logs_search_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_logs_search_url_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_tab_id.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_tab_id.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_tab_id.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_tab_id.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_unified_search.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_unified_search.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_unified_search.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_unified_search.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_unified_search_url_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_unified_search_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/hooks/use_unified_search_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/hooks/use_unified_search_url_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/index.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/translations.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/translations.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/translations.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/translations.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/hosts/types.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/types.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/hosts/types.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/hosts/types.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/index.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/bottom_drawer.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/bottom_drawer.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/bottom_drawer.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/bottom_drawer.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/dropdown_button.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/dropdown_button.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/dropdown_button.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/dropdown_button.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/filter_bar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/filter_bar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/filter_bar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/filter_bar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/kubernetes_tour.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/kubernetes_tour.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/kubernetes_tour.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/kubernetes_tour.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/layout_view.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/layout_view.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/layout_view.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/layout_view.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/annomaly_summary.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/annomaly_summary.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/annomaly_summary.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/annomaly_summary.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/anomalies_table.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/anomalies_table.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/anomalies_table.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/anomalies_table.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/pagination.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/pagination.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/pagination.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomalies_table/pagination.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomaly_detection_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomaly_detection_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomaly_detection_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/anomaly_detection_flyout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/flyout_home.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/ml/anomaly_detection/job_setup_screen.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/nodes_overview.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/nodes_overview.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/nodes_overview.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/nodes_overview.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/saved_views.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/saved_views.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/saved_views.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/saved_views.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/search_bar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/search_bar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/search_bar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/search_bar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/snapshot_container.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/snapshot_container.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/snapshot_container.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/snapshot_container.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/survey_kubernetes.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/survey_kubernetes.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/survey_kubernetes.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/survey_kubernetes.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/survey_section.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/survey_section.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/survey_section.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/survey_section.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/table_view.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/table_view.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/table_view.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/table_view.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/timeline/timeline.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/timeline/timeline.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/timeline/timeline.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/timeline/timeline.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_ec2_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_ec2_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_ec2_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_ec2_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_rds_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_rds_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_rds_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_rds_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_s3_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_s3_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_s3_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_s3_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_sqs_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_sqs_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/aws_sqs_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/aws_sqs_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/cloud_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/cloud_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/cloud_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/cloud_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/container_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/container_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/container_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/container_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/host_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/host_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/host_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/host_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/metrics_and_groupby_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/metrics_and_groupby_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/metrics_and_groupby_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/metrics_and_groupby_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/pod_toolbar_items.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/pod_toolbar_items.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/pod_toolbar_items.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/pod_toolbar_items.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar_wrapper.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar_wrapper.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar_wrapper.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/toolbar_wrapper.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/types.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/types.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/toolbars/types.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/toolbars/types.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/__snapshots__/conditional_tooltip.test.tsx.snap b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/__snapshots__/conditional_tooltip.test.tsx.snap similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/__snapshots__/conditional_tooltip.test.tsx.snap rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/__snapshots__/conditional_tooltip.test.tsx.snap diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/asset_details_flyout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/asset_details_flyout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/asset_details_flyout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/asset_details_flyout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/conditional_tooltip.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/custom_field_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/gradient_legend.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/gradient_legend.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/gradient_legend.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/gradient_legend.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_name.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/group_name.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_name.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/group_name.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/group_of_groups.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_nodes.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/group_of_nodes.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/group_of_nodes.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/group_of_nodes.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/interval_label.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/interval_label.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/interval_label.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/interval_label.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/legend.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/legend.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/legend.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/legend.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/legend_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/legend_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/legend_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/legend_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/map.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/custom_metric_form.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/index.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_context_menu.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_context_menu.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_context_menu.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_context_menu.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_edit_mode.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_edit_mode.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_edit_mode.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/metrics_edit_mode.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/mode_switcher.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/mode_switcher.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/mode_switcher.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/mode_switcher.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/types.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/types.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/types.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/metric_control/types.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/node.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/node.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/node.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/node.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/node_context_menu.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/node_context_menu.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/node_context_menu.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/node_context_menu.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/node_square.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/node_square.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/node_square.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/node_square.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/palette_preview.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/palette_preview.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/palette_preview.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/palette_preview.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/stepped_gradient_legend.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/stepped_gradient_legend.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/stepped_gradient_legend.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/stepped_gradient_legend.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/steps_legend.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/steps_legend.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/steps_legend.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/steps_legend.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/swatch_label.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/swatch_label.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/swatch_label.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/swatch_label.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/view_switcher.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/view_switcher.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/view_switcher.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/view_switcher.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_accounts_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_accounts_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_accounts_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_accounts_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_group_by_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_inventory_switcher.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_inventory_switcher.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_inventory_switcher.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_inventory_switcher.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_region_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_region_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_region_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_region_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_sort_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_sort_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_sort_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_sort_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_time_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_time_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/components/waffle/waffle_time_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/components/waffle/waffle_time_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_asset_details_flyout_url_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_asset_details_flyout_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_asset_details_flyout_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_asset_details_flyout_url_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_inventory_meta.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_inventory_meta.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_inventory_meta.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_inventory_meta.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_metrics_hosts_anomalies.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_metrics_hosts_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_metrics_hosts_anomalies.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_metrics_hosts_anomalies.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_metrics_k8s_anomalies.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_metrics_k8s_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_metrics_k8s_anomalies.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_metrics_k8s_anomalies.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_snaphot.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_snaphot.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_snaphot.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_snaphot.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_timeline.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_timeline.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_timeline.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_timeline.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_filters.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_options.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_time.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_time.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_time.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_time.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_view_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_view_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/hooks/use_waffle_view_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/hooks/use_waffle_view_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/index.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/apply_wafflemap_layout.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/apply_wafflemap_layout.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/apply_wafflemap_layout.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/apply_wafflemap_layout.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/calculate_bounds_from_nodes.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/color_from_value.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/color_from_value.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/color_from_value.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/color_from_value.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/convert_bounds_to_percents.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/convert_bounds_to_percents.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/convert_bounds_to_percents.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/convert_bounds_to_percents.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/create_inventory_metric_formatter.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/create_inventory_metric_formatter.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/create_inventory_metric_formatter.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/create_inventory_metric_formatter.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/create_legend.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/create_legend.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/create_legend.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/create_legend.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/field_to_display_name.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/field_to_display_name.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/field_to_display_name.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/field_to_display_name.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/get_color_palette.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/get_color_palette.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/get_color_palette.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/get_color_palette.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/navigate_to_uptime.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/navigate_to_uptime.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/navigate_to_uptime.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/navigate_to_uptime.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/nodes_to_wafflemap.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/nodes_to_wafflemap.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/nodes_to_wafflemap.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/nodes_to_wafflemap.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/size_of_squares.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/size_of_squares.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/size_of_squares.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/size_of_squares.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/sort_nodes.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/sort_nodes.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/sort_nodes.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/sort_nodes.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/sort_nodes.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/sort_nodes.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/sort_nodes.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/sort_nodes.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/type_guards.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/type_guards.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/inventory_view/lib/type_guards.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/inventory_view/lib/type_guards.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/asset_detail_page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/asset_detail_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/asset_detail_page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/asset_detail_page.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/chart_section_vis.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/chart_section_vis.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/chart_section_vis.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/chart_section_vis.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/error_message.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/error_message.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/error_message.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/error_message.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/gauges_section_vis.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/gauges_section_vis.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/gauges_section_vis.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/gauges_section_vis.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/helpers.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/helpers.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/helpers.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/helpers.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/invalid_node.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/invalid_node.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/invalid_node.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/invalid_node.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_ec2_layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_ec2_layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_ec2_layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_ec2_layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_rds_layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_rds_layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_rds_layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_rds_layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_s3_layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_s3_layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_s3_layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_s3_layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_sqs_layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_sqs_layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/aws_sqs_layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/aws_sqs_layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/container_layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/container_layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/container_layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/container_layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/nginx_layout_sections.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/nginx_layout_sections.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/nginx_layout_sections.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/nginx_layout_sections.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/pod_layout.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/pod_layout.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/layouts/pod_layout.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/layouts/pod_layout.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/metadata_details.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/metadata_details.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/metadata_details.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/metadata_details.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/node_details_page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/node_details_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/node_details_page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/node_details_page.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/page_body.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/page_body.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/page_body.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/page_body.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/page_error.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/page_error.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/page_error.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/page_error.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/page_error.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/page_error.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/page_error.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/page_error.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/section.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/section.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/section.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/section.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/series_chart.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/series_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/series_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/series_chart.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/side_nav.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/side_nav.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/side_nav.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/side_nav.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/sub_section.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/sub_section.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/sub_section.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/sub_section.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/time_controls.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/time_controls.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/time_controls.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/time_controls.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/components/time_controls.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/time_controls.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/components/time_controls.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/components/time_controls.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/containers/metadata_context.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/containers/metadata_context.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/containers/metadata_context.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/containers/metadata_context.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/hooks/metrics_time.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/hooks/metrics_time.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/hooks/metrics_time.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/hooks/metrics_time.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/hooks/use_metrics_time.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/hooks/use_metrics_time.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/hooks/use_metrics_time.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/hooks/use_metrics_time.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/hooks/use_node_details.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/hooks/use_node_details.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/hooks/use_node_details.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/hooks/use_node_details.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/index.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/lib/get_filtered_metrics.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/lib/get_filtered_metrics.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/lib/get_filtered_metrics.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/lib/get_filtered_metrics.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/lib/side_nav_context.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/lib/side_nav_context.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/lib/side_nav_context.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/lib/side_nav_context.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/metric_detail_page.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/metric_detail_page.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/metric_detail_page.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/metric_detail_page.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metric_detail/types.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/types.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metric_detail/types.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/types.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/aggregation.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/aggregation.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/aggregation.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/aggregation.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_context_menu.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_options.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_options.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_options.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_options.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_title.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_title.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/chart_title.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart_title.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/charts.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/charts.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/charts.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/charts.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/empty_chart.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/empty_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/empty_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/empty_chart.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/group_by.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domain.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domain.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domain.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domain.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domian.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domian.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domian.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/calculate_domian.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metric.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metric.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metric.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metric.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metrics.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metrics.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metrics.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_formatter_for_metrics.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_metric_label.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/create_tsvb_link.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/get_metric_id.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/get_metric_id.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/get_metric_id.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/get_metric_id.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.test.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.test.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.test.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.test.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/helpers/metric_to_format.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/kuery_bar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/metrics.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/no_metrics.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/no_metrics.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/no_metrics.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/no_metrics.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/saved_views.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/saved_views.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/saved_views.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/saved_views.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/series_chart.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/series_chart.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/series_chart.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/series_chart.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/toolbar.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metric_explorer_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_data.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.test.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.test.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.test.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/hooks/use_metrics_explorer_options.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/index.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/metrics_explorer/index.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/index.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/page_template.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/page_template.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/page_template.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/page_template.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/features_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/features_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/features_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/features_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/indices_configuration_form_state.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/indices_configuration_form_state.ts similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/indices_configuration_form_state.ts rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/indices_configuration_form_state.ts diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/indices_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/indices_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/indices_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/indices_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/input_fields.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/input_fields.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/input_fields.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/input_fields.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/ml_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/ml_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/ml_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/ml_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/name_configuration_panel.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/name_configuration_panel.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/name_configuration_panel.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/name_configuration_panel.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/source_configuration_form_state.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/source_configuration_form_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/source_configuration_form_state.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/source_configuration_form_state.tsx diff --git a/x-pack/plugins/infra/public/pages/metrics/settings/source_configuration_settings.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/source_configuration_settings.tsx similarity index 100% rename from x-pack/plugins/infra/public/pages/metrics/settings/source_configuration_settings.tsx rename to x-pack/plugins/observability_solution/infra/public/pages/metrics/settings/source_configuration_settings.tsx diff --git a/x-pack/plugins/infra/public/plugin.ts b/x-pack/plugins/observability_solution/infra/public/plugin.ts similarity index 98% rename from x-pack/plugins/infra/public/plugin.ts rename to x-pack/plugins/observability_solution/infra/public/plugin.ts index a25e553faa2cf..d579ca3a9dc28 100644 --- a/x-pack/plugins/infra/public/plugin.ts +++ b/x-pack/plugins/observability_solution/infra/public/plugin.ts @@ -107,7 +107,7 @@ export class Plugin implements InfraClientPluginClass { core.settings.client.get$(enableInfrastructureHostsView), ]); - /** !! Need to be kept in sync with the deepLinks in x-pack/plugins/infra/public/plugin.ts */ + /** !! Need to be kept in sync with the deepLinks in x-pack/plugins/observability_solution/infra/public/plugin.ts */ pluginsSetup.observabilityShared.navigation.registerSections( startDep$AndHostViewFlag$.pipe( map( @@ -197,7 +197,7 @@ export class Plugin implements InfraClientPluginClass { euiIconType: 'logoObservability', order: 8100, appRoute: '/app/logs', - // !! Need to be kept in sync with the routes in x-pack/plugins/infra/public/pages/logs/page_content.tsx + // !! Need to be kept in sync with the routes in x-pack/plugins/observability_solution/infra/public/pages/logs/page_content.tsx deepLinks: [ { id: 'stream', @@ -239,7 +239,7 @@ export class Plugin implements InfraClientPluginClass { }); } - // !! Need to be kept in sync with the routes in x-pack/plugins/infra/public/pages/metrics/index.tsx + // !! Need to be kept in sync with the routes in x-pack/plugins/observability_solution/infra/public/pages/metrics/index.tsx const getInfraDeepLinks = ({ hostsEnabled, metricsExplorerEnabled, diff --git a/x-pack/plugins/infra/public/register_feature.ts b/x-pack/plugins/observability_solution/infra/public/register_feature.ts similarity index 100% rename from x-pack/plugins/infra/public/register_feature.ts rename to x-pack/plugins/observability_solution/infra/public/register_feature.ts diff --git a/x-pack/plugins/infra/public/services/inventory_views/index.ts b/x-pack/plugins/observability_solution/infra/public/services/inventory_views/index.ts similarity index 100% rename from x-pack/plugins/infra/public/services/inventory_views/index.ts rename to x-pack/plugins/observability_solution/infra/public/services/inventory_views/index.ts diff --git a/x-pack/plugins/infra/public/services/inventory_views/inventory_views_client.mock.ts b/x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_client.mock.ts similarity index 100% rename from x-pack/plugins/infra/public/services/inventory_views/inventory_views_client.mock.ts rename to x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_client.mock.ts diff --git a/x-pack/plugins/infra/public/services/inventory_views/inventory_views_client.ts b/x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_client.ts similarity index 100% rename from x-pack/plugins/infra/public/services/inventory_views/inventory_views_client.ts rename to x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_client.ts diff --git a/x-pack/plugins/infra/public/services/inventory_views/inventory_views_service.mock.ts b/x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_service.mock.ts similarity index 100% rename from x-pack/plugins/infra/public/services/inventory_views/inventory_views_service.mock.ts rename to x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_service.mock.ts diff --git a/x-pack/plugins/infra/public/services/inventory_views/inventory_views_service.ts b/x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_service.ts similarity index 100% rename from x-pack/plugins/infra/public/services/inventory_views/inventory_views_service.ts rename to x-pack/plugins/observability_solution/infra/public/services/inventory_views/inventory_views_service.ts diff --git a/x-pack/plugins/infra/public/services/inventory_views/types.ts b/x-pack/plugins/observability_solution/infra/public/services/inventory_views/types.ts similarity index 100% rename from x-pack/plugins/infra/public/services/inventory_views/types.ts rename to x-pack/plugins/observability_solution/infra/public/services/inventory_views/types.ts diff --git a/x-pack/plugins/infra/public/services/metrics_explorer_views/index.ts b/x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/index.ts similarity index 100% rename from x-pack/plugins/infra/public/services/metrics_explorer_views/index.ts rename to x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/index.ts diff --git a/x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts b/x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts similarity index 100% rename from x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts rename to x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts diff --git a/x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.ts b/x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.ts similarity index 100% rename from x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.ts rename to x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_client.ts diff --git a/x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts b/x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts similarity index 100% rename from x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts rename to x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts diff --git a/x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.ts b/x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.ts similarity index 100% rename from x-pack/plugins/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.ts rename to x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/metrics_explorer_views_service.ts diff --git a/x-pack/plugins/infra/public/services/metrics_explorer_views/types.ts b/x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/types.ts similarity index 100% rename from x-pack/plugins/infra/public/services/metrics_explorer_views/types.ts rename to x-pack/plugins/observability_solution/infra/public/services/metrics_explorer_views/types.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/index.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/index.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/index.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/index.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/telemetry_client.mock.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_client.mock.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/telemetry_client.mock.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_client.mock.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/telemetry_client.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_client.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/telemetry_client.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_client.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/telemetry_events.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_events.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/telemetry_events.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_events.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/telemetry_service.mock.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.mock.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/telemetry_service.mock.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.mock.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/telemetry_service.test.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.test.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/telemetry_service.test.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.test.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/telemetry_service.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/telemetry_service.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/telemetry_service.ts diff --git a/x-pack/plugins/infra/public/services/telemetry/types.ts b/x-pack/plugins/observability_solution/infra/public/services/telemetry/types.ts similarity index 100% rename from x-pack/plugins/infra/public/services/telemetry/types.ts rename to x-pack/plugins/observability_solution/infra/public/services/telemetry/types.ts diff --git a/x-pack/plugins/infra/public/test_utils/entries.ts b/x-pack/plugins/observability_solution/infra/public/test_utils/entries.ts similarity index 100% rename from x-pack/plugins/infra/public/test_utils/entries.ts rename to x-pack/plugins/observability_solution/infra/public/test_utils/entries.ts diff --git a/x-pack/plugins/infra/public/test_utils/index.ts b/x-pack/plugins/observability_solution/infra/public/test_utils/index.ts similarity index 100% rename from x-pack/plugins/infra/public/test_utils/index.ts rename to x-pack/plugins/observability_solution/infra/public/test_utils/index.ts diff --git a/x-pack/plugins/infra/public/test_utils/use_global_storybook_theme.tsx b/x-pack/plugins/observability_solution/infra/public/test_utils/use_global_storybook_theme.tsx similarity index 100% rename from x-pack/plugins/infra/public/test_utils/use_global_storybook_theme.tsx rename to x-pack/plugins/observability_solution/infra/public/test_utils/use_global_storybook_theme.tsx diff --git a/x-pack/plugins/infra/public/translations.ts b/x-pack/plugins/observability_solution/infra/public/translations.ts similarity index 100% rename from x-pack/plugins/infra/public/translations.ts rename to x-pack/plugins/observability_solution/infra/public/translations.ts diff --git a/x-pack/plugins/infra/public/types.ts b/x-pack/plugins/observability_solution/infra/public/types.ts similarity index 100% rename from x-pack/plugins/infra/public/types.ts rename to x-pack/plugins/observability_solution/infra/public/types.ts diff --git a/x-pack/plugins/infra/public/utils/cancellable_effect.ts b/x-pack/plugins/observability_solution/infra/public/utils/cancellable_effect.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/cancellable_effect.ts rename to x-pack/plugins/observability_solution/infra/public/utils/cancellable_effect.ts diff --git a/x-pack/plugins/infra/public/utils/convert_interval_to_string.ts b/x-pack/plugins/observability_solution/infra/public/utils/convert_interval_to_string.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/convert_interval_to_string.ts rename to x-pack/plugins/observability_solution/infra/public/utils/convert_interval_to_string.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/data_search.stories.mdx b/x-pack/plugins/observability_solution/infra/public/utils/data_search/data_search.stories.mdx similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/data_search.stories.mdx rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/data_search.stories.mdx diff --git a/x-pack/plugins/infra/public/utils/data_search/flatten_data_search_response.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/flatten_data_search_response.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/flatten_data_search_response.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/flatten_data_search_response.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/index.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/index.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/index.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/index.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/normalize_data_search_responses.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/normalize_data_search_responses.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/normalize_data_search_responses.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/normalize_data_search_responses.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/types.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/types.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/types.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/types.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/use_data_search_request.test.tsx b/x-pack/plugins/observability_solution/infra/public/utils/data_search/use_data_search_request.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/use_data_search_request.test.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/use_data_search_request.test.tsx diff --git a/x-pack/plugins/infra/public/utils/data_search/use_data_search_request.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/use_data_search_request.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/use_data_search_request.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/use_data_search_request.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/use_data_search_response_state.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/use_data_search_response_state.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/use_data_search_response_state.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/use_data_search_response_state.ts diff --git a/x-pack/plugins/infra/public/utils/data_search/use_latest_partial_data_search_response.test.tsx b/x-pack/plugins/observability_solution/infra/public/utils/data_search/use_latest_partial_data_search_response.test.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/use_latest_partial_data_search_response.test.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/use_latest_partial_data_search_response.test.tsx diff --git a/x-pack/plugins/infra/public/utils/data_search/use_latest_partial_data_search_response.ts b/x-pack/plugins/observability_solution/infra/public/utils/data_search/use_latest_partial_data_search_response.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/data_search/use_latest_partial_data_search_response.ts rename to x-pack/plugins/observability_solution/infra/public/utils/data_search/use_latest_partial_data_search_response.ts diff --git a/x-pack/plugins/infra/public/utils/datemath.test.ts b/x-pack/plugins/observability_solution/infra/public/utils/datemath.test.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/datemath.test.ts rename to x-pack/plugins/observability_solution/infra/public/utils/datemath.test.ts diff --git a/x-pack/plugins/infra/public/utils/datemath.ts b/x-pack/plugins/observability_solution/infra/public/utils/datemath.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/datemath.ts rename to x-pack/plugins/observability_solution/infra/public/utils/datemath.ts diff --git a/x-pack/plugins/infra/public/utils/dev_mode.ts b/x-pack/plugins/observability_solution/infra/public/utils/dev_mode.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/dev_mode.ts rename to x-pack/plugins/observability_solution/infra/public/utils/dev_mode.ts diff --git a/x-pack/plugins/infra/public/utils/enzyme_helpers.tsx b/x-pack/plugins/observability_solution/infra/public/utils/enzyme_helpers.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/enzyme_helpers.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/enzyme_helpers.tsx diff --git a/x-pack/plugins/infra/public/utils/filters/build.ts b/x-pack/plugins/observability_solution/infra/public/utils/filters/build.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/filters/build.ts rename to x-pack/plugins/observability_solution/infra/public/utils/filters/build.ts diff --git a/x-pack/plugins/infra/public/utils/fixtures/metrics_explorer.ts b/x-pack/plugins/observability_solution/infra/public/utils/fixtures/metrics_explorer.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/fixtures/metrics_explorer.ts rename to x-pack/plugins/observability_solution/infra/public/utils/fixtures/metrics_explorer.ts diff --git a/x-pack/plugins/infra/public/utils/handlers.ts b/x-pack/plugins/observability_solution/infra/public/utils/handlers.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/handlers.ts rename to x-pack/plugins/observability_solution/infra/public/utils/handlers.ts diff --git a/x-pack/plugins/infra/public/utils/header_action_menu_provider.tsx b/x-pack/plugins/observability_solution/infra/public/utils/header_action_menu_provider.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/header_action_menu_provider.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/header_action_menu_provider.tsx diff --git a/x-pack/plugins/infra/public/utils/history_context.ts b/x-pack/plugins/observability_solution/infra/public/utils/history_context.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/history_context.ts rename to x-pack/plugins/observability_solution/infra/public/utils/history_context.ts diff --git a/x-pack/plugins/infra/public/utils/kbn_url_state_context.ts b/x-pack/plugins/observability_solution/infra/public/utils/kbn_url_state_context.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/kbn_url_state_context.ts rename to x-pack/plugins/observability_solution/infra/public/utils/kbn_url_state_context.ts diff --git a/x-pack/plugins/infra/public/utils/kuery.ts b/x-pack/plugins/observability_solution/infra/public/utils/kuery.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/kuery.ts rename to x-pack/plugins/observability_solution/infra/public/utils/kuery.ts diff --git a/x-pack/plugins/infra/public/utils/loading_state/index.ts b/x-pack/plugins/observability_solution/infra/public/utils/loading_state/index.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/loading_state/index.ts rename to x-pack/plugins/observability_solution/infra/public/utils/loading_state/index.ts diff --git a/x-pack/plugins/infra/public/utils/loading_state/loading_policy.ts b/x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_policy.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/loading_state/loading_policy.ts rename to x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_policy.ts diff --git a/x-pack/plugins/infra/public/utils/loading_state/loading_progress.ts b/x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_progress.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/loading_state/loading_progress.ts rename to x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_progress.ts diff --git a/x-pack/plugins/infra/public/utils/loading_state/loading_result.ts b/x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_result.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/loading_state/loading_result.ts rename to x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_result.ts diff --git a/x-pack/plugins/infra/public/utils/loading_state/loading_state.ts b/x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_state.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/loading_state/loading_state.ts rename to x-pack/plugins/observability_solution/infra/public/utils/loading_state/loading_state.ts diff --git a/x-pack/plugins/logs_shared/public/utils/log_column_render_configuration.tsx b/x-pack/plugins/observability_solution/infra/public/utils/log_column_render_configuration.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/log_column_render_configuration.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/log_column_render_configuration.tsx diff --git a/x-pack/plugins/infra/public/utils/logs_overview_fetchers.ts b/x-pack/plugins/observability_solution/infra/public/utils/logs_overview_fetchers.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/logs_overview_fetchers.ts rename to x-pack/plugins/observability_solution/infra/public/utils/logs_overview_fetchers.ts diff --git a/x-pack/plugins/infra/public/utils/logs_overview_fetches.test.ts b/x-pack/plugins/observability_solution/infra/public/utils/logs_overview_fetches.test.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/logs_overview_fetches.test.ts rename to x-pack/plugins/observability_solution/infra/public/utils/logs_overview_fetches.test.ts diff --git a/x-pack/plugins/infra/public/utils/map_timepicker_quickranges_to_datepicker_ranges.ts b/x-pack/plugins/observability_solution/infra/public/utils/map_timepicker_quickranges_to_datepicker_ranges.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/map_timepicker_quickranges_to_datepicker_ranges.ts rename to x-pack/plugins/observability_solution/infra/public/utils/map_timepicker_quickranges_to_datepicker_ranges.ts diff --git a/x-pack/plugins/infra/public/utils/redirect_with_query_params.tsx b/x-pack/plugins/observability_solution/infra/public/utils/redirect_with_query_params.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/redirect_with_query_params.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/redirect_with_query_params.tsx diff --git a/x-pack/plugins/infra/public/utils/source_configuration.ts b/x-pack/plugins/observability_solution/infra/public/utils/source_configuration.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/source_configuration.ts rename to x-pack/plugins/observability_solution/infra/public/utils/source_configuration.ts diff --git a/x-pack/plugins/infra/public/utils/state_container_devtools.ts b/x-pack/plugins/observability_solution/infra/public/utils/state_container_devtools.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/state_container_devtools.ts rename to x-pack/plugins/observability_solution/infra/public/utils/state_container_devtools.ts diff --git a/x-pack/plugins/infra/public/utils/timefilter_state_storage.ts b/x-pack/plugins/observability_solution/infra/public/utils/timefilter_state_storage.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/timefilter_state_storage.ts rename to x-pack/plugins/observability_solution/infra/public/utils/timefilter_state_storage.ts diff --git a/x-pack/plugins/infra/public/utils/triggers_actions_context.tsx b/x-pack/plugins/observability_solution/infra/public/utils/triggers_actions_context.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/triggers_actions_context.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/triggers_actions_context.tsx diff --git a/x-pack/plugins/infra/public/utils/typed_react.tsx b/x-pack/plugins/observability_solution/infra/public/utils/typed_react.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/typed_react.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/typed_react.tsx diff --git a/x-pack/plugins/infra/public/utils/typed_redux.ts b/x-pack/plugins/observability_solution/infra/public/utils/typed_redux.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/typed_redux.ts rename to x-pack/plugins/observability_solution/infra/public/utils/typed_redux.ts diff --git a/x-pack/plugins/infra/public/utils/url_state.tsx b/x-pack/plugins/observability_solution/infra/public/utils/url_state.tsx similarity index 100% rename from x-pack/plugins/infra/public/utils/url_state.tsx rename to x-pack/plugins/observability_solution/infra/public/utils/url_state.tsx diff --git a/x-pack/plugins/infra/public/utils/use_kibana_query_settings.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_kibana_query_settings.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_kibana_query_settings.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_kibana_query_settings.ts diff --git a/x-pack/plugins/infra/public/utils/use_kibana_ui_setting.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_kibana_ui_setting.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_kibana_ui_setting.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_kibana_ui_setting.ts diff --git a/x-pack/plugins/infra/public/utils/use_observable.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_observable.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_observable.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_observable.ts diff --git a/x-pack/plugins/infra/public/utils/use_timeline_chart_theme.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_timeline_chart_theme.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_timeline_chart_theme.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_timeline_chart_theme.ts diff --git a/x-pack/plugins/infra/public/utils/use_tracked_promise.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_tracked_promise.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_tracked_promise.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_tracked_promise.ts diff --git a/x-pack/plugins/infra/public/utils/use_url_state.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_url_state.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_url_state.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_url_state.ts diff --git a/x-pack/plugins/infra/public/utils/use_viewport_dimensions.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_viewport_dimensions.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_viewport_dimensions.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_viewport_dimensions.ts diff --git a/x-pack/plugins/infra/public/utils/use_visibility_state.ts b/x-pack/plugins/observability_solution/infra/public/utils/use_visibility_state.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/use_visibility_state.ts rename to x-pack/plugins/observability_solution/infra/public/utils/use_visibility_state.ts diff --git a/x-pack/plugins/infra/public/utils/wrap_state_container.ts b/x-pack/plugins/observability_solution/infra/public/utils/wrap_state_container.ts similarity index 100% rename from x-pack/plugins/infra/public/utils/wrap_state_container.ts rename to x-pack/plugins/observability_solution/infra/public/utils/wrap_state_container.ts diff --git a/x-pack/plugins/infra/server/features.ts b/x-pack/plugins/observability_solution/infra/server/features.ts similarity index 100% rename from x-pack/plugins/infra/server/features.ts rename to x-pack/plugins/observability_solution/infra/server/features.ts diff --git a/x-pack/plugins/infra/server/index.ts b/x-pack/plugins/observability_solution/infra/server/index.ts similarity index 100% rename from x-pack/plugins/infra/server/index.ts rename to x-pack/plugins/observability_solution/infra/server/index.ts diff --git a/x-pack/plugins/infra/server/infra_server.ts b/x-pack/plugins/observability_solution/infra/server/infra_server.ts similarity index 100% rename from x-pack/plugins/infra/server/infra_server.ts rename to x-pack/plugins/observability_solution/infra/server/infra_server.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/fields/adapter_types.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/fields/adapter_types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/fields/adapter_types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/fields/adapter_types.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/fields/framework_fields_adapter.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/fields/framework_fields_adapter.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/fields/framework_fields_adapter.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/fields/framework_fields_adapter.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/fields/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/fields/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/fields/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/fields/index.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/framework/adapter_types.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/adapter_types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/framework/adapter_types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/adapter_types.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/framework/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/framework/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/index.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/kibana_framework_adapter.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/framework/kibana_framework_adapter.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/framework/kibana_framework_adapter.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/metrics/adapter_types.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/adapter_types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/metrics/adapter_types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/adapter_types.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/metrics/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/metrics/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/index.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/metrics/kibana_metrics_adapter.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/kibana_metrics_adapter.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/metrics/kibana_metrics_adapter.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/kibana_metrics_adapter.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/metrics/lib/check_valid_node.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/lib/check_valid_node.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/metrics/lib/check_valid_node.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/metrics/lib/check_valid_node.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/source_status/elasticsearch_source_status_adapter.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/source_status/elasticsearch_source_status_adapter.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/source_status/elasticsearch_source_status_adapter.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/source_status/elasticsearch_source_status_adapter.ts diff --git a/x-pack/plugins/infra/server/lib/adapters/source_status/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/adapters/source_status/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/adapters/source_status/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/adapters/source_status/index.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/common/messages.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/messages.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/common/messages.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/common/messages.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/common/utils.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/utils.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/common/utils.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/common/utils.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/common/utils.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/common/utils.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/common/utils.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/common/utils.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/docs/params_property_infra_inventory.yaml b/x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_infra_inventory.yaml similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/docs/params_property_infra_inventory.yaml rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_infra_inventory.yaml diff --git a/x-pack/plugins/infra/server/lib/alerting/docs/params_property_infra_metric_threshold.yaml b/x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_infra_metric_threshold.yaml similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/docs/params_property_infra_metric_threshold.yaml rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_infra_metric_threshold.yaml diff --git a/x-pack/plugins/infra/server/lib/alerting/docs/params_property_log_threshold.yaml b/x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_log_threshold.yaml similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/docs/params_property_log_threshold.yaml rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/docs/params_property_log_threshold.yaml diff --git a/x-pack/plugins/infra/server/lib/alerting/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/index.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/evaluate_condition.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/evaluate_condition.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/evaluate_condition.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/evaluate_condition.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/inventory_metric_threshold_executor.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_from_based_on_metric.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_from_based_on_metric.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_from_based_on_metric.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_from_based_on_metric.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_rate_timeranges.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_rate_timeranges.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_rate_timeranges.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/calculate_rate_timeranges.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/convert_metric_value.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_bucket_selector.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_condition_script.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_log_rate_aggs.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_log_rate_aggs.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_log_rate_aggs.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_log_rate_aggs.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_metric_aggregations.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_metric_aggregations.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_metric_aggregations.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_metric_aggregations.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_agg_with_interface.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_agg_with_interface.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_agg_with_interface.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_agg_with_interface.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_aggs.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_aggs.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_aggs.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_rate_aggs.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_request.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_request.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/create_request.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/create_request.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/get_data.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/is_rate.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/is_rate.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/lib/is_rate.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/lib/is_rate.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/register_inventory_metric_threshold_rule_type.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/register_inventory_metric_threshold_rule_type.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/inventory_metric_threshold/register_inventory_metric_threshold_rule_type.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/inventory_metric_threshold/register_inventory_metric_threshold_rule_type.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_chart_preview.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_chart_preview.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_chart_preview.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_chart_preview.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_executor.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_executor.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_executor.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/log_threshold_references_manager.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/mocks/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/mocks/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/mocks/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/mocks/index.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/reason_formatters.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/reason_formatters.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/reason_formatters.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/reason_formatters.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/log_threshold/register_log_threshold_rule_type.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/register_log_threshold_rule_type.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/log_threshold/register_log_threshold_rule_type.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/log_threshold/register_log_threshold_rule_type.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/check_missing_group.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/check_missing_group.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/check_missing_group.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/check_missing_group.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/convert_strings_to_missing_groups_record.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/convert_strings_to_missing_groups_record.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/convert_strings_to_missing_groups_record.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/convert_strings_to_missing_groups_record.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_bucket_selector.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_bucket_selector.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_bucket_selector.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_bucket_selector.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_condition_script.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_condition_script.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_condition_script.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_condition_script.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_percentile_aggregation.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_percentile_aggregation.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_percentile_aggregation.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_percentile_aggregation.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_rate_aggregation.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_rate_aggregation.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_rate_aggregation.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_rate_aggregation.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_timerange.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_timerange.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_timerange.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_timerange.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_timerange.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_timerange.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/create_timerange.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/create_timerange.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/evaluate_rule.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/evaluate_rule.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/evaluate_rule.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/evaluate_rule.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/get_data.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/get_data.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/get_data.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/get_data.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/metric_expression_params.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/metric_expression_params.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/metric_expression_params.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/metric_expression_params.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/metric_query.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/metric_query.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/metric_query.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/metric_query.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/metric_query.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/metric_query.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/metric_query.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/metric_query.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/wrap_in_period.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/wrap_in_period.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/lib/wrap_in_period.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/lib/wrap_in_period.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.test.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/metric_threshold_executor.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/register_metric_threshold_rule_type.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/register_metric_threshold_rule_type.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/register_metric_threshold_rule_type.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/register_metric_threshold_rule_type.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/metric_threshold/test_mocks.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/test_mocks.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/metric_threshold/test_mocks.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/metric_threshold/test_mocks.ts diff --git a/x-pack/plugins/infra/server/lib/alerting/register_rule_types.ts b/x-pack/plugins/observability_solution/infra/server/lib/alerting/register_rule_types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/alerting/register_rule_types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/alerting/register_rule_types.ts diff --git a/x-pack/plugins/infra/server/lib/cancel_request_on_abort.ts b/x-pack/plugins/observability_solution/infra/server/lib/cancel_request_on_abort.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/cancel_request_on_abort.ts rename to x-pack/plugins/observability_solution/infra/server/lib/cancel_request_on_abort.ts diff --git a/x-pack/plugins/infra/server/lib/constants.ts b/x-pack/plugins/observability_solution/infra/server/lib/constants.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/constants.ts rename to x-pack/plugins/observability_solution/infra/server/lib/constants.ts diff --git a/x-pack/plugins/infra/server/lib/create_custom_metrics_aggregations.ts b/x-pack/plugins/observability_solution/infra/server/lib/create_custom_metrics_aggregations.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/create_custom_metrics_aggregations.ts rename to x-pack/plugins/observability_solution/infra/server/lib/create_custom_metrics_aggregations.ts diff --git a/x-pack/plugins/infra/server/lib/create_search_client.ts b/x-pack/plugins/observability_solution/infra/server/lib/create_search_client.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/create_search_client.ts rename to x-pack/plugins/observability_solution/infra/server/lib/create_search_client.ts diff --git a/x-pack/plugins/infra/server/lib/domains/fields_domain.ts b/x-pack/plugins/observability_solution/infra/server/lib/domains/fields_domain.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/domains/fields_domain.ts rename to x-pack/plugins/observability_solution/infra/server/lib/domains/fields_domain.ts diff --git a/x-pack/plugins/infra/server/lib/domains/metrics_domain.ts b/x-pack/plugins/observability_solution/infra/server/lib/domains/metrics_domain.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/domains/metrics_domain.ts rename to x-pack/plugins/observability_solution/infra/server/lib/domains/metrics_domain.ts diff --git a/x-pack/plugins/infra/server/lib/host_details/common.ts b/x-pack/plugins/observability_solution/infra/server/lib/host_details/common.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/host_details/common.ts rename to x-pack/plugins/observability_solution/infra/server/lib/host_details/common.ts diff --git a/x-pack/plugins/infra/server/lib/host_details/process_list.ts b/x-pack/plugins/observability_solution/infra/server/lib/host_details/process_list.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/host_details/process_list.ts rename to x-pack/plugins/observability_solution/infra/server/lib/host_details/process_list.ts diff --git a/x-pack/plugins/infra/server/lib/host_details/process_list_chart.ts b/x-pack/plugins/observability_solution/infra/server/lib/host_details/process_list_chart.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/host_details/process_list_chart.ts rename to x-pack/plugins/observability_solution/infra/server/lib/host_details/process_list_chart.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/common.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/common.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/common.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/common.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/errors.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/errors.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/errors.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/errors.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/index.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/metrics_hosts_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/metrics_hosts_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/metrics_hosts_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/metrics_hosts_anomalies.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/metrics_k8s_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/metrics_k8s_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/metrics_k8s_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/metrics_k8s_anomalies.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/common.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/common.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/common.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/common.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/index.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/log_entry_data_sets.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/log_entry_data_sets.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/log_entry_data_sets.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/log_entry_data_sets.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_host_anomalies.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_host_anomalies.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_host_anomalies.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_host_anomalies.test.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_hosts_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_hosts_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_hosts_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_hosts_anomalies.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.test.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/metrics_k8s_anomalies.ts diff --git a/x-pack/plugins/infra/server/lib/infra_ml/queries/ml_jobs.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/ml_jobs.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_ml/queries/ml_jobs.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_ml/queries/ml_jobs.ts diff --git a/x-pack/plugins/infra/server/lib/infra_types.ts b/x-pack/plugins/observability_solution/infra/server/lib/infra_types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/infra_types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/infra_types.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/common.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/common.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/common.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/common.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/errors.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/errors.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/errors.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/errors.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/index.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/log_entry_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/log_entry_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_anomalies.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_analysis.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_categories_analysis.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_analysis.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_categories_analysis.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_datasets_stats.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_categories_datasets_stats.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/log_entry_categories_datasets_stats.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_categories_datasets_stats.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/log_entry_rate_analysis.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_rate_analysis.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/log_entry_rate_analysis.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/log_entry_rate_analysis.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/common.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/common.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/common.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/common.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/index.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/latest_log_entry_categories_datasets_stats.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/latest_log_entry_categories_datasets_stats.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/latest_log_entry_categories_datasets_stats.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/latest_log_entry_categories_datasets_stats.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_anomalies.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_categories.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_categories.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_categories.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_categories.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_category_examples.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_category_examples.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_category_examples.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_category_examples.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_category_histograms.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_category_histograms.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_category_histograms.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_category_histograms.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_data_sets.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_data_sets.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_data_sets.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_data_sets.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_examples.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_examples.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_examples.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_examples.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_rate.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_rate.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/log_entry_rate.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/log_entry_rate.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/ml_jobs.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/ml_jobs.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/ml_jobs.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/ml_jobs.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/queries/top_log_entry_categories.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/top_log_entry_categories.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/queries/top_log_entry_categories.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/queries/top_log_entry_categories.ts diff --git a/x-pack/plugins/infra/server/lib/log_analysis/resolve_id_formats.ts b/x-pack/plugins/observability_solution/infra/server/lib/log_analysis/resolve_id_formats.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/log_analysis/resolve_id_formats.ts rename to x-pack/plugins/observability_solution/infra/server/lib/log_analysis/resolve_id_formats.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/constants.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/constants.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/constants.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/constants.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/index.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/index.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_date_histogram_offset.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_date_histogram_offset.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_date_histogram_offset.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_date_histogram_offset.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/calculate_interval.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_interval.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/calculate_interval.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/calculate_interval.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/create_aggregations.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_aggregations.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/create_aggregations.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_aggregations.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/create_aggregations.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_aggregations.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/create_aggregations.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_aggregations.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/create_metrics_aggregations.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_metrics_aggregations.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/create_metrics_aggregations.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_metrics_aggregations.test.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/lib/create_metrics_aggregations.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_metrics_aggregations.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/lib/create_metrics_aggregations.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/lib/create_metrics_aggregations.ts diff --git a/x-pack/plugins/infra/server/lib/metrics/types.ts b/x-pack/plugins/observability_solution/infra/server/lib/metrics/types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/metrics/types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/metrics/types.ts diff --git a/x-pack/plugins/infra/server/lib/source_status.ts b/x-pack/plugins/observability_solution/infra/server/lib/source_status.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/source_status.ts rename to x-pack/plugins/observability_solution/infra/server/lib/source_status.ts diff --git a/x-pack/plugins/infra/server/lib/sources/defaults.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/defaults.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/defaults.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/defaults.ts diff --git a/x-pack/plugins/infra/server/lib/sources/errors.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/errors.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/errors.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/errors.ts diff --git a/x-pack/plugins/infra/server/lib/sources/has_data.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/has_data.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/has_data.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/has_data.ts diff --git a/x-pack/plugins/infra/server/lib/sources/index.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/index.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/index.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/index.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_13_0_convert_log_alias_to_log_indices.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_inventory_default_view_reference.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_16_2_extract_metrics_explorer_default_view_reference.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/7_9_0_add_new_indexing_strategy_index_names.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/compose_migrations.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/compose_migrations.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/compose_migrations.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/compose_migrations.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/compose_migrations.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/compose_migrations.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/compose_migrations.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/compose_migrations.ts diff --git a/x-pack/plugins/infra/server/lib/sources/migrations/create_test_source_configuration.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/create_test_source_configuration.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/migrations/create_test_source_configuration.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/migrations/create_test_source_configuration.ts diff --git a/x-pack/plugins/infra/server/lib/sources/mocks.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/mocks.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/mocks.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/mocks.ts diff --git a/x-pack/plugins/infra/server/lib/sources/saved_object_references.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_references.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/saved_object_references.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_references.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/saved_object_references.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_references.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/saved_object_references.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_references.ts diff --git a/x-pack/plugins/infra/server/lib/sources/saved_object_type.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/saved_object_type.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/saved_object_type.ts diff --git a/x-pack/plugins/infra/server/lib/sources/sources.test.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/sources.test.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/sources.test.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/sources.test.ts diff --git a/x-pack/plugins/infra/server/lib/sources/sources.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/sources.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/sources.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/sources.ts diff --git a/x-pack/plugins/infra/server/lib/sources/types.ts b/x-pack/plugins/observability_solution/infra/server/lib/sources/types.ts similarity index 100% rename from x-pack/plugins/infra/server/lib/sources/types.ts rename to x-pack/plugins/observability_solution/infra/server/lib/sources/types.ts diff --git a/x-pack/plugins/infra/server/mocks.ts b/x-pack/plugins/observability_solution/infra/server/mocks.ts similarity index 100% rename from x-pack/plugins/infra/server/mocks.ts rename to x-pack/plugins/observability_solution/infra/server/mocks.ts diff --git a/x-pack/plugins/infra/server/plugin.ts b/x-pack/plugins/observability_solution/infra/server/plugin.ts similarity index 100% rename from x-pack/plugins/infra/server/plugin.ts rename to x-pack/plugins/observability_solution/infra/server/plugin.ts diff --git a/x-pack/plugins/infra/server/routes/infra/README.md b/x-pack/plugins/observability_solution/infra/server/routes/infra/README.md similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/README.md rename to x-pack/plugins/observability_solution/infra/server/routes/infra/README.md diff --git a/x-pack/plugins/infra/server/routes/infra/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/index.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/constants.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/constants.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/constants.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/constants.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/helpers/query.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/helpers/query.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/helpers/query.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/helpers/query.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/host/get_all_hosts.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/host/get_all_hosts.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/host/get_all_hosts.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/host/get_all_hosts.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/host/get_filtered_hosts.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/host/get_filtered_hosts.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/host/get_filtered_hosts.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/host/get_filtered_hosts.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/host/get_hosts.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/host/get_hosts.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/host/get_hosts.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/host/get_hosts.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/mapper.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/mapper.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/mapper.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/mapper.test.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/mapper.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/mapper.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/mapper.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/mapper.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/types.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/types.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/types.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/types.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/utils.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/utils.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/utils.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/utils.test.ts diff --git a/x-pack/plugins/infra/server/routes/infra/lib/utils.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra/lib/utils.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra/lib/utils.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra/lib/utils.ts diff --git a/x-pack/plugins/infra/server/routes/infra_ml/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra_ml/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra_ml/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra_ml/index.ts diff --git a/x-pack/plugins/infra/server/routes/infra_ml/results/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra_ml/results/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra_ml/results/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra_ml/results/index.ts diff --git a/x-pack/plugins/infra/server/routes/infra_ml/results/metrics_hosts_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra_ml/results/metrics_hosts_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra_ml/results/metrics_hosts_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra_ml/results/metrics_hosts_anomalies.ts diff --git a/x-pack/plugins/infra/server/routes/infra_ml/results/metrics_k8s_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/routes/infra_ml/results/metrics_k8s_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/infra_ml/results/metrics_k8s_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/routes/infra_ml/results/metrics_k8s_anomalies.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_metadata/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_metadata/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_metadata/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_metadata/index.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_metadata/lib/get_cloud_metadata.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_metadata/lib/get_cloud_metadata.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_metadata/lib/get_cloud_metadata.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_metadata/lib/get_cloud_metadata.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_views/README.md b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/README.md similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/README.md rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/README.md diff --git a/x-pack/plugins/infra/server/routes/inventory_views/create_inventory_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/create_inventory_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/create_inventory_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/create_inventory_view.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_views/delete_inventory_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/delete_inventory_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/delete_inventory_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/delete_inventory_view.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_views/find_inventory_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/find_inventory_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/find_inventory_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/find_inventory_view.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_views/get_inventory_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/get_inventory_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/get_inventory_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/get_inventory_view.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_views/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/index.ts diff --git a/x-pack/plugins/infra/server/routes/inventory_views/update_inventory_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/inventory_views/update_inventory_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/inventory_views/update_inventory_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/inventory_views/update_inventory_view.ts diff --git a/x-pack/plugins/infra/server/routes/ip_to_hostname.ts b/x-pack/plugins/observability_solution/infra/server/routes/ip_to_hostname.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/ip_to_hostname.ts rename to x-pack/plugins/observability_solution/infra/server/routes/ip_to_hostname.ts diff --git a/x-pack/plugins/infra/server/routes/log_alerts/chart_preview_data.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_alerts/chart_preview_data.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_alerts/chart_preview_data.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_alerts/chart_preview_data.ts diff --git a/x-pack/plugins/infra/server/routes/log_alerts/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_alerts/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_alerts/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_alerts/index.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/id_formats.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/id_formats.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/id_formats.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/id_formats.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/index.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/index.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_anomalies.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_anomalies.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_anomalies.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_anomalies.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_anomalies_datasets.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_anomalies_datasets.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_anomalies_datasets.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_anomalies_datasets.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_categories.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_categories.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_categories.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_categories.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_category_datasets.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_category_datasets.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_category_datasets.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_category_datasets.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_category_datasets_stats.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_category_datasets_stats.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_category_datasets_stats.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_category_datasets_stats.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_category_examples.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_category_examples.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_category_examples.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_category_examples.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_examples.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_examples.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/results/log_entry_examples.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/results/log_entry_examples.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/validation/datasets.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/validation/datasets.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/validation/datasets.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/validation/datasets.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/validation/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/validation/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/validation/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/validation/index.ts diff --git a/x-pack/plugins/infra/server/routes/log_analysis/validation/indices.ts b/x-pack/plugins/observability_solution/infra/server/routes/log_analysis/validation/indices.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/log_analysis/validation/indices.ts rename to x-pack/plugins/observability_solution/infra/server/routes/log_analysis/validation/indices.ts diff --git a/x-pack/plugins/infra/server/routes/metadata/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/metadata/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metadata/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metadata/index.ts diff --git a/x-pack/plugins/infra/server/routes/metadata/lib/get_cloud_metric_metadata.ts b/x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_cloud_metric_metadata.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metadata/lib/get_cloud_metric_metadata.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_cloud_metric_metadata.ts diff --git a/x-pack/plugins/infra/server/routes/metadata/lib/get_metric_metadata.ts b/x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_metric_metadata.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metadata/lib/get_metric_metadata.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_metric_metadata.ts diff --git a/x-pack/plugins/infra/server/routes/metadata/lib/get_node_info.ts b/x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_node_info.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metadata/lib/get_node_info.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_node_info.ts diff --git a/x-pack/plugins/infra/server/routes/metadata/lib/get_pod_node_name.ts b/x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_pod_node_name.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metadata/lib/get_pod_node_name.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/get_pod_node_name.ts diff --git a/x-pack/plugins/infra/server/routes/metadata/lib/pick_feature_name.ts b/x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/pick_feature_name.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metadata/lib/pick_feature_name.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metadata/lib/pick_feature_name.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_api/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_api/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_api/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_api/index.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/index.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/get_dataset_for_field.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/get_dataset_for_field.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/get_dataset_for_field.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/get_dataset_for_field.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/query_total_grouping.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/query_total_grouping.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/query_total_grouping.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/query_total_grouping.test.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/query_total_groupings.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/query_total_groupings.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/query_total_groupings.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/query_total_groupings.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer/lib/transform_series.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/transform_series.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer/lib/transform_series.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer/lib/transform_series.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/README.md b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/README.md similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/README.md rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/README.md diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/create_metrics_explorer_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/create_metrics_explorer_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/create_metrics_explorer_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/create_metrics_explorer_view.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/delete_metrics_explorer_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/delete_metrics_explorer_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/delete_metrics_explorer_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/delete_metrics_explorer_view.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/find_metrics_explorer_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/find_metrics_explorer_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/find_metrics_explorer_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/find_metrics_explorer_view.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/get_metrics_explorer_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/get_metrics_explorer_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/get_metrics_explorer_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/get_metrics_explorer_view.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/index.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_explorer_views/update_metrics_explorer_view.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/update_metrics_explorer_view.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_explorer_views/update_metrics_explorer_view.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_explorer_views/update_metrics_explorer_view.ts diff --git a/x-pack/plugins/infra/server/routes/metrics_sources/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/metrics_sources/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/metrics_sources/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/metrics_sources/index.ts diff --git a/x-pack/plugins/infra/server/routes/node_details/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/node_details/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/node_details/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/node_details/index.ts diff --git a/x-pack/plugins/infra/server/routes/overview/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/overview/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/overview/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/overview/index.ts diff --git a/x-pack/plugins/infra/server/routes/overview/lib/convert_es_response_to_top_nodes_response.ts b/x-pack/plugins/observability_solution/infra/server/routes/overview/lib/convert_es_response_to_top_nodes_response.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/overview/lib/convert_es_response_to_top_nodes_response.ts rename to x-pack/plugins/observability_solution/infra/server/routes/overview/lib/convert_es_response_to_top_nodes_response.ts diff --git a/x-pack/plugins/infra/server/routes/overview/lib/create_top_nodes_query.ts b/x-pack/plugins/observability_solution/infra/server/routes/overview/lib/create_top_nodes_query.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/overview/lib/create_top_nodes_query.ts rename to x-pack/plugins/observability_solution/infra/server/routes/overview/lib/create_top_nodes_query.ts diff --git a/x-pack/plugins/infra/server/routes/overview/lib/get_matadata_from_node_bucket.ts b/x-pack/plugins/observability_solution/infra/server/routes/overview/lib/get_matadata_from_node_bucket.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/overview/lib/get_matadata_from_node_bucket.ts rename to x-pack/plugins/observability_solution/infra/server/routes/overview/lib/get_matadata_from_node_bucket.ts diff --git a/x-pack/plugins/infra/server/routes/overview/lib/get_top_nodes.ts b/x-pack/plugins/observability_solution/infra/server/routes/overview/lib/get_top_nodes.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/overview/lib/get_top_nodes.ts rename to x-pack/plugins/observability_solution/infra/server/routes/overview/lib/get_top_nodes.ts diff --git a/x-pack/plugins/infra/server/routes/overview/lib/types.ts b/x-pack/plugins/observability_solution/infra/server/routes/overview/lib/types.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/overview/lib/types.ts rename to x-pack/plugins/observability_solution/infra/server/routes/overview/lib/types.ts diff --git a/x-pack/plugins/infra/server/routes/process_list/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/process_list/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/process_list/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/process_list/index.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/index.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/index.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/index.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/index.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/apply_metadata_to_last_path.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/apply_metadata_to_last_path.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/apply_metadata_to_last_path.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/apply_metadata_to_last_path.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/constants.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/constants.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/constants.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/constants.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/copy_missing_metrics.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/copy_missing_metrics.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/copy_missing_metrics.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/copy_missing_metrics.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/create_timerange_with_interval.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/create_timerange_with_interval.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/create_timerange_with_interval.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/create_timerange_with_interval.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/get_metrics_aggregations.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/get_metrics_aggregations.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/get_metrics_aggregations.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/get_metrics_aggregations.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/get_nodes.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/get_nodes.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/get_nodes.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/get_nodes.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/query_all_data.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/query_all_data.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/query_all_data.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/query_all_data.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/transform_metrics_ui_response.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_metrics_ui_response.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/transform_metrics_ui_response.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_metrics_ui_response.test.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/transform_metrics_ui_response.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_metrics_ui_response.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/transform_metrics_ui_response.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_metrics_ui_response.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.test.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.test.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.test.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.test.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_request_to_metrics_api_request.ts diff --git a/x-pack/plugins/infra/server/routes/snapshot/lib/transform_snapshot_metrics_to_metrics_api_metrics.ts b/x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_snapshot_metrics_to_metrics_api_metrics.ts similarity index 100% rename from x-pack/plugins/infra/server/routes/snapshot/lib/transform_snapshot_metrics_to_metrics_api_metrics.ts rename to x-pack/plugins/observability_solution/infra/server/routes/snapshot/lib/transform_snapshot_metrics_to_metrics_api_metrics.ts diff --git a/x-pack/plugins/infra/server/saved_objects/index.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/index.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/index.ts diff --git a/x-pack/plugins/infra/server/saved_objects/inventory_view/index.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/inventory_view/index.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/inventory_view/index.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/inventory_view/index.ts diff --git a/x-pack/plugins/infra/server/saved_objects/inventory_view/inventory_view_saved_object.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/inventory_view/inventory_view_saved_object.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/inventory_view/inventory_view_saved_object.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/inventory_view/inventory_view_saved_object.ts diff --git a/x-pack/plugins/infra/server/saved_objects/inventory_view/types.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/inventory_view/types.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/inventory_view/types.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/inventory_view/types.ts diff --git a/x-pack/plugins/infra/server/saved_objects/metrics_explorer_view/index.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/metrics_explorer_view/index.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/metrics_explorer_view/index.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/metrics_explorer_view/index.ts diff --git a/x-pack/plugins/infra/server/saved_objects/metrics_explorer_view/metrics_explorer_view_saved_object.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/metrics_explorer_view/metrics_explorer_view_saved_object.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/metrics_explorer_view/metrics_explorer_view_saved_object.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/metrics_explorer_view/metrics_explorer_view_saved_object.ts diff --git a/x-pack/plugins/infra/server/saved_objects/metrics_explorer_view/types.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/metrics_explorer_view/types.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/metrics_explorer_view/types.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/metrics_explorer_view/types.ts diff --git a/x-pack/plugins/infra/server/saved_objects/references.test.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/references.test.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/references.test.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/references.test.ts diff --git a/x-pack/plugins/infra/server/saved_objects/references.ts b/x-pack/plugins/observability_solution/infra/server/saved_objects/references.ts similarity index 100% rename from x-pack/plugins/infra/server/saved_objects/references.ts rename to x-pack/plugins/observability_solution/infra/server/saved_objects/references.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/index.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/index.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/index.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/index.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/inventory_views_client.mock.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_client.mock.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/inventory_views_client.mock.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_client.mock.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/inventory_views_client.test.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_client.test.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/inventory_views_client.test.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_client.test.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/inventory_views_client.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_client.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/inventory_views_client.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_client.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/inventory_views_service.mock.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_service.mock.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/inventory_views_service.mock.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_service.mock.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/inventory_views_service.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_service.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/inventory_views_service.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/inventory_views_service.ts diff --git a/x-pack/plugins/infra/server/services/inventory_views/types.ts b/x-pack/plugins/observability_solution/infra/server/services/inventory_views/types.ts similarity index 100% rename from x-pack/plugins/infra/server/services/inventory_views/types.ts rename to x-pack/plugins/observability_solution/infra/server/services/inventory_views/types.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/index.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/index.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/index.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/index.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.mock.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.test.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.test.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.test.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.test.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_client.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.mock.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/metrics_explorer_views_service.ts diff --git a/x-pack/plugins/infra/server/services/metrics_explorer_views/types.ts b/x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/types.ts similarity index 100% rename from x-pack/plugins/infra/server/services/metrics_explorer_views/types.ts rename to x-pack/plugins/observability_solution/infra/server/services/metrics_explorer_views/types.ts diff --git a/x-pack/plugins/infra/server/services/rules/index.ts b/x-pack/plugins/observability_solution/infra/server/services/rules/index.ts similarity index 100% rename from x-pack/plugins/infra/server/services/rules/index.ts rename to x-pack/plugins/observability_solution/infra/server/services/rules/index.ts diff --git a/x-pack/plugins/infra/server/services/rules/rule_data_client.ts b/x-pack/plugins/observability_solution/infra/server/services/rules/rule_data_client.ts similarity index 100% rename from x-pack/plugins/infra/server/services/rules/rule_data_client.ts rename to x-pack/plugins/observability_solution/infra/server/services/rules/rule_data_client.ts diff --git a/x-pack/plugins/infra/server/services/rules/rules_service.ts b/x-pack/plugins/observability_solution/infra/server/services/rules/rules_service.ts similarity index 100% rename from x-pack/plugins/infra/server/services/rules/rules_service.ts rename to x-pack/plugins/observability_solution/infra/server/services/rules/rules_service.ts diff --git a/x-pack/plugins/infra/server/services/rules/types.ts b/x-pack/plugins/observability_solution/infra/server/services/rules/types.ts similarity index 100% rename from x-pack/plugins/infra/server/services/rules/types.ts rename to x-pack/plugins/observability_solution/infra/server/services/rules/types.ts diff --git a/x-pack/plugins/infra/server/types.ts b/x-pack/plugins/observability_solution/infra/server/types.ts similarity index 100% rename from x-pack/plugins/infra/server/types.ts rename to x-pack/plugins/observability_solution/infra/server/types.ts diff --git a/x-pack/plugins/infra/server/usage/usage_collector.ts b/x-pack/plugins/observability_solution/infra/server/usage/usage_collector.ts similarity index 100% rename from x-pack/plugins/infra/server/usage/usage_collector.ts rename to x-pack/plugins/observability_solution/infra/server/usage/usage_collector.ts diff --git a/x-pack/plugins/infra/server/utils/README.md b/x-pack/plugins/observability_solution/infra/server/utils/README.md similarity index 100% rename from x-pack/plugins/infra/server/utils/README.md rename to x-pack/plugins/observability_solution/infra/server/utils/README.md diff --git a/x-pack/plugins/infra/server/utils/calculate_metric_interval.ts b/x-pack/plugins/observability_solution/infra/server/utils/calculate_metric_interval.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/calculate_metric_interval.ts rename to x-pack/plugins/observability_solution/infra/server/utils/calculate_metric_interval.ts diff --git a/x-pack/plugins/infra/server/utils/create_afterkey_handler.ts b/x-pack/plugins/observability_solution/infra/server/utils/create_afterkey_handler.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/create_afterkey_handler.ts rename to x-pack/plugins/observability_solution/infra/server/utils/create_afterkey_handler.ts diff --git a/x-pack/plugins/infra/server/utils/elasticsearch_runtime_types.ts b/x-pack/plugins/observability_solution/infra/server/utils/elasticsearch_runtime_types.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/elasticsearch_runtime_types.ts rename to x-pack/plugins/observability_solution/infra/server/utils/elasticsearch_runtime_types.ts diff --git a/x-pack/plugins/infra/server/utils/get_all_composite_data.ts b/x-pack/plugins/observability_solution/infra/server/utils/get_all_composite_data.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/get_all_composite_data.ts rename to x-pack/plugins/observability_solution/infra/server/utils/get_all_composite_data.ts diff --git a/x-pack/plugins/infra/server/utils/get_all_metrics_data.ts b/x-pack/plugins/observability_solution/infra/server/utils/get_all_metrics_data.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/get_all_metrics_data.ts rename to x-pack/plugins/observability_solution/infra/server/utils/get_all_metrics_data.ts diff --git a/x-pack/plugins/infra/server/utils/get_original_action_group.ts b/x-pack/plugins/observability_solution/infra/server/utils/get_original_action_group.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/get_original_action_group.ts rename to x-pack/plugins/observability_solution/infra/server/utils/get_original_action_group.ts diff --git a/x-pack/plugins/infra/server/utils/map_source_to_log_view.test.ts b/x-pack/plugins/observability_solution/infra/server/utils/map_source_to_log_view.test.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/map_source_to_log_view.test.ts rename to x-pack/plugins/observability_solution/infra/server/utils/map_source_to_log_view.test.ts diff --git a/x-pack/plugins/infra/server/utils/map_source_to_log_view.ts b/x-pack/plugins/observability_solution/infra/server/utils/map_source_to_log_view.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/map_source_to_log_view.ts rename to x-pack/plugins/observability_solution/infra/server/utils/map_source_to_log_view.ts diff --git a/x-pack/plugins/infra/server/utils/request_context.ts b/x-pack/plugins/observability_solution/infra/server/utils/request_context.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/request_context.ts rename to x-pack/plugins/observability_solution/infra/server/utils/request_context.ts diff --git a/x-pack/plugins/infra/server/utils/round_timestamp.ts b/x-pack/plugins/observability_solution/infra/server/utils/round_timestamp.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/round_timestamp.ts rename to x-pack/plugins/observability_solution/infra/server/utils/round_timestamp.ts diff --git a/x-pack/plugins/infra/server/utils/serialized_query.ts b/x-pack/plugins/observability_solution/infra/server/utils/serialized_query.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/serialized_query.ts rename to x-pack/plugins/observability_solution/infra/server/utils/serialized_query.ts diff --git a/x-pack/plugins/infra/server/utils/typed_elasticsearch_mappings.ts b/x-pack/plugins/observability_solution/infra/server/utils/typed_elasticsearch_mappings.ts similarity index 100% rename from x-pack/plugins/infra/server/utils/typed_elasticsearch_mappings.ts rename to x-pack/plugins/observability_solution/infra/server/utils/typed_elasticsearch_mappings.ts diff --git a/x-pack/plugins/infra/tsconfig.json b/x-pack/plugins/observability_solution/infra/tsconfig.json similarity index 92% rename from x-pack/plugins/infra/tsconfig.json rename to x-pack/plugins/observability_solution/infra/tsconfig.json index ea4fa7be6565f..800554f8bfde5 100644 --- a/x-pack/plugins/infra/tsconfig.json +++ b/x-pack/plugins/observability_solution/infra/tsconfig.json @@ -1,9 +1,15 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, - "include": ["../../../typings/**/*", "common/**/*", "public/**/*", "server/**/*", "types/**/*"], + "include": [ + "../../../../typings/**/*", + "common/**/*", + "public/**/*", + "server/**/*", + "types/**/*" + ], "kbn_references": [ "@kbn/core", "@kbn/data-plugin", diff --git a/x-pack/plugins/infra/types/eui.d.ts b/x-pack/plugins/observability_solution/infra/types/eui.d.ts similarity index 100% rename from x-pack/plugins/infra/types/eui.d.ts rename to x-pack/plugins/observability_solution/infra/types/eui.d.ts diff --git a/x-pack/plugins/infra/types/redux_observable.d.ts b/x-pack/plugins/observability_solution/infra/types/redux_observable.d.ts similarity index 100% rename from x-pack/plugins/infra/types/redux_observable.d.ts rename to x-pack/plugins/observability_solution/infra/types/redux_observable.d.ts diff --git a/x-pack/plugins/logs_shared/README.md b/x-pack/plugins/observability_solution/logs_shared/README.md similarity index 100% rename from x-pack/plugins/logs_shared/README.md rename to x-pack/plugins/observability_solution/logs_shared/README.md diff --git a/x-pack/plugins/logs_shared/common/constants.ts b/x-pack/plugins/observability_solution/logs_shared/common/constants.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/constants.ts rename to x-pack/plugins/observability_solution/logs_shared/common/constants.ts diff --git a/x-pack/plugins/logs_shared/common/dynamic.tsx b/x-pack/plugins/observability_solution/logs_shared/common/dynamic.tsx similarity index 100% rename from x-pack/plugins/logs_shared/common/dynamic.tsx rename to x-pack/plugins/observability_solution/logs_shared/common/dynamic.tsx diff --git a/x-pack/plugins/logs_shared/common/formatters/datetime.ts b/x-pack/plugins/observability_solution/logs_shared/common/formatters/datetime.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/formatters/datetime.ts rename to x-pack/plugins/observability_solution/logs_shared/common/formatters/datetime.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/latest.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/latest.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/latest.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/latest.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/common.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/common.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/common.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/common.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/v1/get_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/get_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/v1/get_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/get_log_view.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/v1/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/v1/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/v1/put_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/put_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/v1/put_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/put_log_view.ts diff --git a/x-pack/plugins/logs_shared/common/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/index.ts diff --git a/x-pack/plugins/logs_shared/common/locators/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/index.ts diff --git a/x-pack/plugins/logs_shared/common/locators/logs_locator.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/logs_locator.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/logs_locator.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/logs_locator.ts diff --git a/x-pack/plugins/logs_shared/common/locators/node_logs_locator.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/node_logs_locator.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/node_logs_locator.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/node_logs_locator.ts diff --git a/x-pack/plugins/logs_shared/common/locators/time_range.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/time_range.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/time_range.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/time_range.ts diff --git a/x-pack/plugins/logs_shared/common/locators/types.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/types.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts diff --git a/x-pack/plugins/logs_shared/common/log_entry/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_entry/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_entry/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_entry/index.ts diff --git a/x-pack/plugins/logs_shared/common/log_entry/log_entry.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_entry/log_entry.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts diff --git a/x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts diff --git a/x-pack/plugins/logs_shared/common/log_text_scale/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_text_scale/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/index.ts diff --git a/x-pack/plugins/logs_shared/common/log_text_scale/log_text_scale.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/log_text_scale.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_text_scale/log_text_scale.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/log_text_scale.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/defaults.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/defaults.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/errors.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/errors.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/index.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/log_view.mock.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/log_view.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/log_view.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/log_view.mock.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/resolved_log_view.mock.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/resolved_log_view.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.mock.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/types.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/types.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts diff --git a/x-pack/plugins/logs_shared/common/mocks.ts b/x-pack/plugins/observability_solution/logs_shared/common/mocks.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/mocks.ts rename to x-pack/plugins/observability_solution/logs_shared/common/mocks.ts diff --git a/x-pack/plugins/logs_shared/common/plugin_config.ts b/x-pack/plugins/observability_solution/logs_shared/common/plugin_config.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/plugin_config.ts rename to x-pack/plugins/observability_solution/logs_shared/common/plugin_config.ts diff --git a/x-pack/plugins/logs_shared/common/runtime_types.ts b/x-pack/plugins/observability_solution/logs_shared/common/runtime_types.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/runtime_types.ts rename to x-pack/plugins/observability_solution/logs_shared/common/runtime_types.ts diff --git a/x-pack/plugins/logs_shared/common/search_strategies/common/errors.ts b/x-pack/plugins/observability_solution/logs_shared/common/search_strategies/common/errors.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/search_strategies/common/errors.ts rename to x-pack/plugins/observability_solution/logs_shared/common/search_strategies/common/errors.ts diff --git a/x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entries.ts b/x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entries.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entries.ts rename to x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entries.ts diff --git a/x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entry.ts b/x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entry.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entry.ts rename to x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entry.ts diff --git a/x-pack/plugins/logs_shared/common/time/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/time/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/time/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/time/index.ts diff --git a/x-pack/plugins/logs_shared/common/time/time_key.ts b/x-pack/plugins/observability_solution/logs_shared/common/time/time_key.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/time/time_key.ts rename to x-pack/plugins/observability_solution/logs_shared/common/time/time_key.ts diff --git a/x-pack/plugins/logs_shared/common/typed_json.ts b/x-pack/plugins/observability_solution/logs_shared/common/typed_json.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/typed_json.ts rename to x-pack/plugins/observability_solution/logs_shared/common/typed_json.ts diff --git a/x-pack/plugins/logs_shared/common/utils/date_helpers.test.ts b/x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/utils/date_helpers.test.ts rename to x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.test.ts diff --git a/x-pack/plugins/logs_shared/common/utils/date_helpers.ts b/x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/utils/date_helpers.ts rename to x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.ts diff --git a/x-pack/plugins/logs_shared/common/utils/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/utils/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/utils/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/utils/index.ts diff --git a/x-pack/plugins/exploratory_view/jest.config.js b/x-pack/plugins/observability_solution/logs_shared/jest.config.js similarity index 51% rename from x-pack/plugins/exploratory_view/jest.config.js rename to x-pack/plugins/observability_solution/logs_shared/jest.config.js index 55f93dc2afaf9..2e3869ccf0573 100644 --- a/x-pack/plugins/exploratory_view/jest.config.js +++ b/x-pack/plugins/observability_solution/logs_shared/jest.config.js @@ -7,12 +7,12 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/exploratory_view'], - setupFiles: ['/x-pack/plugins/exploratory_view/.storybook/jest_setup.js'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/exploratory_view', + rootDir: '../../../..', + roots: ['/x-pack/plugins/observability_solution/logs_shared'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/logs_shared', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/exploratory_view/{common,public,server}/**/*.{js,ts,tsx}', + '/x-pack/plugins/observability_solution/logs_shared/{common,public,server}/**/*.{ts,tsx}', ], }; diff --git a/x-pack/plugins/logs_shared/kibana.jsonc b/x-pack/plugins/observability_solution/logs_shared/kibana.jsonc similarity index 100% rename from x-pack/plugins/logs_shared/kibana.jsonc rename to x-pack/plugins/observability_solution/logs_shared/kibana.jsonc diff --git a/x-pack/plugins/logs_shared/public/components/auto_sizer.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/auto_sizer.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/auto_sizer.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/auto_sizer.tsx diff --git a/x-pack/plugins/logs_shared/public/components/centered_flyout_body.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/centered_flyout_body.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/centered_flyout_body.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/centered_flyout_body.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_error_callout.stories.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.stories.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_error_callout.stories.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.stories.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_error_callout.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_error_callout.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_progress.stories.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.stories.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_progress.stories.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.stories.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_progress.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_progress.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.tsx diff --git a/x-pack/plugins/logs_shared/public/components/empty_states/index.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/index.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/empty_states/index.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/index.tsx diff --git a/x-pack/plugins/logs_shared/public/components/empty_states/no_data.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/no_data.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/empty_states/no_data.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/no_data.tsx diff --git a/x-pack/plugins/logs_shared/public/components/formatted_time.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/formatted_time.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/formatted_time.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/formatted_time.tsx diff --git a/x-pack/plugins/logs_shared/public/components/loading/__examples__/index.stories.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/loading/__examples__/index.stories.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/loading/__examples__/index.stories.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/loading/__examples__/index.stories.tsx diff --git a/x-pack/plugins/logs_shared/public/components/loading/index.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/loading/index.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/loading/index.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/loading/index.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/index.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/index.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/index.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/index.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/translations.ts b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/translations.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/translations.ts rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/translations.ts diff --git a/x-pack/plugins/logs_shared/public/components/log_stream/index.ts b/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_stream/index.ts rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/index.ts diff --git a/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx similarity index 98% rename from x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx index 36bddaf0a11d2..0cbc0a03f9184 100644 --- a/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx +++ b/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx @@ -80,7 +80,7 @@ The component also has a `filters` prop that accepts valid es-query `filters`. T ## Center the view on a specific entry -By default the component will load at the bottom of the list, showing the newest entries. You can change the rendering point with the `center` prop. The prop takes a [`LogEntriesCursor`](https://github.com/elastic/kibana/blob/0a6c748cc837c016901f69ff05d81395aa2d41c8/x-pack/plugins/logs_shared/common/http_api/log_entries/common.ts#L9-L13). +By default the component will load at the bottom of the list, showing the newest entries. You can change the rendering point with the `center` prop. The prop takes a [`LogEntriesCursor`](https://github.com/elastic/kibana/blob/0a6c748cc837c016901f69ff05d81395aa2d41c8/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/common.ts#L9-L13). ```tsx ReactNode; + render?: (time: string) => ReactNode; }; } diff --git a/x-pack/plugins/logs_shared/public/utils/log_entry/index.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/log_entry/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/log_entry/index.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/log_entry/index.ts diff --git a/x-pack/plugins/logs_shared/public/utils/log_entry/log_entry.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/log_entry/log_entry.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/log_entry/log_entry.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/log_entry/log_entry.ts diff --git a/x-pack/plugins/logs_shared/public/utils/log_entry/log_entry_highlight.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/log_entry/log_entry_highlight.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/log_entry/log_entry_highlight.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/log_entry/log_entry_highlight.ts diff --git a/x-pack/plugins/logs_shared/public/utils/styles.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/styles.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/styles.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/styles.ts diff --git a/x-pack/plugins/logs_shared/public/utils/typed_react.tsx b/x-pack/plugins/observability_solution/logs_shared/public/utils/typed_react.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/typed_react.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/utils/typed_react.tsx diff --git a/x-pack/plugins/logs_shared/public/utils/use_kibana_query_settings.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/use_kibana_query_settings.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/use_kibana_query_settings.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/use_kibana_query_settings.ts diff --git a/x-pack/plugins/logs_shared/public/utils/use_kibana_ui_setting.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/use_kibana_ui_setting.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/use_kibana_ui_setting.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/use_kibana_ui_setting.ts diff --git a/x-pack/plugins/logs_shared/public/utils/use_observable.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/use_observable.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/use_observable.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/use_observable.ts diff --git a/x-pack/plugins/logs_shared/public/utils/use_tracked_promise.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/use_tracked_promise.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/use_tracked_promise.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/use_tracked_promise.ts diff --git a/x-pack/plugins/logs_shared/public/utils/use_visibility_state.ts b/x-pack/plugins/observability_solution/logs_shared/public/utils/use_visibility_state.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/utils/use_visibility_state.ts rename to x-pack/plugins/observability_solution/logs_shared/public/utils/use_visibility_state.ts diff --git a/x-pack/plugins/logs_shared/server/config.ts b/x-pack/plugins/observability_solution/logs_shared/server/config.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/config.ts rename to x-pack/plugins/observability_solution/logs_shared/server/config.ts diff --git a/x-pack/plugins/logs_shared/server/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/index.ts diff --git a/x-pack/plugins/logs_shared/server/lib/adapters/framework/adapter_types.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/adapter_types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/adapters/framework/adapter_types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/adapter_types.ts diff --git a/x-pack/plugins/logs_shared/server/lib/adapters/framework/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/adapters/framework/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/index.ts diff --git a/x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts diff --git a/x-pack/plugins/logs_shared/server/lib/adapters/log_entries/kibana_log_entries_adapter.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/log_entries/kibana_log_entries_adapter.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/adapters/log_entries/kibana_log_entries_adapter.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/adapters/log_entries/kibana_log_entries_adapter.ts diff --git a/x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/index.ts diff --git a/x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.mock.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.mock.ts diff --git a/x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts diff --git a/x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/queries/log_entry_datasets.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/queries/log_entry_datasets.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/domains/log_entries_domain/queries/log_entry_datasets.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/domains/log_entries_domain/queries/log_entry_datasets.ts diff --git a/x-pack/plugins/logs_shared/server/lib/logs_shared_types.ts b/x-pack/plugins/observability_solution/logs_shared/server/lib/logs_shared_types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/lib/logs_shared_types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/lib/logs_shared_types.ts diff --git a/x-pack/plugins/logs_shared/server/logs_shared_server.ts b/x-pack/plugins/observability_solution/logs_shared/server/logs_shared_server.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/logs_shared_server.ts rename to x-pack/plugins/observability_solution/logs_shared/server/logs_shared_server.ts diff --git a/x-pack/plugins/logs_shared/server/mocks.ts b/x-pack/plugins/observability_solution/logs_shared/server/mocks.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/mocks.ts rename to x-pack/plugins/observability_solution/logs_shared/server/mocks.ts diff --git a/x-pack/plugins/logs_shared/server/plugin.ts b/x-pack/plugins/observability_solution/logs_shared/server/plugin.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/plugin.ts rename to x-pack/plugins/observability_solution/logs_shared/server/plugin.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_entries/highlights.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/highlights.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_entries/highlights.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/highlights.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_entries/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_entries/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/index.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_entries/summary.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/summary.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_entries/summary.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/summary.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_entries/summary_highlights.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/summary_highlights.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_entries/summary_highlights.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_entries/summary_highlights.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_views/get_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_views/get_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_views/get_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_views/get_log_view.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_views/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_views/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_views/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_views/index.ts diff --git a/x-pack/plugins/logs_shared/server/routes/log_views/put_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/server/routes/log_views/put_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/routes/log_views/put_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/server/routes/log_views/put_log_view.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/index.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/log_view/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/log_view/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/index.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/log_view/references/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/references/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/log_view/references/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/references/index.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/log_view/references/log_indices.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/references/log_indices.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/log_view/references/log_indices.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/references/log_indices.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/log_view/types.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/log_view/types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/log_view/types.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/references.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/references.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/references.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/references.test.ts diff --git a/x-pack/plugins/logs_shared/server/saved_objects/references.ts b/x-pack/plugins/observability_solution/logs_shared/server/saved_objects/references.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/saved_objects/references.ts rename to x-pack/plugins/observability_solution/logs_shared/server/saved_objects/references.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/index.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/log_entries_search_strategy.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entries_search_strategy.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/log_entries_search_strategy.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entries_search_strategy.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/log_entries_search_strategy.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entries_search_strategy.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/log_entries_search_strategy.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entries_search_strategy.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/log_entries_service.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entries_service.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/log_entries_service.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entries_service.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/log_entry_search_strategy.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entry_search_strategy.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/log_entry_search_strategy.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entry_search_strategy.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/log_entry_search_strategy.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entry_search_strategy.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/log_entry_search_strategy.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/log_entry_search_strategy.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_kafka.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_kafka.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_kafka.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_kafka.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_redis.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_redis.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_redis.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_redis.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_system.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_system.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_system.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_system.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/generic.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/generic.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/generic.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/generic.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/generic.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/generic.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/generic.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/generic.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/generic_webserver.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/generic_webserver.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/generic_webserver.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/generic_webserver.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/helpers.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/helpers.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/helpers.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/helpers.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/builtin_rules/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/builtin_rules/index.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/index.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/message.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/message.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/message.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/message.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/message/rule_types.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/rule_types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/message/rule_types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/message/rule_types.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/queries/common.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/queries/common.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/queries/common.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/queries/common.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/queries/log_entries.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/queries/log_entries.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/queries/log_entries.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/queries/log_entries.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/queries/log_entry.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/queries/log_entry.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/queries/log_entry.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/queries/log_entry.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_entries/types.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_entries/types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_entries/types.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/errors.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/errors.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/errors.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/errors.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/index.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/index.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/index.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/log_views_client.mock.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_client.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/log_views_client.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_client.mock.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/log_views_client.test.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_client.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/log_views_client.test.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_client.test.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/log_views_client.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_client.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/log_views_client.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_client.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/log_views_service.mock.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_service.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/log_views_service.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_service.mock.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/log_views_service.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_service.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/log_views_service.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/log_views_service.ts diff --git a/x-pack/plugins/logs_shared/server/services/log_views/types.ts b/x-pack/plugins/observability_solution/logs_shared/server/services/log_views/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/services/log_views/types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/services/log_views/types.ts diff --git a/x-pack/plugins/logs_shared/server/types.ts b/x-pack/plugins/observability_solution/logs_shared/server/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/types.ts diff --git a/x-pack/plugins/logs_shared/server/utils/elasticsearch_runtime_types.ts b/x-pack/plugins/observability_solution/logs_shared/server/utils/elasticsearch_runtime_types.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/utils/elasticsearch_runtime_types.ts rename to x-pack/plugins/observability_solution/logs_shared/server/utils/elasticsearch_runtime_types.ts diff --git a/x-pack/plugins/logs_shared/server/utils/serialized_query.ts b/x-pack/plugins/observability_solution/logs_shared/server/utils/serialized_query.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/utils/serialized_query.ts rename to x-pack/plugins/observability_solution/logs_shared/server/utils/serialized_query.ts diff --git a/x-pack/plugins/logs_shared/server/utils/typed_search_strategy.ts b/x-pack/plugins/observability_solution/logs_shared/server/utils/typed_search_strategy.ts similarity index 100% rename from x-pack/plugins/logs_shared/server/utils/typed_search_strategy.ts rename to x-pack/plugins/observability_solution/logs_shared/server/utils/typed_search_strategy.ts diff --git a/x-pack/plugins/logs_shared/tsconfig.json b/x-pack/plugins/observability_solution/logs_shared/tsconfig.json similarity index 79% rename from x-pack/plugins/logs_shared/tsconfig.json rename to x-pack/plugins/observability_solution/logs_shared/tsconfig.json index b7c17b46c9a62..2024745771564 100644 --- a/x-pack/plugins/logs_shared/tsconfig.json +++ b/x-pack/plugins/observability_solution/logs_shared/tsconfig.json @@ -1,9 +1,15 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, - "include": ["../../../typings/**/*", "common/**/*", "public/**/*", "server/**/*", "types/**/*"], + "include": [ + "../../../../typings/**/*", + "common/**/*", + "public/**/*", + "server/**/*", + "types/**/*" + ], "exclude": ["target/**/*"], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/metrics_data_access/README.md b/x-pack/plugins/observability_solution/metrics_data_access/README.md similarity index 100% rename from x-pack/plugins/metrics_data_access/README.md rename to x-pack/plugins/observability_solution/metrics_data_access/README.md diff --git a/x-pack/plugins/metrics_data_access/common/alerting/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/alerting/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/alerting/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/alerting/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/alerting/metrics/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/alerting/metrics/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/alerting/metrics/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/alerting/metrics/types.ts diff --git a/x-pack/plugins/metrics_data_access/common/color_palette.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/color_palette.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/color_palette.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/color_palette.ts diff --git a/x-pack/plugins/metrics_data_access/common/constants.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/constants.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/constants.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/constants.ts diff --git a/x-pack/plugins/metrics_data_access/common/http_api/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/http_api/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/http_api/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/http_api/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/http_api/metric_indices.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metric_indices.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/http_api/metric_indices.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metric_indices.ts diff --git a/x-pack/plugins/metrics_data_access/common/http_api/metrics_api.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/http_api/metrics_api.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_api.ts diff --git a/x-pack/plugins/metrics_data_access/common/http_api/metrics_explorer.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_explorer.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/http_api/metrics_explorer.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/http_api/metrics_explorer.ts diff --git a/x-pack/plugins/metrics_data_access/common/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/cpu.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/cpu.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/cpu.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/cpu.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_read_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_read_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_read_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_read_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_write_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_write_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_write_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/disk_io_write_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/rx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/rx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/rx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/rx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/tx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/tx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/tx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/snapshot/tx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_cpu_utilization.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_cpu_utilization.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_cpu_utilization.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_cpu_utilization.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_diskio_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_diskio_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_diskio_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_diskio_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_network_traffic.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_network_traffic.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_network_traffic.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_ec2/metrics/tsvb/aws_ec2_network_traffic.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/cpu.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/cpu.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/cpu.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/cpu.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_active_transactions.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_active_transactions.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_active_transactions.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_active_transactions.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_connections.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_connections.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_connections.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_connections.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_latency.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_latency.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_latency.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_latency.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_queries_executed.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_queries_executed.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_queries_executed.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/snapshot/rds_queries_executed.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_active_transactions.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_active_transactions.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_active_transactions.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_active_transactions.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_connections.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_connections.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_connections.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_connections.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_cpu_total.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_cpu_total.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_cpu_total.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_cpu_total.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_latency.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_latency.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_latency.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_latency.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_queries_executed.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_queries_executed.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_queries_executed.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_rds/metrics/tsvb/aws_rds_queries_executed.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_bucket_size.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_bucket_size.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_bucket_size.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_bucket_size.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_download_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_download_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_download_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_download_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_number_of_objects.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_number_of_objects.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_number_of_objects.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_number_of_objects.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_total_requests.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_total_requests.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_total_requests.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_total_requests.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_upload_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_upload_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_upload_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/snapshot/s3_upload_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_bucket_size.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_bucket_size.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_bucket_size.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_bucket_size.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_download_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_download_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_download_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_download_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_number_of_objects.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_number_of_objects.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_number_of_objects.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_number_of_objects.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_total_requests.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_total_requests.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_total_requests.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_total_requests.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_upload_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_upload_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_upload_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_s3/metrics/tsvb/aws_s3_upload_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_delayed.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_delayed.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_delayed.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_delayed.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_empty.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_empty.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_empty.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_empty.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_sent.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_sent.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_sent.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_sent.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_visible.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_visible.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_visible.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_messages_visible.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_oldest_message.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_oldest_message.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_oldest_message.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/snapshot/sqs_oldest_message.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_delayed.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_delayed.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_delayed.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_delayed.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_empty.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_empty.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_empty.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_empty.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_sent.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_sent.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_sent.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_sent.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_visible.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_visible.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_visible.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_messages_visible.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_oldest_message.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_oldest_message.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_oldest_message.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/aws_sqs/metrics/tsvb/aws_sqs_oldest_message.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/cpu.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/cpu.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/cpu.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/cpu.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/memory.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/memory.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/memory.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/memory.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/rx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/rx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/rx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/rx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/tx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/tx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/snapshot/tx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/snapshot/tx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_kernel.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_kernel.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_kernel.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_kernel.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_cpu_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_disk_io_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_disk_io_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_disk_io_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_disk_io_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_diskio_ops.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_diskio_ops.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_diskio_ops.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_diskio_ops.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_cpu_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_cpu_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_cpu_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_cpu_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_memory_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_memory_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_memory_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_memory_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_k8s_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_memory.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_memory.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_memory.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_memory.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_network_traffic.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_network_traffic.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_network_traffic.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_network_traffic.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/container/metrics/tsvb/container_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/create_tsvb_model.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/create_tsvb_model.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/create_tsvb_model.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/create_tsvb_model.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/cpu.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/cpu.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/cpu.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/cpu.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_latency.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_latency.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_latency.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_latency.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_space_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_space_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_space_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/disk_space_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/load.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/load.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/load.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/load.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/log_rate.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/log_rate.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/log_rate.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/log_rate.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_free.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_free.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_free.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_free.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_total.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_total.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_total.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/memory_total.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/normalized_load_1m.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/normalized_load_1m.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/normalized_load_1m.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/normalized_load_1m.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/rx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/rx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/rx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/rx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/tx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/tx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/snapshot/tx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/snapshot/tx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_cpu_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_cpu_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_cpu_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_cpu_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_info.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_info.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_info.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_info.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_cpu.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_cpu.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_cpu.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_cpu.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_memory.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_memory.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_memory.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_docker_top_5_by_memory.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_filesystem.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_filesystem.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_filesystem.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_filesystem.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_cpu_cap.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_cpu_cap.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_cpu_cap.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_cpu_cap.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_disk_cap.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_disk_cap.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_disk_cap.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_disk_cap.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_memory_cap.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_memory_cap.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_memory_cap.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_memory_cap.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_pod_cap.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_pod_cap.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_pod_cap.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_k8s_pod_cap.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_load.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_load.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_load.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_load.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_memory_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_memory_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_memory_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_memory_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_network_traffic.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_network_traffic.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_network_traffic.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_network_traffic.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_system_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_system_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_system_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/host/metrics/tsvb/host_system_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/metrics.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/metrics.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/metrics.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/cpu.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/cpu.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/cpu.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/cpu.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/memory.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/memory.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/memory.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/memory.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/rx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/rx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/rx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/rx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/tx.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/tx.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/snapshot/tx.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/snapshot/tx.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_cpu_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_cpu_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_cpu_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_cpu_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_log_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_log_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_log_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_log_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_memory_usage.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_memory_usage.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_memory_usage.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_memory_usage.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_network_traffic.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_network_traffic.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_network_traffic.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_network_traffic.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/pod/metrics/tsvb/pod_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/required_metrics.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/required_metrics.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/required_metrics.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/required_metrics.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/count.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/count.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/count.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/count.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic_with_interfaces.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic_with_interfaces.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic_with_interfaces.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/network_traffic_with_interfaces.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/rate.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/rate.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/snapshot/rate.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/snapshot/rate.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_cpu_utilization.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_cpu_utilization.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_cpu_utilization.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_cpu_utilization.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_ops.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_ops.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_ops.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_diskio_ops.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_bytes.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_bytes.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_bytes.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_bytes.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_packets.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_packets.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_packets.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_network_packets.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_overview.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_overview.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_overview.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/aws_overview.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_active_connections.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_active_connections.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_active_connections.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_active_connections.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_hits.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_hits.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_hits.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_hits.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_request_rate.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_request_rate.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_request_rate.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_request_rate.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_requests_per_connection.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_requests_per_connection.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_requests_per_connection.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/shared/metrics/tsvb/nginx_requests_per_connection.ts diff --git a/x-pack/plugins/metrics_data_access/common/inventory_models/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/inventory_models/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/inventory_models/types.ts diff --git a/x-pack/plugins/metrics_data_access/common/metrics_explorer_views/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/metrics_explorer_views/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/metrics_explorer_views/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/metrics_explorer_views/types.ts diff --git a/x-pack/plugins/metrics_data_access/common/runtime_types.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/runtime_types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/runtime_types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/runtime_types.ts diff --git a/x-pack/plugins/metrics_data_access/common/utility_types.ts b/x-pack/plugins/observability_solution/metrics_data_access/common/utility_types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/common/utility_types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/common/utility_types.ts diff --git a/x-pack/plugins/observability_shared/jest.config.js b/x-pack/plugins/observability_solution/metrics_data_access/jest.config.js similarity index 50% rename from x-pack/plugins/observability_shared/jest.config.js rename to x-pack/plugins/observability_solution/metrics_data_access/jest.config.js index 4820bc69ae4ab..ab304373f16c4 100644 --- a/x-pack/plugins/observability_shared/jest.config.js +++ b/x-pack/plugins/observability_solution/metrics_data_access/jest.config.js @@ -7,12 +7,12 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/observability_shared'], - setupFiles: ['/x-pack/plugins/observability_shared/.storybook/jest_setup.js'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/observability_shared', + rootDir: '../../../..', + roots: ['/x-pack/plugins/observability_solution/metrics_data_access'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/metrics_data_access', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/observability_shared/{common,public,server}/**/*.{js,ts,tsx}', + '/x-pack/plugins/observability_solution/metrics_data/{server}/**/*.test.ts', ], }; diff --git a/x-pack/plugins/metrics_data_access/kibana.jsonc b/x-pack/plugins/observability_solution/metrics_data_access/kibana.jsonc similarity index 100% rename from x-pack/plugins/metrics_data_access/kibana.jsonc rename to x-pack/plugins/observability_solution/metrics_data_access/kibana.jsonc diff --git a/x-pack/plugins/metrics_data_access/public/apps/common_providers.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/apps/common_providers.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/apps/common_providers.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/apps/common_providers.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/empty_states/index.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/index.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/empty_states/index.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/index.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/empty_states/no_data.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_data.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/empty_states/no_data.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_data.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/empty_states/no_indices.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_indices.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/empty_states/no_indices.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_indices.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/empty_states/no_metric_indices.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_metric_indices.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/empty_states/no_metric_indices.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_metric_indices.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/empty_states/no_remote_cluster.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_remote_cluster.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/empty_states/no_remote_cluster.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/empty_states/no_remote_cluster.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/README.md b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/README.md similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/README.md rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/README.md diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.stories.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.stories.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.stories.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.stories.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.test.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.test.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.test.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.test.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/container_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/create_lazy_container_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/create_lazy_container_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/create_lazy_container_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/create_lazy_container_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/integrated_container_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/integrated_container_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/integrated_container_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/integrated_container_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.test.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/container/use_container_metrics_table.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/create_lazy_host_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/create_lazy_host_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/create_lazy_host_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/create_lazy_host_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.stories.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.stories.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.stories.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.stories.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.test.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.test.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.test.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.test.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/host_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/integrated_host_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/integrated_host_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/integrated_host_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/integrated_host_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.test.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/host/use_host_metrics_table.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/create_lazy_pod_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/create_lazy_pod_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/create_lazy_pod_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/create_lazy_pod_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/integrated_pod_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/integrated_pod_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/integrated_pod_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/integrated_pod_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.stories.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.stories.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.stories.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.stories.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.test.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.test.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.test.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.test.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/pod_metrics_table.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.test.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/pod/use_pod_metrics_table.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_dark.svg b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_dark.svg similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_dark.svg rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_dark.svg diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_light.svg b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_light.svg similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_light.svg rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/assets/no_results_light.svg diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/error_content.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/error_content.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/error_content.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/error_content.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/metrics_node_details_link.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/metrics_node_details_link.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/metrics_node_details_link.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/metrics_node_details_link.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/no_data_content.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/no_data_content.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/no_data_content.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/no_data_content.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/number_cell.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/number_cell.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/number_cell.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/number_cell.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/stepwise_pagination.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/stepwise_pagination.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/stepwise_pagination.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/components/stepwise_pagination.tsx diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/helpers.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/helpers.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/helpers.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/helpers.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.test.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/metrics_to_api_options.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/use_infrastructure_node_metrics.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/use_infrastructure_node_metrics.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/use_infrastructure_node_metrics.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/hooks/use_infrastructure_node_metrics.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/shared/types.ts diff --git a/x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/test_helpers.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/test_helpers.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/components/infrastructure_node_metrics_tables/test_helpers.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/components/infrastructure_node_metrics_tables/test_helpers.ts diff --git a/x-pack/plugins/metrics_data_access/public/hooks/use_kibana.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/hooks/use_kibana.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/hooks/use_kibana.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/hooks/use_kibana.tsx diff --git a/x-pack/plugins/metrics_data_access/public/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/lib/metrics_client.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/lib/metrics_client.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/lib/metrics_client.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/lib/metrics_client.ts diff --git a/x-pack/plugins/metrics_data_access/public/pages/link_to/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/pages/link_to/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/pages/link_to/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/pages/link_to/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/pages/link_to/use_node_details_redirect.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/pages/link_to/use_node_details_redirect.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/pages/link_to/use_node_details_redirect.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/pages/link_to/use_node_details_redirect.ts diff --git a/x-pack/plugins/metrics_data_access/public/plugin.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/plugin.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/plugin.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/plugin.ts diff --git a/x-pack/plugins/metrics_data_access/public/test_utils/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/test_utils/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/test_utils/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/test_utils/index.ts diff --git a/x-pack/plugins/metrics_data_access/public/test_utils/use_global_storybook_theme.tsx b/x-pack/plugins/observability_solution/metrics_data_access/public/test_utils/use_global_storybook_theme.tsx similarity index 100% rename from x-pack/plugins/metrics_data_access/public/test_utils/use_global_storybook_theme.tsx rename to x-pack/plugins/observability_solution/metrics_data_access/public/test_utils/use_global_storybook_theme.tsx diff --git a/x-pack/plugins/metrics_data_access/public/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/types.ts diff --git a/x-pack/plugins/metrics_data_access/public/utils/use_tracked_promise.ts b/x-pack/plugins/observability_solution/metrics_data_access/public/utils/use_tracked_promise.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/public/utils/use_tracked_promise.ts rename to x-pack/plugins/observability_solution/metrics_data_access/public/utils/use_tracked_promise.ts diff --git a/x-pack/plugins/metrics_data_access/server/client/client.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/client/client.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/client/client.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/client/client.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/client/client.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/client/client.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/client/client.ts diff --git a/x-pack/plugins/metrics_data_access/server/client/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/client/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/client/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/client/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/client_mock.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/client_mock.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/client_mock.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/client_mock.ts diff --git a/x-pack/plugins/metrics_data_access/server/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/adapters/framework/adapter_types.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/adapter_types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/adapters/framework/adapter_types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/adapter_types.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/adapters/framework/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/adapters/framework/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/framework/kibana_framework_adapter.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/adapters/metrics/adapter_types.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/metrics/adapter_types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/adapters/metrics/adapter_types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/metrics/adapter_types.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/adapters/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/adapters/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/adapters/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/create_custom_metrics_aggregations.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/create_custom_metrics_aggregations.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/create_custom_metrics_aggregations.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/create_custom_metrics_aggregations.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/create_search_client.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/create_search_client.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/create_search_client.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/create_search_client.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/constants.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/constants.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/constants.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/constants.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/__snapshots__/convert_buckets_to_metrics_series.test.ts.snap diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_aggregations.test.ts.snap diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/__snapshots__/create_metrics_aggregations.test.ts.snap diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_auto.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/calculate_bucket_size.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/interval_regex.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_bucket_size/unit_to_seconds.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_date_histogram_offset.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_interval.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_interval.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/calculate_interval.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/calculate_interval.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/convert_buckets_to_metrics_series.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_aggregations.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_aggregations.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_aggregations.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_aggregations.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_aggregations.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_aggregations.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_aggregations.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_aggregations.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/lib/create_metrics_aggregations.ts diff --git a/x-pack/plugins/metrics_data_access/server/lib/metrics/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/lib/metrics/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/lib/metrics/types.ts diff --git a/x-pack/plugins/metrics_data_access/server/plugin.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/plugin.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/plugin.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/plugin.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metric_indices/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metric_indices/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metric_indices/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metric_indices/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_metric_to_metrics_api_metric.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/convert_request_to_metrics_api_options.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/find_interval_for_metrics.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/get_dataset_for_field.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/get_dataset_for_field.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/get_dataset_for_field.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/get_dataset_for_field.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/query_total_grouping.test.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/query_total_grouping.test.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/query_total_grouping.test.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/query_total_grouping.test.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/query_total_groupings.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/query_total_groupings.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/query_total_groupings.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/query_total_groupings.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/transform_series.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/transform_series.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/metrics_explorer/lib/transform_series.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/metrics_explorer/lib/transform_series.ts diff --git a/x-pack/plugins/metrics_data_access/server/routes/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/routes/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/routes/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/routes/types.ts diff --git a/x-pack/plugins/metrics_data_access/server/saved_objects/metrics_data_source/index.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/saved_objects/metrics_data_source/index.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/saved_objects/metrics_data_source/index.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/saved_objects/metrics_data_source/index.ts diff --git a/x-pack/plugins/metrics_data_access/server/types.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/types.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/types.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/types.ts diff --git a/x-pack/plugins/metrics_data_access/server/utils/calculate_metric_interval.ts b/x-pack/plugins/observability_solution/metrics_data_access/server/utils/calculate_metric_interval.ts similarity index 100% rename from x-pack/plugins/metrics_data_access/server/utils/calculate_metric_interval.ts rename to x-pack/plugins/observability_solution/metrics_data_access/server/utils/calculate_metric_interval.ts diff --git a/x-pack/plugins/metrics_data_access/tsconfig.json b/x-pack/plugins/observability_solution/metrics_data_access/tsconfig.json similarity index 87% rename from x-pack/plugins/metrics_data_access/tsconfig.json rename to x-pack/plugins/observability_solution/metrics_data_access/tsconfig.json index 5eecf2fc31735..ee11c062a55d1 100644 --- a/x-pack/plugins/metrics_data_access/tsconfig.json +++ b/x-pack/plugins/observability_solution/metrics_data_access/tsconfig.json @@ -1,9 +1,9 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, - "include": ["../../../typings/**/*", "server/**/*", "common/**/*", "public/**/*"], + "include": ["../../../../typings/**/*", "server/**/*", "common/**/*", "public/**/*"], "exclude": ["target/**/*"], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/observability_ai_assistant/.storybook/jest_setup.js b/x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/jest_setup.js similarity index 100% rename from x-pack/plugins/observability_ai_assistant/.storybook/jest_setup.js rename to x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/jest_setup.js diff --git a/x-pack/plugins/observability_ai_assistant/.storybook/main.js b/x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/main.js similarity index 100% rename from x-pack/plugins/observability_ai_assistant/.storybook/main.js rename to x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/main.js diff --git a/x-pack/plugins/observability_ai_assistant/.storybook/preview.js b/x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/preview.js similarity index 100% rename from x-pack/plugins/observability_ai_assistant/.storybook/preview.js rename to x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/preview.js diff --git a/x-pack/plugins/observability_ai_assistant/README.md b/x-pack/plugins/observability_solution/observability_ai_assistant/README.md similarity index 100% rename from x-pack/plugins/observability_ai_assistant/README.md rename to x-pack/plugins/observability_solution/observability_ai_assistant/README.md diff --git a/x-pack/plugins/observability_ai_assistant/common/feature.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/common/feature.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/feature.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/feature.ts diff --git a/x-pack/plugins/observability_ai_assistant/common/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/common/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/common/types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/common/types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/types.ts diff --git a/x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/calculate_auto.js b/x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/calculate_auto.js similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/calculate_auto.js rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/calculate_auto.js diff --git a/x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/index.test.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/index.test.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/index.test.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/index.test.ts diff --git a/x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/unit_to_seconds.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/unit_to_seconds.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/common/utils/get_bucket_size/unit_to_seconds.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/common/utils/get_bucket_size/unit_to_seconds.ts diff --git a/x-pack/plugins/observability_ai_assistant/jest.config.js b/x-pack/plugins/observability_solution/observability_ai_assistant/jest.config.js similarity index 55% rename from x-pack/plugins/observability_ai_assistant/jest.config.js rename to x-pack/plugins/observability_solution/observability_ai_assistant/jest.config.js index 5eaabe2dcf492..b1333d1a63b4b 100644 --- a/x-pack/plugins/observability_ai_assistant/jest.config.js +++ b/x-pack/plugins/observability_solution/observability_ai_assistant/jest.config.js @@ -7,7 +7,9 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/observability_ai_assistant'], - setupFiles: ['/x-pack/plugins/observability_ai_assistant/.storybook/jest_setup.js'], + rootDir: '../../../..', + roots: ['/x-pack/plugins/observability_solution/observability_ai_assistant'], + setupFiles: [ + '/x-pack/plugins/observability_solution/observability_ai_assistant/.storybook/jest_setup.js', + ], }; diff --git a/x-pack/plugins/observability_ai_assistant/kibana.jsonc b/x-pack/plugins/observability_solution/observability_ai_assistant/kibana.jsonc similarity index 100% rename from x-pack/plugins/observability_ai_assistant/kibana.jsonc rename to x-pack/plugins/observability_solution/observability_ai_assistant/kibana.jsonc diff --git a/x-pack/plugins/observability_ai_assistant/public/api/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/api/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/api/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/api/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/application.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/application.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/application.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/application.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/assets/elastic_ai_assistant.png b/x-pack/plugins/observability_solution/observability_ai_assistant/public/assets/elastic_ai_assistant.png similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/assets/elastic_ai_assistant.png rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/assets/elastic_ai_assistant.png diff --git a/x-pack/plugins/observability_ai_assistant/public/assets/illustration.png b/x-pack/plugins/observability_solution/observability_ai_assistant/public/assets/illustration.png similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/assets/illustration.png rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/assets/illustration.png diff --git a/x-pack/plugins/observability_ai_assistant/public/assets/illustration.svg b/x-pack/plugins/observability_solution/observability_ai_assistant/public/assets/illustration.svg similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/assets/illustration.svg rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/assets/illustration.svg diff --git a/x-pack/plugins/observability_ai_assistant/public/components/action_menu_item/action_menu_item.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/action_menu_item/action_menu_item.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/action_menu_item/action_menu_item.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/action_menu_item/action_menu_item.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/assistant_avatar.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/assistant_avatar.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/assistant_avatar.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/assistant_avatar.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/assistant_avatar.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/assistant_avatar.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/assistant_avatar.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/assistant_avatar.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/ask_assistant_button.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/ask_assistant_button.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/ask_assistant_button.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/ask_assistant_button.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/ask_assistant_button.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/ask_assistant_button.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/ask_assistant_button.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/ask_assistant_button.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/hide_expand_conversation_list_button.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/new_chat_button.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/new_chat_button.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/new_chat_button.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/new_chat_button.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/new_chat_button.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/new_chat_button.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/new_chat_button.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/new_chat_button.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/regenerate_response_button.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/regenerate_response_button.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/regenerate_response_button.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/regenerate_response_button.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/regenerate_response_button.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/regenerate_response_button.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/regenerate_response_button.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/regenerate_response_button.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/start_chat_button.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/start_chat_button.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/start_chat_button.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/start_chat_button.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/start_chat_button.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/start_chat_button.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/start_chat_button.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/start_chat_button.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/stop_generating_button.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/stop_generating_button.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/stop_generating_button.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/stop_generating_button.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/buttons/stop_generating_button.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/stop_generating_button.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/buttons/stop_generating_button.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/buttons/stop_generating_button.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_actions_menu.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_actions_menu.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_actions_menu.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_actions_menu.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_body.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_body.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_body.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_body.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_body.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_body.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_body.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_body.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_consolidated_items.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_consolidated_items.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_consolidated_items.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_consolidated_items.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_flyout.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_flyout.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_flyout.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_flyout.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_flyout.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_flyout.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_flyout.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_flyout.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_header.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_header.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_header.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_header.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_header.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_header.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_header.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_header.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_actions.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_actions.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_actions.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_actions.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_avatar.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_avatar.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_avatar.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_avatar.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_content_inline_prompt_editor.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_content_inline_prompt_editor.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_content_inline_prompt_editor.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_content_inline_prompt_editor.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_controls.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_controls.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_controls.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_controls.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_title.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_title.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_item_title.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_item_title.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_prompt_editor.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_prompt_editor.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_prompt_editor.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_prompt_editor.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_prompt_editor.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_prompt_editor.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_prompt_editor.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_prompt_editor.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_timeline.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_timeline.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_timeline.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_timeline.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_timeline.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_timeline.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_timeline.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_timeline.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/chat_welcome_panel.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_welcome_panel.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/chat_welcome_panel.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/chat_welcome_panel.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/conversation_list.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/conversation_list.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/conversation_list.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/conversation_list.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/conversation_list.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/conversation_list.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/conversation_list.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/conversation_list.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/experimental_feature_banner.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/experimental_feature_banner.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/experimental_feature_banner.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/experimental_feature_banner.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/function_list_popover.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/function_list_popover.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/function_list_popover.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/function_list_popover.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/function_list_popover.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/function_list_popover.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/function_list_popover.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/function_list_popover.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/incorrect_license_panel.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/incorrect_license_panel.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/incorrect_license_panel.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/incorrect_license_panel.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/initial_setup_panel.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/initial_setup_panel.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/initial_setup_panel.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/initial_setup_panel.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/knowledge_base_callout.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/knowledge_base_callout.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/knowledge_base_callout.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/knowledge_base_callout.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/knowledge_base_callout.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/knowledge_base_callout.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/knowledge_base_callout.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/knowledge_base_callout.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/chat/types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/chat/types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/chat/types.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/components/connector_selector/connector_selector_base.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/connector_selector/connector_selector_base.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/connector_selector/connector_selector_base.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/connector_selector/connector_selector_base.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/connector_selector/connector_selector_base.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/connector_selector/connector_selector_base.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/connector_selector/connector_selector_base.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/connector_selector/connector_selector_base.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/feedback_buttons.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/feedback_buttons.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/feedback_buttons.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/feedback_buttons.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/insight/insight.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/insight/insight.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/insight/insight_base.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight_base.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/insight/insight_base.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight_base.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/insight/insight_base.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight_base.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/insight/insight_base.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight_base.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/insight/insight_error.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight_error.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/insight/insight_error.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/insight/insight_error.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/message_panel/esql_code_block.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/esql_code_block.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/message_panel/esql_code_block.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/esql_code_block.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/message_panel/esql_code_block.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/esql_code_block.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/message_panel/esql_code_block.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/esql_code_block.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/message_panel/failed_to_load_response.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/failed_to_load_response.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/message_panel/failed_to_load_response.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/failed_to_load_response.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/message_panel/message_panel.stories.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/message_panel.stories.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/message_panel/message_panel.stories.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/message_panel.stories.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/message_panel/message_panel.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/message_panel.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/message_panel/message_panel.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/message_panel.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/message_panel/message_text.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/message_text.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/message_panel/message_text.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/message_panel/message_text.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/missing_credentials_callout.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/missing_credentials_callout.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/missing_credentials_callout.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/missing_credentials_callout.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/page_template.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/page_template.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/page_template.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/page_template.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/render_function.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/render_function.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/render_function.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/render_function.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/components/technical_preview_badge.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/components/technical_preview_badge.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/components/technical_preview_badge.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/components/technical_preview_badge.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/context/observability_ai_assistant_chat_service_provider.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/context/observability_ai_assistant_chat_service_provider.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/context/observability_ai_assistant_chat_service_provider.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/context/observability_ai_assistant_chat_service_provider.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/context/observability_ai_assistant_provider.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/context/observability_ai_assistant_provider.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/context/observability_ai_assistant_provider.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/context/observability_ai_assistant_provider.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/alerts.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/alerts.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/alerts.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/alerts.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/elasticsearch.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/elasticsearch.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/elasticsearch.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/elasticsearch.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/esql.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/esql.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/esql.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/esql.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/get_dataset_info.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/get_dataset_info.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/get_dataset_info.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/get_dataset_info.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/kibana.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/kibana.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/kibana.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/kibana.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/lens.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/lens.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/lens.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/lens.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/recall.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/recall.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/recall.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/recall.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/functions/summarize.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/summarize.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/functions/summarize.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/functions/summarize.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_conversations.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_conversations.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_conversations.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_conversations.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_current_user.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_current_user.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_current_user.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_current_user.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_genai_connectors.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_genai_connectors.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_genai_connectors.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_genai_connectors.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_kibana.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_kibana.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_kibana.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_kibana.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_knowledge_base.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_knowledge_base.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_knowledge_base.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_knowledge_base.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant_chat_service.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant_chat_service.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant_chat_service.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/__storybook_mocks__/use_observability_ai_assistant_chat_service.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_abortable_async.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_abortable_async.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_abortable_async.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_abortable_async.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_confirm_modal.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_confirm_modal.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_confirm_modal.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_confirm_modal.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_conversation.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_conversation.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_conversation.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_conversation.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_conversations.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_conversations.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_conversations.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_conversations.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_current_user.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_current_user.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_current_user.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_current_user.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_genai_connectors.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_genai_connectors.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_genai_connectors.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_genai_connectors.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_json_editor_model.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_json_editor_model.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_json_editor_model.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_json_editor_model.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_kibana.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_kibana.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_kibana.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_kibana.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_knowledge_base.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_knowledge_base.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_knowledge_base.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_knowledge_base.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_license.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_license.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_license.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_license.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_license_management_locator.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_license_management_locator.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_license_management_locator.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_license_management_locator.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant_chat_service.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant_chat_service.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant_chat_service.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant_chat_service.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant_params.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant_params.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant_params.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant_params.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant_router.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant_router.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_observability_ai_assistant_router.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_observability_ai_assistant_router.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_timeline.test.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_timeline.test.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_timeline.test.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_timeline.test.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_timeline.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_timeline.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_timeline.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_timeline.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/hooks/use_unmount_and_remount_when_prop_changes.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_unmount_and_remount_when_prop_changes.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/hooks/use_unmount_and_remount_when_prop_changes.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/hooks/use_unmount_and_remount_when_prop_changes.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/i18n.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/i18n.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/i18n.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/i18n.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/plugin.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/plugin.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/plugin.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/plugin.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/routes/config.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/routes/config.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/routes/config.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/routes/config.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/routes/conversations/conversation_view.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/routes/conversations/conversation_view.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/routes/conversations/conversation_view.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/routes/conversations/conversation_view.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/service/create_chat_service.test.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_chat_service.test.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/service/create_chat_service.test.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_chat_service.test.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/service/create_chat_service.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_chat_service.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/service/create_chat_service.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_chat_service.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/service/create_service.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_service.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/service/create_service.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/service/create_service.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/service/get_assistant_setup_message.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/service/get_assistant_setup_message.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/service/get_assistant_setup_message.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/service/get_assistant_setup_message.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/types.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/builders.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/builders.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/builders.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/builders.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/create_initialized_object.test.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/create_initialized_object.test.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/create_initialized_object.test.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/create_initialized_object.test.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/create_initialized_object.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/create_initialized_object.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/create_initialized_object.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/create_initialized_object.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/get_connectors_management_href.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_connectors_management_href.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/get_connectors_management_href.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_connectors_management_href.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/get_models_management_href.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_models_management_href.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/get_models_management_href.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_models_management_href.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/get_role_translation.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_role_translation.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/get_role_translation.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_role_translation.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/get_timeline_items_from_conversation.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_timeline_items_from_conversation.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/get_timeline_items_from_conversation.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/get_timeline_items_from_conversation.tsx diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/readable_stream_reader_into_observable.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/readable_stream_reader_into_observable.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/readable_stream_reader_into_observable.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/readable_stream_reader_into_observable.ts diff --git a/x-pack/plugins/observability_ai_assistant/public/utils/storybook_decorator.tsx b/x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/storybook_decorator.tsx similarity index 100% rename from x-pack/plugins/observability_ai_assistant/public/utils/storybook_decorator.tsx rename to x-pack/plugins/observability_solution/observability_ai_assistant/public/utils/storybook_decorator.tsx diff --git a/x-pack/plugins/observability_ai_assistant/server/config.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/config.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/config.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/config.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/plugin.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/plugin.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/plugin.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/plugin.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/chat/route.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/chat/route.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/chat/route.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/chat/route.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/connectors/route.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/connectors/route.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/connectors/route.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/connectors/route.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/conversations/route.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/conversations/route.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/conversations/route.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/conversations/route.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/create_observability_ai_assistant_server_route.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/create_observability_ai_assistant_server_route.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/create_observability_ai_assistant_server_route.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/create_observability_ai_assistant_server_route.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/functions/route.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/functions/route.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/functions/route.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/functions/route.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/get_global_observability_ai_assistant_route_repository.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/get_global_observability_ai_assistant_route_repository.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/get_global_observability_ai_assistant_route_repository.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/get_global_observability_ai_assistant_route_repository.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/register_routes.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/register_routes.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/register_routes.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/register_routes.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/runtime_types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/runtime_types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/runtime_types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/runtime_types.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/routes/types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/routes/types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/routes/types.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/client/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/client/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/client/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/client/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/conversation_component_template.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/conversation_component_template.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/conversation_component_template.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/conversation_component_template.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/kb_component_template.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/kb_component_template.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/kb_component_template.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/kb_component_template.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/kb_service/index.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/kb_service/index.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/kb_service/index.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/kb_service/index.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/kb_service/kb_docs/lens.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/kb_service/kb_docs/lens.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/kb_service/kb_docs/lens.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/kb_service/kb_docs/lens.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/types.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/util/get_access_query.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/get_access_query.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/util/get_access_query.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/get_access_query.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/util/get_category_query.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/get_category_query.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/util/get_category_query.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/get_category_query.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/service/util/split_kb_text.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/split_kb_text.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/service/util/split_kb_text.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/service/util/split_kb_text.ts diff --git a/x-pack/plugins/observability_ai_assistant/server/types.ts b/x-pack/plugins/observability_solution/observability_ai_assistant/server/types.ts similarity index 100% rename from x-pack/plugins/observability_ai_assistant/server/types.ts rename to x-pack/plugins/observability_solution/observability_ai_assistant/server/types.ts diff --git a/x-pack/plugins/observability_ai_assistant/tsconfig.json b/x-pack/plugins/observability_solution/observability_ai_assistant/tsconfig.json similarity index 93% rename from x-pack/plugins/observability_ai_assistant/tsconfig.json rename to x-pack/plugins/observability_solution/observability_ai_assistant/tsconfig.json index afdc9a4a89243..1a2b0b892cb0b 100644 --- a/x-pack/plugins/observability_ai_assistant/tsconfig.json +++ b/x-pack/plugins/observability_solution/observability_ai_assistant/tsconfig.json @@ -1,10 +1,10 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, "include": [ - "../../../typings/**/*", + "../../../../typings/**/*", "common/**/*", "public/**/*", "typings/**/*", diff --git a/x-pack/plugins/observability_onboarding/.prettierrc b/x-pack/plugins/observability_solution/observability_onboarding/.prettierrc similarity index 100% rename from x-pack/plugins/observability_onboarding/.prettierrc rename to x-pack/plugins/observability_solution/observability_onboarding/.prettierrc diff --git a/x-pack/plugins/observability_onboarding/README.md b/x-pack/plugins/observability_solution/observability_onboarding/README.md similarity index 100% rename from x-pack/plugins/observability_onboarding/README.md rename to x-pack/plugins/observability_solution/observability_onboarding/README.md diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/custom_logs/__snapshots__/generate_custom_logs_yml.test.ts.snap b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/custom_logs/__snapshots__/generate_custom_logs_yml.test.ts.snap similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/custom_logs/__snapshots__/generate_custom_logs_yml.test.ts.snap rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/custom_logs/__snapshots__/generate_custom_logs_yml.test.ts.snap diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.test.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.test.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.test.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.test.ts diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/custom_logs/generate_custom_logs_yml.ts diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/index.ts diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/system_logs/__snapshots__/generate_system_logs_yml.test.ts.snap b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/system_logs/__snapshots__/generate_system_logs_yml.test.ts.snap similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/system_logs/__snapshots__/generate_system_logs_yml.test.ts.snap rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/system_logs/__snapshots__/generate_system_logs_yml.test.ts.snap diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.test.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.test.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.test.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.test.ts diff --git a/x-pack/plugins/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/elastic_agent_logs/system_logs/generate_system_logs_yml.ts diff --git a/x-pack/plugins/observability_onboarding/common/es_fields.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/es_fields.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/es_fields.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/es_fields.ts diff --git a/x-pack/plugins/observability_onboarding/common/fetch_options.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/fetch_options.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/fetch_options.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/fetch_options.ts diff --git a/x-pack/plugins/observability_onboarding/common/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/common/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/common/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/common/index.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/README.md b/x-pack/plugins/observability_solution/observability_onboarding/e2e/README.md similarity index 69% rename from x-pack/plugins/observability_onboarding/e2e/README.md rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/README.md index 4d3e15318c64f..5ee9eaba5039c 100644 --- a/x-pack/plugins/observability_onboarding/e2e/README.md +++ b/x-pack/plugins/observability_solution/observability_onboarding/e2e/README.md @@ -24,6 +24,7 @@ node x-pack/plugins/observability_onboarding/scripts/test/e2e --server ``` ### Run tests + Runs all tests in the terminal ``` @@ -31,21 +32,23 @@ node x-pack/plugins/observability_onboarding/scripts/test/e2e --runner ``` ### Open cypress dashboard + Opens cypress dashboard, there it's possible to select what test you want to run. ``` node x-pack/plugins/observability_onboarding/scripts/test/e2e --open ``` + ### Arguments -| Option | Description | -| ------------ | ----------------------------------------------- | -| --server | Only start ES and Kibana | -| --runner | Only run tests | -| --spec | Specify the specs to run | -| --times | Repeat the test n number of times | -| --bail | stop tests after the first failure | +| Option | Description | +| -------- | ---------------------------------- | +| --server | Only start ES and Kibana | +| --runner | Only run tests | +| --spec | Specify the specs to run | +| --times | Repeat the test n number of times | +| --bail | stop tests after the first failure | ``` -node x-pack/plugins/observability_onboarding/scripts/test/e2e.js --runner --spec cypress/e2e/home.cy.ts --times 2 -``` \ No newline at end of file +node x-pack/plugins/observability_solution/observability_onboarding/scripts/test/e2e.js --runner --spec cypress/e2e/home.cy.ts --times 2 +``` diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress.config.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress.config.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress.config.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress.config.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/e2e/home.cy.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/home.cy.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/e2e/home.cy.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/home.cy.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/configure.cy.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/configure.cy.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/configure.cy.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/configure.cy.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/install_elastic_agent.cy.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/install_elastic_agent.cy.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/install_elastic_agent.cy.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/custom_logs/install_elastic_agent.cy.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/feedback.cy.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/feedback.cy.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/feedback.cy.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/feedback.cy.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/system_logs.cy.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/system_logs.cy.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/e2e/logs/system_logs.cy.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/logs/system_logs.cy.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/e2e/navigation.cy.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/navigation.cy.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/e2e/navigation.cy.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/e2e/navigation.cy.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/support/commands.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/support/commands.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/support/commands.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/support/commands.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/support/e2e.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/support/e2e.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/support/e2e.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/support/e2e.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress/support/types.d.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/support/types.d.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress/support/types.d.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress/support/types.d.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/cypress_test_runner.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress_test_runner.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/cypress_test_runner.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/cypress_test_runner.ts diff --git a/x-pack/plugins/profiling/e2e/ftr_config.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts similarity index 92% rename from x-pack/plugins/profiling/e2e/ftr_config.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts index c042c085b37d0..876ca1d2abfe4 100644 --- a/x-pack/plugins/profiling/e2e/ftr_config.ts +++ b/x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config.ts @@ -13,10 +13,10 @@ const kibanaYamlFilePath = path.join(__dirname, './ftr_kibana.yml'); async function ftrConfig({ readConfigFile }: FtrConfigProviderContext) { const kibanaCommonTestsConfig = await readConfigFile( - require.resolve('../../../../test/common/config.js') + require.resolve('../../../../../test/common/config.js') ); const xpackFunctionalTestsConfig = await readConfigFile( - require.resolve('../../../test/functional/config.base.js') + require.resolve('../../../../test/functional/config.base.js') ); return { diff --git a/x-pack/plugins/observability_onboarding/e2e/ftr_config_open.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_open.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/ftr_config_open.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_open.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/ftr_config_runner.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_runner.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/ftr_config_runner.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_config_runner.ts diff --git a/x-pack/plugins/observability_onboarding/e2e/ftr_kibana.yml b/x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_kibana.yml similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/ftr_kibana.yml rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_kibana.yml diff --git a/x-pack/plugins/observability_onboarding/e2e/ftr_provider_context.d.ts b/x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_provider_context.d.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/e2e/ftr_provider_context.d.ts rename to x-pack/plugins/observability_solution/observability_onboarding/e2e/ftr_provider_context.d.ts diff --git a/x-pack/plugins/observability_solution/observability_onboarding/e2e/tsconfig.json b/x-pack/plugins/observability_solution/observability_onboarding/e2e/tsconfig.json new file mode 100644 index 0000000000000..52223ecdcf447 --- /dev/null +++ b/x-pack/plugins/observability_solution/observability_onboarding/e2e/tsconfig.json @@ -0,0 +1,17 @@ +{ + "extends": "../../../../../tsconfig.base.json", + "include": ["**/*"], + "exclude": ["tmp", "target/**/*"], + "compilerOptions": { + "outDir": "target/types", + "types": ["cypress", "node", "cypress-real-events"], + "isolatedModules": false + }, + "kbn_references": [ + { "path": "../../../../../test/tsconfig.json" }, + { "path": "../../../../test/tsconfig.json" }, + "@kbn/test", + "@kbn/dev-utils", + "@kbn/cypress-config" + ] +} diff --git a/x-pack/plugins/observability_onboarding/jest.config.js b/x-pack/plugins/observability_solution/observability_onboarding/jest.config.js similarity index 69% rename from x-pack/plugins/observability_onboarding/jest.config.js rename to x-pack/plugins/observability_solution/observability_onboarding/jest.config.js index 66a2f768ca0ff..dac775b60d25b 100644 --- a/x-pack/plugins/observability_onboarding/jest.config.js +++ b/x-pack/plugins/observability_solution/observability_onboarding/jest.config.js @@ -9,6 +9,8 @@ const path = require('path'); module.exports = { preset: '@kbn/test', - rootDir: path.resolve(__dirname, '../../..'), - roots: ['/x-pack/plugins/observability_onboarding'], + rootDir: path.resolve(__dirname, '../../../..'), + roots: [ + '/x-pack/plugins/observability_solution/observability_onboarding', + ], }; diff --git a/x-pack/plugins/observability_onboarding/kibana.jsonc b/x-pack/plugins/observability_solution/observability_onboarding/kibana.jsonc similarity index 100% rename from x-pack/plugins/observability_onboarding/kibana.jsonc rename to x-pack/plugins/observability_solution/observability_onboarding/kibana.jsonc diff --git a/x-pack/plugins/observability_onboarding/public/application/app.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/application/app.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/application/app.tsx diff --git a/x-pack/plugins/observability_onboarding/public/assets/standalone_agent_setup.sh b/x-pack/plugins/observability_solution/observability_onboarding/public/assets/standalone_agent_setup.sh similarity index 100% rename from x-pack/plugins/observability_onboarding/public/assets/standalone_agent_setup.sh rename to x-pack/plugins/observability_solution/observability_onboarding/public/assets/standalone_agent_setup.sh diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/api_key_banner.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/api_key_banner.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/api_key_banner.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/api_key_banner.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/configure_logs.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/configure_logs.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/configure_logs.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/configure_logs.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/get_filename.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/get_filename.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/get_filename.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/get_filename.ts diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/index.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/index.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/index.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/index.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/inspect.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/inspect.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/inspect.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/inspect.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/install_elastic_agent.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/install_elastic_agent.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/install_elastic_agent.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/install_elastic_agent.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/custom_logs/select_logs.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/select_logs.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/custom_logs/select_logs.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/custom_logs/select_logs.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/header_action_menu/index.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/header_action_menu/index.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/header_action_menu/index.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/header_action_menu/index.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/home/index.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/home/index.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/home/index.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/home/index.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/system_logs/index.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/system_logs/index.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/system_logs/index.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/system_logs/index.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/system_logs/install_elastic_agent.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/system_logs/install_elastic_agent.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/system_logs/install_elastic_agent.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/system_logs/install_elastic_agent.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/app/system_logs/system_integration_banner.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/app/system_logs/system_integration_banner.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/app/system_logs/system_integration_banner.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/app/system_logs/system_integration_banner.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/back_button.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/back_button.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/back_button.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/back_button.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/filmstrip_transition.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/filmstrip_transition.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/filmstrip_transition.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/filmstrip_transition.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/get_elastic_agent_setup_command.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/get_elastic_agent_setup_command.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/get_elastic_agent_setup_command.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/get_elastic_agent_setup_command.ts diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/install_elastic_agent_steps.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/install_elastic_agent_steps.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/install_elastic_agent_steps.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/install_elastic_agent_steps.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/optional_form_row.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/optional_form_row.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/optional_form_row.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/optional_form_row.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/popover_tooltip.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/popover_tooltip.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/popover_tooltip.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/popover_tooltip.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/step_panel.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/step_panel.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/step_panel.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/step_panel.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/step_status.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/step_status.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/step_status.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/step_status.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/troubleshooting_link.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/troubleshooting_link.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/troubleshooting_link.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/troubleshooting_link.tsx diff --git a/x-pack/plugins/observability_onboarding/public/components/shared/windows_install_step.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/windows_install_step.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/components/shared/windows_install_step.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/components/shared/windows_install_step.tsx diff --git a/x-pack/plugins/observability_onboarding/public/context/create_wizard_context.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/context/create_wizard_context.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/context/create_wizard_context.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/context/create_wizard_context.tsx diff --git a/x-pack/plugins/observability_onboarding/public/context/nav_events.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/context/nav_events.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/context/nav_events.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/context/nav_events.ts diff --git a/x-pack/plugins/observability_onboarding/public/context/path.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/context/path.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/context/path.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/context/path.ts diff --git a/x-pack/plugins/observability_onboarding/public/hooks/use_fetcher.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_fetcher.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/hooks/use_fetcher.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_fetcher.tsx diff --git a/x-pack/plugins/observability_onboarding/public/hooks/use_install_system_integration.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_install_system_integration.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/hooks/use_install_system_integration.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_install_system_integration.ts diff --git a/x-pack/plugins/observability_onboarding/public/hooks/use_kibana.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_kibana.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/hooks/use_kibana.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_kibana.ts diff --git a/x-pack/plugins/observability_onboarding/public/hooks/use_kibana_navigation.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_kibana_navigation.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/hooks/use_kibana_navigation.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/hooks/use_kibana_navigation.ts diff --git a/x-pack/plugins/observability_onboarding/public/icons/apache.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/apache.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/apache.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/apache.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/apm.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/apm.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/apm.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/apm.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/aws.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/aws.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/aws.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/aws.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/azure.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/azure.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/azure.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/azure.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/gcp.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/gcp.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/gcp.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/gcp.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/kinesis.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/kinesis.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/kinesis.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/kinesis.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/kubernetes.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/kubernetes.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/kubernetes.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/kubernetes.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/logging.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/logging.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/logging.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/logging.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/nginx.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/nginx.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/nginx.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/nginx.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/opentelemetry.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/opentelemetry.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/opentelemetry.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/opentelemetry.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/system.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/system.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/system.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/system.svg diff --git a/x-pack/plugins/observability_onboarding/public/icons/universal_profiling.svg b/x-pack/plugins/observability_solution/observability_onboarding/public/icons/universal_profiling.svg similarity index 100% rename from x-pack/plugins/observability_onboarding/public/icons/universal_profiling.svg rename to x-pack/plugins/observability_solution/observability_onboarding/public/icons/universal_profiling.svg diff --git a/x-pack/plugins/observability_onboarding/public/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/index.ts diff --git a/x-pack/plugins/observability_onboarding/public/locators/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/locators/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/locators/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/locators/index.ts diff --git a/x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/get_location.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/get_location.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/get_location.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/get_location.ts diff --git a/x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/locator_definition.test.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/locator_definition.test.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/locator_definition.test.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/locator_definition.test.ts diff --git a/x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/locator_definition.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/locator_definition.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/locator_definition.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/locator_definition.ts diff --git a/x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/types.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/types.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/locators/onboarding_locator/types.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/locators/onboarding_locator/types.ts diff --git a/x-pack/plugins/observability_onboarding/public/plugin.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/plugin.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/plugin.ts diff --git a/x-pack/plugins/observability_onboarding/public/routes/index.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/routes/index.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/routes/index.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/routes/index.tsx diff --git a/x-pack/plugins/observability_onboarding/public/routes/templates/custom_logs.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/routes/templates/custom_logs.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/routes/templates/custom_logs.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/routes/templates/custom_logs.tsx diff --git a/x-pack/plugins/observability_onboarding/public/routes/templates/system_logs.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/routes/templates/system_logs.tsx similarity index 100% rename from x-pack/plugins/observability_onboarding/public/routes/templates/system_logs.tsx rename to x-pack/plugins/observability_solution/observability_onboarding/public/routes/templates/system_logs.tsx diff --git a/x-pack/plugins/observability_onboarding/public/services/rest/call_api.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/services/rest/call_api.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/services/rest/call_api.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/services/rest/call_api.ts diff --git a/x-pack/plugins/observability_onboarding/public/services/rest/create_call_api.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/services/rest/create_call_api.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/public/services/rest/create_call_api.ts rename to x-pack/plugins/observability_solution/observability_onboarding/public/services/rest/create_call_api.ts diff --git a/x-pack/plugins/observability_onboarding/scripts/test/api.js b/x-pack/plugins/observability_solution/observability_onboarding/scripts/test/api.js similarity index 100% rename from x-pack/plugins/observability_onboarding/scripts/test/api.js rename to x-pack/plugins/observability_solution/observability_onboarding/scripts/test/api.js diff --git a/x-pack/plugins/observability_onboarding/scripts/test/e2e.js b/x-pack/plugins/observability_solution/observability_onboarding/scripts/test/e2e.js similarity index 98% rename from x-pack/plugins/observability_onboarding/scripts/test/e2e.js rename to x-pack/plugins/observability_solution/observability_onboarding/scripts/test/e2e.js index 8a584a84bdc87..b727c63d8328e 100644 --- a/x-pack/plugins/observability_onboarding/scripts/test/e2e.js +++ b/x-pack/plugins/observability_solution/observability_onboarding/scripts/test/e2e.js @@ -65,7 +65,7 @@ if (cypressCliArgs.grep) { const ftrConfig = argv.open ? './ftr_config_open.ts' : './ftr_config_runner.ts'; const spawnArgs = [ - `../../../../scripts/${ftrScript}`, + `../../../../../scripts/${ftrScript}`, `--config=${ftrConfig}`, `--kibana-install-dir=${argv.kibanaInstallDir}`, ...(argv.bail ? [`--bail`] : []), diff --git a/x-pack/plugins/observability_onboarding/scripts/test/jest.js b/x-pack/plugins/observability_solution/observability_onboarding/scripts/test/jest.js similarity index 100% rename from x-pack/plugins/observability_onboarding/scripts/test/jest.js rename to x-pack/plugins/observability_solution/observability_onboarding/scripts/test/jest.js diff --git a/x-pack/plugins/observability_onboarding/server/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/index.ts diff --git a/x-pack/plugins/observability_onboarding/server/lib/get_authentication_api_key.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/lib/get_authentication_api_key.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/lib/get_authentication_api_key.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/lib/get_authentication_api_key.ts diff --git a/x-pack/plugins/observability_onboarding/server/lib/get_fallback_urls.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/lib/get_fallback_urls.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/lib/get_fallback_urls.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/lib/get_fallback_urls.ts diff --git a/x-pack/plugins/observability_onboarding/server/lib/state/get_observability_onboarding_flow.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/lib/state/get_observability_onboarding_flow.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/lib/state/get_observability_onboarding_flow.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/lib/state/get_observability_onboarding_flow.ts diff --git a/x-pack/plugins/observability_onboarding/server/lib/state/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/lib/state/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/lib/state/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/lib/state/index.ts diff --git a/x-pack/plugins/observability_onboarding/server/lib/state/save_observability_onboarding_flow.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/lib/state/save_observability_onboarding_flow.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/lib/state/save_observability_onboarding_flow.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/lib/state/save_observability_onboarding_flow.ts diff --git a/x-pack/plugins/observability_onboarding/server/plugin.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/plugin.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/plugin.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/create_observability_onboarding_server_route.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/create_observability_onboarding_server_route.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/create_observability_onboarding_server_route.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/create_observability_onboarding_server_route.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/elastic_agent/route.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/elastic_agent/route.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/elastic_agent/route.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/elastic_agent/route.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/flow/get_has_logs.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/get_has_logs.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/flow/get_has_logs.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/get_has_logs.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/flow/route.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/route.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/flow/route.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/flow/route.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/index.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/logs/api_key/create_shipper_api_key.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/api_key/create_shipper_api_key.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/logs/api_key/create_shipper_api_key.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/api_key/create_shipper_api_key.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/logs/api_key/has_log_monitoring_privileges.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/api_key/has_log_monitoring_privileges.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/logs/api_key/has_log_monitoring_privileges.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/api_key/has_log_monitoring_privileges.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/logs/api_key/monitoring_config.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/api_key/monitoring_config.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/logs/api_key/monitoring_config.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/api_key/monitoring_config.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/logs/route.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/route.ts similarity index 98% rename from x-pack/plugins/observability_onboarding/server/routes/logs/route.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/route.ts index a11dcd918f3ed..46220fe7f0d7f 100644 --- a/x-pack/plugins/observability_onboarding/server/routes/logs/route.ts +++ b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/logs/route.ts @@ -61,7 +61,7 @@ const installShipperSetupRoute = createObservabilityOnboardingServerRoute({ core.setup.http.basePath.publicBaseUrl ?? // priority given to server.publicBaseUrl plugins.cloud?.setup?.kibanaUrl ?? // then cloud id getFallbackKibanaUrl(coreStart); // falls back to local network binding - const scriptDownloadUrl = `${kibanaUrl}/plugins/observabilityOnboarding/assets/standalone_agent_setup.sh`; + const scriptDownloadUrl = `${kibanaUrl}/plugins/observability_solution/observabilityOnboarding/assets/standalone_agent_setup.sh`; const apiEndpoint = `${kibanaUrl}/internal/observability_onboarding`; return { diff --git a/x-pack/plugins/observability_onboarding/server/routes/register_routes.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/register_routes.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/register_routes.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/register_routes.ts diff --git a/x-pack/plugins/observability_onboarding/server/routes/types.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/routes/types.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/routes/types.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/routes/types.ts diff --git a/x-pack/plugins/observability_onboarding/server/saved_objects/observability_onboarding_status.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/saved_objects/observability_onboarding_status.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/saved_objects/observability_onboarding_status.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/saved_objects/observability_onboarding_status.ts diff --git a/x-pack/plugins/observability_onboarding/server/services/es_legacy_config_service.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/services/es_legacy_config_service.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/services/es_legacy_config_service.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/services/es_legacy_config_service.ts diff --git a/x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/authentication.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/authentication.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/authentication.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/authentication.ts diff --git a/x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/call_kibana.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/call_kibana.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/call_kibana.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/call_kibana.ts diff --git a/x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_custom_role.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_custom_role.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_custom_role.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_custom_role.ts diff --git a/x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_or_update_user.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_or_update_user.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_or_update_user.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/helpers/create_or_update_user.ts diff --git a/x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/index.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/index.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/test_helpers/create_observability_onboarding_users/index.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/test_helpers/create_observability_onboarding_users/index.ts diff --git a/x-pack/plugins/observability_onboarding/server/types.ts b/x-pack/plugins/observability_solution/observability_onboarding/server/types.ts similarity index 100% rename from x-pack/plugins/observability_onboarding/server/types.ts rename to x-pack/plugins/observability_solution/observability_onboarding/server/types.ts diff --git a/x-pack/plugins/observability_onboarding/tsconfig.json b/x-pack/plugins/observability_solution/observability_onboarding/tsconfig.json similarity index 85% rename from x-pack/plugins/observability_onboarding/tsconfig.json rename to x-pack/plugins/observability_solution/observability_onboarding/tsconfig.json index 08ede6f201fc2..cdd0998bf444c 100644 --- a/x-pack/plugins/observability_onboarding/tsconfig.json +++ b/x-pack/plugins/observability_solution/observability_onboarding/tsconfig.json @@ -1,10 +1,10 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { - "outDir": "target/types", + "outDir": "target/types" }, "include": [ - "../../../typings/**/*", + "../../../../typings/**/*", "common/**/*", "public/**/*", "typings/**/*", @@ -36,7 +36,5 @@ "@kbn/fleet-plugin", "@kbn/shared-ux-link-redirect-app" ], - "exclude": [ - "target/**/*", - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/observability_shared/.storybook/jest_setup.js b/x-pack/plugins/observability_solution/observability_shared/.storybook/jest_setup.js similarity index 100% rename from x-pack/plugins/observability_shared/.storybook/jest_setup.js rename to x-pack/plugins/observability_solution/observability_shared/.storybook/jest_setup.js diff --git a/x-pack/plugins/observability_shared/.storybook/main.js b/x-pack/plugins/observability_solution/observability_shared/.storybook/main.js similarity index 100% rename from x-pack/plugins/observability_shared/.storybook/main.js rename to x-pack/plugins/observability_solution/observability_shared/.storybook/main.js diff --git a/x-pack/plugins/observability_shared/.storybook/preview.js b/x-pack/plugins/observability_solution/observability_shared/.storybook/preview.js similarity index 100% rename from x-pack/plugins/observability_shared/.storybook/preview.js rename to x-pack/plugins/observability_solution/observability_shared/.storybook/preview.js diff --git a/x-pack/plugins/observability_shared/README.md b/x-pack/plugins/observability_solution/observability_shared/README.md similarity index 100% rename from x-pack/plugins/observability_shared/README.md rename to x-pack/plugins/observability_solution/observability_shared/README.md diff --git a/x-pack/plugins/observability_shared/common/field_names/elasticsearch.ts b/x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts similarity index 100% rename from x-pack/plugins/observability_shared/common/field_names/elasticsearch.ts rename to x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts diff --git a/x-pack/plugins/observability_shared/common/field_names/synthetics.ts b/x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts similarity index 100% rename from x-pack/plugins/observability_shared/common/field_names/synthetics.ts rename to x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts diff --git a/x-pack/plugins/observability_shared/common/index.ts b/x-pack/plugins/observability_solution/observability_shared/common/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/common/index.ts rename to x-pack/plugins/observability_solution/observability_shared/common/index.ts diff --git a/x-pack/plugins/observability_shared/common/trigger_ids.ts b/x-pack/plugins/observability_solution/observability_shared/common/trigger_ids.ts similarity index 100% rename from x-pack/plugins/observability_shared/common/trigger_ids.ts rename to x-pack/plugins/observability_solution/observability_shared/common/trigger_ids.ts diff --git a/x-pack/plugins/observability_shared/common/utils/get_inspect_response.ts b/x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts similarity index 100% rename from x-pack/plugins/observability_shared/common/utils/get_inspect_response.ts rename to x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts diff --git a/x-pack/plugins/observability_shared/common/utils/unwrap_es_response.ts b/x-pack/plugins/observability_solution/observability_shared/common/utils/unwrap_es_response.ts similarity index 100% rename from x-pack/plugins/observability_shared/common/utils/unwrap_es_response.ts rename to x-pack/plugins/observability_solution/observability_shared/common/utils/unwrap_es_response.ts diff --git a/x-pack/plugins/observability_shared/dev_docs/how_we_manage_dependencies.md b/x-pack/plugins/observability_solution/observability_shared/dev_docs/how_we_manage_dependencies.md similarity index 100% rename from x-pack/plugins/observability_shared/dev_docs/how_we_manage_dependencies.md rename to x-pack/plugins/observability_solution/observability_shared/dev_docs/how_we_manage_dependencies.md diff --git a/x-pack/plugins/observability_solution/observability_shared/jest.config.js b/x-pack/plugins/observability_solution/observability_shared/jest.config.js new file mode 100644 index 0000000000000..9151980b83c39 --- /dev/null +++ b/x-pack/plugins/observability_solution/observability_shared/jest.config.js @@ -0,0 +1,21 @@ +/* + * 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/observability_solution/observability_shared'], + setupFiles: [ + '/x-pack/plugins/observability_solution/observability_shared/.storybook/jest_setup.js', + ], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/observability_shared', + coverageReporters: ['text', 'html'], + collectCoverageFrom: [ + '/x-pack/plugins/observability_solution/observability_shared/{common,public,server}/**/*.{js,ts,tsx}', + ], +}; diff --git a/x-pack/plugins/observability_shared/kibana.jsonc b/x-pack/plugins/observability_solution/observability_shared/kibana.jsonc similarity index 100% rename from x-pack/plugins/observability_shared/kibana.jsonc rename to x-pack/plugins/observability_solution/observability_shared/kibana.jsonc diff --git a/x-pack/plugins/observability_shared/public/components/action_menu/action_menu.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/action_menu/action_menu.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx diff --git a/x-pack/plugins/observability_shared/public/components/header_menu/header_menu_portal.test.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.test.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/header_menu/header_menu_portal.test.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.test.tsx diff --git a/x-pack/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/header_menu/header_menu_portal.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/header_menu_portal.tsx diff --git a/x-pack/plugins/observability_shared/public/components/header_menu/index.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/index.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/header_menu/index.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/index.tsx diff --git a/x-pack/plugins/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx diff --git a/x-pack/plugins/observability_shared/public/components/load_when_in_view/load_when_in_view.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/load_when_in_view.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/load_when_in_view/load_when_in_view.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/load_when_in_view.tsx diff --git a/x-pack/plugins/observability_shared/public/components/navigation_warning_prompt/context.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/context.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/navigation_warning_prompt/context.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/context.tsx diff --git a/x-pack/plugins/observability_shared/public/components/navigation_warning_prompt/index.ts b/x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/components/navigation_warning_prompt/index.ts rename to x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/index.ts diff --git a/x-pack/plugins/observability_shared/public/components/navigation_warning_prompt/prompt.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/prompt.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/navigation_warning_prompt/prompt.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/prompt.tsx diff --git a/x-pack/plugins/observability_shared/public/components/page_template/README.md b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/README.md similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/README.md rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/README.md diff --git a/x-pack/plugins/observability_shared/public/components/page_template/badge.png b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/badge.png similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/badge.png rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/badge.png diff --git a/x-pack/plugins/observability_shared/public/components/page_template/helpers/navigation_registry.ts b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/helpers/navigation_registry.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/helpers/navigation_registry.ts rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/helpers/navigation_registry.ts diff --git a/x-pack/plugins/observability_shared/public/components/page_template/index.ts b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/index.ts rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/index.ts diff --git a/x-pack/plugins/observability_shared/public/components/page_template/lazy_page_template.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/lazy_page_template.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/lazy_page_template.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/lazy_page_template.tsx diff --git a/x-pack/plugins/observability_shared/public/components/page_template/nav_name_with_badge.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/nav_name_with_badge.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/nav_name_with_badge.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/nav_name_with_badge.tsx diff --git a/x-pack/plugins/observability_shared/public/components/page_template/nav_name_with_beta_badge.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/nav_name_with_beta_badge.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/nav_name_with_beta_badge.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/nav_name_with_beta_badge.tsx diff --git a/x-pack/plugins/observability_shared/public/components/page_template/page_template.png b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.png similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/page_template.png rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.png diff --git a/x-pack/plugins/observability_shared/public/components/page_template/page_template.test.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.test.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/page_template.test.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.test.tsx diff --git a/x-pack/plugins/observability_shared/public/components/page_template/page_template.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/page_template/page_template.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx diff --git a/x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx diff --git a/x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx diff --git a/x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx diff --git a/x-pack/plugins/observability_shared/public/components/profiling/embeddables/index.ts b/x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/components/profiling/embeddables/index.ts rename to x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts diff --git a/x-pack/plugins/observability_shared/public/components/profiling/embeddables/profiling_embeddable.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/profiling_embeddable.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/profiling/embeddables/profiling_embeddable.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/profiling_embeddable.tsx diff --git a/x-pack/plugins/observability_shared/public/components/section/section.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/section/section.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx diff --git a/x-pack/plugins/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx diff --git a/x-pack/plugins/observability_shared/public/components/tour/index.ts b/x-pack/plugins/observability_solution/observability_shared/public/components/tour/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/components/tour/index.ts rename to x-pack/plugins/observability_solution/observability_shared/public/components/tour/index.ts diff --git a/x-pack/plugins/observability_shared/public/components/tour/steps_config.ts b/x-pack/plugins/observability_solution/observability_shared/public/components/tour/steps_config.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/components/tour/steps_config.ts rename to x-pack/plugins/observability_solution/observability_shared/public/components/tour/steps_config.ts diff --git a/x-pack/plugins/observability_shared/public/components/tour/tour.tsx b/x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx similarity index 97% rename from x-pack/plugins/observability_shared/public/components/tour/tour.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx index 49083bf307e31..c1af04cd11d2f 100644 --- a/x-pack/plugins/observability_shared/public/components/tour/tour.tsx +++ b/x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx @@ -130,7 +130,9 @@ const getSteps = ({ diff --git a/x-pack/plugins/observability_shared/public/contexts/inspector/inspector_context.tsx b/x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/inspector_context.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/contexts/inspector/inspector_context.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/inspector_context.tsx diff --git a/x-pack/plugins/observability_shared/public/contexts/inspector/use_inspector_context.tsx b/x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/use_inspector_context.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/contexts/inspector/use_inspector_context.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/use_inspector_context.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_breadcrumbs.test.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_breadcrumbs.test.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_breadcrumbs.test.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_breadcrumbs.test.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_breadcrumbs.ts diff --git a/x-pack/plugins/observability_shared/public/hooks/use_chart_theme.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_chart_theme.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_chart_theme.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_chart_theme.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_editable_settings.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_editable_settings.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_editable_settings.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_editable_settings.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_es_search.ts b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_es_search.ts rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts diff --git a/x-pack/plugins/observability_shared/public/hooks/use_fetcher.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_fetcher.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_get_user_cases_permissions.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_get_user_cases_permissions.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_get_user_cases_permissions.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_get_user_cases_permissions.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_kibana_space.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_kibana_space.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_kibana_space.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_kibana_space.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_kibana_ui_settings.ts b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_kibana_ui_settings.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_kibana_ui_settings.ts rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_kibana_ui_settings.ts diff --git a/x-pack/plugins/observability_shared/public/hooks/use_link_props.test.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.test.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_link_props.test.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.test.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_link_props.ts b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_link_props.ts rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts diff --git a/x-pack/plugins/observability_shared/public/hooks/use_prefix_path_with_basepath.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_prefix_path_with_basepath.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_prefix_path_with_basepath.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_prefix_path_with_basepath.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_query_params.ts b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_query_params.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_query_params.ts rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_query_params.ts diff --git a/x-pack/plugins/observability_shared/public/hooks/use_quick_time_ranges.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_quick_time_ranges.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_quick_time_ranges.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_quick_time_ranges.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_theme.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_theme.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_theme.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_theme.tsx diff --git a/x-pack/plugins/observability_shared/public/hooks/use_time_zone.ts b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_time_zone.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_time_zone.ts rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_time_zone.ts diff --git a/x-pack/plugins/observability_shared/public/hooks/use_track_metric.tsx b/x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/hooks/use_track_metric.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx diff --git a/x-pack/plugins/observability_shared/public/index.ts b/x-pack/plugins/observability_solution/observability_shared/public/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/index.ts rename to x-pack/plugins/observability_solution/observability_shared/public/index.ts diff --git a/x-pack/plugins/observability_shared/public/infra/index.ts b/x-pack/plugins/observability_solution/observability_shared/public/infra/index.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/infra/index.ts rename to x-pack/plugins/observability_solution/observability_shared/public/infra/index.ts diff --git a/x-pack/plugins/observability_shared/public/locators/profiling/flamegraph_locator.ts b/x-pack/plugins/observability_solution/observability_shared/public/locators/profiling/flamegraph_locator.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/locators/profiling/flamegraph_locator.ts rename to x-pack/plugins/observability_solution/observability_shared/public/locators/profiling/flamegraph_locator.ts diff --git a/x-pack/plugins/observability_shared/public/locators/profiling/stacktraces_locator.ts b/x-pack/plugins/observability_solution/observability_shared/public/locators/profiling/stacktraces_locator.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/locators/profiling/stacktraces_locator.ts rename to x-pack/plugins/observability_solution/observability_shared/public/locators/profiling/stacktraces_locator.ts diff --git a/x-pack/plugins/observability_shared/public/locators/profiling/topn_functions_locator.ts b/x-pack/plugins/observability_solution/observability_shared/public/locators/profiling/topn_functions_locator.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/locators/profiling/topn_functions_locator.ts rename to x-pack/plugins/observability_solution/observability_shared/public/locators/profiling/topn_functions_locator.ts diff --git a/x-pack/plugins/observability_shared/public/plugin.ts b/x-pack/plugins/observability_solution/observability_shared/public/plugin.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/plugin.ts rename to x-pack/plugins/observability_solution/observability_shared/public/plugin.ts diff --git a/x-pack/plugins/observability_shared/public/services/get_context_menu_items_from_actions.ts b/x-pack/plugins/observability_solution/observability_shared/public/services/get_context_menu_items_from_actions.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/services/get_context_menu_items_from_actions.ts rename to x-pack/plugins/observability_solution/observability_shared/public/services/get_context_menu_items_from_actions.ts diff --git a/x-pack/plugins/observability_shared/public/services/update_global_navigation.test.tsx b/x-pack/plugins/observability_solution/observability_shared/public/services/update_global_navigation.test.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/services/update_global_navigation.test.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/services/update_global_navigation.test.tsx diff --git a/x-pack/plugins/observability_shared/public/services/update_global_navigation.tsx b/x-pack/plugins/observability_solution/observability_shared/public/services/update_global_navigation.tsx similarity index 100% rename from x-pack/plugins/observability_shared/public/services/update_global_navigation.tsx rename to x-pack/plugins/observability_solution/observability_shared/public/services/update_global_navigation.tsx diff --git a/x-pack/plugins/observability_shared/public/types.ts b/x-pack/plugins/observability_solution/observability_shared/public/types.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/types.ts rename to x-pack/plugins/observability_solution/observability_shared/public/types.ts diff --git a/x-pack/plugins/observability_shared/public/utils/cases_permissions.ts b/x-pack/plugins/observability_solution/observability_shared/public/utils/cases_permissions.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/utils/cases_permissions.ts rename to x-pack/plugins/observability_solution/observability_shared/public/utils/cases_permissions.ts diff --git a/x-pack/plugins/observability_shared/public/utils/date.ts b/x-pack/plugins/observability_solution/observability_shared/public/utils/date.ts similarity index 100% rename from x-pack/plugins/observability_shared/public/utils/date.ts rename to x-pack/plugins/observability_solution/observability_shared/public/utils/date.ts diff --git a/x-pack/plugins/observability_shared/scripts/storybook.js b/x-pack/plugins/observability_solution/observability_shared/scripts/storybook.js similarity index 100% rename from x-pack/plugins/observability_shared/scripts/storybook.js rename to x-pack/plugins/observability_solution/observability_shared/scripts/storybook.js diff --git a/x-pack/plugins/observability_shared/tsconfig.json b/x-pack/plugins/observability_solution/observability_shared/tsconfig.json similarity index 92% rename from x-pack/plugins/observability_shared/tsconfig.json rename to x-pack/plugins/observability_solution/observability_shared/tsconfig.json index bd3e72be99007..e83bf77676a77 100644 --- a/x-pack/plugins/observability_shared/tsconfig.json +++ b/x-pack/plugins/observability_solution/observability_shared/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, @@ -9,7 +9,7 @@ "public/**/*.json", "server/**/*", "typings/**/*", - "../../../typings/**/*" + "../../../../typings/**/*" ], "kbn_references": [ "@kbn/core", diff --git a/x-pack/plugins/observability_shared/typings/common.ts b/x-pack/plugins/observability_solution/observability_shared/typings/common.ts similarity index 100% rename from x-pack/plugins/observability_shared/typings/common.ts rename to x-pack/plugins/observability_solution/observability_shared/typings/common.ts diff --git a/x-pack/plugins/profiling/.gitignore b/x-pack/plugins/observability_solution/profiling/.gitignore similarity index 100% rename from x-pack/plugins/profiling/.gitignore rename to x-pack/plugins/observability_solution/profiling/.gitignore diff --git a/x-pack/plugins/profiling/.i18nrc.json b/x-pack/plugins/observability_solution/profiling/.i18nrc.json similarity index 100% rename from x-pack/plugins/profiling/.i18nrc.json rename to x-pack/plugins/observability_solution/profiling/.i18nrc.json diff --git a/x-pack/plugins/profiling/.storybook/jest_setup.js b/x-pack/plugins/observability_solution/profiling/.storybook/jest_setup.js similarity index 100% rename from x-pack/plugins/profiling/.storybook/jest_setup.js rename to x-pack/plugins/observability_solution/profiling/.storybook/jest_setup.js diff --git a/x-pack/plugins/profiling/.storybook/main.js b/x-pack/plugins/observability_solution/profiling/.storybook/main.js similarity index 100% rename from x-pack/plugins/profiling/.storybook/main.js rename to x-pack/plugins/observability_solution/profiling/.storybook/main.js diff --git a/x-pack/plugins/profiling/.storybook/preview.js b/x-pack/plugins/observability_solution/profiling/.storybook/preview.js similarity index 100% rename from x-pack/plugins/profiling/.storybook/preview.js rename to x-pack/plugins/observability_solution/profiling/.storybook/preview.js diff --git a/x-pack/plugins/profiling/DOCKER.md b/x-pack/plugins/observability_solution/profiling/DOCKER.md similarity index 100% rename from x-pack/plugins/profiling/DOCKER.md rename to x-pack/plugins/observability_solution/profiling/DOCKER.md diff --git a/x-pack/plugins/profiling/Dockerfile b/x-pack/plugins/observability_solution/profiling/Dockerfile similarity index 100% rename from x-pack/plugins/profiling/Dockerfile rename to x-pack/plugins/observability_solution/profiling/Dockerfile diff --git a/x-pack/plugins/profiling/Makefile b/x-pack/plugins/observability_solution/profiling/Makefile similarity index 100% rename from x-pack/plugins/profiling/Makefile rename to x-pack/plugins/observability_solution/profiling/Makefile diff --git a/x-pack/plugins/profiling/README.md b/x-pack/plugins/observability_solution/profiling/README.md similarity index 80% rename from x-pack/plugins/profiling/README.md rename to x-pack/plugins/observability_solution/profiling/README.md index 869bba9fb1a1b..c6b27a2be5457 100644 --- a/x-pack/plugins/profiling/README.md +++ b/x-pack/plugins/observability_solution/profiling/README.md @@ -1,21 +1,26 @@ # Universal Profiling (Beta) ## Overview + Universal Profiling provides fleet-wide, whole-system, continuous profiling with zero instrumentation. Get a comprehensive understanding of what lines of code are consuming compute resources throughout your entire fleet by visualizing your data in Kibana using the flamegraph, stacktraces, and top functions views. ### Universal profiling setup -Universal Profiling is enabled by default on [Elastic Cloud](https://www.elastic.co/cloud/), and you can find it under **Observability**. To see data in Universal Profiling, you need to initialize it. + +Universal Profiling is enabled by default on [Elastic Cloud](https://www.elastic.co/cloud/), and you can find it under **Observability**. To see data in Universal Profiling, you need to initialize it. ##### **Initialize Universal Profiling** + Initialize Universal Profiling by navigating to one of the views and clicking the **Set up** button. Clicking this will trigger some checks and install some packages so data can be processed. The following are some of the actions and checks that occur during initialization: + - Check that the APM integration is installed and configured. - Create Universal Profiling indices. - Install the Collector integration. - Install the Symbolizer integration. ### Collector integration + The Collector is the component that receives data from the profiling agents deployed on users machines. It runs a gRPC server over HTTPS and exposes an endpoint where the profiling agents can send data. @@ -28,52 +33,55 @@ The "Add Data" page will display instructions for several deployment methodologi The instructions contain both the endpoint and the token that allow profiling agent to connect to the Collector. ### Symbolizer integration + The Symbolizer is the component processing debug symbols for the received profiles data, enriching with source-code metadata the profiling visualizations. It processes both publicly-available debug symbols and "private" debug symbols. For public symbols, users don't have to do anything: the symbolizer asynchronously intercepts unsymbolized frames and populates them automatically. -For private symbols, an HTTPS endpoint is provided to users for uploading the debug symbols of the software they own. +For private symbols, an HTTPS endpoint is provided to users for uploading the debug symbols of the software they own. The authentication and authorization on this endpoint are provided as part of the request, in form of an Elasticsearch API key. - ## Testing (unit, e2e) + ### Unit Tests (Jest) ``` -node scripts/jest --config x-pack/plugins/profiling/jest.config.js [--watchAll] +node scripts/jest --config x-pack/plugins/observability_solution/profiling/jest.config.js [--watchAll] ``` ## E2E Tests (Cypress) -The E2E tests are located in [`x-pack/plugins/profiling/e2e`](./e2e). -Universal Profiling uses [FTR](../../../packages/kbn-test/README.mdx) (functional test runner) and [Cypress](https://www.cypress.io/) to run the e2e tests. The tests are located at `kibana/x-pack/plugins/profiling/e2e/cypress/e2e`. +The E2E tests are located in [`x-pack/plugins/observability_solution/profiling/e2e`](./e2e). + +Universal Profiling uses [FTR](../../../packages/kbn-test/README.mdx) (functional test runner) and [Cypress](https://www.cypress.io/) to run the e2e tests. The tests are located at `kibana/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e`. ### Start test server ``` -node x-pack/plugins/profiling/scripts/test/e2e --server +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e --server ``` ### Open cypress dashboard ``` -node x-pack/plugins/profiling/scripts/test/e2e --open +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e --open ``` ### Run tests in terminal ``` -node x-pack/plugins/profiling/scripts/test/e2e --runner +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e --runner ``` ### Run like CI ``` -node x-pack/plugins/profiling/scripts/test/e2e +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e ``` ## Other resources -- [Official Profiling documentation](https://www.elastic.co/observability/universal-profiling) \ No newline at end of file + +- [Official Profiling documentation](https://www.elastic.co/observability/universal-profiling) diff --git a/x-pack/plugins/profiling/common/__fixtures__/README.md b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/README.md similarity index 91% rename from x-pack/plugins/profiling/common/__fixtures__/README.md rename to x-pack/plugins/observability_solution/profiling/common/__fixtures__/README.md index 1a26bca590668..2414eae2fdb49 100644 --- a/x-pack/plugins/profiling/common/__fixtures__/README.md +++ b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/README.md @@ -1,6 +1,6 @@ The stacktrace fixtures in this directory are originally from Elasticsearch's `POST /_profiling/stacktraces` endpoint. They were subsequently filtered -through the `shrink_stacktrace_response.js` command in `x-pack/plugins/profiling/scripts/` +through the `shrink_stacktrace_response.js` command in `x-pack/plugins/observability_solution/profiling/scripts/` to reduce the size without losing sampling fidelity (see the script for further details). @@ -14,4 +14,4 @@ where `seconds` is the time span of the original query and `upsampling rate` is the reciprocal of the sampling rate returned from the original query. To add a new stacktrace fixture to the test suite, update `stacktraces.ts` -appropriately. \ No newline at end of file +appropriately. diff --git a/x-pack/plugins/profiling/common/__fixtures__/stacktraces.ts b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces.ts similarity index 100% rename from x-pack/plugins/profiling/common/__fixtures__/stacktraces.ts rename to x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces.ts diff --git a/x-pack/plugins/profiling/common/__fixtures__/stacktraces_3600s_5x.json b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_3600s_5x.json similarity index 100% rename from x-pack/plugins/profiling/common/__fixtures__/stacktraces_3600s_5x.json rename to x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_3600s_5x.json diff --git a/x-pack/plugins/profiling/common/__fixtures__/stacktraces_604800s_625x.json b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_604800s_625x.json similarity index 100% rename from x-pack/plugins/profiling/common/__fixtures__/stacktraces_604800s_625x.json rename to x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_604800s_625x.json diff --git a/x-pack/plugins/profiling/common/__fixtures__/stacktraces_60s_1x.json b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_60s_1x.json similarity index 100% rename from x-pack/plugins/profiling/common/__fixtures__/stacktraces_60s_1x.json rename to x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_60s_1x.json diff --git a/x-pack/plugins/profiling/common/__fixtures__/stacktraces_86400s_125x.json b/x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_86400s_125x.json similarity index 100% rename from x-pack/plugins/profiling/common/__fixtures__/stacktraces_86400s_125x.json rename to x-pack/plugins/observability_solution/profiling/common/__fixtures__/stacktraces_86400s_125x.json diff --git a/x-pack/plugins/profiling/common/columnar_view_model.test.ts b/x-pack/plugins/observability_solution/profiling/common/columnar_view_model.test.ts similarity index 100% rename from x-pack/plugins/profiling/common/columnar_view_model.test.ts rename to x-pack/plugins/observability_solution/profiling/common/columnar_view_model.test.ts diff --git a/x-pack/plugins/profiling/common/columnar_view_model.ts b/x-pack/plugins/observability_solution/profiling/common/columnar_view_model.ts similarity index 100% rename from x-pack/plugins/profiling/common/columnar_view_model.ts rename to x-pack/plugins/observability_solution/profiling/common/columnar_view_model.ts diff --git a/x-pack/plugins/profiling/common/commonly_used_ranges.ts b/x-pack/plugins/observability_solution/profiling/common/commonly_used_ranges.ts similarity index 100% rename from x-pack/plugins/profiling/common/commonly_used_ranges.ts rename to x-pack/plugins/observability_solution/profiling/common/commonly_used_ranges.ts diff --git a/x-pack/plugins/profiling/common/frame_type_colors.ts b/x-pack/plugins/observability_solution/profiling/common/frame_type_colors.ts similarity index 100% rename from x-pack/plugins/profiling/common/frame_type_colors.ts rename to x-pack/plugins/observability_solution/profiling/common/frame_type_colors.ts diff --git a/x-pack/plugins/profiling/common/histogram.ts b/x-pack/plugins/observability_solution/profiling/common/histogram.ts similarity index 100% rename from x-pack/plugins/profiling/common/histogram.ts rename to x-pack/plugins/observability_solution/profiling/common/histogram.ts diff --git a/x-pack/plugins/profiling/common/index.test.ts b/x-pack/plugins/observability_solution/profiling/common/index.test.ts similarity index 100% rename from x-pack/plugins/profiling/common/index.test.ts rename to x-pack/plugins/observability_solution/profiling/common/index.test.ts diff --git a/x-pack/plugins/profiling/common/index.ts b/x-pack/plugins/observability_solution/profiling/common/index.ts similarity index 100% rename from x-pack/plugins/profiling/common/index.ts rename to x-pack/plugins/observability_solution/profiling/common/index.ts diff --git a/x-pack/plugins/profiling/common/runtime_types/range_rt.ts b/x-pack/plugins/observability_solution/profiling/common/runtime_types/range_rt.ts similarity index 100% rename from x-pack/plugins/profiling/common/runtime_types/range_rt.ts rename to x-pack/plugins/observability_solution/profiling/common/runtime_types/range_rt.ts diff --git a/x-pack/plugins/profiling/common/storage_explorer.ts b/x-pack/plugins/observability_solution/profiling/common/storage_explorer.ts similarity index 100% rename from x-pack/plugins/profiling/common/storage_explorer.ts rename to x-pack/plugins/observability_solution/profiling/common/storage_explorer.ts diff --git a/x-pack/plugins/profiling/common/topn.test.ts b/x-pack/plugins/observability_solution/profiling/common/topn.test.ts similarity index 100% rename from x-pack/plugins/profiling/common/topn.test.ts rename to x-pack/plugins/observability_solution/profiling/common/topn.test.ts diff --git a/x-pack/plugins/profiling/common/topn.ts b/x-pack/plugins/observability_solution/profiling/common/topn.ts similarity index 100% rename from x-pack/plugins/profiling/common/topn.ts rename to x-pack/plugins/observability_solution/profiling/common/topn.ts diff --git a/x-pack/plugins/profiling/common/types.ts b/x-pack/plugins/observability_solution/profiling/common/types.ts similarity index 100% rename from x-pack/plugins/profiling/common/types.ts rename to x-pack/plugins/observability_solution/profiling/common/types.ts diff --git a/x-pack/plugins/profiling/e2e/README.md b/x-pack/plugins/observability_solution/profiling/e2e/README.md similarity index 50% rename from x-pack/plugins/profiling/e2e/README.md rename to x-pack/plugins/observability_solution/profiling/e2e/README.md index d6324be09ea67..84dcad7d1dcb5 100644 --- a/x-pack/plugins/profiling/e2e/README.md +++ b/x-pack/plugins/observability_solution/profiling/e2e/README.md @@ -1,10 +1,10 @@ # Profiling E2E tests -Profiling uses [FTR](../../../../packages/kbn-test/README.md) (functional test runner) and [Cypress](https://www.cypress.io/) to run the e2e tests. The tests are located at `kibana/x-pack/plugins/profiling/e2e/cypress/e2e`. +Profiling uses [FTR](../../../../packages/kbn-test/README.md) (functional test runner) and [Cypress](https://www.cypress.io/) to run the e2e tests. The tests are located at `kibana/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e`. ## E2E Tests (Cypress) -The E2E tests are located in [`x-pack/plugins/profiling/e2e`](../e2e). +The E2E tests are located in [`x-pack/plugins/observability_solution/profiling/e2e`](../e2e). Tests run on buildkite PR pipeline are parallelized (4 parallel jobs) and are orchestrated by the Cypress dashboard service. It can be configured in [.buildkite/pipelines/pull_request/profiling_cypress.yml](https://github.com/elastic/kibana/blob/main/.buildkite/pipelines/pull_request/profiling_cypress.yml) with the property `parallelism`. @@ -20,32 +20,35 @@ Tests run on buildkite PR pipeline are parallelized (4 parallel jobs) and are or ### Start test server ``` -node x-pack/plugins/profiling/scripts/test/e2e --server +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e --server ``` ### Run tests + Runs all tests in the terminal ``` -node x-pack/plugins/profiling/scripts/test/e2e --runner +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e --runner ``` ### Open cypress dashboard + Opens cypress dashboard, there it's possible to select what test you want to run. ``` -node x-pack/plugins/profiling/scripts/test/e2e --open +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e --open ``` + ### Arguments -| Option | Description | -| ------------ | ----------------------------------------------- | -| --server | Only start ES and Kibana | -| --runner | Only run tests | -| --spec | Specify the specs to run | -| --times | Repeat the test n number of times | -| --bail | stop tests after the first failure | +| Option | Description | +| -------- | ---------------------------------- | +| --server | Only start ES and Kibana | +| --runner | Only run tests | +| --spec | Specify the specs to run | +| --times | Repeat the test n number of times | +| --bail | stop tests after the first failure | ``` -node x-pack/plugins/profiling/scripts/test/e2e.js --runner --spec cypress/e2e/profiling.cy.ts --times 2 -``` \ No newline at end of file +node x-pack/plugins/observability_solution/profiling/scripts/test/e2e.js --runner --spec cypress/e2e/profiling.cy.ts --times 2 +``` diff --git a/x-pack/plugins/profiling/e2e/cypress.config.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress.config.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress.config.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress.config.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/empty_state/home.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/empty_state/home.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/empty_state/home.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/empty_state/home.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/differential_functions.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/differential_functions.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/differential_functions.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/differential_functions.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/functions.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/functions.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/functions.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/functions.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/home.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/home.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/home.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/home.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/settings.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/settings.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/settings.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/settings.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/stacktraces.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/stacktraces.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/stacktraces.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/stacktraces.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/storage_explorer.cy.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/storage_explorer.cy.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/e2e/profiling_views/storage_explorer.cy.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/e2e/profiling_views/storage_explorer.cy.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/fixtures/storage_explorer_summary.json b/x-pack/plugins/observability_solution/profiling/e2e/cypress/fixtures/storage_explorer_summary.json similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/fixtures/storage_explorer_summary.json rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/fixtures/storage_explorer_summary.json diff --git a/x-pack/plugins/profiling/e2e/cypress/support/commands.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/support/commands.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/support/commands.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/support/commands.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/support/e2e.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/support/e2e.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/support/e2e.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/support/e2e.ts diff --git a/x-pack/plugins/profiling/e2e/cypress/support/types.d.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress/support/types.d.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress/support/types.d.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress/support/types.d.ts diff --git a/x-pack/plugins/profiling/e2e/cypress_test_runner.ts b/x-pack/plugins/observability_solution/profiling/e2e/cypress_test_runner.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/cypress_test_runner.ts rename to x-pack/plugins/observability_solution/profiling/e2e/cypress_test_runner.ts diff --git a/x-pack/plugins/profiling/e2e/es_archivers/profiling_data_anonymized.json b/x-pack/plugins/observability_solution/profiling/e2e/es_archivers/profiling_data_anonymized.json similarity index 100% rename from x-pack/plugins/profiling/e2e/es_archivers/profiling_data_anonymized.json rename to x-pack/plugins/observability_solution/profiling/e2e/es_archivers/profiling_data_anonymized.json diff --git a/x-pack/plugins/observability_onboarding/e2e/ftr_config.ts b/x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts similarity index 92% rename from x-pack/plugins/observability_onboarding/e2e/ftr_config.ts rename to x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts index c042c085b37d0..876ca1d2abfe4 100644 --- a/x-pack/plugins/observability_onboarding/e2e/ftr_config.ts +++ b/x-pack/plugins/observability_solution/profiling/e2e/ftr_config.ts @@ -13,10 +13,10 @@ const kibanaYamlFilePath = path.join(__dirname, './ftr_kibana.yml'); async function ftrConfig({ readConfigFile }: FtrConfigProviderContext) { const kibanaCommonTestsConfig = await readConfigFile( - require.resolve('../../../../test/common/config.js') + require.resolve('../../../../../test/common/config.js') ); const xpackFunctionalTestsConfig = await readConfigFile( - require.resolve('../../../test/functional/config.base.js') + require.resolve('../../../../test/functional/config.base.js') ); return { diff --git a/x-pack/plugins/profiling/e2e/ftr_config_open.ts b/x-pack/plugins/observability_solution/profiling/e2e/ftr_config_open.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/ftr_config_open.ts rename to x-pack/plugins/observability_solution/profiling/e2e/ftr_config_open.ts diff --git a/x-pack/plugins/profiling/e2e/ftr_config_runner.ts b/x-pack/plugins/observability_solution/profiling/e2e/ftr_config_runner.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/ftr_config_runner.ts rename to x-pack/plugins/observability_solution/profiling/e2e/ftr_config_runner.ts diff --git a/x-pack/plugins/profiling/e2e/ftr_kibana.yml b/x-pack/plugins/observability_solution/profiling/e2e/ftr_kibana.yml similarity index 100% rename from x-pack/plugins/profiling/e2e/ftr_kibana.yml rename to x-pack/plugins/observability_solution/profiling/e2e/ftr_kibana.yml diff --git a/x-pack/plugins/profiling/e2e/ftr_provider_context.d.ts b/x-pack/plugins/observability_solution/profiling/e2e/ftr_provider_context.d.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/ftr_provider_context.d.ts rename to x-pack/plugins/observability_solution/profiling/e2e/ftr_provider_context.d.ts diff --git a/x-pack/plugins/profiling/e2e/load_profiling_data.ts b/x-pack/plugins/observability_solution/profiling/e2e/load_profiling_data.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/load_profiling_data.ts rename to x-pack/plugins/observability_solution/profiling/e2e/load_profiling_data.ts diff --git a/x-pack/plugins/profiling/e2e/setup_profiling_resources.ts b/x-pack/plugins/observability_solution/profiling/e2e/setup_profiling_resources.ts similarity index 100% rename from x-pack/plugins/profiling/e2e/setup_profiling_resources.ts rename to x-pack/plugins/observability_solution/profiling/e2e/setup_profiling_resources.ts diff --git a/x-pack/plugins/observability_solution/profiling/e2e/tsconfig.json b/x-pack/plugins/observability_solution/profiling/e2e/tsconfig.json new file mode 100644 index 0000000000000..e835e992c256c --- /dev/null +++ b/x-pack/plugins/observability_solution/profiling/e2e/tsconfig.json @@ -0,0 +1,18 @@ +{ + "extends": "../../../../../tsconfig.base.json", + "include": ["**/*"], + "exclude": ["tmp", "target/**/*"], + "compilerOptions": { + "outDir": "target/types", + "types": ["cypress", "node", "cypress-real-events"], + "isolatedModules": false + }, + "kbn_references": [ + { "path": "../../../../../test/tsconfig.json" }, + { "path": "../../../../test/tsconfig.json" }, + "@kbn/test", + "@kbn/dev-utils", + "@kbn/cypress-config", + "@kbn/observability-plugin" + ] +} diff --git a/x-pack/plugins/observability_solution/profiling/jest.config.js b/x-pack/plugins/observability_solution/profiling/jest.config.js new file mode 100644 index 0000000000000..4d2d187d9f10c --- /dev/null +++ b/x-pack/plugins/observability_solution/profiling/jest.config.js @@ -0,0 +1,18 @@ +/* + * 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/observability_solution/profiling'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/profiling', + coverageReporters: ['text', 'html'], + collectCoverageFrom: [ + '/x-pack/plugins/observability_solution/profiling/{common,public,server}/**/*.{ts,tsx}', + ], +}; diff --git a/x-pack/plugins/profiling/kibana.jsonc b/x-pack/plugins/observability_solution/profiling/kibana.jsonc similarity index 100% rename from x-pack/plugins/profiling/kibana.jsonc rename to x-pack/plugins/observability_solution/profiling/kibana.jsonc diff --git a/x-pack/plugins/profiling/public/app.tsx b/x-pack/plugins/observability_solution/profiling/public/app.tsx similarity index 100% rename from x-pack/plugins/profiling/public/app.tsx rename to x-pack/plugins/observability_solution/profiling/public/app.tsx diff --git a/x-pack/plugins/profiling/public/components/async_component.tsx b/x-pack/plugins/observability_solution/profiling/public/components/async_component.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/async_component.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/async_component.tsx diff --git a/x-pack/plugins/profiling/public/components/chart_grid.tsx b/x-pack/plugins/observability_solution/profiling/public/components/chart_grid.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/chart_grid.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/chart_grid.tsx diff --git a/x-pack/plugins/profiling/public/components/check_setup.tsx b/x-pack/plugins/observability_solution/profiling/public/components/check_setup.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/check_setup.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/check_setup.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/license/license_context.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/license/license_context.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/license/license_context.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/license/use_license_context.ts b/x-pack/plugins/observability_solution/profiling/public/components/contexts/license/use_license_context.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/license/use_license_context.ts rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/license/use_license_context.ts diff --git a/x-pack/plugins/profiling/public/components/contexts/profiling_dependencies/mock_profiling_dependencies_storybook.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_dependencies/mock_profiling_dependencies_storybook.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/profiling_dependencies/mock_profiling_dependencies_storybook.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_dependencies/mock_profiling_dependencies_storybook.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/profiling_dependencies/profiling_dependencies_context.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_dependencies/profiling_dependencies_context.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/profiling_dependencies/profiling_dependencies_context.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_dependencies/profiling_dependencies_context.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/profiling_dependencies/use_profiling_dependencies.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_dependencies/use_profiling_dependencies.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/profiling_dependencies/use_profiling_dependencies.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_dependencies/use_profiling_dependencies.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/profiling_setup_status/profiling_setup_status_context.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_setup_status/profiling_setup_status_context.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/profiling_setup_status/profiling_setup_status_context.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_setup_status/profiling_setup_status_context.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/profiling_setup_status/use_profiling_setup_status.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_setup_status/use_profiling_setup_status.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/profiling_setup_status/use_profiling_setup_status.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/profiling_setup_status/use_profiling_setup_status.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/route_breadcrumbs_context/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/route_breadcrumbs_context/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/route_breadcrumbs_context/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/route_breadcrumbs_context/index.tsx diff --git a/x-pack/plugins/profiling/public/components/contexts/route_breadcrumbs_context/use_route_breadcrumb.ts b/x-pack/plugins/observability_solution/profiling/public/components/contexts/route_breadcrumbs_context/use_route_breadcrumb.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/route_breadcrumbs_context/use_route_breadcrumb.ts rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/route_breadcrumbs_context/use_route_breadcrumb.ts diff --git a/x-pack/plugins/profiling/public/components/contexts/time_range_context/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/contexts/time_range_context/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/contexts/time_range_context/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/contexts/time_range_context/index.tsx diff --git a/x-pack/plugins/profiling/public/components/cpu_label_with_hint/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/cpu_label_with_hint/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/cpu_label_with_hint/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/cpu_label_with_hint/index.tsx diff --git a/x-pack/plugins/profiling/public/components/differential_comparison_mode/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/differential_comparison_mode/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/differential_comparison_mode/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/differential_comparison_mode/index.tsx diff --git a/x-pack/plugins/profiling/public/components/differential_topn_functions_grid/get_columns.tsx b/x-pack/plugins/observability_solution/profiling/public/components/differential_topn_functions_grid/get_columns.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/differential_topn_functions_grid/get_columns.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/differential_topn_functions_grid/get_columns.tsx diff --git a/x-pack/plugins/profiling/public/components/differential_topn_functions_grid/get_compare_frame_action.tsx b/x-pack/plugins/observability_solution/profiling/public/components/differential_topn_functions_grid/get_compare_frame_action.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/differential_topn_functions_grid/get_compare_frame_action.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/differential_topn_functions_grid/get_compare_frame_action.tsx diff --git a/x-pack/plugins/profiling/public/components/differential_topn_functions_grid/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/differential_topn_functions_grid/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/differential_topn_functions_grid/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/differential_topn_functions_grid/index.tsx diff --git a/x-pack/plugins/profiling/public/components/flamegraph/flame_graph_legend.tsx b/x-pack/plugins/observability_solution/profiling/public/components/flamegraph/flame_graph_legend.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/flamegraph/flame_graph_legend.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/flamegraph/flame_graph_legend.tsx diff --git a/x-pack/plugins/profiling/public/components/flamegraph/flamegraph_tooltip.tsx b/x-pack/plugins/observability_solution/profiling/public/components/flamegraph/flamegraph_tooltip.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/flamegraph/flamegraph_tooltip.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/flamegraph/flamegraph_tooltip.tsx diff --git a/x-pack/plugins/profiling/public/components/flamegraph/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/flamegraph/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/flamegraph/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/flamegraph/index.tsx diff --git a/x-pack/plugins/profiling/public/components/flamegraph/tooltip_row.tsx b/x-pack/plugins/observability_solution/profiling/public/components/flamegraph/tooltip_row.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/flamegraph/tooltip_row.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/flamegraph/tooltip_row.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/frame_information_ai_assistant.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/frame_information_ai_assistant.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/frame_information_ai_assistant.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/frame_information_ai_assistant.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/frame_information_panel.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/frame_information_panel.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/frame_information_panel.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/frame_information_panel.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/frame_information_tooltip.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/frame_information_tooltip.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/frame_information_tooltip.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/frame_information_tooltip.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/get_impact_rows.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/get_impact_rows.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/get_impact_rows.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/get_impact_rows.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/get_information_rows.ts b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/get_information_rows.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/get_information_rows.ts rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/get_information_rows.ts diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/index.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/key_value_list.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/key_value_list.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/key_value_list.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/key_value_list.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/missing_symbols_callout.stories.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/missing_symbols_callout.stories.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/missing_symbols_callout.stories.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/missing_symbols_callout.stories.tsx diff --git a/x-pack/plugins/profiling/public/components/frame_information_window/missing_symbols_callout.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/missing_symbols_callout.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frame_information_window/missing_symbols_callout.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frame_information_window/missing_symbols_callout.tsx diff --git a/x-pack/plugins/profiling/public/components/frames_summary/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frames_summary/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frames_summary/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frames_summary/index.tsx diff --git a/x-pack/plugins/profiling/public/components/frames_summary/summary_item.test.ts b/x-pack/plugins/observability_solution/profiling/public/components/frames_summary/summary_item.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/frames_summary/summary_item.test.ts rename to x-pack/plugins/observability_solution/profiling/public/components/frames_summary/summary_item.test.ts diff --git a/x-pack/plugins/profiling/public/components/frames_summary/summary_item.tsx b/x-pack/plugins/observability_solution/profiling/public/components/frames_summary/summary_item.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/frames_summary/summary_item.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/frames_summary/summary_item.tsx diff --git a/x-pack/plugins/profiling/public/components/label_with_hint/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/label_with_hint/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/label_with_hint/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/label_with_hint/index.tsx diff --git a/x-pack/plugins/profiling/public/components/legend.tsx b/x-pack/plugins/observability_solution/profiling/public/components/legend.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/legend.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/legend.tsx diff --git a/x-pack/plugins/profiling/public/components/license_prompt/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/license_prompt/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/license_prompt/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/license_prompt/index.tsx diff --git a/x-pack/plugins/profiling/public/components/normalization_menu/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/normalization_menu/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/normalization_menu/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/normalization_menu/index.tsx diff --git a/x-pack/plugins/profiling/public/components/primary_and_comparison_search_bar.tsx b/x-pack/plugins/observability_solution/profiling/public/components/primary_and_comparison_search_bar.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/primary_and_comparison_search_bar.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/primary_and_comparison_search_bar.tsx diff --git a/x-pack/plugins/profiling/public/components/profiling_app_page_template/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/profiling_app_page_template/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/profiling_app_page_template/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/profiling_app_page_template/index.tsx diff --git a/x-pack/plugins/profiling/public/components/profiling_app_page_template/primary_profiling_search_bar.tsx b/x-pack/plugins/observability_solution/profiling/public/components/profiling_app_page_template/primary_profiling_search_bar.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/profiling_app_page_template/primary_profiling_search_bar.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/profiling_app_page_template/primary_profiling_search_bar.tsx diff --git a/x-pack/plugins/profiling/public/components/profiling_app_page_template/profiling_search_bar.tsx b/x-pack/plugins/observability_solution/profiling/public/components/profiling_app_page_template/profiling_search_bar.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/profiling_app_page_template/profiling_search_bar.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/profiling_app_page_template/profiling_search_bar.tsx diff --git a/x-pack/plugins/profiling/public/components/profiling_header_action_menu.tsx b/x-pack/plugins/observability_solution/profiling/public/components/profiling_header_action_menu.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/profiling_header_action_menu.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/profiling_header_action_menu.tsx diff --git a/x-pack/plugins/profiling/public/components/redirect_to.tsx b/x-pack/plugins/observability_solution/profiling/public/components/redirect_to.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/redirect_to.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/redirect_to.tsx diff --git a/x-pack/plugins/profiling/public/components/redirect_with_default_date_range.tsx b/x-pack/plugins/observability_solution/profiling/public/components/redirect_with_default_date_range.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/redirect_with_default_date_range.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/redirect_with_default_date_range.tsx diff --git a/x-pack/plugins/profiling/public/components/stack_frame_summary/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/stack_frame_summary/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/stack_frame_summary/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/stack_frame_summary/index.tsx diff --git a/x-pack/plugins/profiling/public/components/stacked_bar_chart/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/stacked_bar_chart/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/stacked_bar_chart/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/stacked_bar_chart/index.tsx diff --git a/x-pack/plugins/profiling/public/components/subchart.tsx b/x-pack/plugins/observability_solution/profiling/public/components/subchart.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/subchart.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/subchart.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/cpu_stat.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/cpu_stat.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/cpu_stat.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/cpu_stat.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/function_row.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/function_row.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/index.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/index.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/label.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/label.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/label.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/label.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/mock/top_n_functions.ts b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/mock/top_n_functions.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/mock/top_n_functions.ts rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/mock/top_n_functions.ts diff --git a/x-pack/plugins/profiling/public/components/topn_functions/sample_stat.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/sample_stat.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/sample_stat.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/sample_stat.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/topn_functions.stories.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/topn_functions.stories.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/topn_functions.stories.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/topn_functions.stories.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/total_samples_stat.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/total_samples_stat.tsx similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/total_samples_stat.tsx rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/total_samples_stat.tsx diff --git a/x-pack/plugins/profiling/public/components/topn_functions/utils.test.ts b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/utils.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/utils.test.ts rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/utils.test.ts diff --git a/x-pack/plugins/profiling/public/components/topn_functions/utils.ts b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/utils.ts similarity index 100% rename from x-pack/plugins/profiling/public/components/topn_functions/utils.ts rename to x-pack/plugins/observability_solution/profiling/public/components/topn_functions/utils.ts diff --git a/x-pack/plugins/profiling/public/embeddables/async_embeddable_component.tsx b/x-pack/plugins/observability_solution/profiling/public/embeddables/async_embeddable_component.tsx similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/async_embeddable_component.tsx rename to x-pack/plugins/observability_solution/profiling/public/embeddables/async_embeddable_component.tsx diff --git a/x-pack/plugins/profiling/public/embeddables/flamegraph/embeddable_flamegraph.tsx b/x-pack/plugins/observability_solution/profiling/public/embeddables/flamegraph/embeddable_flamegraph.tsx similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/flamegraph/embeddable_flamegraph.tsx rename to x-pack/plugins/observability_solution/profiling/public/embeddables/flamegraph/embeddable_flamegraph.tsx diff --git a/x-pack/plugins/profiling/public/embeddables/flamegraph/embeddable_flamegraph_factory.ts b/x-pack/plugins/observability_solution/profiling/public/embeddables/flamegraph/embeddable_flamegraph_factory.ts similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/flamegraph/embeddable_flamegraph_factory.ts rename to x-pack/plugins/observability_solution/profiling/public/embeddables/flamegraph/embeddable_flamegraph_factory.ts diff --git a/x-pack/plugins/profiling/public/embeddables/functions/embeddable_functions.tsx b/x-pack/plugins/observability_solution/profiling/public/embeddables/functions/embeddable_functions.tsx similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/functions/embeddable_functions.tsx rename to x-pack/plugins/observability_solution/profiling/public/embeddables/functions/embeddable_functions.tsx diff --git a/x-pack/plugins/profiling/public/embeddables/functions/embeddable_functions_factory.ts b/x-pack/plugins/observability_solution/profiling/public/embeddables/functions/embeddable_functions_factory.ts similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/functions/embeddable_functions_factory.ts rename to x-pack/plugins/observability_solution/profiling/public/embeddables/functions/embeddable_functions_factory.ts diff --git a/x-pack/plugins/profiling/public/embeddables/functions/embeddable_functions_grid.tsx b/x-pack/plugins/observability_solution/profiling/public/embeddables/functions/embeddable_functions_grid.tsx similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/functions/embeddable_functions_grid.tsx rename to x-pack/plugins/observability_solution/profiling/public/embeddables/functions/embeddable_functions_grid.tsx diff --git a/x-pack/plugins/profiling/public/embeddables/profiling_embeddable_provider.tsx b/x-pack/plugins/observability_solution/profiling/public/embeddables/profiling_embeddable_provider.tsx similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/profiling_embeddable_provider.tsx rename to x-pack/plugins/observability_solution/profiling/public/embeddables/profiling_embeddable_provider.tsx diff --git a/x-pack/plugins/profiling/public/embeddables/register_embeddables.ts b/x-pack/plugins/observability_solution/profiling/public/embeddables/register_embeddables.ts similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/register_embeddables.ts rename to x-pack/plugins/observability_solution/profiling/public/embeddables/register_embeddables.ts diff --git a/x-pack/plugins/profiling/public/embeddables/search_bar/embeddable_search_bar.tsx b/x-pack/plugins/observability_solution/profiling/public/embeddables/search_bar/embeddable_search_bar.tsx similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/search_bar/embeddable_search_bar.tsx rename to x-pack/plugins/observability_solution/profiling/public/embeddables/search_bar/embeddable_search_bar.tsx diff --git a/x-pack/plugins/profiling/public/embeddables/search_bar/embeddable_search_bar_factory.ts b/x-pack/plugins/observability_solution/profiling/public/embeddables/search_bar/embeddable_search_bar_factory.ts similarity index 100% rename from x-pack/plugins/profiling/public/embeddables/search_bar/embeddable_search_bar_factory.ts rename to x-pack/plugins/observability_solution/profiling/public/embeddables/search_bar/embeddable_search_bar_factory.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_async.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_async.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_async.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_async.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_auto_aborted_http_client.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_auto_aborted_http_client.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_auto_aborted_http_client.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_auto_aborted_http_client.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_calculate_impact_estimates.test.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_calculate_impact_estimates.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_calculate_impact_estimates.test.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_calculate_impact_estimates.test.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_calculate_impact_estimates.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_calculate_impact_estimates.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_calculate_impact_estimates.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_calculate_impact_estimates.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_default_date_range_redirect.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_default_date_range_redirect.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_default_date_range_redirect.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_default_date_range_redirect.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_kibana_timezone_setting.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_kibana_timezone_setting.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_kibana_timezone_setting.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_kibana_timezone_setting.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_local_storage.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_local_storage.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_local_storage.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_local_storage.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_profiling_charts_theme.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_charts_theme.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_profiling_charts_theme.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_charts_theme.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_profiling_params.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_params.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_profiling_params.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_params.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_profiling_route_path.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_route_path.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_profiling_route_path.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_route_path.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_profiling_router.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_router.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_profiling_router.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_profiling_router.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_time_range.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_time_range.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_time_range.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_time_range.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_time_range_async.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_time_range_async.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_time_range_async.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_time_range_async.ts diff --git a/x-pack/plugins/profiling/public/hooks/use_time_range_context.ts b/x-pack/plugins/observability_solution/profiling/public/hooks/use_time_range_context.ts similarity index 100% rename from x-pack/plugins/profiling/public/hooks/use_time_range_context.ts rename to x-pack/plugins/observability_solution/profiling/public/hooks/use_time_range_context.ts diff --git a/x-pack/plugins/profiling/public/index.tsx b/x-pack/plugins/observability_solution/profiling/public/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/index.tsx diff --git a/x-pack/plugins/profiling/public/plugin.tsx b/x-pack/plugins/observability_solution/profiling/public/plugin.tsx similarity index 100% rename from x-pack/plugins/profiling/public/plugin.tsx rename to x-pack/plugins/observability_solution/profiling/public/plugin.tsx diff --git a/x-pack/plugins/profiling/public/routing/index.tsx b/x-pack/plugins/observability_solution/profiling/public/routing/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/routing/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/routing/index.tsx diff --git a/x-pack/plugins/profiling/public/routing/route_breadcrumb.tsx b/x-pack/plugins/observability_solution/profiling/public/routing/route_breadcrumb.tsx similarity index 100% rename from x-pack/plugins/profiling/public/routing/route_breadcrumb.tsx rename to x-pack/plugins/observability_solution/profiling/public/routing/route_breadcrumb.tsx diff --git a/x-pack/plugins/profiling/public/routing/router_error_boundary.tsx b/x-pack/plugins/observability_solution/profiling/public/routing/router_error_boundary.tsx similarity index 100% rename from x-pack/plugins/profiling/public/routing/router_error_boundary.tsx rename to x-pack/plugins/observability_solution/profiling/public/routing/router_error_boundary.tsx diff --git a/x-pack/plugins/profiling/public/services.ts b/x-pack/plugins/observability_solution/profiling/public/services.ts similarity index 100% rename from x-pack/plugins/profiling/public/services.ts rename to x-pack/plugins/observability_solution/profiling/public/services.ts diff --git a/x-pack/plugins/profiling/public/types.ts b/x-pack/plugins/observability_solution/profiling/public/types.ts similarity index 100% rename from x-pack/plugins/profiling/public/types.ts rename to x-pack/plugins/observability_solution/profiling/public/types.ts diff --git a/x-pack/plugins/profiling/public/utils/formatters/as_cost.ts b/x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_cost.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/formatters/as_cost.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_cost.ts diff --git a/x-pack/plugins/profiling/public/utils/formatters/as_duration.ts b/x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_duration.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/formatters/as_duration.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_duration.ts diff --git a/x-pack/plugins/profiling/public/utils/formatters/as_number.test.ts b/x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_number.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/formatters/as_number.test.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_number.test.ts diff --git a/x-pack/plugins/profiling/public/utils/formatters/as_number.ts b/x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_number.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/formatters/as_number.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_number.ts diff --git a/x-pack/plugins/profiling/public/utils/formatters/as_percentage.ts b/x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_percentage.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/formatters/as_percentage.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_percentage.ts diff --git a/x-pack/plugins/profiling/public/utils/formatters/as_weight.ts b/x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_weight.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/formatters/as_weight.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/formatters/as_weight.ts diff --git a/x-pack/plugins/profiling/public/utils/get_flamegraph_model/get_interpolation_value.test.ts b/x-pack/plugins/observability_solution/profiling/public/utils/get_flamegraph_model/get_interpolation_value.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/get_flamegraph_model/get_interpolation_value.test.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/get_flamegraph_model/get_interpolation_value.test.ts diff --git a/x-pack/plugins/profiling/public/utils/get_flamegraph_model/get_interpolation_value.ts b/x-pack/plugins/observability_solution/profiling/public/utils/get_flamegraph_model/get_interpolation_value.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/get_flamegraph_model/get_interpolation_value.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/get_flamegraph_model/get_interpolation_value.ts diff --git a/x-pack/plugins/profiling/public/utils/get_flamegraph_model/index.ts b/x-pack/plugins/observability_solution/profiling/public/utils/get_flamegraph_model/index.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/get_flamegraph_model/index.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/get_flamegraph_model/index.ts diff --git a/x-pack/plugins/profiling/public/utils/get_next_time_range/index.test.ts b/x-pack/plugins/observability_solution/profiling/public/utils/get_next_time_range/index.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/get_next_time_range/index.test.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/get_next_time_range/index.test.ts diff --git a/x-pack/plugins/profiling/public/utils/get_next_time_range/index.ts b/x-pack/plugins/observability_solution/profiling/public/utils/get_next_time_range/index.ts similarity index 100% rename from x-pack/plugins/profiling/public/utils/get_next_time_range/index.ts rename to x-pack/plugins/observability_solution/profiling/public/utils/get_next_time_range/index.ts diff --git a/x-pack/plugins/profiling/public/views/add_data_view/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/add_data_view/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/add_data_view/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/add_data_view/index.tsx diff --git a/x-pack/plugins/profiling/public/views/delete_data_view/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/delete_data_view/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/delete_data_view/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/delete_data_view/index.tsx diff --git a/x-pack/plugins/profiling/public/views/flamegraphs/differential_flamegraphs/differential_flame_graph_search_panel.tsx b/x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/differential_flamegraphs/differential_flame_graph_search_panel.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/flamegraphs/differential_flamegraphs/differential_flame_graph_search_panel.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/differential_flamegraphs/differential_flame_graph_search_panel.tsx diff --git a/x-pack/plugins/profiling/public/views/flamegraphs/differential_flamegraphs/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/differential_flamegraphs/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/flamegraphs/differential_flamegraphs/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/differential_flamegraphs/index.tsx diff --git a/x-pack/plugins/profiling/public/views/flamegraphs/flamegraph/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/flamegraph/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/flamegraphs/flamegraph/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/flamegraph/index.tsx diff --git a/x-pack/plugins/profiling/public/views/flamegraphs/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/flamegraphs/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/flamegraphs/index.tsx diff --git a/x-pack/plugins/profiling/public/views/functions/differential_topn/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/functions/differential_topn/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/functions/differential_topn/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/functions/differential_topn/index.tsx diff --git a/x-pack/plugins/profiling/public/views/functions/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/functions/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/functions/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/functions/index.tsx diff --git a/x-pack/plugins/profiling/public/views/functions/topn/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/functions/topn/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/functions/topn/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/functions/topn/index.tsx diff --git a/x-pack/plugins/profiling/public/views/settings/bottom_bar_actions.tsx b/x-pack/plugins/observability_solution/profiling/public/views/settings/bottom_bar_actions.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/settings/bottom_bar_actions.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/settings/bottom_bar_actions.tsx diff --git a/x-pack/plugins/profiling/public/views/settings/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/settings/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/settings/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/settings/index.tsx diff --git a/x-pack/plugins/profiling/public/views/stack_traces_view/get_stack_traces_tabs.ts b/x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/get_stack_traces_tabs.ts similarity index 100% rename from x-pack/plugins/profiling/public/views/stack_traces_view/get_stack_traces_tabs.ts rename to x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/get_stack_traces_tabs.ts diff --git a/x-pack/plugins/profiling/public/views/stack_traces_view/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/stack_traces_view/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/index.tsx diff --git a/x-pack/plugins/profiling/public/views/stack_traces_view/utils.test.ts b/x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/utils.test.ts similarity index 100% rename from x-pack/plugins/profiling/public/views/stack_traces_view/utils.test.ts rename to x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/utils.test.ts diff --git a/x-pack/plugins/profiling/public/views/stack_traces_view/utils.ts b/x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/utils.ts similarity index 100% rename from x-pack/plugins/profiling/public/views/stack_traces_view/utils.ts rename to x-pack/plugins/observability_solution/profiling/public/views/stack_traces_view/utils.ts diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details_chart.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details_chart.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details_chart.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/grouped_index_details_chart.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/index.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/storage_details_table.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/storage_details_table.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/storage_details_table.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/storage_details_table.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/utils.ts b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/utils.ts similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/data_breakdown/utils.ts rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/data_breakdown/utils.ts diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/distinct_probabilistic_values_warning.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/distinct_probabilistic_values_warning.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/distinct_probabilistic_values_warning.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/distinct_probabilistic_values_warning.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/host_breakdown/host_breakdown_chart.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/host_breakdown/host_breakdown_chart.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/host_breakdown/host_breakdown_chart.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/host_breakdown/host_breakdown_chart.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/host_breakdown/hosts_table.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/host_breakdown/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/host_breakdown/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/host_breakdown/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/host_breakdown/index.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/index.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/index.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/index.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/index.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/index_lifecycle_phase_select.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/index_lifecycle_phase_select.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/index_lifecycle_phase_select.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/index_lifecycle_phase_select.tsx diff --git a/x-pack/plugins/profiling/public/views/storage_explorer/summary.tsx b/x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/summary.tsx similarity index 100% rename from x-pack/plugins/profiling/public/views/storage_explorer/summary.tsx rename to x-pack/plugins/observability_solution/profiling/public/views/storage_explorer/summary.tsx diff --git a/x-pack/plugins/profiling/scripts/export_from_testing.sh b/x-pack/plugins/observability_solution/profiling/scripts/export_from_testing.sh similarity index 100% rename from x-pack/plugins/profiling/scripts/export_from_testing.sh rename to x-pack/plugins/observability_solution/profiling/scripts/export_from_testing.sh diff --git a/x-pack/plugins/profiling/scripts/import_from_testing.sh b/x-pack/plugins/observability_solution/profiling/scripts/import_from_testing.sh similarity index 100% rename from x-pack/plugins/profiling/scripts/import_from_testing.sh rename to x-pack/plugins/observability_solution/profiling/scripts/import_from_testing.sh diff --git a/x-pack/plugins/profiling/scripts/shrink_stacktrace_response.js b/x-pack/plugins/observability_solution/profiling/scripts/shrink_stacktrace_response.js similarity index 100% rename from x-pack/plugins/profiling/scripts/shrink_stacktrace_response.js rename to x-pack/plugins/observability_solution/profiling/scripts/shrink_stacktrace_response.js diff --git a/x-pack/plugins/profiling/scripts/test/api.js b/x-pack/plugins/observability_solution/profiling/scripts/test/api.js similarity index 100% rename from x-pack/plugins/profiling/scripts/test/api.js rename to x-pack/plugins/observability_solution/profiling/scripts/test/api.js diff --git a/x-pack/plugins/profiling/scripts/test/e2e.js b/x-pack/plugins/observability_solution/profiling/scripts/test/e2e.js similarity index 98% rename from x-pack/plugins/profiling/scripts/test/e2e.js rename to x-pack/plugins/observability_solution/profiling/scripts/test/e2e.js index 8a584a84bdc87..b727c63d8328e 100644 --- a/x-pack/plugins/profiling/scripts/test/e2e.js +++ b/x-pack/plugins/observability_solution/profiling/scripts/test/e2e.js @@ -65,7 +65,7 @@ if (cypressCliArgs.grep) { const ftrConfig = argv.open ? './ftr_config_open.ts' : './ftr_config_runner.ts'; const spawnArgs = [ - `../../../../scripts/${ftrScript}`, + `../../../../../scripts/${ftrScript}`, `--config=${ftrConfig}`, `--kibana-install-dir=${argv.kibanaInstallDir}`, ...(argv.bail ? [`--bail`] : []), diff --git a/x-pack/plugins/profiling/server/feature.ts b/x-pack/plugins/observability_solution/profiling/server/feature.ts similarity index 100% rename from x-pack/plugins/profiling/server/feature.ts rename to x-pack/plugins/observability_solution/profiling/server/feature.ts diff --git a/x-pack/plugins/profiling/server/index.ts b/x-pack/plugins/observability_solution/profiling/server/index.ts similarity index 100% rename from x-pack/plugins/profiling/server/index.ts rename to x-pack/plugins/observability_solution/profiling/server/index.ts diff --git a/x-pack/plugins/profiling/server/lib/setup/README.md b/x-pack/plugins/observability_solution/profiling/server/lib/setup/README.md similarity index 100% rename from x-pack/plugins/profiling/server/lib/setup/README.md rename to x-pack/plugins/observability_solution/profiling/server/lib/setup/README.md diff --git a/x-pack/plugins/profiling/server/lib/setup/cluster_settings.ts b/x-pack/plugins/observability_solution/profiling/server/lib/setup/cluster_settings.ts similarity index 100% rename from x-pack/plugins/profiling/server/lib/setup/cluster_settings.ts rename to x-pack/plugins/observability_solution/profiling/server/lib/setup/cluster_settings.ts diff --git a/x-pack/plugins/profiling/server/lib/setup/fleet_policies.test.ts b/x-pack/plugins/observability_solution/profiling/server/lib/setup/fleet_policies.test.ts similarity index 100% rename from x-pack/plugins/profiling/server/lib/setup/fleet_policies.test.ts rename to x-pack/plugins/observability_solution/profiling/server/lib/setup/fleet_policies.test.ts diff --git a/x-pack/plugins/profiling/server/lib/setup/fleet_policies.ts b/x-pack/plugins/observability_solution/profiling/server/lib/setup/fleet_policies.ts similarity index 100% rename from x-pack/plugins/profiling/server/lib/setup/fleet_policies.ts rename to x-pack/plugins/observability_solution/profiling/server/lib/setup/fleet_policies.ts diff --git a/x-pack/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts b/x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts similarity index 100% rename from x-pack/plugins/profiling/server/lib/setup/get_has_setup_privileges.ts rename to x-pack/plugins/observability_solution/profiling/server/lib/setup/get_has_setup_privileges.ts diff --git a/x-pack/plugins/profiling/server/lib/setup/types.ts b/x-pack/plugins/observability_solution/profiling/server/lib/setup/types.ts similarity index 100% rename from x-pack/plugins/profiling/server/lib/setup/types.ts rename to x-pack/plugins/observability_solution/profiling/server/lib/setup/types.ts diff --git a/x-pack/plugins/profiling/server/plugin.ts b/x-pack/plugins/observability_solution/profiling/server/plugin.ts similarity index 100% rename from x-pack/plugins/profiling/server/plugin.ts rename to x-pack/plugins/observability_solution/profiling/server/plugin.ts diff --git a/x-pack/plugins/profiling/server/routes/compat.ts b/x-pack/plugins/observability_solution/profiling/server/routes/compat.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/compat.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/compat.ts diff --git a/x-pack/plugins/profiling/server/routes/downsampling.test.ts b/x-pack/plugins/observability_solution/profiling/server/routes/downsampling.test.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/downsampling.test.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/downsampling.test.ts diff --git a/x-pack/plugins/profiling/server/routes/downsampling.ts b/x-pack/plugins/observability_solution/profiling/server/routes/downsampling.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/downsampling.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/downsampling.ts diff --git a/x-pack/plugins/profiling/server/routes/flamechart.ts b/x-pack/plugins/observability_solution/profiling/server/routes/flamechart.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/flamechart.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/flamechart.ts diff --git a/x-pack/plugins/profiling/server/routes/functions.ts b/x-pack/plugins/observability_solution/profiling/server/routes/functions.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/functions.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/functions.ts diff --git a/x-pack/plugins/profiling/server/routes/index.ts b/x-pack/plugins/observability_solution/profiling/server/routes/index.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/index.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/index.ts diff --git a/x-pack/plugins/profiling/server/routes/query.ts b/x-pack/plugins/observability_solution/profiling/server/routes/query.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/query.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/query.ts diff --git a/x-pack/plugins/profiling/server/routes/search_stacktraces.ts b/x-pack/plugins/observability_solution/profiling/server/routes/search_stacktraces.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/search_stacktraces.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/search_stacktraces.ts diff --git a/x-pack/plugins/profiling/server/routes/setup/get_cloud_setup_instructions.ts b/x-pack/plugins/observability_solution/profiling/server/routes/setup/get_cloud_setup_instructions.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/setup/get_cloud_setup_instructions.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/setup/get_cloud_setup_instructions.ts diff --git a/x-pack/plugins/profiling/server/routes/setup/get_self_managed_instructions.ts b/x-pack/plugins/observability_solution/profiling/server/routes/setup/get_self_managed_instructions.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/setup/get_self_managed_instructions.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/setup/get_self_managed_instructions.ts diff --git a/x-pack/plugins/profiling/server/routes/setup/route.ts b/x-pack/plugins/observability_solution/profiling/server/routes/setup/route.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/setup/route.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/setup/route.ts diff --git a/x-pack/plugins/profiling/server/routes/setup/setup_cloud.ts b/x-pack/plugins/observability_solution/profiling/server/routes/setup/setup_cloud.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/setup/setup_cloud.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/setup/setup_cloud.ts diff --git a/x-pack/plugins/profiling/server/routes/setup/setup_self_managed.ts b/x-pack/plugins/observability_solution/profiling/server/routes/setup/setup_self_managed.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/setup/setup_self_managed.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/setup/setup_self_managed.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_daily_data_generation.size.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_daily_data_generation.size.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_daily_data_generation.size.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_daily_data_generation.size.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_host_breakdown_size_timeseries.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_host_breakdown_size_timeseries.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_host_breakdown_size_timeseries.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_host_breakdown_size_timeseries.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_host_details.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_host_details.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_host_details.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_host_details.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_host_distinct_probabilistic_count.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_host_distinct_probabilistic_count.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_host_distinct_probabilistic_count.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_host_distinct_probabilistic_count.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_indices_stats.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_indices_stats.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_indices_stats.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_indices_stats.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_profiling_hosts_details_by_id.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_profiling_hosts_details_by_id.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_profiling_hosts_details_by_id.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_profiling_hosts_details_by_id.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_storage_details_grouped_by_index.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_storage_details_grouped_by_index.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_storage_details_grouped_by_index.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_storage_details_grouped_by_index.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/get_storage_details_per_index.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_storage_details_per_index.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/get_storage_details_per_index.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/get_storage_details_per_index.ts diff --git a/x-pack/plugins/profiling/server/routes/storage_explorer/route.ts b/x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/route.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/storage_explorer/route.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/storage_explorer/route.ts diff --git a/x-pack/plugins/profiling/server/routes/topn.test.ts b/x-pack/plugins/observability_solution/profiling/server/routes/topn.test.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/topn.test.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/topn.test.ts diff --git a/x-pack/plugins/profiling/server/routes/topn.ts b/x-pack/plugins/observability_solution/profiling/server/routes/topn.ts similarity index 100% rename from x-pack/plugins/profiling/server/routes/topn.ts rename to x-pack/plugins/observability_solution/profiling/server/routes/topn.ts diff --git a/x-pack/plugins/profiling/server/types.ts b/x-pack/plugins/observability_solution/profiling/server/types.ts similarity index 100% rename from x-pack/plugins/profiling/server/types.ts rename to x-pack/plugins/observability_solution/profiling/server/types.ts diff --git a/x-pack/plugins/profiling/server/utils/create_profiling_es_client.ts b/x-pack/plugins/observability_solution/profiling/server/utils/create_profiling_es_client.ts similarity index 100% rename from x-pack/plugins/profiling/server/utils/create_profiling_es_client.ts rename to x-pack/plugins/observability_solution/profiling/server/utils/create_profiling_es_client.ts diff --git a/x-pack/plugins/profiling/server/utils/handle_route_error_handler.ts b/x-pack/plugins/observability_solution/profiling/server/utils/handle_route_error_handler.ts similarity index 100% rename from x-pack/plugins/profiling/server/utils/handle_route_error_handler.ts rename to x-pack/plugins/observability_solution/profiling/server/utils/handle_route_error_handler.ts diff --git a/x-pack/plugins/profiling/server/utils/with_profiling_span.ts b/x-pack/plugins/observability_solution/profiling/server/utils/with_profiling_span.ts similarity index 100% rename from x-pack/plugins/profiling/server/utils/with_profiling_span.ts rename to x-pack/plugins/observability_solution/profiling/server/utils/with_profiling_span.ts diff --git a/x-pack/plugins/profiling/tsconfig.json b/x-pack/plugins/observability_solution/profiling/tsconfig.json similarity index 96% rename from x-pack/plugins/profiling/tsconfig.json rename to x-pack/plugins/observability_solution/profiling/tsconfig.json index 7705c70d0d1b4..1c93d47cbfd1d 100644 --- a/x-pack/plugins/profiling/tsconfig.json +++ b/x-pack/plugins/observability_solution/profiling/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, @@ -72,7 +72,5 @@ // "@kbn/infra-plugin", // "@kbn/kibana-utils-plugin", ], - "exclude": [ - "target/**/*" - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/profiling_data_access/.i18nrc.json b/x-pack/plugins/observability_solution/profiling_data_access/.i18nrc.json similarity index 100% rename from x-pack/plugins/profiling_data_access/.i18nrc.json rename to x-pack/plugins/observability_solution/profiling_data_access/.i18nrc.json diff --git a/x-pack/plugins/profiling_data_access/common/cloud_setup.test.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.test.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/cloud_setup.test.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.test.ts diff --git a/x-pack/plugins/profiling_data_access/common/cloud_setup.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/cloud_setup.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/cloud_setup.ts diff --git a/x-pack/plugins/profiling_data_access/common/cluster_settings.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/cluster_settings.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/cluster_settings.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/cluster_settings.ts diff --git a/x-pack/plugins/profiling_data_access/common/fleet_policies.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/fleet_policies.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/fleet_policies.ts diff --git a/x-pack/plugins/profiling_data_access/common/get_apm_policy.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/get_apm_policy.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/get_apm_policy.ts diff --git a/x-pack/plugins/profiling_data_access/common/has_profiling_data.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/has_profiling_data.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/has_profiling_data.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/has_profiling_data.ts diff --git a/x-pack/plugins/profiling_data_access/common/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/index.ts diff --git a/x-pack/plugins/profiling_data_access/common/profiling_es_client.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/profiling_es_client.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/profiling_es_client.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/profiling_es_client.ts diff --git a/x-pack/plugins/profiling_data_access/common/setup.test.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/setup.test.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/setup.test.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/setup.test.ts diff --git a/x-pack/plugins/profiling_data_access/common/setup.ts b/x-pack/plugins/observability_solution/profiling_data_access/common/setup.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/common/setup.ts rename to x-pack/plugins/observability_solution/profiling_data_access/common/setup.ts diff --git a/x-pack/plugins/ux/jest.config.js b/x-pack/plugins/observability_solution/profiling_data_access/jest.config.js similarity index 70% rename from x-pack/plugins/ux/jest.config.js rename to x-pack/plugins/observability_solution/profiling_data_access/jest.config.js index f380a059e5547..4f4a7c2e32202 100644 --- a/x-pack/plugins/ux/jest.config.js +++ b/x-pack/plugins/observability_solution/profiling_data_access/jest.config.js @@ -9,6 +9,6 @@ const path = require('path'); module.exports = { preset: '@kbn/test', - rootDir: path.resolve(__dirname, '../../..'), - roots: ['/x-pack/plugins/ux'], + rootDir: path.resolve(__dirname, '../../../..'), + roots: ['/x-pack/plugins/observability_solution/profiling_data_access'], }; diff --git a/x-pack/plugins/profiling_data_access/kibana.jsonc b/x-pack/plugins/observability_solution/profiling_data_access/kibana.jsonc similarity index 100% rename from x-pack/plugins/profiling_data_access/kibana.jsonc rename to x-pack/plugins/observability_solution/profiling_data_access/kibana.jsonc diff --git a/x-pack/plugins/profiling_data_access/server/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/index.ts diff --git a/x-pack/plugins/profiling_data_access/server/plugin.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/plugin.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/plugin.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/plugin.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/fetch_flamechart/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/fetch_flamechart/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/fetch_flamechart/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/fetch_flamechart/index.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/functions/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/functions/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/functions/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/functions/index.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/register_services.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/register_services.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/register_services.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/register_services.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/search_stack_traces/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/search_stack_traces/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/search_stack_traces/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/search_stack_traces/index.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/setup_state/cloud_setup_state.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/setup_state/cloud_setup_state.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/setup_state/cloud_setup_state.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/setup_state/cloud_setup_state.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/setup_state/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/setup_state/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/setup_state/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/setup_state/index.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/setup_state/self_managed_setup_state.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/setup_state/self_managed_setup_state.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/setup_state/self_managed_setup_state.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/setup_state/self_managed_setup_state.ts diff --git a/x-pack/plugins/profiling_data_access/server/services/status/index.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/services/status/index.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/services/status/index.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/services/status/index.ts diff --git a/x-pack/plugins/profiling_data_access/server/types.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/types.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/types.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/types.ts diff --git a/x-pack/plugins/profiling_data_access/server/utils/create_profiling_es_client.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/utils/create_profiling_es_client.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/utils/create_profiling_es_client.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/utils/create_profiling_es_client.ts diff --git a/x-pack/plugins/profiling_data_access/server/utils/query.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/utils/query.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/utils/query.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/utils/query.ts diff --git a/x-pack/plugins/profiling_data_access/server/utils/unwrap_es_response.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/utils/unwrap_es_response.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/utils/unwrap_es_response.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/utils/unwrap_es_response.ts diff --git a/x-pack/plugins/profiling_data_access/server/utils/with_profiling_span.ts b/x-pack/plugins/observability_solution/profiling_data_access/server/utils/with_profiling_span.ts similarity index 100% rename from x-pack/plugins/profiling_data_access/server/utils/with_profiling_span.ts rename to x-pack/plugins/observability_solution/profiling_data_access/server/utils/with_profiling_span.ts diff --git a/x-pack/plugins/profiling_data_access/tsconfig.json b/x-pack/plugins/observability_solution/profiling_data_access/tsconfig.json similarity index 59% rename from x-pack/plugins/profiling_data_access/tsconfig.json rename to x-pack/plugins/observability_solution/profiling_data_access/tsconfig.json index ccd0d3e54e816..a441eafa9149f 100644 --- a/x-pack/plugins/profiling_data_access/tsconfig.json +++ b/x-pack/plugins/observability_solution/profiling_data_access/tsconfig.json @@ -1,16 +1,10 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, - "include": [ - "common/**/*", - "server/**/*", - "jest.config.js" - ], - "exclude": [ - "target/**/*" - ], + "include": ["common/**/*", "server/**/*", "jest.config.js"], + "exclude": ["target/**/*"], "kbn_references": [ "@kbn/config-schema", "@kbn/core", @@ -20,6 +14,6 @@ "@kbn/profiling-utils", "@kbn/fleet-plugin", "@kbn/cloud-plugin", - "@kbn/spaces-plugin", + "@kbn/spaces-plugin" ] } diff --git a/x-pack/plugins/serverless_observability/.gitignore b/x-pack/plugins/observability_solution/serverless_observability/.gitignore similarity index 100% rename from x-pack/plugins/serverless_observability/.gitignore rename to x-pack/plugins/observability_solution/serverless_observability/.gitignore diff --git a/x-pack/plugins/serverless_observability/README.mdx b/x-pack/plugins/observability_solution/serverless_observability/README.mdx similarity index 100% rename from x-pack/plugins/serverless_observability/README.mdx rename to x-pack/plugins/observability_solution/serverless_observability/README.mdx diff --git a/x-pack/plugins/serverless_observability/common/index.ts b/x-pack/plugins/observability_solution/serverless_observability/common/index.ts similarity index 100% rename from x-pack/plugins/serverless_observability/common/index.ts rename to x-pack/plugins/observability_solution/serverless_observability/common/index.ts diff --git a/x-pack/plugins/serverless_observability/kibana.jsonc b/x-pack/plugins/observability_solution/serverless_observability/kibana.jsonc similarity index 100% rename from x-pack/plugins/serverless_observability/kibana.jsonc rename to x-pack/plugins/observability_solution/serverless_observability/kibana.jsonc diff --git a/x-pack/plugins/serverless_observability/package.json b/x-pack/plugins/observability_solution/serverless_observability/package.json similarity index 100% rename from x-pack/plugins/serverless_observability/package.json rename to x-pack/plugins/observability_solution/serverless_observability/package.json diff --git a/x-pack/plugins/serverless_observability/public/components/side_navigation/index.tsx b/x-pack/plugins/observability_solution/serverless_observability/public/components/side_navigation/index.tsx similarity index 100% rename from x-pack/plugins/serverless_observability/public/components/side_navigation/index.tsx rename to x-pack/plugins/observability_solution/serverless_observability/public/components/side_navigation/index.tsx diff --git a/x-pack/plugins/serverless_observability/public/index.ts b/x-pack/plugins/observability_solution/serverless_observability/public/index.ts similarity index 100% rename from x-pack/plugins/serverless_observability/public/index.ts rename to x-pack/plugins/observability_solution/serverless_observability/public/index.ts diff --git a/x-pack/plugins/serverless_observability/public/logs_signal/overview_registration.ts b/x-pack/plugins/observability_solution/serverless_observability/public/logs_signal/overview_registration.ts similarity index 100% rename from x-pack/plugins/serverless_observability/public/logs_signal/overview_registration.ts rename to x-pack/plugins/observability_solution/serverless_observability/public/logs_signal/overview_registration.ts diff --git a/x-pack/plugins/serverless_observability/public/plugin.ts b/x-pack/plugins/observability_solution/serverless_observability/public/plugin.ts similarity index 100% rename from x-pack/plugins/serverless_observability/public/plugin.ts rename to x-pack/plugins/observability_solution/serverless_observability/public/plugin.ts diff --git a/x-pack/plugins/serverless_observability/public/services.tsx b/x-pack/plugins/observability_solution/serverless_observability/public/services.tsx similarity index 100% rename from x-pack/plugins/serverless_observability/public/services.tsx rename to x-pack/plugins/observability_solution/serverless_observability/public/services.tsx diff --git a/x-pack/plugins/serverless_observability/public/types.ts b/x-pack/plugins/observability_solution/serverless_observability/public/types.ts similarity index 100% rename from x-pack/plugins/serverless_observability/public/types.ts rename to x-pack/plugins/observability_solution/serverless_observability/public/types.ts diff --git a/x-pack/plugins/serverless_observability/server/config.ts b/x-pack/plugins/observability_solution/serverless_observability/server/config.ts similarity index 100% rename from x-pack/plugins/serverless_observability/server/config.ts rename to x-pack/plugins/observability_solution/serverless_observability/server/config.ts diff --git a/x-pack/plugins/serverless_observability/server/index.ts b/x-pack/plugins/observability_solution/serverless_observability/server/index.ts similarity index 100% rename from x-pack/plugins/serverless_observability/server/index.ts rename to x-pack/plugins/observability_solution/serverless_observability/server/index.ts diff --git a/x-pack/plugins/serverless_observability/server/plugin.ts b/x-pack/plugins/observability_solution/serverless_observability/server/plugin.ts similarity index 100% rename from x-pack/plugins/serverless_observability/server/plugin.ts rename to x-pack/plugins/observability_solution/serverless_observability/server/plugin.ts diff --git a/x-pack/plugins/serverless_observability/server/types.ts b/x-pack/plugins/observability_solution/serverless_observability/server/types.ts similarity index 100% rename from x-pack/plugins/serverless_observability/server/types.ts rename to x-pack/plugins/observability_solution/serverless_observability/server/types.ts diff --git a/x-pack/plugins/serverless_observability/tsconfig.json b/x-pack/plugins/observability_solution/serverless_observability/tsconfig.json similarity index 78% rename from x-pack/plugins/serverless_observability/tsconfig.json rename to x-pack/plugins/observability_solution/serverless_observability/tsconfig.json index c0894de19697e..eb1c52aa93c3a 100644 --- a/x-pack/plugins/serverless_observability/tsconfig.json +++ b/x-pack/plugins/observability_solution/serverless_observability/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types" }, @@ -9,11 +9,9 @@ "public/**/*.ts", "public/**/*.tsx", "server/**/*.ts", - "../../../typings/**/*" - ], - "exclude": [ - "target/**/*" + "../../../../typings/**/*" ], + "exclude": ["target/**/*"], "kbn_references": [ "@kbn/core", "@kbn/config-schema", @@ -28,6 +26,6 @@ "@kbn/data-plugin", "@kbn/observability-plugin", "@kbn/io-ts-utils", - "@kbn/serverless-observability-settings", + "@kbn/serverless-observability-settings" ] } diff --git a/x-pack/plugins/synthetics/.buildkite/pipelines/flaky.js b/x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.js similarity index 100% rename from x-pack/plugins/synthetics/.buildkite/pipelines/flaky.js rename to x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.js diff --git a/x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.sh b/x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.sh new file mode 100755 index 0000000000000..58c2c88a8d836 --- /dev/null +++ b/x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +set -euo pipefail + +UUID="$(cat /proc/sys/kernel/random/uuid)" +export UUID + +node x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload diff --git a/x-pack/plugins/synthetics/README.md b/x-pack/plugins/observability_solution/synthetics/README.md similarity index 98% rename from x-pack/plugins/synthetics/README.md rename to x-pack/plugins/observability_solution/synthetics/README.md index afb3309e788e9..bdc078e8607d7 100644 --- a/x-pack/plugins/synthetics/README.md +++ b/x-pack/plugins/observability_solution/synthetics/README.md @@ -45,7 +45,7 @@ There's also a `rest_api` folder that defines the structure of the RESTful API e Documentation: https://www.elastic.co/guide/en/kibana/current/development-tests.html#_unit_testing ``` -yarn test:jest x-pack/plugins/synthetics +yarn test:jest x-pack/plugins/observability_solution/synthetics ``` ### Functional tests diff --git a/x-pack/plugins/synthetics/common/config.ts b/x-pack/plugins/observability_solution/synthetics/common/config.ts similarity index 100% rename from x-pack/plugins/synthetics/common/config.ts rename to x-pack/plugins/observability_solution/synthetics/common/config.ts diff --git a/x-pack/plugins/synthetics/common/constants/capabilities.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/capabilities.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/capabilities.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/capabilities.ts diff --git a/x-pack/plugins/synthetics/common/constants/client_defaults.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/client_defaults.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/client_defaults.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/client_defaults.ts diff --git a/x-pack/plugins/synthetics/common/constants/context_defaults.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/context_defaults.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/context_defaults.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/context_defaults.ts diff --git a/x-pack/plugins/synthetics/common/constants/data_filters.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/data_filters.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/data_filters.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/data_filters.ts diff --git a/x-pack/plugins/synthetics/common/constants/data_test_subjects.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/data_test_subjects.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/data_test_subjects.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/data_test_subjects.ts diff --git a/x-pack/plugins/synthetics/common/constants/index.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/index.ts diff --git a/x-pack/plugins/synthetics/common/constants/monitor_defaults.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/monitor_defaults.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/monitor_defaults.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/monitor_defaults.ts diff --git a/x-pack/plugins/synthetics/common/constants/monitor_management.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/monitor_management.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/monitor_management.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/monitor_management.ts diff --git a/x-pack/plugins/synthetics/common/constants/plugin.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/plugin.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/plugin.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/plugin.ts diff --git a/x-pack/plugins/synthetics/common/constants/settings_defaults.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/settings_defaults.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/settings_defaults.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/settings_defaults.ts diff --git a/x-pack/plugins/synthetics/common/constants/synthetics/client_defaults.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/synthetics/client_defaults.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/synthetics/client_defaults.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/synthetics/client_defaults.ts diff --git a/x-pack/plugins/synthetics/common/constants/synthetics/index.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/synthetics/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/synthetics/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/synthetics/index.ts diff --git a/x-pack/plugins/synthetics/common/constants/synthetics/rest_api.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/synthetics/rest_api.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/synthetics/rest_api.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/synthetics/rest_api.ts diff --git a/x-pack/plugins/synthetics/common/constants/synthetics_alerts.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/synthetics_alerts.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/synthetics_alerts.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/synthetics_alerts.ts diff --git a/x-pack/plugins/synthetics/common/constants/ui.ts b/x-pack/plugins/observability_solution/synthetics/common/constants/ui.ts similarity index 100% rename from x-pack/plugins/synthetics/common/constants/ui.ts rename to x-pack/plugins/observability_solution/synthetics/common/constants/ui.ts diff --git a/x-pack/plugins/synthetics/common/field_names.ts b/x-pack/plugins/observability_solution/synthetics/common/field_names.ts similarity index 100% rename from x-pack/plugins/synthetics/common/field_names.ts rename to x-pack/plugins/observability_solution/synthetics/common/field_names.ts diff --git a/x-pack/plugins/synthetics/common/formatters/format_space_name.ts b/x-pack/plugins/observability_solution/synthetics/common/formatters/format_space_name.ts similarity index 100% rename from x-pack/plugins/synthetics/common/formatters/format_space_name.ts rename to x-pack/plugins/observability_solution/synthetics/common/formatters/format_space_name.ts diff --git a/x-pack/plugins/synthetics/common/formatters/index.ts b/x-pack/plugins/observability_solution/synthetics/common/formatters/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/formatters/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/formatters/index.ts diff --git a/x-pack/plugins/synthetics/common/lib/combine_filters_and_user_search.test.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/combine_filters_and_user_search.test.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/combine_filters_and_user_search.test.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/combine_filters_and_user_search.test.ts diff --git a/x-pack/plugins/synthetics/common/lib/combine_filters_and_user_search.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/combine_filters_and_user_search.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/combine_filters_and_user_search.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/combine_filters_and_user_search.ts diff --git a/x-pack/plugins/synthetics/common/lib/index.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/index.ts diff --git a/x-pack/plugins/synthetics/common/lib/schedule_to_time.test.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/schedule_to_time.test.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/schedule_to_time.test.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/schedule_to_time.test.ts diff --git a/x-pack/plugins/synthetics/common/lib/schedule_to_time.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/schedule_to_time.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/schedule_to_time.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/schedule_to_time.ts diff --git a/x-pack/plugins/synthetics/common/lib/stringify_kueries.test.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/stringify_kueries.test.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/stringify_kueries.test.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/stringify_kueries.test.ts diff --git a/x-pack/plugins/synthetics/common/lib/stringify_kueries.ts b/x-pack/plugins/observability_solution/synthetics/common/lib/stringify_kueries.ts similarity index 100% rename from x-pack/plugins/synthetics/common/lib/stringify_kueries.ts rename to x-pack/plugins/observability_solution/synthetics/common/lib/stringify_kueries.ts diff --git a/x-pack/plugins/synthetics/common/requests/get_certs_request_body.ts b/x-pack/plugins/observability_solution/synthetics/common/requests/get_certs_request_body.ts similarity index 100% rename from x-pack/plugins/synthetics/common/requests/get_certs_request_body.ts rename to x-pack/plugins/observability_solution/synthetics/common/requests/get_certs_request_body.ts diff --git a/x-pack/plugins/synthetics/common/rules/alert_actions.test.ts b/x-pack/plugins/observability_solution/synthetics/common/rules/alert_actions.test.ts similarity index 100% rename from x-pack/plugins/synthetics/common/rules/alert_actions.test.ts rename to x-pack/plugins/observability_solution/synthetics/common/rules/alert_actions.test.ts diff --git a/x-pack/plugins/synthetics/common/rules/alert_actions.ts b/x-pack/plugins/observability_solution/synthetics/common/rules/alert_actions.ts similarity index 100% rename from x-pack/plugins/synthetics/common/rules/alert_actions.ts rename to x-pack/plugins/observability_solution/synthetics/common/rules/alert_actions.ts diff --git a/x-pack/plugins/synthetics/common/rules/status_rule.ts b/x-pack/plugins/observability_solution/synthetics/common/rules/status_rule.ts similarity index 100% rename from x-pack/plugins/synthetics/common/rules/status_rule.ts rename to x-pack/plugins/observability_solution/synthetics/common/rules/status_rule.ts diff --git a/x-pack/plugins/synthetics/common/rules/synthetics/translations.ts b/x-pack/plugins/observability_solution/synthetics/common/rules/synthetics/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/common/rules/synthetics/translations.ts rename to x-pack/plugins/observability_solution/synthetics/common/rules/synthetics/translations.ts diff --git a/x-pack/plugins/synthetics/common/rules/types.ts b/x-pack/plugins/observability_solution/synthetics/common/rules/types.ts similarity index 100% rename from x-pack/plugins/synthetics/common/rules/types.ts rename to x-pack/plugins/observability_solution/synthetics/common/rules/types.ts diff --git a/x-pack/plugins/synthetics/common/rules/uptime_rule_field_map.ts b/x-pack/plugins/observability_solution/synthetics/common/rules/uptime_rule_field_map.ts similarity index 100% rename from x-pack/plugins/synthetics/common/rules/uptime_rule_field_map.ts rename to x-pack/plugins/observability_solution/synthetics/common/rules/uptime_rule_field_map.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/alert_rules/common.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/alert_rules/common.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/alert_rules/common.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/alert_rules/common.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/alerts/common.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/common.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/alerts/common.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/common.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/alerts/index.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/alerts/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/index.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/alerts/status_check.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/status_check.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/alerts/status_check.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/status_check.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/alerts/tls.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/tls.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/alerts/tls.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/alerts/tls.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/certs.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/certs.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/certs.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/certs.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/common.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/common.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/common.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/common.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/dynamic_settings.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/dynamic_settings.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/dynamic_settings.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/index.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/index.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor/index.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor/index.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor/state.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor/state.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor/state.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor/state.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/alert_config.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/alert_config.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/alert_config.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/alert_config.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/config_key.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/config_key.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/config_key.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/config_key.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/filters.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/filters.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/filters.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/filters.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/index.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/index.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/locations.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/locations.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/locations.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/locations.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_configs.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_configs.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_configs.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_configs.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_meta_data.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_meta_data.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_meta_data.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_meta_data.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_types.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_types.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_types.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_types.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_types_project.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_types_project.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/monitor_types_project.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/monitor_types_project.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/sort_field.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/sort_field.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/sort_field.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/sort_field.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/state.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/state.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/state.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/state.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/synthetics_overview_status.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/synthetics_overview_status.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/synthetics_overview_status.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/synthetics_overview_status.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/synthetics_params.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/synthetics_params.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/synthetics_params.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/synthetics_params.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/monitor_management/synthetics_private_locations.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/synthetics_private_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/monitor_management/synthetics_private_locations.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/monitor_management/synthetics_private_locations.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/network_events.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/network_events.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/network_events.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/network_events.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/error_state.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/error_state.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/error_state.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/error_state.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/histogram.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/histogram.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/histogram.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/histogram.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/index.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/index.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/observer.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/observer.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/observer.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/observer.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/ping.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/ping.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/ping.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/ping.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/synthetics.test.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/synthetics.test.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/synthetics.test.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/synthetics.test.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/ping/synthetics.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/synthetics.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/ping/synthetics.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/ping/synthetics.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/snapshot/index.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/snapshot/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/snapshot/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/snapshot/index.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/snapshot/snapshot_count.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/snapshot/snapshot_count.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/snapshot/snapshot_count.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/snapshot/snapshot_count.ts diff --git a/x-pack/plugins/synthetics/common/runtime_types/synthetics_service_api_key.ts b/x-pack/plugins/observability_solution/synthetics/common/runtime_types/synthetics_service_api_key.ts similarity index 100% rename from x-pack/plugins/synthetics/common/runtime_types/synthetics_service_api_key.ts rename to x-pack/plugins/observability_solution/synthetics/common/runtime_types/synthetics_service_api_key.ts diff --git a/x-pack/plugins/synthetics/common/saved_objects/private_locations.ts b/x-pack/plugins/observability_solution/synthetics/common/saved_objects/private_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/common/saved_objects/private_locations.ts rename to x-pack/plugins/observability_solution/synthetics/common/saved_objects/private_locations.ts diff --git a/x-pack/plugins/synthetics/common/translations/translations.ts b/x-pack/plugins/observability_solution/synthetics/common/translations/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/common/translations/translations.ts rename to x-pack/plugins/observability_solution/synthetics/common/translations/translations.ts diff --git a/x-pack/plugins/synthetics/common/types/index.ts b/x-pack/plugins/observability_solution/synthetics/common/types/index.ts similarity index 100% rename from x-pack/plugins/synthetics/common/types/index.ts rename to x-pack/plugins/observability_solution/synthetics/common/types/index.ts diff --git a/x-pack/plugins/synthetics/common/types/monitor_validation.ts b/x-pack/plugins/observability_solution/synthetics/common/types/monitor_validation.ts similarity index 100% rename from x-pack/plugins/synthetics/common/types/monitor_validation.ts rename to x-pack/plugins/observability_solution/synthetics/common/types/monitor_validation.ts diff --git a/x-pack/plugins/synthetics/common/types/saved_objects.ts b/x-pack/plugins/observability_solution/synthetics/common/types/saved_objects.ts similarity index 100% rename from x-pack/plugins/synthetics/common/types/saved_objects.ts rename to x-pack/plugins/observability_solution/synthetics/common/types/saved_objects.ts diff --git a/x-pack/plugins/synthetics/common/types/synthetics_monitor.ts b/x-pack/plugins/observability_solution/synthetics/common/types/synthetics_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/common/types/synthetics_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/common/types/synthetics_monitor.ts diff --git a/x-pack/plugins/synthetics/common/utils/as_mutable_array.ts b/x-pack/plugins/observability_solution/synthetics/common/utils/as_mutable_array.ts similarity index 100% rename from x-pack/plugins/synthetics/common/utils/as_mutable_array.ts rename to x-pack/plugins/observability_solution/synthetics/common/utils/as_mutable_array.ts diff --git a/x-pack/plugins/synthetics/common/utils/es_search.ts b/x-pack/plugins/observability_solution/synthetics/common/utils/es_search.ts similarity index 100% rename from x-pack/plugins/synthetics/common/utils/es_search.ts rename to x-pack/plugins/observability_solution/synthetics/common/utils/es_search.ts diff --git a/x-pack/plugins/synthetics/common/utils/get_synthetics_monitor_url.ts b/x-pack/plugins/observability_solution/synthetics/common/utils/get_synthetics_monitor_url.ts similarity index 100% rename from x-pack/plugins/synthetics/common/utils/get_synthetics_monitor_url.ts rename to x-pack/plugins/observability_solution/synthetics/common/utils/get_synthetics_monitor_url.ts diff --git a/x-pack/plugins/synthetics/common/utils/location_formatter.ts b/x-pack/plugins/observability_solution/synthetics/common/utils/location_formatter.ts similarity index 100% rename from x-pack/plugins/synthetics/common/utils/location_formatter.ts rename to x-pack/plugins/observability_solution/synthetics/common/utils/location_formatter.ts diff --git a/x-pack/plugins/synthetics/common/utils/t_enum.ts b/x-pack/plugins/observability_solution/synthetics/common/utils/t_enum.ts similarity index 100% rename from x-pack/plugins/synthetics/common/utils/t_enum.ts rename to x-pack/plugins/observability_solution/synthetics/common/utils/t_enum.ts diff --git a/x-pack/plugins/synthetics/e2e/README.md b/x-pack/plugins/observability_solution/synthetics/e2e/README.md similarity index 75% rename from x-pack/plugins/synthetics/e2e/README.md rename to x-pack/plugins/observability_solution/synthetics/e2e/README.md index 72a873e6986fb..e0216d6c7dc56 100644 --- a/x-pack/plugins/synthetics/e2e/README.md +++ b/x-pack/plugins/observability_solution/synthetics/e2e/README.md @@ -5,7 +5,7 @@ script for standing up the test server. ### Start the server -From `~/x-pack/plugins/synthetics/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you +From `~/x-pack/plugins/observability_solution/synthetics/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you with an example run command when it finishes. ### Run the tests @@ -14,7 +14,6 @@ From the same directory you can now run `node e2e.js --runner`. In addition to the usual flags like `--grep`, you can also specify `--no-headless` in order to view your tests as you debug/develop. - ## Uptime App Tests These tests rely on the Kibana functional test runner. There is a Kibana config in this directory, and a dedicated @@ -22,7 +21,7 @@ script for standing up the test server. ### Start the server -From `~/x-pack/plugins/synthetics/scripts`, run `node uptime_e2e.js --server`. Wait for the server to startup. It will provide you +From `~/x-pack/plugins/observability_solution/synthetics/scripts`, run `node uptime_e2e.js --server`. Wait for the server to startup. It will provide you with an example run command when it finishes. ### Run the tests diff --git a/x-pack/plugins/uptime/e2e/config.ts b/x-pack/plugins/observability_solution/synthetics/e2e/config.ts similarity index 95% rename from x-pack/plugins/uptime/e2e/config.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/config.ts index 3745680315dcf..f46ebe093bc6f 100644 --- a/x-pack/plugins/uptime/e2e/config.ts +++ b/x-pack/plugins/observability_solution/synthetics/e2e/config.ts @@ -14,10 +14,10 @@ const SERVICE_USERNAME = 'xpack.uptime.service.username'; async function config({ readConfigFile }: FtrConfigProviderContext) { const kibanaCommonTestsConfig = await readConfigFile( - require.resolve('../../../../test/common/config.js') + require.resolve('../../../../../test/common/config.js') ); const xpackFunctionalTestsConfig = await readConfigFile( - require.resolve('../../../test/functional/config.base.js') + require.resolve('../../../../test/functional/config.base.js') ); const kibanaConfig = readKibanaConfig(); diff --git a/x-pack/plugins/synthetics/e2e/fixtures/es_archiver/browser/data.json.gz b/x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/browser/data.json.gz similarity index 100% rename from x-pack/plugins/synthetics/e2e/fixtures/es_archiver/browser/data.json.gz rename to x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/browser/data.json.gz diff --git a/x-pack/plugins/synthetics/e2e/fixtures/es_archiver/browser/mappings.json b/x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/browser/mappings.json similarity index 100% rename from x-pack/plugins/synthetics/e2e/fixtures/es_archiver/browser/mappings.json rename to x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/browser/mappings.json diff --git a/x-pack/plugins/synthetics/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz b/x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz similarity index 100% rename from x-pack/plugins/synthetics/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz rename to x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz diff --git a/x-pack/plugins/synthetics/e2e/fixtures/es_archiver/full_heartbeat/mappings.json b/x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/full_heartbeat/mappings.json similarity index 100% rename from x-pack/plugins/synthetics/e2e/fixtures/es_archiver/full_heartbeat/mappings.json rename to x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/full_heartbeat/mappings.json diff --git a/x-pack/plugins/synthetics/e2e/fixtures/es_archiver/synthetics_data/data.json.gz b/x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/synthetics_data/data.json.gz similarity index 100% rename from x-pack/plugins/synthetics/e2e/fixtures/es_archiver/synthetics_data/data.json.gz rename to x-pack/plugins/observability_solution/synthetics/e2e/fixtures/es_archiver/synthetics_data/data.json.gz diff --git a/x-pack/plugins/synthetics/e2e/helpers/make_checks.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/make_checks.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/make_checks.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/make_checks.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/make_ping.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/make_ping.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/make_ping.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/make_ping.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/make_tls.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/make_tls.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/make_tls.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/make_tls.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/parse_args_params.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/parse_args_params.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/parse_args_params.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/parse_args_params.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/record_video.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/record_video.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/record_video.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/record_video.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/synthetics_runner.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/synthetics_runner.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/synthetics_runner.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/test_reporter.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/test_reporter.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/test_reporter.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/test_reporter.ts diff --git a/x-pack/plugins/synthetics/e2e/helpers/utils.ts b/x-pack/plugins/observability_solution/synthetics/e2e/helpers/utils.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/helpers/utils.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/helpers/utils.ts diff --git a/x-pack/plugins/synthetics/e2e/page_objects/login.tsx b/x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx similarity index 100% rename from x-pack/plugins/synthetics/e2e/page_objects/login.tsx rename to x-pack/plugins/observability_solution/synthetics/e2e/page_objects/login.tsx diff --git a/x-pack/plugins/synthetics/e2e/page_objects/utils.tsx b/x-pack/plugins/observability_solution/synthetics/e2e/page_objects/utils.tsx similarity index 100% rename from x-pack/plugins/synthetics/e2e/page_objects/utils.tsx rename to x-pack/plugins/observability_solution/synthetics/e2e/page_objects/utils.tsx diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/alert_rules/default_status_alert.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/alert_rules/default_status_alert.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/alert_rules/default_status_alert.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/alert_rules/default_status_alert.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/alert_rules/sample_docs/sample_docs.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/alert_rules/sample_docs/sample_docs.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/alert_rules/sample_docs/sample_docs.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/alert_rules/sample_docs/sample_docs.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/alerting_default.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/alerting_default.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/alerting_default.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/alerting_default.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/data_retention.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/data_retention.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/data_retention.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/data_retention.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/detail_flyout.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/detail_flyout.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/detail_flyout.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/detail_flyout.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/getting_started.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/getting_started.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/getting_started.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/getting_started.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/global_parameters.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/global_parameters.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/global_parameters.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/global_parameters.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/index.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/index.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/index.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/index.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/management_list.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/management_list.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/management_list.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/management_list.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/monitor_details_page/monitor_summary.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/monitor_details_page/monitor_summary.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/monitor_details_page/monitor_summary.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/monitor_details_page/monitor_summary.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/monitor_form_validation.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/monitor_form_validation.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/monitor_form_validation.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/monitor_form_validation.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/monitor_selector.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/monitor_selector.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/monitor_selector.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/monitor_selector.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/overview_scrolling.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_scrolling.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/overview_scrolling.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_scrolling.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/overview_search.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_search.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/overview_search.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_search.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/private_locations.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/private_locations.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/private_locations.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/private_locations.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/project_api_keys.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/project_api_keys.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/project_api_keys.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/project_api_keys.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/project_monitor_read_only.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/project_monitor_read_only.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/project_monitor_read_only.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/project_monitor_read_only.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/services/add_monitor.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/add_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/services/add_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/add_monitor.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/services/add_monitor_project.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/add_monitor_project.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/services/add_monitor_project.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/add_monitor_project.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/services/data/browser_docs.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/data/browser_docs.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/services/data/browser_docs.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/data/browser_docs.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/services/data/sample_docs.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/data/sample_docs.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/services/data/sample_docs.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/data/sample_docs.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/services/settings.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/settings.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/services/settings.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/settings.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/services/synthetics_services.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/synthetics_services.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/services/synthetics_services.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/services/synthetics_services.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/step_details.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/step_details.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/step_details.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/step_details.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/test_now_mode.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/test_now_mode.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/test_now_mode.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/test_now_mode.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/journeys/test_run_details.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/test_run_details.journey.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/journeys/test_run_details.journey.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/test_run_details.journey.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx diff --git a/x-pack/plugins/synthetics/e2e/synthetics/page_objects/utils.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/utils.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/page_objects/utils.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/utils.ts diff --git a/x-pack/plugins/synthetics/e2e/synthetics/synthetics_run.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/synthetics_run.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/synthetics/synthetics_run.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/synthetics/synthetics_run.ts diff --git a/x-pack/plugins/synthetics/e2e/tasks/es_archiver.ts b/x-pack/plugins/observability_solution/synthetics/e2e/tasks/es_archiver.ts similarity index 100% rename from x-pack/plugins/synthetics/e2e/tasks/es_archiver.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/tasks/es_archiver.ts diff --git a/x-pack/plugins/synthetics/e2e/tasks/read_kibana_config.ts b/x-pack/plugins/observability_solution/synthetics/e2e/tasks/read_kibana_config.ts similarity index 98% rename from x-pack/plugins/synthetics/e2e/tasks/read_kibana_config.ts rename to x-pack/plugins/observability_solution/synthetics/e2e/tasks/read_kibana_config.ts index 3867386e41104..f8c8dc2eb6fdd 100644 --- a/x-pack/plugins/synthetics/e2e/tasks/read_kibana_config.ts +++ b/x-pack/plugins/observability_solution/synthetics/e2e/tasks/read_kibana_config.ts @@ -12,7 +12,7 @@ import yaml from 'js-yaml'; export type KibanaConfig = ReturnType; export const readKibanaConfig = () => { - const kibanaConfigDir = path.join(__filename, '../../../../../../config'); + const kibanaConfigDir = path.join(__filename, '../../../../../../../config'); const kibanaDevConfig = path.join(kibanaConfigDir, 'kibana.dev.yml'); const kibanaConfig = path.join(kibanaConfigDir, 'kibana.yml'); diff --git a/x-pack/plugins/uptime/e2e/tsconfig.json b/x-pack/plugins/observability_solution/synthetics/e2e/tsconfig.json similarity index 64% rename from x-pack/plugins/uptime/e2e/tsconfig.json rename to x-pack/plugins/observability_solution/synthetics/e2e/tsconfig.json index c00c388ec86e0..082077cdae8e4 100644 --- a/x-pack/plugins/uptime/e2e/tsconfig.json +++ b/x-pack/plugins/observability_solution/synthetics/e2e/tsconfig.json @@ -1,20 +1,20 @@ { - "extends": "../../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "exclude": ["tmp", "target/**/*"], "include": ["**/*"], "compilerOptions": { "outDir": "target/types", - "types": [ "node"], - "isolatedModules": false, + "types": ["node"], + "isolatedModules": false }, "kbn_references": [ - { "path": "../../../test/tsconfig.json" }, + { "path": "../../../../../test/tsconfig.json" }, { "path": "../../../../test/tsconfig.json" }, "@kbn/test", "@kbn/dev-utils", "@kbn/ux-plugin/e2e", "@kbn/ftr-common-functional-services", "@kbn/apm-plugin", - "@kbn/es-archiver", + "@kbn/es-archiver" ] } diff --git a/x-pack/plugins/observability_solution/synthetics/jest.config.js b/x-pack/plugins/observability_solution/synthetics/jest.config.js new file mode 100644 index 0000000000000..1ae53b847be24 --- /dev/null +++ b/x-pack/plugins/observability_solution/synthetics/jest.config.js @@ -0,0 +1,18 @@ +/* + * 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/observability_solution/synthetics'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/synthetics', + coverageReporters: ['text', 'html'], + collectCoverageFrom: [ + '/x-pack/plugins/observability_solution/synthetics/{common,public,server}/**/*.{ts,tsx}', + ], +}; diff --git a/x-pack/plugins/synthetics/kibana.jsonc b/x-pack/plugins/observability_solution/synthetics/kibana.jsonc similarity index 100% rename from x-pack/plugins/synthetics/kibana.jsonc rename to x-pack/plugins/observability_solution/synthetics/kibana.jsonc diff --git a/x-pack/plugins/synthetics/public/apps/locators/edit_monitor.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/locators/edit_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/locators/edit_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/locators/edit_monitor.ts diff --git a/x-pack/plugins/synthetics/public/apps/locators/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/locators/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/locators/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/locators/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/locators/monitor_detail.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/locators/monitor_detail.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/locators/monitor_detail.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/locators/monitor_detail.ts diff --git a/x-pack/plugins/synthetics/public/apps/locators/overview.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/locators/overview.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/locators/overview.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/locators/overview.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/locators/overview.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/locators/overview.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/locators/overview.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/locators/overview.ts diff --git a/x-pack/plugins/synthetics/public/apps/locators/settings.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/locators/settings.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/locators/settings.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/locators/settings.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/alert_tls.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/alert_tls.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/alert_tls.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/alert_tls.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/hooks/translations.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/hooks/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/hooks/translations.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/hooks/translations.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/hooks/use_synthetics_alert.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/hooks/use_synthetics_alert.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/hooks/use_synthetics_alert.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/hooks/use_synthetics_alert.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/query_bar.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/query_bar.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/query_bar.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/query_bar.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/tls_rule_ui.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/tls_rule_ui.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/tls_rule_ui.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/tls_rule_ui.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/toggle_alert_flyout_button.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/toggle_alert_flyout_button.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/alerts/toggle_alert_flyout_button.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/alerts/toggle_alert_flyout_button.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_monitors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_monitors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_monitors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_monitors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_refresh_btn.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_refresh_btn.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_refresh_btn.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_refresh_btn.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_search.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_search.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_search.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_search.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/cert_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/cert_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificate_title.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificate_title.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificate_title.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificate_title.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates_list.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates_list.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates_list.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates_list.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/certificates_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/certificates_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/fingerprint_col.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/monitor_page_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/monitor_page_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/monitor_page_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/monitor_page_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/translations.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/translations.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/translations.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/use_cert_search.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/use_cert_search.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/use_cert_search.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/use_cert_search.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/use_cert_status.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/use_cert_status.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/certificates/use_cert_status.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/certificates/use_cert_status.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/alerting_callout/alerting_callout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/auto_refresh_button.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/auto_refresh_button.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/auto_refresh_button.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/auto_refresh_button.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/filter_status_button.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/filter_status_button.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/filter_status_button.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/filter_status_button.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/last_refreshed.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/last_refreshed.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/last_refreshed.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/last_refreshed.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/location_status_badges.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/location_status_badges.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/location_status_badges.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/location_status_badges.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_details_panel.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_details_panel.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_details_panel.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_details_panel.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_inspect.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_inspect.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_inspect.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_inspect.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_location_select.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_location_select.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_location_select.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_location_select.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_type_badge.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_type_badge.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/monitor_type_badge.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/monitor_type_badge.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/page_loader.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/page_loader.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/page_loader.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/page_loader.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/panel_with_title.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/panel_with_title.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/panel_with_title.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/panel_with_title.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/permissions.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/permissions.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/permissions.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/permissions.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/refresh_button.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/refresh_button.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/refresh_button.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/refresh_button.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/stderr_logs.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/table_title.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/table_title.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/table_title.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/table_title.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/tag_badges.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/tag_badges.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/tag_badges.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/tag_badges.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/thershold_indicator.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/thershold_indicator.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/thershold_indicator.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/thershold_indicator.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/use_std_error_logs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/use_std_error_logs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/use_std_error_logs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/use_std_error_logs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/view_document.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/view_document.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/components/view_document.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/components/view_document.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/date_picker/synthetics_date_picker.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/action_menu.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/action_menu.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/action_menu.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/action_menu.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/action_menu_content.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/action_menu_content.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/action_menu_content.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/action_menu_content.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/action_menu_content.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/action_menu_content.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/action_menu_content.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/action_menu_content.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/inspector_header_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/inspector_header_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/header/inspector_header_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/header/inspector_header_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/add_monitor.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/add_monitor.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/add_monitor.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/add_monitor.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/error_details_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/error_details_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/error_details_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/error_details_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/manage_rules_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/manage_rules_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/manage_rules_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/manage_rules_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/step_details_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/step_details_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/step_details_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/step_details_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/test_details_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/test_details_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/test_details_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/test_details_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/view_alerts.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/view_alerts.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/view_alerts.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/view_alerts.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/view_errors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/view_errors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/links/view_errors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/links/view_errors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/browser_steps_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/journey_screenshot_preview.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details_successful.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details_successful.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details_successful.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/result_details_successful.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/single_ping_result.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/single_ping_result.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/single_ping_result.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/single_ping_result.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/status_badge.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/status_badge.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/status_badge.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/status_badge.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/step_duration_text.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/step_duration_text.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/step_duration_text.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/step_duration_text.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/use_retrieve_step_image.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/use_retrieve_step_image.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/monitor_test_result/use_retrieve_step_image.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/monitor_test_result/use_retrieve_step_image.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/page_template/synthetics_page_template.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/page_template/synthetics_page_template.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/page_template/synthetics_page_template.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/page_template/synthetics_page_template.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_events.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/react_router_helpers/link_for_eui.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/empty_thumbnail.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_last_screenshot.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_last_screenshot.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_last_screenshot.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_last_screenshot.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_screenshot_dialog.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/journey_step_screenshot_container.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_image.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_image.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_image.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_image.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_size.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_size.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_size.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/screenshot/screenshot_size.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/step_field_trend/step_field_trend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/common/wrappers/service_allowed_wrapper.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/wrappers/service_allowed_wrapper.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/common/wrappers/service_allowed_wrapper.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/common/wrappers/service_allowed_wrapper.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/error_duration.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/error_duration.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/error_duration.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/error_duration.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/error_started_at.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/error_started_at.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/error_started_at.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/error_started_at.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/error_timeline.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/error_timeline.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/error_timeline.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/error_timeline.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/failed_tests_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/failed_tests_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/failed_tests_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/failed_tests_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/resolved_at.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/resolved_at.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/components/resolved_at.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/components/resolved_at.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/error_details_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_details_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_details_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_details_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_details_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_failed_tests.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_failed_tests.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_failed_tests.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_error_failed_tests.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_find_my_killer_state.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_find_my_killer_state.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_find_my_killer_state.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_find_my_killer_state.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_step_details.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_step_details.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/hooks/use_step_details.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/hooks/use_step_details.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/route_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/route_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/error_details/route_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/error_details/route_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/form_fields/service_locations.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/form_fields/service_locations.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/form_fields/service_locations.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/form_fields/service_locations.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/getting_started_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/simple_monitor_form.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/use_simple_monitor.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/use_simple_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/getting_started/use_simple_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/getting_started/use_simple_monitor.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/advanced/index.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/advanced/index.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/advanced/index.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/advanced/index.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/constants.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/constants.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/constants.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/constants.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/edit_monitor_not_found.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/edit_monitor_not_found.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/edit_monitor_not_found.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/edit_monitor_not_found.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/code_editor.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/code_editor.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/code_editor.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/code_editor.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/combo_box.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/header_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/index_response_body_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/key_value_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/monitor_type_radio_group.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/monitor_type_radio_group.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/monitor_type_radio_group.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/monitor_type_radio_group.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/optional_label.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/optional_label.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/optional_label.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/optional_label.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/request_body_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/script_recorder_fields.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/source_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/connection_profile.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/connection_profile.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/connection_profile.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/connection_profile.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_config_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_disabled_callout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_disabled_callout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_disabled_callout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_disabled_callout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_download_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_download_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_download_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_download_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_exceeded_callout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_exceeded_callout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_exceeded_callout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_exceeded_callout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_fields.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_latency_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_latency_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_latency_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_latency_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_upload_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_upload_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_upload_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/throttling_upload_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/use_connection_profiles.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/use_connection_profiles.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/use_connection_profiles.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/throttling/use_connection_profiles.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/uploader.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/uploader.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/uploader.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/fields/uploader.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/controlled_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/controlled_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/controlled_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/controlled_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/defaults.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/disclaimer.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_wrappers.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_wrappers.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_wrappers.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/field_wrappers.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/form_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/form_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/form_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/form_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/formatter.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/index.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/index.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/index.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/index.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/run_test_btn.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/run_test_btn.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/run_test_btn.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/run_test_btn.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/submit.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/submit.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/submit.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/submit.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/form/validation.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_is_edit_flow.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_is_edit_flow.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_is_edit_flow.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_is_edit_flow.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_not_found.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_not_found.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_not_found.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_not_found.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_monitor_save.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_validate_field.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_validate_field.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_validate_field.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/hooks/use_validate_field.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/locations_loading_error.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/locations_loading_error.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/locations_loading_error.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/locations_loading_error.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_add_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_details_portal.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_details_portal.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_details_portal.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_details_portal.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/monitor_edit_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/portals.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/portals.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/portals.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/portals.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/index.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/index.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/index.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/index.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/inspect_monitor_portal.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/inspect_monitor_portal.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/inspect_monitor_portal.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/inspect_monitor_portal.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type_portal.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type_portal.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type_portal.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/monitor_type_portal.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/read_only_callout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/read_only_callout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/read_only_callout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/read_only_callout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_fields.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_fields.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_fields.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/steps/step_fields.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/types.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/types.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/types.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/types.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_add_edit/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_add_edit/use_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_error_failed_step.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_error_failed_step.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_error_failed_step.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_error_failed_step.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_failed_tests_by_step.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_failed_tests_by_step.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_failed_tests_by_step.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_failed_tests_by_step.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_journey_steps.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_journey_steps.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_journey_steps.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_journey_steps.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_errors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_errors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_errors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_errors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_latest_ping.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_latest_ping.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_latest_ping.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_latest_ping.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_pings.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_pings.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_pings.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_pings.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_filters.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_filters.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_filters.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_filters.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_id.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_id.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_id.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_query_id.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_range_from.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_range_from.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_range_from.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_monitor_range_from.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_ping_statuses.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_ping_statuses.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_ping_statuses.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_ping_statuses.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_location.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_location.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_location.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_location.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_monitor.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_monitor.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_monitor.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/hooks/use_selected_monitor.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_last_run.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_location.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_location.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_location.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_location.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_page_title.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_page_title.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_page_title.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_page_title.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_details_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_icon.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_icon.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_icon.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_icon.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_tab_content.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_tab_content.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_tab_content.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/errors_tab_content.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_by_step.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_by_step.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_by_step.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_by_step.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_count.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_count.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_count.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/failed_tests_count.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_errors/monitor_errors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_history/monitor_history.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_not_found_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_not_found_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_not_found_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_not_found_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_pending_wrapper.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_searchable_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_searchable_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_searchable_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_searchable_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_selector.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_selector.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_selector.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/monitor_selector.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_selector/use_recently_viewed_monitors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/labels.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/labels.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/labels.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/labels.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_cell_tooltip.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_cell_tooltip.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_cell_tooltip.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_cell_tooltip.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_chart_theme.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_chart_theme.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_chart_theme.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_chart_theme.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_data.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_data.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_data.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_data.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_header.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_header.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_header.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_header.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_legend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_legend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_legend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_legend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_panel.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_panel.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_panel.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/monitor_status_panel.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_status/use_monitor_status_data.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/alert_actions.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/alert_actions.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/alert_actions.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/alert_actions.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_panel.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_panel.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_panel.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_panel.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_sparklines.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_sparklines.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_sparklines.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/availability_sparklines.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_panel.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_panel.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_panel.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_panel.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_sparklines.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_sparklines.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_sparklines.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_sparklines.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_trend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_trend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_trend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/duration_trend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/edit_monitor_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/edit_monitor_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/edit_monitor_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/edit_monitor_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/last_test_run.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/locations_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/locations_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/locations_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/locations_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_alerts.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_alerts.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_alerts.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_alerts.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_count.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_count.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_count.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_count.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_sparklines.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_sparklines.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_sparklines.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_complete_sparklines.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_details_panel_container.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_details_panel_container.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_details_panel_container.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_details_panel_container.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_error_sparklines.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_error_sparklines.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_error_sparklines.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_error_sparklines.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_errors_count.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_errors_count.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_errors_count.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_errors_count.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_summary.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_total_runs_count.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_total_runs_count.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_total_runs_count.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/monitor_total_runs_count.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/status_filter.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/status_filter.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/status_filter.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/status_filter.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/step_duration_panel.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/step_duration_panel.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/step_duration_panel.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/step_duration_panel.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table_header.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table_header.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table_header.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/monitor_summary/test_runs_table_header.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/route_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/route_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/route_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/route_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/run_test_manually.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/use_monitor_details_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/use_monitor_details_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitor_details/use_monitor_details_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitor_details/use_monitor_details_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_button.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_button.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_button.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_button.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_group.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_group.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_group.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/filter_group.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/list_filters.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/list_filters.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/list_filters.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/list_filters.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/monitor_filters/use_filters.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/no_monitors_found.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/common/search_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/create_monitor_button.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/create_monitor_button.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/create_monitor_button.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/create_monitor_button.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_can_use_public_loc_id.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_can_use_public_loc_id.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_can_use_public_loc_id.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_can_use_public_loc_id.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors_count.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors_count.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors_count.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_inline_errors_count.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_monitor_list.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_overview_status.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_overview_status.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_overview_status.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/hooks/use_overview_status.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/disabled_callout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/disabled_callout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/disabled_callout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/disabled_callout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/labels.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/labels.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/labels.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/labels.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/loader/loader.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_errors/monitor_async_error.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_container.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_container.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_container.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_container.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/columns.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/columns.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/columns.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/columns.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/delete_monitor.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/labels.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/labels.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/labels.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/labels.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_details_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_details_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_details_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_details_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_enabled.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_enabled.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_enabled.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_enabled.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_locations.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_locations.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_locations.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/monitor_locations.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/tags.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/tags.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/tags.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_list_table/tags.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_stats.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_stats.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_stats.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_stats.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs_sparkline.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs_sparkline.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs_sparkline.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/monitor_stats/monitor_test_runs_sparkline.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/page_header/monitors_page_header.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/page_header/monitors_page_header.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/page_header/monitors_page_header.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/page_header/monitors_page_header.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/show_sync_errors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/labels.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/labels.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/labels.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/labels.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/synthetics_enablement.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/synthetics_enablement.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/synthetics_enablement.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/management/synthetics_enablement/synthetics_enablement.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/monitors_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/monitors_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/monitors_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/monitors_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/empty_state/empty_state_error.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/empty_state/empty_state_error.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/empty_state/empty_state_error.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/empty_state/empty_state_error.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/actions_popover.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_group_item.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_group_item.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_group_item.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_group_item.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_items_by_group.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_items_by_group.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_items_by_group.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/grid_items_by_group.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_fields.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_fields.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_fields.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_fields.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_menu.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_menu.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_menu.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/group_menu.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/use_filtered_group_monitors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/use_filtered_group_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/use_filtered_group_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/grid_by_group/use_filtered_group_monitors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item_icon.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item_icon.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item_icon.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/metric_item_icon.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/monitor_detail_flyout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_alerts.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_alerts.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_alerts.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_alerts.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_count.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_count.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_count.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_count.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_sparklines.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_sparklines.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_sparklines.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_errors/overview_errors_sparklines.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item_loader.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item_loader.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item_loader.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_grid_item_loader.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_loader.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_loader.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_loader.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_loader.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_pagination_info.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_pagination_info.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_pagination_info.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_pagination_info.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/overview_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/quick_filters.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_fields.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_fields.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_fields.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_fields.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_menu.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_menu.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_menu.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/sort_menu.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/use_infinite_scroll.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/use_infinite_scroll.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/use_infinite_scroll.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview/use_infinite_scroll.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/overview_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/overview_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/types.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/types.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/types.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/types.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/overview/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/overview/use_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/route_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/route_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/monitors_page/route_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/monitors_page/route_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/not_found/not_found.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/not_found/not_found.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/not_found/not_found.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/not_found/not_found.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/add_connector_flyout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/add_connector_flyout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/add_connector_flyout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/add_connector_flyout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/alert_defaults_form.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/alert_defaults_form.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/alert_defaults_form.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/alert_defaults_form.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/connector_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/connector_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/connector_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/connector_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/default_email.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/default_email.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/default_email.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/default_email.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/hooks/use_alerting_defaults.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/hooks/use_alerting_defaults.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/hooks/use_alerting_defaults.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/hooks/use_alerting_defaults.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/translations.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/translations.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/translations.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/validation.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/validation.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/alerting_defaults/validation.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/alerting_defaults/validation.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/components/tags_field.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/components/tags_field.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/components/tags_field.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/components/tags_field.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/data_retention.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/data_retention.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/data_retention.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/data_retention.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/add_param_flyout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/add_param_flyout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/add_param_flyout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/add_param_flyout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/add_param_form.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/add_param_form.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/add_param_form.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/add_param_form.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/delete_param.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/params_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/params_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/params_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/params_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/params_text.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/params_text.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/global_params/params_text.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/global_params/params_text.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/use_get_ilm_policies.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_params_list.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/use_params_list.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/hooks/use_params_list.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/hooks/use_params_list.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/page_header.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/page_header.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/page_header.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/page_header.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/policy_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/policy_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/policy_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/policy_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/add_location_flyout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/add_location_flyout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/add_location_flyout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/add_location_flyout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/agent_policy_needed.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/agent_policy_needed.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/agent_policy_needed.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/agent_policy_needed.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/copy_name.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/copy_name.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/copy_name.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/copy_name.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/delete_location.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/delete_location.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/delete_location.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/delete_location.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/empty_locations.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/empty_locations.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/empty_locations.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/empty_locations.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_location_monitors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/hooks/use_locations_api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/location_form.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/location_form.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/location_form.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/location_form.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/locations_table.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/locations_table.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/locations_table.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/locations_table.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/manage_empty_state.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/manage_empty_state.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/manage_empty_state.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/manage_empty_state.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/manage_private_locations.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/policy_hosts.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/policy_hosts.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/policy_hosts.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/policy_hosts.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/policy_name.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/policy_name.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/policy_name.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/policy_name.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/view_location_monitors.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/view_location_monitors.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/private_locations/view_location_monitors.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/private_locations/view_location_monitors.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/api_key_btn.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/help_commands.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/help_commands.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/help_commands.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/help_commands.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/project_api_keys/project_api_keys.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/route_config.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/route_config.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/route_config.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/route_config.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/settings_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/settings_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/settings_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/settings_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/settings/use_settings_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/use_settings_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/settings/use_settings_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/settings/use_settings_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/data_formatting.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/types.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/types.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/types.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/common/network_data/types.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/error_callout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/error_callout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/error_callout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/error_callout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings_prev.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings_prev.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings_prev.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_network_timings_prev.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_object_metrics.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_object_metrics.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_object_metrics.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_object_metrics.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_prev_object_metrics.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_prev_object_metrics.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_prev_object_metrics.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_prev_object_metrics.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_detail_page.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_detail_page.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_detail_page.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_detail_page.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_details_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_metrics.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_metrics.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_metrics.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_metrics.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_prev_metrics.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_prev_metrics.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_prev_metrics.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/hooks/use_step_prev_metrics.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/network_timings_breakdown.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/network_timings_breakdown.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/network_timings_breakdown.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/network_timings_breakdown.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/route_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/route_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/route_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/route_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_detail_page.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_details_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_details_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_details_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_details_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/definitions_popover.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/definitions_popover.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/definitions_popover.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/definitions_popover.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/labels.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/labels.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/labels.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/labels.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/step_metrics.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/step_metrics.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/step_metrics.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_metrics/step_metrics.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_number_nav.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_number_nav.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_number_nav.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_number_nav.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_objects/color_palette.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_objects/color_palette.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_objects/color_palette.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_objects/color_palette.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_count_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_count_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_count_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_count_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_weight_list.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_weight_list.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_weight_list.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_objects/object_weight_list.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_page_nav.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_page_nav.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_page_nav.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_page_nav.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/last_successful_screenshot.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/last_successful_screenshot.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/last_successful_screenshot.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/last_successful_screenshot.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/screenshot_link.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/screenshot_link.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/screenshot_link.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/screenshot_link.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/step_image.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/step_image.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/step_image.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_screenshot/step_image.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/breakdown_legend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/breakdown_legend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/breakdown_legend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/breakdown_legend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/network_timings_donut.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/network_timings_donut.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/network_timings_donut.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_timing_breakdown/network_timings_donut.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_title.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_title.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_title.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_title.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/use_step_waterfall_metrics.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/README.md b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/README.md similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/README.md rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/README.md diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/constants.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/constants.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/constants.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/constants.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/context/waterfall_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/context/waterfall_context.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/context/waterfall_context.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/context/waterfall_context.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/middle_truncated_text.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/sidebar.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/sidebar.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/sidebar.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/sidebar.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/styles.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/styles.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/styles.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/styles.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/translations.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/translations.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/translations.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/use_bar_charts.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_bar_chart.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_bar_chart.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_bar_chart.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_bar_chart.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_container.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_fixed_axis.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_fixed_axis.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_fixed_axis.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_fixed_axis.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_chart_wrapper.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/use_flyout.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout_table.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout_table.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout_table.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_flyout/waterfall_flyout_table.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/network_requests_total.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_legend_item.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_legend_item.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_legend_item.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_legend_item.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_mime_legend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_search.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_tick_axis.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_timing_legend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_timing_legend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_timing_legend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_header/waterfall_timing_legend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_icon.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_test_helper.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_test_helper.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_test_helper.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_test_helper.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_marker_trend.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_markers.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_markers.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_markers.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_marker/waterfall_markers.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_sidebar_item.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/step_details_page/step_waterfall_chart/waterfall/waterfall_tooltip_content.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/browser/browser_test_results.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/browser/browser_test_results.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/browser/browser_test_results.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/browser/browser_test_results.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_browser_run_once_monitors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_run_once_errors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_run_once_errors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_run_once_errors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_run_once_errors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_simple_run_once_monitors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_simple_run_once_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_simple_run_once_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_simple_run_once_monitors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_test_flyout_open.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_test_flyout_open.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_test_flyout_open.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_test_flyout_open.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_tick_tick.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_tick_tick.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_tick_tick.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/hooks/use_tick_tick.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/browser_test_results.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/manual_test_run_mode.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/manual_test_run_mode.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/manual_test_run_mode.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/manual_test_run_mode.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/manual_test_run_mode/simple_test_results.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/expand_row.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/expand_row.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/expand_row.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/expand_row.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_error.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_error.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_error.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_error.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/ping_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/response_code.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/response_code.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/response_code.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/columns/response_code.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/expanded_row.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/expanded_row.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/expanded_row.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/expanded_row.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/headers.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/headers.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/headers.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/headers.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_list_table.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_list_table.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_list_table.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_list_table.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_redirects.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_redirects.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_redirects.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/ping_redirects.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/translations.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/translations.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/translations.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/use_ping_expanded.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/use_ping_expanded.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/use_ping_expanded.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/ping_list/use_ping_expanded.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/simple_test_results.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/simple_test_results.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/simple/simple_test_results.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/simple/simple_test_results.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout_container.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout_container.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout_container.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_now_mode_flyout_container.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_result_header.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_result_header.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_now_mode/test_result_header.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_now_mode/test_result_header.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/step_details.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/step_details.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/step_details.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/step_details.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/step_info.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/step_info.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/step_info.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/step_info.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/step_number_nav.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/step_number_nav.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/step_number_nav.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/step_number_nav.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_date.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_date.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_date.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_date.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_details_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_details_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_details_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_details_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_error_info.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_error_info.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_error_info.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/components/test_run_error_info.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/hooks/use_test_run_details_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/hooks/use_test_run_details_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/hooks/use_test_run_details_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/hooks/use_test_run_details_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/route_config.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/route_config.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/route_config.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/route_config.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/step_screenshot_details.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/step_screenshot_details.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/step_screenshot_details.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/step_screenshot_details.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/step_tabs.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/step_tabs.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/step_tabs.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/step_tabs.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/test_run_details.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/test_run_details.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/test_run_details.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/test_run_details.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/test_run_steps.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/test_run_steps.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/components/test_run_details/test_run_steps.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/components/test_run_details/test_run_steps.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/contexts/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/contexts/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_data_view_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_data_view_context.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_data_view_context.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_data_view_context.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_refresh_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_refresh_context.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_refresh_context.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_refresh_context.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_settings_context.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_startup_plugins_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_startup_plugins_context.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_startup_plugins_context.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_startup_plugins_context.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_theme_context.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_theme_context.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/contexts/synthetics_theme_context.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/contexts/synthetics_theme_context.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_absolute_date.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_absolute_date.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_absolute_date.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_absolute_date.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_absolute_date.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_absolute_date.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_absolute_date.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_absolute_date.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_breadcrumbs.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_composite_image.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_composite_image.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_composite_image.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_composite_image.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_composite_image.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_composite_image.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_composite_image.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_composite_image.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_dimensions.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_dimensions.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_dimensions.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_dimensions.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_edit_monitor_locator.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_edit_monitor_locator.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_edit_monitor_locator.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_edit_monitor_locator.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_enablement.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_enablement.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_enablement.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_enablement.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_fleet_permissions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_fleet_permissions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_fleet_permissions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_fleet_permissions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_50_duration_chart.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_x_checks.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_x_checks.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_x_checks.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_x_checks.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_x_checks.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_x_checks.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_last_x_checks.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_last_x_checks.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_name.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_name.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_name.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_name.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_name.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_name.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_name.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_name.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_names.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_names.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_names.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_names.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_names.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_names.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_location_names.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_location_names.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_locations.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_locations.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_locations.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_alert_enable.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_alert_enable.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_alert_enable.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_alert_enable.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_detail.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_detail.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_detail_locator.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_enable_handler.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_enable_handler.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_enable_handler.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_enable_handler.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_name.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_name.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_name.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_name.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_name.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_name.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitor_name.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitor_name.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_monitors_sorted_by_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_redux_es_search.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_redux_es_search.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_redux_es_search.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_redux_es_search.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_service_allowed.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_service_allowed.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_service_allowed.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_service_allowed.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_status_by_location.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_status_by_location.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_status_by_location.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_status_by_location.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_status_by_location_overview.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_status_by_location_overview.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_status_by_location_overview.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_status_by_location_overview.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_synthetics_priviliges.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_synthetics_priviliges.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_synthetics_priviliges.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_synthetics_priviliges.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_url_params.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_url_params.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_url_params.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_url_params.test.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_url_params.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_url_params.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/hooks/use_url_params.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/hooks/use_url_params.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/monitor_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/monitor_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/monitor_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/monitor_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/tls_alert.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/tls_alert.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/tls_alert.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/tls_alert.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/validate_tls_alert.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/validate_tls_alert.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/validate_tls_alert.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/lazy_wrapper/validate_tls_alert.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/monitor_status.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/monitor_status.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/monitor_status.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/monitor_status.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/tls.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/tls.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/lib/alert_types/tls.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/lib/alert_types/tls.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/render_app.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/render_app.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/render_app.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/render_app.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/routes.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/routes.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/routes.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/routes.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/alert_rules/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/alert_rules/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/api.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/api.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/api.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/api.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/models.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/models.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/models.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/models.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/browser_journey/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/browser_journey/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/certificates/certificates.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certificates/certificates.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/certificates/certificates.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certificates/certificates.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/certs/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/certs/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/certs/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/certs/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/certs/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/certs/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/certs/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/certs/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/certs/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/certs/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/certs/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/elasticsearch/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/elasticsearch/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/global_params/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/global_params/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/manual_test_runs/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/manual_test_runs/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_details/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_details/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/helpers.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/helpers.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/helpers.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/helpers.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/models.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/models.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/models.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/models.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_list/toast_title.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_management/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_management/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/monitor_management/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/monitor_management/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/network_events/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/network_events/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview/models.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/models.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview/models.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/models.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/overview_status/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/overview_status/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/models.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/models.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/models.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/models.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ping_status/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ping_status/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/private_locations/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/private_locations/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/root_effect.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/root_effect.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/root_effect.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/root_effect.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/root_reducer.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/root_reducer.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/root_reducer.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/root_reducer.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/service_locations/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/service_locations/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/settings/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/settings/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/settings/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/settings/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/settings/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/settings/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/settings/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/settings/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/settings/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/settings/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/settings/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/store.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/store.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/store.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/store.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/api.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/api.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/api.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/api.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/effects.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/effects.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/effects.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/effects.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/synthetics_enablement/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/synthetics_enablement/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ui/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ui/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ui/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ui/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ui/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ui/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ui/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ui/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/ui/selectors.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ui/selectors.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/ui/selectors.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/ui/selectors.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/utils/actions.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/utils/actions.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/utils/actions.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/utils/actions.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/utils/fetch_effect.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/utils/fetch_effect.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/utils/fetch_effect.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/utils/fetch_effect.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/state/utils/http_error.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/utils/http_error.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/state/utils/http_error.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/state/utils/http_error.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/synthetics_app.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/synthetics_app.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/adapters/capabilities_adapter.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/adapters/capabilities_adapter.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/adapters/capabilities_adapter.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/adapters/capabilities_adapter.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/adapters/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/adapters/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/adapters/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/adapters/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/filters/filter_fields.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/filters/filter_fields.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/filters/filter_fields.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/filters/filter_fields.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/format.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/format.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/format.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/format.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/format.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/format.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/format.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/format.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/test_helpers.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/test_helpers.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/formatting/test_helpers.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/formatting/test_helpers.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/check_pings.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/check_pings.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/check_pings.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/check_pings.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/compose_screenshot_images.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/sort_pings.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/sort_pings.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/sort_pings.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/sort_pings.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/monitor_test_result/test_time_formats.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/resize_observer.mock.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/resize_observer.mock.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/resize_observer.mock.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/resize_observer.mock.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/screenshot_ref.mock.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/screenshot_ref.mock.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/screenshot_ref.mock.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/screenshot_ref.mock.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_plugin_start_mock.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_plugin_start_mock.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_plugin_start_mock.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_plugin_start_mock.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_store.mock.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_store.mock.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_store.mock.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/synthetics_store.mock.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/ut_router_history.mock.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/ut_router_history.mock.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/__mocks__/ut_router_history.mock.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/__mocks__/ut_router_history.mock.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/helper_with_redux.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/helper_with_redux.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/helper_with_redux.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/helper_with_redux.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/mock_globals.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/mock_globals.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/mock_globals.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/mock_globals.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/rtl_helpers.tsx b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/rtl_helpers.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/rtl_helpers.tsx rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/rtl_helpers.tsx diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/spy_use_fetcher.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/spy_use_fetcher.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/testing/spy_use_fetcher.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/testing/spy_use_fetcher.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/get_supported_url_params.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/index.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/index.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_absolute_date.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_is_paused.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/parse_url_int.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.test.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.test.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.test.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.test.ts diff --git a/x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.ts similarity index 100% rename from x-pack/plugins/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.ts rename to x-pack/plugins/observability_solution/synthetics/public/apps/synthetics/utils/url_params/stringify_url_params.ts diff --git a/x-pack/plugins/synthetics/public/hooks/use_capabilities.ts b/x-pack/plugins/observability_solution/synthetics/public/hooks/use_capabilities.ts similarity index 100% rename from x-pack/plugins/synthetics/public/hooks/use_capabilities.ts rename to x-pack/plugins/observability_solution/synthetics/public/hooks/use_capabilities.ts diff --git a/x-pack/plugins/synthetics/public/hooks/use_chart_theme.ts b/x-pack/plugins/observability_solution/synthetics/public/hooks/use_chart_theme.ts similarity index 100% rename from x-pack/plugins/synthetics/public/hooks/use_chart_theme.ts rename to x-pack/plugins/observability_solution/synthetics/public/hooks/use_chart_theme.ts diff --git a/x-pack/plugins/synthetics/public/hooks/use_date_format.test.tsx b/x-pack/plugins/observability_solution/synthetics/public/hooks/use_date_format.test.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/hooks/use_date_format.test.tsx rename to x-pack/plugins/observability_solution/synthetics/public/hooks/use_date_format.test.tsx diff --git a/x-pack/plugins/synthetics/public/hooks/use_date_format.ts b/x-pack/plugins/observability_solution/synthetics/public/hooks/use_date_format.ts similarity index 100% rename from x-pack/plugins/synthetics/public/hooks/use_date_format.ts rename to x-pack/plugins/observability_solution/synthetics/public/hooks/use_date_format.ts diff --git a/x-pack/plugins/synthetics/public/hooks/use_form_wrapped.tsx b/x-pack/plugins/observability_solution/synthetics/public/hooks/use_form_wrapped.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/hooks/use_form_wrapped.tsx rename to x-pack/plugins/observability_solution/synthetics/public/hooks/use_form_wrapped.tsx diff --git a/x-pack/plugins/synthetics/public/hooks/use_kibana_space.tsx b/x-pack/plugins/observability_solution/synthetics/public/hooks/use_kibana_space.tsx similarity index 100% rename from x-pack/plugins/synthetics/public/hooks/use_kibana_space.tsx rename to x-pack/plugins/observability_solution/synthetics/public/hooks/use_kibana_space.tsx diff --git a/x-pack/plugins/synthetics/public/index.ts b/x-pack/plugins/observability_solution/synthetics/public/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/index.ts diff --git a/x-pack/plugins/synthetics/public/kibana_services.ts b/x-pack/plugins/observability_solution/synthetics/public/kibana_services.ts similarity index 100% rename from x-pack/plugins/synthetics/public/kibana_services.ts rename to x-pack/plugins/observability_solution/synthetics/public/kibana_services.ts diff --git a/x-pack/plugins/synthetics/public/plugin.ts b/x-pack/plugins/observability_solution/synthetics/public/plugin.ts similarity index 100% rename from x-pack/plugins/synthetics/public/plugin.ts rename to x-pack/plugins/observability_solution/synthetics/public/plugin.ts diff --git a/x-pack/plugins/synthetics/public/utils/api_service/api_service.ts b/x-pack/plugins/observability_solution/synthetics/public/utils/api_service/api_service.ts similarity index 100% rename from x-pack/plugins/synthetics/public/utils/api_service/api_service.ts rename to x-pack/plugins/observability_solution/synthetics/public/utils/api_service/api_service.ts diff --git a/x-pack/plugins/synthetics/public/utils/api_service/index.ts b/x-pack/plugins/observability_solution/synthetics/public/utils/api_service/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/utils/api_service/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/utils/api_service/index.ts diff --git a/x-pack/plugins/synthetics/public/utils/kibana_service/index.ts b/x-pack/plugins/observability_solution/synthetics/public/utils/kibana_service/index.ts similarity index 100% rename from x-pack/plugins/synthetics/public/utils/kibana_service/index.ts rename to x-pack/plugins/observability_solution/synthetics/public/utils/kibana_service/index.ts diff --git a/x-pack/plugins/synthetics/public/utils/kibana_service/kibana_service.ts b/x-pack/plugins/observability_solution/synthetics/public/utils/kibana_service/kibana_service.ts similarity index 100% rename from x-pack/plugins/synthetics/public/utils/kibana_service/kibana_service.ts rename to x-pack/plugins/observability_solution/synthetics/public/utils/kibana_service/kibana_service.ts diff --git a/x-pack/plugins/synthetics/scripts/base_e2e.js b/x-pack/plugins/observability_solution/synthetics/scripts/base_e2e.js similarity index 86% rename from x-pack/plugins/synthetics/scripts/base_e2e.js rename to x-pack/plugins/observability_solution/synthetics/scripts/base_e2e.js index 9cf6afcb2eb73..03ae51b78a972 100644 --- a/x-pack/plugins/synthetics/scripts/base_e2e.js +++ b/x-pack/plugins/observability_solution/synthetics/scripts/base_e2e.js @@ -61,17 +61,17 @@ function executeSyntheticsRunner(dirPath, config = './synthetics_run.ts') { if (server) { childProcess.execSync( - `node ../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir}`, + `node ../../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir}`, options ); } else if (runner) { childProcess.execSync( - `node ../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} --headless ${headless} --bail ${pauseOnError} ${grepArg}`, + `node ../../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} --headless ${headless} --bail ${pauseOnError} ${grepArg}`, options ); } else { childProcess.execSync( - `node ../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} ${grepArg}`, + `node ../../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} ${grepArg}`, options ); } diff --git a/x-pack/plugins/synthetics/scripts/e2e.js b/x-pack/plugins/observability_solution/synthetics/scripts/e2e.js similarity index 100% rename from x-pack/plugins/synthetics/scripts/e2e.js rename to x-pack/plugins/observability_solution/synthetics/scripts/e2e.js diff --git a/x-pack/plugins/synthetics/server/alert_rules/action_variables.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/action_variables.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/action_variables.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/action_variables.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/common.test.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/common.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/common.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/common.test.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/common.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/common.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/common.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/common.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/status_rule/message_utils.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/message_utils.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/status_rule/message_utils.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/message_utils.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/status_rule/monitor_status_rule.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/monitor_status_rule.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/status_rule/monitor_status_rule.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/monitor_status_rule.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/status_rule/status_rule_executor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/status_rule_executor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/status_rule/status_rule_executor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/status_rule_executor.test.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/status_rule/status_rule_executor.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/status_rule_executor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/status_rule/status_rule_executor.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/status_rule_executor.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/status_rule/types.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/types.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/status_rule/types.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/status_rule/types.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/tls_rule/message_utils.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/message_utils.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/tls_rule/message_utils.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/message_utils.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule_executor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule_executor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule_executor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule_executor.test.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule_executor.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule_executor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/tls_rule/tls_rule_executor.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/tls_rule_executor.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/tls_rule/types.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/types.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/tls_rule/types.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/tls_rule/types.ts diff --git a/x-pack/plugins/synthetics/server/alert_rules/translations.ts b/x-pack/plugins/observability_solution/synthetics/server/alert_rules/translations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/alert_rules/translations.ts rename to x-pack/plugins/observability_solution/synthetics/server/alert_rules/translations.ts diff --git a/x-pack/plugins/synthetics/server/common/pings/query_pings.ts b/x-pack/plugins/observability_solution/synthetics/server/common/pings/query_pings.ts similarity index 100% rename from x-pack/plugins/synthetics/server/common/pings/query_pings.ts rename to x-pack/plugins/observability_solution/synthetics/server/common/pings/query_pings.ts diff --git a/x-pack/plugins/synthetics/server/common/unzipt_project_code.ts b/x-pack/plugins/observability_solution/synthetics/server/common/unzipt_project_code.ts similarity index 100% rename from x-pack/plugins/synthetics/server/common/unzipt_project_code.ts rename to x-pack/plugins/observability_solution/synthetics/server/common/unzipt_project_code.ts diff --git a/x-pack/plugins/synthetics/server/constants/settings.ts b/x-pack/plugins/observability_solution/synthetics/server/constants/settings.ts similarity index 100% rename from x-pack/plugins/synthetics/server/constants/settings.ts rename to x-pack/plugins/observability_solution/synthetics/server/constants/settings.ts diff --git a/x-pack/plugins/synthetics/server/feature.ts b/x-pack/plugins/observability_solution/synthetics/server/feature.ts similarity index 100% rename from x-pack/plugins/synthetics/server/feature.ts rename to x-pack/plugins/observability_solution/synthetics/server/feature.ts diff --git a/x-pack/plugins/synthetics/server/index.ts b/x-pack/plugins/observability_solution/synthetics/server/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/index.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_index_pattern.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_index_pattern.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_index_pattern.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_index_pattern.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.test.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.test.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_journey_steps.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_last_successful_check.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_monitor.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_network_events.test.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_network_events.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_network_events.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_network_events.test.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_network_events.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_network_events.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/get_network_events.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/get_network_events.ts diff --git a/x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/test_helpers.ts b/x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/test_helpers.ts similarity index 100% rename from x-pack/plugins/synthetics/server/legacy_uptime/lib/requests/test_helpers.ts rename to x-pack/plugins/observability_solution/synthetics/server/legacy_uptime/lib/requests/test_helpers.ts diff --git a/x-pack/plugins/synthetics/server/lib.test.ts b/x-pack/plugins/observability_solution/synthetics/server/lib.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/lib.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/lib.test.ts diff --git a/x-pack/plugins/synthetics/server/lib.ts b/x-pack/plugins/observability_solution/synthetics/server/lib.ts similarity index 100% rename from x-pack/plugins/synthetics/server/lib.ts rename to x-pack/plugins/observability_solution/synthetics/server/lib.ts diff --git a/x-pack/plugins/synthetics/server/plugin.ts b/x-pack/plugins/observability_solution/synthetics/server/plugin.ts similarity index 100% rename from x-pack/plugins/synthetics/server/plugin.ts rename to x-pack/plugins/observability_solution/synthetics/server/plugin.ts diff --git a/x-pack/plugins/synthetics/server/queries/get_certs.ts b/x-pack/plugins/observability_solution/synthetics/server/queries/get_certs.ts similarity index 100% rename from x-pack/plugins/synthetics/server/queries/get_certs.ts rename to x-pack/plugins/observability_solution/synthetics/server/queries/get_certs.ts diff --git a/x-pack/plugins/synthetics/server/queries/get_journey_details.ts b/x-pack/plugins/observability_solution/synthetics/server/queries/get_journey_details.ts similarity index 100% rename from x-pack/plugins/synthetics/server/queries/get_journey_details.ts rename to x-pack/plugins/observability_solution/synthetics/server/queries/get_journey_details.ts diff --git a/x-pack/plugins/synthetics/server/queries/journey_screenshots.ts b/x-pack/plugins/observability_solution/synthetics/server/queries/journey_screenshots.ts similarity index 100% rename from x-pack/plugins/synthetics/server/queries/journey_screenshots.ts rename to x-pack/plugins/observability_solution/synthetics/server/queries/journey_screenshots.ts diff --git a/x-pack/plugins/synthetics/server/queries/query_monitor_status.ts b/x-pack/plugins/observability_solution/synthetics/server/queries/query_monitor_status.ts similarity index 100% rename from x-pack/plugins/synthetics/server/queries/query_monitor_status.ts rename to x-pack/plugins/observability_solution/synthetics/server/queries/query_monitor_status.ts diff --git a/x-pack/plugins/synthetics/server/routes/certs/get_certificates.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/certs/get_certificates.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/certs/get_certificates.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/certs/get_certificates.ts diff --git a/x-pack/plugins/synthetics/server/routes/common.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/common.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/common.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/common.ts diff --git a/x-pack/plugins/synthetics/server/routes/create_route_with_auth.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/create_route_with_auth.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/create_route_with_auth.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/create_route_with_auth.ts diff --git a/x-pack/plugins/synthetics/server/routes/default_alerts/default_alert_service.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/default_alert_service.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/default_alerts/default_alert_service.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/default_alert_service.ts diff --git a/x-pack/plugins/synthetics/server/routes/default_alerts/enable_default_alert.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/enable_default_alert.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/default_alerts/enable_default_alert.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/enable_default_alert.ts diff --git a/x-pack/plugins/synthetics/server/routes/default_alerts/get_action_connectors.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/get_action_connectors.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/default_alerts/get_action_connectors.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/get_action_connectors.ts diff --git a/x-pack/plugins/synthetics/server/routes/default_alerts/get_connector_types.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/get_connector_types.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/default_alerts/get_connector_types.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/get_connector_types.ts diff --git a/x-pack/plugins/synthetics/server/routes/default_alerts/get_default_alert.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/get_default_alert.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/default_alerts/get_default_alert.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/get_default_alert.ts diff --git a/x-pack/plugins/synthetics/server/routes/default_alerts/update_default_alert.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/update_default_alert.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/default_alerts/update_default_alert.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/default_alerts/update_default_alert.ts diff --git a/x-pack/plugins/synthetics/server/routes/filters/filters.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/filters/filters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/filters/filters.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/filters/filters.ts diff --git a/x-pack/plugins/synthetics/server/routes/fleet/get_has_integration_monitors.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/fleet/get_has_integration_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/fleet/get_has_integration_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/fleet/get_has_integration_monitors.ts diff --git a/x-pack/plugins/synthetics/server/routes/index.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/index.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/add_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/add_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/add_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/add_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/add_monitor_project.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/add_monitor_project.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/add_monitor_project.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/add_monitor_project.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/bulk_cruds/add_monitor_bulk.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/bulk_cruds/add_monitor_bulk.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/bulk_cruds/add_monitor_bulk.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/bulk_cruds/add_monitor_bulk.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/bulk_cruds/delete_monitor_bulk.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/bulk_cruds/delete_monitor_bulk.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/bulk_cruds/delete_monitor_bulk.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/bulk_cruds/delete_monitor_bulk.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/bulk_cruds/edit_monitor_bulk.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/bulk_cruds/edit_monitor_bulk.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/bulk_cruds/edit_monitor_bulk.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/bulk_cruds/edit_monitor_bulk.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/delete_integration.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/delete_integration.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/delete_integration.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/delete_integration.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/delete_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/delete_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/delete_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/delete_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/delete_monitor_project.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/delete_monitor_project.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/delete_monitor_project.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/delete_monitor_project.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/edit_monitor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/edit_monitor.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/edit_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/edit_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/edit_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/get_api_key.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_api_key.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/get_api_key.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_api_key.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitor.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitor_project.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitor_project.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitor_project.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitor_project.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitors_list.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitors_list.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/get_monitors_list.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/get_monitors_list.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/helper.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/helper.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/helper.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/helper.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/helper.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/helper.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/helper.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/helper.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/inspect_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/inspect_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/inspect_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/inspect_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/monitor_validation.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/monitor_validation.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/monitor_validation.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/monitor_validation.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/monitor_cruds/monitor_validation.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/monitor_validation.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/monitor_cruds/monitor_validation.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/monitor_cruds/monitor_validation.ts diff --git a/x-pack/plugins/synthetics/server/routes/network_events/get_network_events.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/network_events/get_network_events.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/network_events/get_network_events.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/network_events/get_network_events.ts diff --git a/x-pack/plugins/synthetics/server/routes/network_events/index.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/network_events/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/network_events/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/network_events/index.ts diff --git a/x-pack/plugins/synthetics/server/routes/overview_status/overview_status.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/overview_status/overview_status.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/overview_status/overview_status.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/overview_status/overview_status.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/overview_status/overview_status.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/overview_status/overview_status.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/overview_status/overview_status.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/overview_status/overview_status.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/get_ping_statuses.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/get_ping_statuses.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/get_ping_statuses.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/get_ping_statuses.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/get_pings.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/get_pings.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/get_pings.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/get_pings.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/index.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/index.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/journey_screenshot_blocks.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/journey_screenshot_blocks.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/journey_screenshot_blocks.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/journey_screenshot_blocks.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/journey_screenshots.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/journey_screenshots.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/journey_screenshots.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/journey_screenshots.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/journeys.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/journeys.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/journeys.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/journeys.ts diff --git a/x-pack/plugins/synthetics/server/routes/pings/last_successful_check.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/pings/last_successful_check.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/pings/last_successful_check.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/pings/last_successful_check.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/params/add_param.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/add_param.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/params/add_param.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/add_param.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/params/delete_param.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/delete_param.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/params/delete_param.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/delete_param.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/params/edit_param.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/edit_param.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/params/edit_param.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/edit_param.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/params/params.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/params.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/params/params.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/params/params.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/add_private_location.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/add_private_location.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/add_private_location.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/add_private_location.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/delete_private_location.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/delete_private_location.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/delete_private_location.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/delete_private_location.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/get_agent_policies.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/get_agent_policies.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/get_agent_policies.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/get_agent_policies.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/get_location_monitors.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/get_location_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/get_location_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/get_location_monitors.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/get_private_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/get_private_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/get_private_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/get_private_locations.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/helpers.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/helpers.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/helpers.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/helpers.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/private_locations/helpers.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/helpers.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/private_locations/helpers.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/private_locations/helpers.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/settings.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/settings.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/settings.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/settings.ts diff --git a/x-pack/plugins/synthetics/server/routes/settings/sync_global_params.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/settings/sync_global_params.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/settings/sync_global_params.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/settings/sync_global_params.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/enablement.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/enablement.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/enablement.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/get_service_allowed.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/get_service_allowed.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/get_service_allowed.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/get_service_allowed.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/get_service_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/get_service_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/get_service_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/get_service_locations.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/install_index_templates.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/install_index_templates.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/install_index_templates.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/install_index_templates.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/run_once_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/run_once_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/run_once_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/run_once_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/service_errors.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/service_errors.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/service_errors.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/service_errors.ts diff --git a/x-pack/plugins/synthetics/server/routes/synthetics_service/test_now_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/test_now_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/synthetics_service/test_now_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/synthetics_service/test_now_monitor.ts diff --git a/x-pack/plugins/synthetics/server/routes/telemetry/monitor_upgrade_sender.test.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/telemetry/monitor_upgrade_sender.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/telemetry/monitor_upgrade_sender.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/telemetry/monitor_upgrade_sender.test.ts diff --git a/x-pack/plugins/synthetics/server/routes/telemetry/monitor_upgrade_sender.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/telemetry/monitor_upgrade_sender.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/telemetry/monitor_upgrade_sender.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/telemetry/monitor_upgrade_sender.ts diff --git a/x-pack/plugins/synthetics/server/routes/types.ts b/x-pack/plugins/observability_solution/synthetics/server/routes/types.ts similarity index 100% rename from x-pack/plugins/synthetics/server/routes/types.ts rename to x-pack/plugins/observability_solution/synthetics/server/routes/types.ts diff --git a/x-pack/plugins/synthetics/server/runtime_types/private_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/runtime_types/private_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/runtime_types/private_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/runtime_types/private_locations.ts diff --git a/x-pack/plugins/synthetics/server/runtime_types/settings.ts b/x-pack/plugins/observability_solution/synthetics/server/runtime_types/settings.ts similarity index 100% rename from x-pack/plugins/synthetics/server/runtime_types/settings.ts rename to x-pack/plugins/observability_solution/synthetics/server/runtime_types/settings.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/index.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/index.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.6.0.test.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.6.0.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.6.0.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.6.0.test.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.6.0.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.6.0.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.6.0.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.6.0.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.8.0.test.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.8.0.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.8.0.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.8.0.test.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.8.0.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.8.0.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.8.0.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.8.0.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.9.0.test.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.9.0.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.9.0.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.9.0.test.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.9.0.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.9.0.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/8.9.0.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/8.9.0.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/index.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/index.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.5.0.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.5.0.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.5.0.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.5.0.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.7.0.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.7.0.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.7.0.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/monitors/test_fixtures/8.7.0.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/private_locations/model_version_1.test.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/private_locations/model_version_1.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/private_locations/model_version_1.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/private_locations/model_version_1.test.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/migrations/private_locations/model_version_1.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/private_locations/model_version_1.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/migrations/private_locations/model_version_1.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/migrations/private_locations/model_version_1.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/private_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/private_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/private_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/private_locations.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/saved_objects.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/saved_objects.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/saved_objects.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/saved_objects.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/service_api_key.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/service_api_key.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/service_api_key.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/service_api_key.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.test.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.test.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_monitor/get_all_monitors.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/synthetics_param.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_param.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/synthetics_param.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/synthetics_param.ts diff --git a/x-pack/plugins/synthetics/server/saved_objects/uptime_settings.ts b/x-pack/plugins/observability_solution/synthetics/server/saved_objects/uptime_settings.ts similarity index 100% rename from x-pack/plugins/synthetics/server/saved_objects/uptime_settings.ts rename to x-pack/plugins/observability_solution/synthetics/server/saved_objects/uptime_settings.ts diff --git a/x-pack/plugins/synthetics/server/server.ts b/x-pack/plugins/observability_solution/synthetics/server/server.ts similarity index 100% rename from x-pack/plugins/synthetics/server/server.ts rename to x-pack/plugins/observability_solution/synthetics/server/server.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_route_wrapper.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_route_wrapper.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_route_wrapper.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_route_wrapper.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/authentication/check_has_privilege.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/authentication/check_has_privilege.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/authentication/check_has_privilege.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/authentication/check_has_privilege.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/common.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/common.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/common.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/common.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/formatting_utils.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/formatting_utils.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/formatting_utils.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/formatting_utils.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/formatting_utils.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/formatting_utils.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/formatting_utils.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/formatting_utils.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/lightweight_param_formatter.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/browser_formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/common_formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/format_synthetics_policy.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/formatters.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/formatters.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/formatters.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/formatters.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/formatting_utils.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/formatting_utils.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/formatting_utils.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/formatting_utils.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/http_formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/http_formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/http_formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/http_formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/icmp_formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/icmp_formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/icmp_formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/icmp_formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/index.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/index.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/processors_formatter.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/processors_formatter.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/processors_formatter.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/processors_formatter.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/tcp_formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/tcp_formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/tcp_formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/tcp_formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/tls_formatters.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/tls_formatters.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/private_formatters/tls_formatters.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/private_formatters/tls_formatters.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/browser.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/browser.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/browser.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/browser.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/browser.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/browser.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/browser.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/browser.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/common.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/common.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/common.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/common.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/common.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/common.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/common.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/common.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/convert_to_data_stream.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/format_configs.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/formatting_utils.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/formatting_utils.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/formatting_utils.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/formatting_utils.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/http.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/http.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/http.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/http.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/icmp.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/icmp.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/icmp.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/icmp.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/index.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/index.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/tcp.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/tcp.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/tcp.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/tcp.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/tls.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/tls.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/public_formatters/tls.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/public_formatters/tls.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/formatters/variable_parser.js b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/variable_parser.js similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/formatters/variable_parser.js rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/formatters/variable_parser.js diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_all_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_all_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_all_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_all_locations.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_api_key.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_api_key.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_api_key.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_api_key.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_api_key.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_es_hosts.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_es_hosts.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_es_hosts.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_es_hosts.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_es_hosts.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_es_hosts.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_es_hosts.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_es_hosts.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_private_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_private_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_private_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_private_locations.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_service_locations.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_service_locations.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_service_locations.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_service_locations.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/get_service_locations.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_service_locations.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/get_service_locations.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/get_service_locations.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/private_location/clean_up_task.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/clean_up_task.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/private_location/clean_up_task.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/clean_up_task.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/private_location/synthetics_private_location.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/private_location/synthetics_private_location.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/synthetics_private_location.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/private_location/test_policy.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/test_policy.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/private_location/test_policy.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/private_location/test_policy.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/browser_monitor.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/common_fields.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/http_monitor.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/icmp_monitor.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/index.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/index.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/normalizers/tcp_monitor.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/project_monitor/project_monitor_formatter.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/service_api_client.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/service_api_client.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/service_api_client.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/service_api_client.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/service_api_client.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/service_api_client.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/service_api_client.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/service_api_client.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_monitor/synthetics_monitor_client.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/synthetics_service.test.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_service.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/synthetics_service.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_service.test.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/synthetics_service.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_service.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/synthetics_service.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/synthetics_service.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/utils/fake_kibana_request.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/fake_kibana_request.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/utils/fake_kibana_request.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/fake_kibana_request.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/utils/index.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/utils/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/index.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/utils/mocks.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/mocks.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/utils/mocks.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/mocks.ts diff --git a/x-pack/plugins/synthetics/server/synthetics_service/utils/secrets.ts b/x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/secrets.ts similarity index 100% rename from x-pack/plugins/synthetics/server/synthetics_service/utils/secrets.ts rename to x-pack/plugins/observability_solution/synthetics/server/synthetics_service/utils/secrets.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/__mocks__/index.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/__mocks__/index.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/__mocks__/index.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/__mocks__/index.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/constants.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/constants.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/constants.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/constants.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/queue.test.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/queue.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/queue.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/queue.test.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/queue.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/queue.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/queue.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/queue.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/sender.test.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.test.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/sender.test.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.test.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/sender.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/sender.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/sender.ts diff --git a/x-pack/plugins/synthetics/server/telemetry/types.ts b/x-pack/plugins/observability_solution/synthetics/server/telemetry/types.ts similarity index 100% rename from x-pack/plugins/synthetics/server/telemetry/types.ts rename to x-pack/plugins/observability_solution/synthetics/server/telemetry/types.ts diff --git a/x-pack/plugins/synthetics/server/types.ts b/x-pack/plugins/observability_solution/synthetics/server/types.ts similarity index 100% rename from x-pack/plugins/synthetics/server/types.ts rename to x-pack/plugins/observability_solution/synthetics/server/types.ts diff --git a/x-pack/plugins/synthetics/tsconfig.json b/x-pack/plugins/observability_solution/synthetics/tsconfig.json similarity index 94% rename from x-pack/plugins/synthetics/tsconfig.json rename to x-pack/plugins/observability_solution/synthetics/tsconfig.json index 4492a20771d8c..678bcf2a77d6c 100644 --- a/x-pack/plugins/synthetics/tsconfig.json +++ b/x-pack/plugins/observability_solution/synthetics/tsconfig.json @@ -1,14 +1,14 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { - "outDir": "target/types", + "outDir": "target/types" }, "include": [ "common/**/*", "scripts/**/*", "public/**/*", "server/**/*", - "../../../typings/**/*" + "../../../../typings/**/*" ], "kbn_references": [ "@kbn/alerting-plugin", @@ -81,7 +81,5 @@ "@kbn/discover-utils", "@kbn/shared-ux-link-redirect-app" ], - "exclude": [ - "target/**/*", - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/uptime/.buildkite/pipelines/flaky.js b/x-pack/plugins/observability_solution/uptime/.buildkite/pipelines/flaky.js similarity index 100% rename from x-pack/plugins/uptime/.buildkite/pipelines/flaky.js rename to x-pack/plugins/observability_solution/uptime/.buildkite/pipelines/flaky.js diff --git a/x-pack/plugins/observability_solution/uptime/.buildkite/pipelines/flaky.sh b/x-pack/plugins/observability_solution/uptime/.buildkite/pipelines/flaky.sh new file mode 100755 index 0000000000000..58c2c88a8d836 --- /dev/null +++ b/x-pack/plugins/observability_solution/uptime/.buildkite/pipelines/flaky.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +set -euo pipefail + +UUID="$(cat /proc/sys/kernel/random/uuid)" +export UUID + +node x-pack/plugins/observability_solution/synthetics/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload diff --git a/x-pack/plugins/uptime/README.md b/x-pack/plugins/observability_solution/uptime/README.md similarity index 98% rename from x-pack/plugins/uptime/README.md rename to x-pack/plugins/observability_solution/uptime/README.md index afb3309e788e9..bdc078e8607d7 100644 --- a/x-pack/plugins/uptime/README.md +++ b/x-pack/plugins/observability_solution/uptime/README.md @@ -45,7 +45,7 @@ There's also a `rest_api` folder that defines the structure of the RESTful API e Documentation: https://www.elastic.co/guide/en/kibana/current/development-tests.html#_unit_testing ``` -yarn test:jest x-pack/plugins/synthetics +yarn test:jest x-pack/plugins/observability_solution/synthetics ``` ### Functional tests diff --git a/x-pack/plugins/uptime/common/config.ts b/x-pack/plugins/observability_solution/uptime/common/config.ts similarity index 100% rename from x-pack/plugins/uptime/common/config.ts rename to x-pack/plugins/observability_solution/uptime/common/config.ts diff --git a/x-pack/plugins/uptime/common/constants/capabilities.ts b/x-pack/plugins/observability_solution/uptime/common/constants/capabilities.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/capabilities.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/capabilities.ts diff --git a/x-pack/plugins/uptime/common/constants/chart_format_limits.ts b/x-pack/plugins/observability_solution/uptime/common/constants/chart_format_limits.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/chart_format_limits.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/chart_format_limits.ts diff --git a/x-pack/plugins/uptime/common/constants/client_defaults.ts b/x-pack/plugins/observability_solution/uptime/common/constants/client_defaults.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/client_defaults.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/client_defaults.ts diff --git a/x-pack/plugins/uptime/common/constants/context_defaults.ts b/x-pack/plugins/observability_solution/uptime/common/constants/context_defaults.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/context_defaults.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/context_defaults.ts diff --git a/x-pack/plugins/uptime/common/constants/data_filters.ts b/x-pack/plugins/observability_solution/uptime/common/constants/data_filters.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/data_filters.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/data_filters.ts diff --git a/x-pack/plugins/uptime/common/constants/index.ts b/x-pack/plugins/observability_solution/uptime/common/constants/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/index.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/index.ts diff --git a/x-pack/plugins/uptime/common/constants/plugin.ts b/x-pack/plugins/observability_solution/uptime/common/constants/plugin.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/plugin.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/plugin.ts diff --git a/x-pack/plugins/uptime/common/constants/query.ts b/x-pack/plugins/observability_solution/uptime/common/constants/query.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/query.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/query.ts diff --git a/x-pack/plugins/uptime/common/constants/rest_api.ts b/x-pack/plugins/observability_solution/uptime/common/constants/rest_api.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/rest_api.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/rest_api.ts diff --git a/x-pack/plugins/uptime/common/constants/settings_defaults.ts b/x-pack/plugins/observability_solution/uptime/common/constants/settings_defaults.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/settings_defaults.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/settings_defaults.ts diff --git a/x-pack/plugins/uptime/common/constants/synthetics_alerts.ts b/x-pack/plugins/observability_solution/uptime/common/constants/synthetics_alerts.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/synthetics_alerts.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/synthetics_alerts.ts diff --git a/x-pack/plugins/uptime/common/constants/ui.ts b/x-pack/plugins/observability_solution/uptime/common/constants/ui.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/ui.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/ui.ts diff --git a/x-pack/plugins/uptime/common/constants/uptime_alerts.ts b/x-pack/plugins/observability_solution/uptime/common/constants/uptime_alerts.ts similarity index 100% rename from x-pack/plugins/uptime/common/constants/uptime_alerts.ts rename to x-pack/plugins/observability_solution/uptime/common/constants/uptime_alerts.ts diff --git a/x-pack/plugins/uptime/common/field_names.ts b/x-pack/plugins/observability_solution/uptime/common/field_names.ts similarity index 100% rename from x-pack/plugins/uptime/common/field_names.ts rename to x-pack/plugins/observability_solution/uptime/common/field_names.ts diff --git a/x-pack/plugins/uptime/common/formatters/format_space_name.ts b/x-pack/plugins/observability_solution/uptime/common/formatters/format_space_name.ts similarity index 100% rename from x-pack/plugins/uptime/common/formatters/format_space_name.ts rename to x-pack/plugins/observability_solution/uptime/common/formatters/format_space_name.ts diff --git a/x-pack/plugins/uptime/common/formatters/index.ts b/x-pack/plugins/observability_solution/uptime/common/formatters/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/formatters/index.ts rename to x-pack/plugins/observability_solution/uptime/common/formatters/index.ts diff --git a/x-pack/plugins/uptime/common/index.ts b/x-pack/plugins/observability_solution/uptime/common/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/index.ts rename to x-pack/plugins/observability_solution/uptime/common/index.ts diff --git a/x-pack/plugins/uptime/common/lib/__snapshots__/assert_close_to.test.ts.snap b/x-pack/plugins/observability_solution/uptime/common/lib/__snapshots__/assert_close_to.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/common/lib/__snapshots__/assert_close_to.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/common/lib/__snapshots__/assert_close_to.test.ts.snap diff --git a/x-pack/plugins/uptime/common/lib/assert_close_to.test.ts b/x-pack/plugins/observability_solution/uptime/common/lib/assert_close_to.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/assert_close_to.test.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/assert_close_to.test.ts diff --git a/x-pack/plugins/uptime/common/lib/assert_close_to.ts b/x-pack/plugins/observability_solution/uptime/common/lib/assert_close_to.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/assert_close_to.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/assert_close_to.ts diff --git a/x-pack/plugins/uptime/common/lib/combine_filters_and_user_search.test.ts b/x-pack/plugins/observability_solution/uptime/common/lib/combine_filters_and_user_search.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/combine_filters_and_user_search.test.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/combine_filters_and_user_search.test.ts diff --git a/x-pack/plugins/uptime/common/lib/combine_filters_and_user_search.ts b/x-pack/plugins/observability_solution/uptime/common/lib/combine_filters_and_user_search.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/combine_filters_and_user_search.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/combine_filters_and_user_search.ts diff --git a/x-pack/plugins/uptime/common/lib/get_histogram_interval.test.ts b/x-pack/plugins/observability_solution/uptime/common/lib/get_histogram_interval.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/get_histogram_interval.test.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/get_histogram_interval.test.ts diff --git a/x-pack/plugins/uptime/common/lib/get_histogram_interval.ts b/x-pack/plugins/observability_solution/uptime/common/lib/get_histogram_interval.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/get_histogram_interval.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/get_histogram_interval.ts diff --git a/x-pack/plugins/uptime/common/lib/index.ts b/x-pack/plugins/observability_solution/uptime/common/lib/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/index.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/index.ts diff --git a/x-pack/plugins/uptime/common/lib/ml.test.ts b/x-pack/plugins/observability_solution/uptime/common/lib/ml.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/ml.test.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/ml.test.ts diff --git a/x-pack/plugins/uptime/common/lib/ml.ts b/x-pack/plugins/observability_solution/uptime/common/lib/ml.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/ml.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/ml.ts diff --git a/x-pack/plugins/uptime/common/lib/stringify_kueries.test.ts b/x-pack/plugins/observability_solution/uptime/common/lib/stringify_kueries.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/stringify_kueries.test.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/stringify_kueries.test.ts diff --git a/x-pack/plugins/uptime/common/lib/stringify_kueries.ts b/x-pack/plugins/observability_solution/uptime/common/lib/stringify_kueries.ts similarity index 100% rename from x-pack/plugins/uptime/common/lib/stringify_kueries.ts rename to x-pack/plugins/observability_solution/uptime/common/lib/stringify_kueries.ts diff --git a/x-pack/plugins/uptime/common/requests/get_certs_request_body.ts b/x-pack/plugins/observability_solution/uptime/common/requests/get_certs_request_body.ts similarity index 100% rename from x-pack/plugins/uptime/common/requests/get_certs_request_body.ts rename to x-pack/plugins/observability_solution/uptime/common/requests/get_certs_request_body.ts diff --git a/x-pack/plugins/uptime/common/rules/alert_actions.test.ts b/x-pack/plugins/observability_solution/uptime/common/rules/alert_actions.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/rules/alert_actions.test.ts rename to x-pack/plugins/observability_solution/uptime/common/rules/alert_actions.test.ts diff --git a/x-pack/plugins/uptime/common/rules/alert_actions.ts b/x-pack/plugins/observability_solution/uptime/common/rules/alert_actions.ts similarity index 100% rename from x-pack/plugins/uptime/common/rules/alert_actions.ts rename to x-pack/plugins/observability_solution/uptime/common/rules/alert_actions.ts diff --git a/x-pack/plugins/uptime/common/rules/legacy_uptime/translations.ts b/x-pack/plugins/observability_solution/uptime/common/rules/legacy_uptime/translations.ts similarity index 100% rename from x-pack/plugins/uptime/common/rules/legacy_uptime/translations.ts rename to x-pack/plugins/observability_solution/uptime/common/rules/legacy_uptime/translations.ts diff --git a/x-pack/plugins/uptime/common/rules/status_rule.ts b/x-pack/plugins/observability_solution/uptime/common/rules/status_rule.ts similarity index 100% rename from x-pack/plugins/uptime/common/rules/status_rule.ts rename to x-pack/plugins/observability_solution/uptime/common/rules/status_rule.ts diff --git a/x-pack/plugins/uptime/common/rules/types.ts b/x-pack/plugins/observability_solution/uptime/common/rules/types.ts similarity index 100% rename from x-pack/plugins/uptime/common/rules/types.ts rename to x-pack/plugins/observability_solution/uptime/common/rules/types.ts diff --git a/x-pack/plugins/uptime/common/rules/uptime_rule_field_map.ts b/x-pack/plugins/observability_solution/uptime/common/rules/uptime_rule_field_map.ts similarity index 100% rename from x-pack/plugins/uptime/common/rules/uptime_rule_field_map.ts rename to x-pack/plugins/observability_solution/uptime/common/rules/uptime_rule_field_map.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/alerts/common.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/common.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/alerts/common.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/common.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/alerts/index.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/alerts/index.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/index.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/alerts/status_check.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/status_check.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/alerts/status_check.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/status_check.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/alerts/tls.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/tls.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/alerts/tls.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/alerts/tls.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/certs.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/certs.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/certs.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/certs.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/common.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/common.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/common.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/common.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/dynamic_settings.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/dynamic_settings.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/dynamic_settings.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/index.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/index.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/index.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/monitor/index.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/monitor/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/monitor/index.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/monitor/index.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/monitor/locations.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/monitor/locations.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/monitor/locations.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/monitor/locations.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/monitor/state.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/monitor/state.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/monitor/state.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/monitor/state.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/network_events.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/network_events.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/network_events.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/network_events.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/error_state.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/error_state.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/error_state.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/error_state.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/histogram.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/histogram.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/histogram.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/histogram.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/index.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/index.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/index.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/observer.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/observer.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/observer.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/observer.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/ping.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/ping.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/ping.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/ping.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/synthetics.test.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/synthetics.test.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/synthetics.test.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/synthetics.test.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/ping/synthetics.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/synthetics.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/ping/synthetics.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/ping/synthetics.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/snapshot/index.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/snapshot/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/snapshot/index.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/snapshot/index.ts diff --git a/x-pack/plugins/uptime/common/runtime_types/snapshot/snapshot_count.ts b/x-pack/plugins/observability_solution/uptime/common/runtime_types/snapshot/snapshot_count.ts similarity index 100% rename from x-pack/plugins/uptime/common/runtime_types/snapshot/snapshot_count.ts rename to x-pack/plugins/observability_solution/uptime/common/runtime_types/snapshot/snapshot_count.ts diff --git a/x-pack/plugins/uptime/common/translations.ts b/x-pack/plugins/observability_solution/uptime/common/translations.ts similarity index 100% rename from x-pack/plugins/uptime/common/translations.ts rename to x-pack/plugins/observability_solution/uptime/common/translations.ts diff --git a/x-pack/plugins/uptime/common/translations/translations.ts b/x-pack/plugins/observability_solution/uptime/common/translations/translations.ts similarity index 100% rename from x-pack/plugins/uptime/common/translations/translations.ts rename to x-pack/plugins/observability_solution/uptime/common/translations/translations.ts diff --git a/x-pack/plugins/uptime/common/types/index.ts b/x-pack/plugins/observability_solution/uptime/common/types/index.ts similarity index 100% rename from x-pack/plugins/uptime/common/types/index.ts rename to x-pack/plugins/observability_solution/uptime/common/types/index.ts diff --git a/x-pack/plugins/uptime/common/types/integration_deprecation.ts b/x-pack/plugins/observability_solution/uptime/common/types/integration_deprecation.ts similarity index 100% rename from x-pack/plugins/uptime/common/types/integration_deprecation.ts rename to x-pack/plugins/observability_solution/uptime/common/types/integration_deprecation.ts diff --git a/x-pack/plugins/uptime/common/types/monitor_duration.ts b/x-pack/plugins/observability_solution/uptime/common/types/monitor_duration.ts similarity index 100% rename from x-pack/plugins/uptime/common/types/monitor_duration.ts rename to x-pack/plugins/observability_solution/uptime/common/types/monitor_duration.ts diff --git a/x-pack/plugins/uptime/common/types/synthetics_monitor.ts b/x-pack/plugins/observability_solution/uptime/common/types/synthetics_monitor.ts similarity index 100% rename from x-pack/plugins/uptime/common/types/synthetics_monitor.ts rename to x-pack/plugins/observability_solution/uptime/common/types/synthetics_monitor.ts diff --git a/x-pack/plugins/uptime/common/utils/as_mutable_array.ts b/x-pack/plugins/observability_solution/uptime/common/utils/as_mutable_array.ts similarity index 100% rename from x-pack/plugins/uptime/common/utils/as_mutable_array.ts rename to x-pack/plugins/observability_solution/uptime/common/utils/as_mutable_array.ts diff --git a/x-pack/plugins/uptime/common/utils/es_search.ts b/x-pack/plugins/observability_solution/uptime/common/utils/es_search.ts similarity index 100% rename from x-pack/plugins/uptime/common/utils/es_search.ts rename to x-pack/plugins/observability_solution/uptime/common/utils/es_search.ts diff --git a/x-pack/plugins/uptime/common/utils/get_monitor_url.ts b/x-pack/plugins/observability_solution/uptime/common/utils/get_monitor_url.ts similarity index 100% rename from x-pack/plugins/uptime/common/utils/get_monitor_url.ts rename to x-pack/plugins/observability_solution/uptime/common/utils/get_monitor_url.ts diff --git a/x-pack/plugins/uptime/common/utils/t_enum.ts b/x-pack/plugins/observability_solution/uptime/common/utils/t_enum.ts similarity index 100% rename from x-pack/plugins/uptime/common/utils/t_enum.ts rename to x-pack/plugins/observability_solution/uptime/common/utils/t_enum.ts diff --git a/x-pack/plugins/uptime/e2e/README.md b/x-pack/plugins/observability_solution/uptime/e2e/README.md similarity index 75% rename from x-pack/plugins/uptime/e2e/README.md rename to x-pack/plugins/observability_solution/uptime/e2e/README.md index 9a7617cd3d055..0ee0a41e5cd63 100644 --- a/x-pack/plugins/uptime/e2e/README.md +++ b/x-pack/plugins/observability_solution/uptime/e2e/README.md @@ -5,7 +5,7 @@ script for standing up the test server. ### Start the server -From `~/x-pack/plugins/synthetics/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you +From `~/x-pack/plugins/observability_solution/synthetics/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you with an example run command when it finishes. ### Run the tests @@ -14,7 +14,6 @@ From the same directory you can now run `node node e2e.js --runner`. In addition to the usual flags like `--grep`, you can also specify `--no-headless` in order to view your tests as you debug/develop. - ## Uptime App Tests These tests rely on the Kibana functional test runner. There is a Kibana config in this directory, and a dedicated @@ -22,7 +21,7 @@ script for standing up the test server. ### Start the server -From `~/x-pack/plugins/synthetics/scripts`, run `node uptime_e2e.js --server`. Wait for the server to startup. It will provide you +From `~/x-pack/plugins/observability_solution/synthetics/scripts`, run `node uptime_e2e.js --server`. Wait for the server to startup. It will provide you with an example run command when it finishes. ### Run the tests diff --git a/x-pack/plugins/synthetics/e2e/config.ts b/x-pack/plugins/observability_solution/uptime/e2e/config.ts similarity index 95% rename from x-pack/plugins/synthetics/e2e/config.ts rename to x-pack/plugins/observability_solution/uptime/e2e/config.ts index 3745680315dcf..f46ebe093bc6f 100644 --- a/x-pack/plugins/synthetics/e2e/config.ts +++ b/x-pack/plugins/observability_solution/uptime/e2e/config.ts @@ -14,10 +14,10 @@ const SERVICE_USERNAME = 'xpack.uptime.service.username'; async function config({ readConfigFile }: FtrConfigProviderContext) { const kibanaCommonTestsConfig = await readConfigFile( - require.resolve('../../../../test/common/config.js') + require.resolve('../../../../../test/common/config.js') ); const xpackFunctionalTestsConfig = await readConfigFile( - require.resolve('../../../test/functional/config.base.js') + require.resolve('../../../../test/functional/config.base.js') ); const kibanaConfig = readKibanaConfig(); diff --git a/x-pack/plugins/uptime/e2e/fixtures/es_archiver/browser/data.json.gz b/x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/browser/data.json.gz similarity index 100% rename from x-pack/plugins/uptime/e2e/fixtures/es_archiver/browser/data.json.gz rename to x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/browser/data.json.gz diff --git a/x-pack/plugins/uptime/e2e/fixtures/es_archiver/browser/mappings.json b/x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/browser/mappings.json similarity index 100% rename from x-pack/plugins/uptime/e2e/fixtures/es_archiver/browser/mappings.json rename to x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/browser/mappings.json diff --git a/x-pack/plugins/uptime/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz b/x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz similarity index 100% rename from x-pack/plugins/uptime/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz rename to x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/full_heartbeat/data.json.gz diff --git a/x-pack/plugins/uptime/e2e/fixtures/es_archiver/full_heartbeat/mappings.json b/x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/full_heartbeat/mappings.json similarity index 100% rename from x-pack/plugins/uptime/e2e/fixtures/es_archiver/full_heartbeat/mappings.json rename to x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/full_heartbeat/mappings.json diff --git a/x-pack/plugins/uptime/e2e/fixtures/es_archiver/synthetics_data/data.json.gz b/x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/synthetics_data/data.json.gz similarity index 100% rename from x-pack/plugins/uptime/e2e/fixtures/es_archiver/synthetics_data/data.json.gz rename to x-pack/plugins/observability_solution/uptime/e2e/fixtures/es_archiver/synthetics_data/data.json.gz diff --git a/x-pack/plugins/uptime/e2e/helpers/make_checks.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/make_checks.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/make_checks.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/make_checks.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/make_ping.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/make_ping.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/make_ping.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/make_ping.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/make_tls.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/make_tls.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/make_tls.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/make_tls.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/parse_args_params.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/parse_args_params.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/parse_args_params.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/parse_args_params.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/record_video.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/record_video.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/record_video.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/record_video.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/synthetics_runner.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/synthetics_runner.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/synthetics_runner.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/synthetics_runner.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/test_reporter.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/test_reporter.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/test_reporter.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/test_reporter.ts diff --git a/x-pack/plugins/uptime/e2e/helpers/utils.ts b/x-pack/plugins/observability_solution/uptime/e2e/helpers/utils.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/helpers/utils.ts rename to x-pack/plugins/observability_solution/uptime/e2e/helpers/utils.ts diff --git a/x-pack/plugins/uptime/e2e/page_objects/login.tsx b/x-pack/plugins/observability_solution/uptime/e2e/page_objects/login.tsx similarity index 100% rename from x-pack/plugins/uptime/e2e/page_objects/login.tsx rename to x-pack/plugins/observability_solution/uptime/e2e/page_objects/login.tsx diff --git a/x-pack/plugins/uptime/e2e/page_objects/utils.tsx b/x-pack/plugins/observability_solution/uptime/e2e/page_objects/utils.tsx similarity index 100% rename from x-pack/plugins/uptime/e2e/page_objects/utils.tsx rename to x-pack/plugins/observability_solution/uptime/e2e/page_objects/utils.tsx diff --git a/x-pack/plugins/uptime/e2e/tasks/es_archiver.ts b/x-pack/plugins/observability_solution/uptime/e2e/tasks/es_archiver.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/tasks/es_archiver.ts rename to x-pack/plugins/observability_solution/uptime/e2e/tasks/es_archiver.ts diff --git a/x-pack/plugins/uptime/e2e/tasks/read_kibana_config.ts b/x-pack/plugins/observability_solution/uptime/e2e/tasks/read_kibana_config.ts similarity index 98% rename from x-pack/plugins/uptime/e2e/tasks/read_kibana_config.ts rename to x-pack/plugins/observability_solution/uptime/e2e/tasks/read_kibana_config.ts index 3867386e41104..f8c8dc2eb6fdd 100644 --- a/x-pack/plugins/uptime/e2e/tasks/read_kibana_config.ts +++ b/x-pack/plugins/observability_solution/uptime/e2e/tasks/read_kibana_config.ts @@ -12,7 +12,7 @@ import yaml from 'js-yaml'; export type KibanaConfig = ReturnType; export const readKibanaConfig = () => { - const kibanaConfigDir = path.join(__filename, '../../../../../../config'); + const kibanaConfigDir = path.join(__filename, '../../../../../../../config'); const kibanaDevConfig = path.join(kibanaConfigDir, 'kibana.dev.yml'); const kibanaConfig = path.join(kibanaConfigDir, 'kibana.yml'); diff --git a/x-pack/plugins/synthetics/e2e/tsconfig.json b/x-pack/plugins/observability_solution/uptime/e2e/tsconfig.json similarity index 64% rename from x-pack/plugins/synthetics/e2e/tsconfig.json rename to x-pack/plugins/observability_solution/uptime/e2e/tsconfig.json index c00c388ec86e0..082077cdae8e4 100644 --- a/x-pack/plugins/synthetics/e2e/tsconfig.json +++ b/x-pack/plugins/observability_solution/uptime/e2e/tsconfig.json @@ -1,20 +1,20 @@ { - "extends": "../../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "exclude": ["tmp", "target/**/*"], "include": ["**/*"], "compilerOptions": { "outDir": "target/types", - "types": [ "node"], - "isolatedModules": false, + "types": ["node"], + "isolatedModules": false }, "kbn_references": [ - { "path": "../../../test/tsconfig.json" }, + { "path": "../../../../../test/tsconfig.json" }, { "path": "../../../../test/tsconfig.json" }, "@kbn/test", "@kbn/dev-utils", "@kbn/ux-plugin/e2e", "@kbn/ftr-common-functional-services", "@kbn/apm-plugin", - "@kbn/es-archiver", + "@kbn/es-archiver" ] } diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/alerts/default_email_settings.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/default_email_settings.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/alerts/default_email_settings.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/default_email_settings.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/alerts/index.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/index.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/alerts/index.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/index.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/alerts/status_alert_flyouts_in_alerting_app.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/status_alert_flyouts_in_alerting_app.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/alerts/status_alert_flyouts_in_alerting_app.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/status_alert_flyouts_in_alerting_app.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/alerts/tls_alert_flyouts_in_alerting_app.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/tls_alert_flyouts_in_alerting_app.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/alerts/tls_alert_flyouts_in_alerting_app.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/alerts/tls_alert_flyouts_in_alerting_app.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/data_view_permissions.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/data_view_permissions.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/data_view_permissions.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/data_view_permissions.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/index.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/index.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/index.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/index.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/locations/index.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/locations/index.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/locations/index.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/locations/index.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/locations/locations.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/locations/locations.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/locations/locations.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/locations/locations.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/index.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/index.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/index.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/index.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/monitor_alerts.journey.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/monitor_alerts.journey.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/monitor_alerts.journey.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/monitor_alerts.journey.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/monitor_details.journey.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/monitor_details.journey.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/monitor_details.journey.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/monitor_details.journey.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/ping_redirects.journey.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/ping_redirects.journey.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/monitor_details/ping_redirects.journey.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/monitor_details/ping_redirects.journey.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/step_duration.journey.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/step_duration.journey.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/step_duration.journey.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/step_duration.journey.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/journeys/uptime.journey.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/uptime.journey.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/journeys/uptime.journey.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/journeys/uptime.journey.ts diff --git a/x-pack/plugins/uptime/e2e/uptime/page_objects/monitor_details.tsx b/x-pack/plugins/observability_solution/uptime/e2e/uptime/page_objects/monitor_details.tsx similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/page_objects/monitor_details.tsx rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/page_objects/monitor_details.tsx diff --git a/x-pack/plugins/uptime/e2e/uptime/page_objects/settings.tsx b/x-pack/plugins/observability_solution/uptime/e2e/uptime/page_objects/settings.tsx similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/page_objects/settings.tsx rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/page_objects/settings.tsx diff --git a/x-pack/plugins/uptime/e2e/uptime/synthetics_run.ts b/x-pack/plugins/observability_solution/uptime/e2e/uptime/synthetics_run.ts similarity index 100% rename from x-pack/plugins/uptime/e2e/uptime/synthetics_run.ts rename to x-pack/plugins/observability_solution/uptime/e2e/uptime/synthetics_run.ts diff --git a/x-pack/plugins/infra/jest.config.js b/x-pack/plugins/observability_solution/uptime/jest.config.js similarity index 50% rename from x-pack/plugins/infra/jest.config.js rename to x-pack/plugins/observability_solution/uptime/jest.config.js index 5631bc25a1452..4dafe7fdb8d5f 100644 --- a/x-pack/plugins/infra/jest.config.js +++ b/x-pack/plugins/observability_solution/uptime/jest.config.js @@ -7,9 +7,12 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/infra'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/infra', + rootDir: '../../../..', + roots: ['/x-pack/plugins/observability_solution/uptime'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/uptime', coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/infra/{common,public,server}/**/*.{ts,tsx}'], + collectCoverageFrom: [ + '/x-pack/pluginsobservability_solution/uptime/{common,public,server}/**/*.{ts,tsx}', + ], }; diff --git a/x-pack/plugins/uptime/kibana.jsonc b/x-pack/plugins/observability_solution/uptime/kibana.jsonc similarity index 100% rename from x-pack/plugins/uptime/kibana.jsonc rename to x-pack/plugins/observability_solution/uptime/kibana.jsonc diff --git a/x-pack/plugins/uptime/public/index.ts b/x-pack/plugins/observability_solution/uptime/public/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/index.ts rename to x-pack/plugins/observability_solution/uptime/public/index.ts diff --git a/x-pack/plugins/uptime/public/kibana_services.ts b/x-pack/plugins/observability_solution/uptime/public/kibana_services.ts similarity index 100% rename from x-pack/plugins/uptime/public/kibana_services.ts rename to x-pack/plugins/observability_solution/uptime/public/kibana_services.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/app/render_app.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/render_app.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/app/render_app.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/render_app.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/uptime_app.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/app/uptime_app.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/uptime_app.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/app/uptime_overview_fetcher.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/uptime_overview_fetcher.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/app/uptime_overview_fetcher.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/uptime_overview_fetcher.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/app/uptime_page_template.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/uptime_page_template.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/app/uptime_page_template.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/uptime_page_template.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/app/use_no_data_config.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/use_no_data_config.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/app/use_no_data_config.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/app/use_no_data_config.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_monitors.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_monitors.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_monitors.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_monitors.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_search.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_search.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_search.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_search.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_status.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_status.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_status.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/__snapshots__/cert_status.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_monitors.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_monitors.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_monitors.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_monitors.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_monitors.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_monitors.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_monitors.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_monitors.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_refresh_btn.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_refresh_btn.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_refresh_btn.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_refresh_btn.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_search.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_search.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_search.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_search.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_search.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_search.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_search.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_search.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_status.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_status.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_status.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_status.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_status.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_status.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/cert_status.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/cert_status.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/certificate_title.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/certificate_title.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/certificate_title.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/certificate_title.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/certificates_list.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/certificates_list.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/certificates_list.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/certificates_list.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/certificates_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/certificates_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/certificates_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/certificates_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/fingerprint_col.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/fingerprint_col.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/fingerprint_col.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/fingerprint_col.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/fingerprint_col.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/fingerprint_col.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/fingerprint_col.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/fingerprint_col.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/certificates/use_cert_search.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/use_cert_search.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/certificates/use_cert_search.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/certificates/use_cert_search.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/__snapshots__/location_link.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/__snapshots__/location_link.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/__snapshots__/location_link.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/__snapshots__/location_link.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_page_link.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_page_link.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_page_link.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_page_link.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_tags.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_tags.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_tags.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/__snapshots__/monitor_tags.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/alerts/uptime_edit_alert_flyout.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/alerts/uptime_edit_alert_flyout.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/alerts/uptime_edit_alert_flyout.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/alerts/uptime_edit_alert_flyout.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_empty_state.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_empty_state.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_empty_state.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_empty_state.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_wrapper.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_wrapper.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_wrapper.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/chart_wrapper.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart_legend_row.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart_legend_row.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart_legend_row.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/donut_chart_legend_row.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/monitor_bar_series.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/monitor_bar_series.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/__snapshots__/monitor_bar_series.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/__snapshots__/monitor_bar_series.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/annotation_tooltip.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/annotation_tooltip.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/annotation_tooltip.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/annotation_tooltip.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_empty_state.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_wrapper.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_wrapper.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_wrapper.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/chart_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/chart_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/chart_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/chart_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/chart_wrapper/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/donut_chart_legend_row.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_chart.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_chart.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_chart.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_chart.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_charts.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_charts.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_charts.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_charts.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_line_bar_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_line_bar_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_line_bar_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_line_bar_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_line_series_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_line_series_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/duration_line_series_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/duration_line_series_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/get_tick_format.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/get_tick_format.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/get_tick_format.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/get_tick_format.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/get_tick_format.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/get_tick_format.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/get_tick_format.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/get_tick_format.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/monitor_bar_series.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/ping_histogram.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/ping_histogram.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/ping_histogram.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/ping_histogram.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/ping_histogram.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/ping_histogram.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/ping_histogram.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/ping_histogram.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/utils.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/utils.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/utils.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/utils.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/utils.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/utils.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/charts/utils.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/charts/utils.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/header/action_menu.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/action_menu.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/header/action_menu.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/action_menu.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/header/action_menu_content.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/action_menu_content.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/header/action_menu_content.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/action_menu_content.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/header/action_menu_content.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/action_menu_content.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/header/action_menu_content.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/action_menu_content.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/header/inspector_header_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/inspector_header_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/header/inspector_header_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/inspector_header_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/header/manage_monitors_btn.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/manage_monitors_btn.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/header/manage_monitors_btn.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/header/manage_monitors_btn.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/higher_order/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/higher_order/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/higher_order/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/higher_order/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/higher_order/responsive_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/location_link.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/location_link.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/location_link.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/location_link.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/location_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/location_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/location_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/location_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_page_link.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_page_link.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_page_link.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_page_link.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_page_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_page_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_page_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_page_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_tags.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_tags.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_tags.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_tags.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_tags.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_tags.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/monitor_tags.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/monitor_tags.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_events.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/react_router_helpers/link_for_eui.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/step_detail_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/step_detail_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/step_detail_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/step_detail_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/uptime_date_picker.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/uptime_date_picker.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/uptime_date_picker.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/uptime_date_picker.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/common/uptime_date_picker.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/uptime_date_picker.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/common/uptime_date_picker.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/common/uptime_date_picker.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/deprecate_notice_modal.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/deprecate_notice_modal.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/deprecate_notice_modal.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/deprecate_notice_modal.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/index.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/index.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/index.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/index.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_custom_assets_extension.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_custom_assets_extension.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_custom_assets_extension.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_custom_assets_extension.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_create_extension.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_create_extension.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_create_extension.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_create_extension.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_edit_extension.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_edit_extension.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_edit_extension.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/lazy_synthetics_policy_edit_extension.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_custom_assets_extension.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_custom_assets_extension.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_custom_assets_extension.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_custom_assets_extension.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_edit_policy_extension_wrapper.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_edit_policy_extension_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_edit_policy_extension_wrapper.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_edit_policy_extension_wrapper.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_create_extension_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_edit_extension_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_edit_extension_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_edit_extension_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/synthetics_policy_edit_extension_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/use_edit_monitor_locator.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/use_edit_monitor_locator.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/fleet_package/use_edit_monitor_locator.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/fleet_package/use_edit_monitor_locator.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/__snapshots__/monitor_charts.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/__snapshots__/monitor_charts.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/__snapshots__/monitor_charts.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/__snapshots__/monitor_charts.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/confirm_delete.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/confirm_delete.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/confirm_delete.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/confirm_delete.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/__snapshots__/ml_integerations.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/confirm_alert_delete.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/confirm_alert_delete.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/confirm_alert_delete.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/confirm_alert_delete.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/confirm_delete.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/license_info.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/license_info.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/license_info.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/license_info.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/license_info.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/license_info.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/license_info.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/license_info.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/manage_ml_job.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/manage_ml_job.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/manage_ml_job.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/manage_ml_job.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_flyout_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_integeration.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_integeration.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_integeration.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_integeration.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_integerations.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_integerations.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_integerations.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_integerations.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_job_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_manage_job.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_manage_job.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/ml_manage_job.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/ml_manage_job.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/translations.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/translations.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/translations.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/translations.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/use_anomaly_alert.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/use_anomaly_alert.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ml/use_anomaly_alert.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ml/use_anomaly_alert.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_charts.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_charts.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_charts.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_charts.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_charts.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_charts.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_charts.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_charts.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_duration/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_duration/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_duration/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_duration/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_duration/monitor_duration_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_title.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_title.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_title.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_title.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_title.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_title.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/monitor_title.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/monitor_title.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_histogram/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_histogram/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_histogram/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_histogram/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_histogram/ping_histogram_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_histogram/ping_histogram_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_histogram/ping_histogram_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_histogram/ping_histogram_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/expanded_row.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/expanded_row.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/expanded_row.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/expanded_row.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/ping_headers.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/ping_headers.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/ping_headers.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/__snapshots__/ping_headers.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/expand_row.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/failed_step.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/failed_step.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/failed_step.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/failed_step.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_error.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_error.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_error.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_error.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_status.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_status.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_status.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_status.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_available.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/no_image_display.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/ping_timestamp.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_caption.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/step_image_popover.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/use_in_progress_image.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/use_in_progress_image.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/use_in_progress_image.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/ping_timestamp/use_in_progress_image.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/response_code.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/response_code.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/columns/response_code.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/columns/response_code.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/doc_link_body.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/expanded_row.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/headers.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/headers.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/headers.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/headers.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/index.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/index.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/index.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/index.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/location_name.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/location_name.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/location_name.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/location_name.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_headers.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_headers.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_headers.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_headers.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_header.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_header.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_header.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_header.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_table.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_table.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_table.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_list_table.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_redirects.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_redirects.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/ping_redirects.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/ping_redirects.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/response_code.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/response_code.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/response_code.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/response_code.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/use_pings.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/use_pings.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/ping_list/use_pings.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/ping_list/use_pings.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/monitor_status.bar.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/monitor_status.bar.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/monitor_status.bar.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/monitor_status.bar.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/ssl_certificate.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/status_by_location.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/status_by_location.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/status_by_location.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/__snapshots__/status_by_location.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/__snapshots__/tag_label.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/__snapshots__/tag_label.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/__snapshots__/tag_label.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/__snapshots__/tag_label.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/availability_reporting.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/location_status_tags.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/availability_reporting/tag_label.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/location_availability/location_availability.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/monitor_status.bar.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/monitor_status.bar.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/monitor_status.bar.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/monitor_status.bar.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/ssl_certificate.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/ssl_certificate.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/ssl_certificate.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/ssl_certificate.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/monitor_redirects.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/monitor_redirects.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/monitor_redirects.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/monitor_redirects.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/ssl_certificate.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/ssl_certificate.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/ssl_certificate.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/ssl_certificate.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_bar.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_by_location.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_by_location.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_by_location.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/status_by_location.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/use_status_bar.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/use_status_bar.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/use_status_bar.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_bar/use_status_bar.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_by_location.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_by_location.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_by_location.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_by_location.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_details.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_details.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_details.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_details.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_details_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_details_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/status_details_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/status_details_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/status_details/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/status_details/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_detail_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_detail_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_detail_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_detail_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_nav.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_nav.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_nav.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_nav.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_title.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_title.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_title.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/step_page_title.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumb.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumb.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumb.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumb.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_monitor_breadcrumbs.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/use_step_waterfall_metrics.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/data_formatting.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/types.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/types.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/types.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/types.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_chart_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_filter.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_flyout.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/step_detail/waterfall/waterfall_sidebar_item.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/README.md b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/README.md similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/README.md rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/README.md diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/constants.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/constants.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/constants.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/constants.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/legend.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/legend.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/legend.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/legend.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/middle_truncated_text.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/network_requests_total.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/sidebar.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/sidebar.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/sidebar.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/sidebar.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/styles.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/styles.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/styles.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/styles.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_bar_charts.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/use_flyout.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_bar_chart.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_bar_chart.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_bar_chart.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_bar_chart.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart_fixed_axis.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart_fixed_axis.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart_fixed_axis.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_chart_fixed_axis.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_flyout_table.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_flyout_table.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_flyout_table.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_flyout_table.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_icon.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_test_helper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_test_helper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_test_helper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_test_helper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_marker_trend.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_markers.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_markers.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_markers.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_markers.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/components/waterfall_tooltip_content.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/context/waterfall_chart.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/context/waterfall_chart.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/context/waterfall_chart.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/context/waterfall_chart.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/index.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/index.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/index.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/index.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/types.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/types.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/types.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/monitor/synthetics/waterfall/types.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/__snapshots__/snapshot_heading.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/__snapshots__/snapshot_heading.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/__snapshots__/snapshot_heading.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/__snapshots__/snapshot_heading.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_expression_popover.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_expression_popover.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_expression_popover.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_expression_popover.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_field_number.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_query_bar/query_bar.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_query_bar/query_bar.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_query_bar/query_bar.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_query_bar/query_bar.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_tls.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_tls.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alert_tls.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alert_tls.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_monitor_status.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_monitor_status.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_monitor_status.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_monitor_status.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_tls.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_tls.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_tls.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/alert_tls.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/toggle_alert_flyout_button.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/uptime_alerts_flyout_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/use_snap_shot.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/use_snap_shot.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/use_snap_shot.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/alerts_containers/use_snap_shot.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/anomaly_alert.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/anomaly_alert.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/anomaly_alert.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/anomaly_alert.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/select_severity.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/select_severity.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/select_severity.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/select_severity.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/anomaly_alert/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/down_number_select.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/down_number_select.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/down_number_select.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/down_number_select.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/time_expression_select.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/time_expression_select.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/time_expression_select.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/__snapshots__/time_expression_select.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/availability_expression_select.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/availability_expression_select.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/availability_expression_select.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/availability_expression_select.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/down_number_select.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/filters_expression_select.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/status_expression_select.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/status_expression_select.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/status_expression_select.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/status_expression_select.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_expression_select.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_unit_selectable.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_unit_selectable.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_unit_selectable.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/time_unit_selectable.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_expressions/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/add_filter_btn.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/alert_monitor_status.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_call_out.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_call_out.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_call_out.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_call_out.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_callout.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_callout.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_callout.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/monitor_status_alert/old_alert_callout.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/toggle_alert_flyout_button.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/uptime_alerts_flyout_wrapper.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/uptime_alerts_flyout_wrapper.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/alerts/uptime_alerts_flyout_wrapper.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/alerts/uptime_alerts_flyout_wrapper.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_error.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_error.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_error.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_error.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_loading.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_loading.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_loading.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/empty_state/empty_state_loading.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/empty_state/use_has_data.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/empty_state/use_has_data.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/empty_state/use_has_data.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/empty_state/use_has_data.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/filter_group.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/selected_filters.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/selected_filters.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/selected_filters.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/selected_filters.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/translations.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/translations.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/filter_group/translations.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/filter_group/translations.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/integration_deprecation/index.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/integration_deprecation/index.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/integration_deprecation/index.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/integration_deprecation/index.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation_callout.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation_callout.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation_callout.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/integration_deprecation/integration_deprecation_callout.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/filter_status_button.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/filter_status_button.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/filter_status_button.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/filter_status_button.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/status_filter.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/status_filter.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/status_filter.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/__snapshots__/status_filter.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/cert_status_column.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/cert_status_column.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/cert_status_column.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/cert_status_column.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/define_connectors.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/enable_alert.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_name_col.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_name_col.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_name_col.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_name_col.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/monitor_status_column.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/status_badge.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/columns/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/columns/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/filter_status_button.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_group.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_group.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_group.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_group.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_link.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_link.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_link.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/integration_link.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/monitor_list_drawer.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/monitor_list_drawer.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/monitor_list_drawer.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/monitor_list_drawer.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/most_recent_error.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/most_recent_error.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/most_recent_error.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/__snapshots__/most_recent_error.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/actions_popover_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_group.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/actions_popover/integration_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/data.json b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/data.json similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/data.json rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/data.json diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/enabled_alerts.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/enabled_alerts.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/enabled_alerts.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/enabled_alerts.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_group.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_group.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_group.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_group.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_link.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_link.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_link.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/integration_link.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/list_drawer_container.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_list_drawer.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_status_row.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_url.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_url.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_url.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/monitor_url.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_error.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_run.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_run.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_run.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_drawer/most_recent_run.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_header.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_header.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_header.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_header.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/monitor_list_page_size_select.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_meesage.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_meesage.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_meesage.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_meesage.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_message.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_message.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_message.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/no_items_message.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/overview_page_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/overview_page_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/overview_page_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/overview_page_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/parse_timestamp.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/status_filter.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/troubleshoot_popover.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/troubleshoot_popover.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/troubleshoot_popover.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/troubleshoot_popover.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/types.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/types.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/types.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/types.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/use_monitor_histogram.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/use_monitor_histogram.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/monitor_list/use_monitor_histogram.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/monitor_list/use_monitor_histogram.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/query_bar.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/query_bar.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/query_bar.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/query_bar.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/query_bar/use_query_bar.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/__snapshots__/snapshot.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/__snapshots__/snapshot.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/__snapshots__/snapshot.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/__snapshots__/snapshot.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/snapshot.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/snapshot_heading.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/snapshot_heading.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/snapshot_heading.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/snapshot_heading.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/use_snap_shot.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/use_snap_shot.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot/use_snap_shot.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot/use_snap_shot.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot_heading.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot_heading.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/snapshot_heading.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/snapshot_heading.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/overview/status_panel.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/status_panel.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/overview/status_panel.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/overview/status_panel.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/__snapshots__/certificate_form.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/__snapshots__/certificate_form.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/__snapshots__/certificate_form.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/__snapshots__/certificate_form.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/__snapshots__/indices_form.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/__snapshots__/indices_form.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/__snapshots__/indices_form.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/__snapshots__/indices_form.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/add_connector_flyout.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/add_connector_flyout.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/add_connector_flyout.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/add_connector_flyout.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/alert_defaults_form.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/alert_defaults_form.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/alert_defaults_form.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/alert_defaults_form.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/certificate_form.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/certificate_form.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/certificate_form.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/certificate_form.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/certificate_form.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/certificate_form.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/certificate_form.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/certificate_form.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/default_email.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/default_email.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/default_email.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/default_email.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/indices_form.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/indices_form.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/indices_form.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/indices_form.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/indices_form.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/indices_form.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/indices_form.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/indices_form.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/settings_actions.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/settings_actions.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/settings_actions.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/settings_actions.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/settings_bottom_bar.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/settings_bottom_bar.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/settings_bottom_bar.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/settings_bottom_bar.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/settings/use_settings_errors.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/use_settings_errors.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/settings/use_settings_errors.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/settings/use_settings_errors.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/stderr_logs.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/stderr_logs.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/stderr_logs.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/stderr_logs.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_duration.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_duration.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_duration.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_duration.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/screenshot_link.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/screenshot_link.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/screenshot_link.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/screenshot_link.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/step_screenshots.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/step_screenshots.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/step_screenshots.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_expanded_row/step_screenshots.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_field_trend.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_image.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_image.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/step_image.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/step_image.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/steps_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_check_steps.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_check_steps.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_check_steps.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_check_steps.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_expanded_row.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_std_error_logs.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_std_error_logs.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/check_steps/use_std_error_logs.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/check_steps/use_std_error_logs.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/code_block_accordion.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/code_block_accordion.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/code_block_accordion.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/code_block_accordion.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_event.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_event.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_event.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_event.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_event.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_event.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_event.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_event.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/console_output_event_list.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/empty_journey.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/empty_journey.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/empty_journey.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/empty_journey.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/empty_journey.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/empty_journey.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/empty_journey.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/empty_journey.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/executed_step.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/executed_step.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/executed_step.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/executed_step.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/executed_step.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/executed_step.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/executed_step.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/executed_step.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/status_badge.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/status_badge.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/status_badge.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/status_badge.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/status_badge.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/status_badge.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/status_badge.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/status_badge.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/step_screenshot_display.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/components/synthetics/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/components/synthetics/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/contexts/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/contexts/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_data_view_context.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_data_view_context.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_data_view_context.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_data_view_context.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_refresh_context.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_refresh_context.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_refresh_context.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_refresh_context.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_settings_context.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_settings_context.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_settings_context.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_settings_context.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_startup_plugins_context.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_startup_plugins_context.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_startup_plugins_context.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_startup_plugins_context.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_theme_context.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_theme_context.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/contexts/uptime_theme_context.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/contexts/uptime_theme_context.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/__snapshots__/use_url_params.test.tsx.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/__snapshots__/use_url_params.test.tsx.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/__snapshots__/use_url_params.test.tsx.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/__snapshots__/use_url_params.test.tsx.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_breadcrumbs.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_breadcrumbs.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_breadcrumbs.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_breadcrumbs.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_breadcrumbs.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_breadcrumbs.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_breadcrumbs.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_breadcrumbs.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_cert_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_cert_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_cert_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_cert_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_chart_theme.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_chart_theme.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_chart_theme.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_chart_theme.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_composite_image.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_composite_image.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_composite_image.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_composite_image.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_composite_image.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_composite_image.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_composite_image.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_composite_image.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_filter_update.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_filter_update.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_filter_update.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_filter_update.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_filter_update.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_filter_update.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_filter_update.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_filter_update.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_init_app.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_init_app.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_init_app.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_init_app.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_mapping_check.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_mapping_check.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_mapping_check.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_mapping_check.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_mapping_check.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_mapping_check.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_mapping_check.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_mapping_check.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_monitor.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_monitor.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_monitor.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_monitor.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_overview_filter_check.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_overview_filter_check.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_overview_filter_check.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_overview_filter_check.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_overview_filter_check.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_overview_filter_check.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_overview_filter_check.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_overview_filter_check.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_search_text.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_search_text.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_search_text.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_search_text.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_selected_filters.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_selected_filters.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_selected_filters.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_selected_filters.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_selected_filters.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_selected_filters.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_selected_filters.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_selected_filters.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_update_kuery_string.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_update_kuery_string.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_update_kuery_string.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_update_kuery_string.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_url_params.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_url_params.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_url_params.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_url_params.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/hooks/use_url_params.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_url_params.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/hooks/use_url_params.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/hooks/use_url_params.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/legacy_screenshot_ref.mock.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/legacy_screenshot_ref.mock.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/legacy_screenshot_ref.mock.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/legacy_screenshot_ref.mock.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/legacy_use_composite_image.mock.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/legacy_use_composite_image.mock.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/legacy_use_composite_image.mock.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/legacy_use_composite_image.mock.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/uptime_plugin_start_mock.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/uptime_plugin_start_mock.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/uptime_plugin_start_mock.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/uptime_plugin_start_mock.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/uptime_store.mock.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/uptime_store.mock.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/uptime_store.mock.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/uptime_store.mock.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/ut_router_history.mock.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/ut_router_history.mock.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/__mocks__/ut_router_history.mock.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/__mocks__/ut_router_history.mock.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/adapters/framework/capabilities_adapter.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/adapters/framework/capabilities_adapter.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/adapters/framework/capabilities_adapter.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/adapters/framework/capabilities_adapter.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/alert_messages.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/common.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/common.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/common.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/common.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/duration_anomaly.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/duration_anomaly.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/duration_anomaly.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/duration_anomaly.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/duration_anomaly.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/duration_anomaly.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/duration_anomaly.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/duration_anomaly.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/monitor_status.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/monitor_status.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/monitor_status.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/monitor_status.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/tls_alert.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/tls_alert.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/tls_alert.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/tls_alert.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_monitor_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_monitor_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_tls_alert.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_tls_alert.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_tls_alert.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/lazy_wrapper/validate_tls_alert.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/monitor_status.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/monitor_status.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/monitor_status.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/monitor_status.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/monitor_status.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/monitor_status.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/monitor_status.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/monitor_status.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/tls.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/tls.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/tls.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/tls.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/tls_legacy.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/tls_legacy.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/alert_types/tls_legacy.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/alert_types/tls_legacy.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/formatting.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/formatting.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/formatting.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/formatting.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/get_chart_date_label.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/get_chart_date_label.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/get_chart_date_label.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/get_chart_date_label.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/get_label_format.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/charts/is_within_current_date.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/compose_screenshot_images.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/convert_measurements.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/convert_measurements.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/convert_measurements.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/convert_measurements.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/convert_measurements.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/convert_measurements.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/convert_measurements.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/convert_measurements.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/enzyme_helpers.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/enzyme_helpers.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/enzyme_helpers.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/enzyme_helpers.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/get_title.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/get_title.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/get_title.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/get_title.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/helper_with_redux.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/helper_with_redux.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/helper_with_redux.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/helper_with_redux.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/add_base_path.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/add_base_path.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/add_base_path.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/add_base_path.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/build_href.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/build_href.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/build_href.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/build_href.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_apm_href.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_infra_href.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/get_logging_href.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/observability_integration/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/observability_integration/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/parse_search.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/parse_search.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/parse_search.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/parse_search.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/parse_search.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/parse_search.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/parse_search.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/parse_search.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/rtl_helpers.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/rtl_helpers.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/rtl_helpers.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/rtl_helpers.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/series_has_down_values.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/series_has_down_values.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/series_has_down_values.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/series_has_down_values.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/series_has_down_values.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/series_has_down_values.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/series_has_down_values.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/series_has_down_values.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/spy_use_fetcher.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/spy_use_fetcher.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/spy_use_fetcher.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/spy_use_fetcher.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/test_helpers.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/test_helpers.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/test_helpers.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/test_helpers.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/__snapshots__/get_supported_url_params.test.ts.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/__snapshots__/get_supported_url_params.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/__snapshots__/get_supported_url_params.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/__snapshots__/get_supported_url_params.test.ts.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/get_supported_url_params.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/parse_absolute_date.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/stringify_url_params.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/stringify_url_params.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/helper/url_params/stringify_url_params.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/helper/url_params/stringify_url_params.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/lib/lib.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/lib.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/lib/lib.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/lib/lib.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/certificates.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/certificates.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/certificates.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/certificates.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/certificates.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/certificates.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/certificates.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/certificates.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/mapping_error.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/mapping_error.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/mapping_error.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/mapping_error.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/monitor.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/monitor.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/monitor.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/monitor.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/monitor.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/monitor.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/monitor.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/monitor.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/not_found.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/not_found.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/not_found.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/not_found.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/not_found.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/not_found.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/not_found.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/not_found.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/overview.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/overview.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/overview.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/overview.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/overview.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/overview.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/overview.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/overview.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/settings.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/settings.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/settings.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/settings.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/settings.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/settings.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/settings.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/settings.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/checks_navigation.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/checks_navigation.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/checks_navigation.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/checks_navigation.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/step_detail_page.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/step_detail_page.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/step_detail_page.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/step_detail_page.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.test.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.test.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.test.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.test.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/synthetics/synthetics_checks.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/pages/translations.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/translations.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/pages/translations.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/pages/translations.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/routes.tsx b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/routes.tsx similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/routes.tsx rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/routes.tsx diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/dynamic_settings.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/dynamic_settings.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/dynamic_settings.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/index_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/index_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/index_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/index_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/journey.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/journey.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/journey.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/journey.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/ml_anomaly.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/ml_anomaly.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/ml_anomaly.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/ml_anomaly.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor_duration.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor_duration.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor_duration.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor_duration.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor_list.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor_list.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor_list.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor_list.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/monitor_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/network_events.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/network_events.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/network_events.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/network_events.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/ping.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/ping.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/ping.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/ping.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/selected_filters.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/selected_filters.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/selected_filters.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/selected_filters.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/snapshot.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/snapshot.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/snapshot.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/snapshot.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/types.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/types.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/types.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/types.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/ui.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/ui.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/ui.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/ui.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/actions/utils.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/utils.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/actions/utils.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/actions/utils.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/alerts/alerts.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/alerts/alerts.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/alerts/alerts.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/alerts/alerts.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/__snapshots__/snapshot.test.ts.snap b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/__snapshots__/snapshot.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/__snapshots__/snapshot.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/__snapshots__/snapshot.test.ts.snap diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/alerts.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/alerts.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/alerts.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/alerts.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/dynamic_settings.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/dynamic_settings.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/dynamic_settings.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/has_integration_monitors.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/has_integration_monitors.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/has_integration_monitors.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/has_integration_monitors.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/index_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/index_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/index_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/index_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/journey.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/journey.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/journey.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/journey.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/ml_anomaly.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/ml_anomaly.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/ml_anomaly.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/ml_anomaly.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor_duration.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor_duration.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor_duration.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor_duration.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor_list.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor_list.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor_list.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor_list.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/monitor_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/network_events.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/network_events.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/network_events.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/network_events.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/ping.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/ping.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/ping.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/ping.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/snapshot.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/snapshot.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/snapshot.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/snapshot.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/snapshot.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/snapshot.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/snapshot.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/snapshot.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/types.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/types.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/types.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/types.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/api/utils.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/utils.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/api/utils.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/api/utils.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/certificates/certificates.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/certificates/certificates.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/certificates/certificates.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/certificates/certificates.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/dynamic_settings.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/dynamic_settings.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/dynamic_settings.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/fetch_effect.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/fetch_effect.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/fetch_effect.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/fetch_effect.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/fetch_effect.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/fetch_effect.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/fetch_effect.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/fetch_effect.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/index_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/index_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/index_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/index_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/journey.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/journey.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/journey.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/journey.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/journey.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/journey.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/journey.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/journey.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/ml_anomaly.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/ml_anomaly.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/ml_anomaly.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/ml_anomaly.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor_duration.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor_duration.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor_duration.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor_duration.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor_list.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor_list.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor_list.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor_list.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/monitor_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/network_events.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/network_events.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/network_events.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/network_events.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/ping.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/ping.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/ping.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/ping.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/effects/synthetic_journey_blocks.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/synthetic_journey_blocks.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/effects/synthetic_journey_blocks.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/effects/synthetic_journey_blocks.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/kibana_service.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/kibana_service.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/kibana_service.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/kibana_service.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/dynamic_settings.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/dynamic_settings.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/dynamic_settings.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/index.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/index_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/index_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/index_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/index_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/journey.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/journey.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/journey.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/journey.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ml_anomaly.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ml_anomaly.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ml_anomaly.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ml_anomaly.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_duration.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_duration.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_duration.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_duration.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_list.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_list.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_list.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_list.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_status.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_status.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_status.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_status.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_status.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/monitor_status.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/network_events.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/network_events.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/network_events.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/network_events.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ping.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ping.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ping.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ping.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ping_list.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ping_list.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ping_list.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ping_list.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/selected_filters.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/selected_filters.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/selected_filters.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/selected_filters.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/selected_filters.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/selected_filters.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/selected_filters.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/selected_filters.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/synthetics.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/synthetics.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/synthetics.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/synthetics.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/synthetics.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/synthetics.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/synthetics.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/synthetics.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/types.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/types.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/types.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/types.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ui.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ui.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ui.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ui.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ui.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ui.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/ui.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/ui.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/reducers/utils.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/utils.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/reducers/utils.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/reducers/utils.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/selectors/index.test.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/selectors/index.test.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/selectors/index.test.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/selectors/index.test.ts diff --git a/x-pack/plugins/uptime/public/legacy_uptime/state/selectors/index.ts b/x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/selectors/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/legacy_uptime/state/selectors/index.ts rename to x-pack/plugins/observability_solution/uptime/public/legacy_uptime/state/selectors/index.ts diff --git a/x-pack/plugins/uptime/public/plugin.ts b/x-pack/plugins/observability_solution/uptime/public/plugin.ts similarity index 100% rename from x-pack/plugins/uptime/public/plugin.ts rename to x-pack/plugins/observability_solution/uptime/public/plugin.ts diff --git a/x-pack/plugins/uptime/public/utils/api_service/api_service.ts b/x-pack/plugins/observability_solution/uptime/public/utils/api_service/api_service.ts similarity index 100% rename from x-pack/plugins/uptime/public/utils/api_service/api_service.ts rename to x-pack/plugins/observability_solution/uptime/public/utils/api_service/api_service.ts diff --git a/x-pack/plugins/uptime/public/utils/api_service/index.ts b/x-pack/plugins/observability_solution/uptime/public/utils/api_service/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/utils/api_service/index.ts rename to x-pack/plugins/observability_solution/uptime/public/utils/api_service/index.ts diff --git a/x-pack/plugins/uptime/public/utils/kibana_service/index.ts b/x-pack/plugins/observability_solution/uptime/public/utils/kibana_service/index.ts similarity index 100% rename from x-pack/plugins/uptime/public/utils/kibana_service/index.ts rename to x-pack/plugins/observability_solution/uptime/public/utils/kibana_service/index.ts diff --git a/x-pack/plugins/uptime/public/utils/kibana_service/kibana_service.ts b/x-pack/plugins/observability_solution/uptime/public/utils/kibana_service/kibana_service.ts similarity index 100% rename from x-pack/plugins/uptime/public/utils/kibana_service/kibana_service.ts rename to x-pack/plugins/observability_solution/uptime/public/utils/kibana_service/kibana_service.ts diff --git a/x-pack/plugins/uptime/scripts/base_e2e.js b/x-pack/plugins/observability_solution/uptime/scripts/base_e2e.js similarity index 86% rename from x-pack/plugins/uptime/scripts/base_e2e.js rename to x-pack/plugins/observability_solution/uptime/scripts/base_e2e.js index 99fb58cf81d6a..9ac0bb4211b13 100644 --- a/x-pack/plugins/uptime/scripts/base_e2e.js +++ b/x-pack/plugins/observability_solution/uptime/scripts/base_e2e.js @@ -61,17 +61,17 @@ function executeSyntheticsRunner(dirPath, config = './synthetics_run.ts') { if (server) { childProcess.execSync( - `node ../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir}`, + `node ../../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir}`, options ); } else if (runner) { childProcess.execSync( - `node ../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} --headless ${headless} --bail ${pauseOnError} ${grepArg}`, + `node ../../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} --headless ${headless} --bail ${pauseOnError} ${grepArg}`, options ); } else { childProcess.execSync( - `node ../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} ${grepArg}`, + `node ../../../../../scripts/${ftrScript} --config ${config} ${kbnInstallDir} ${grepArg}`, options ); } diff --git a/x-pack/plugins/uptime/scripts/uptime_e2e.js b/x-pack/plugins/observability_solution/uptime/scripts/uptime_e2e.js similarity index 100% rename from x-pack/plugins/uptime/scripts/uptime_e2e.js rename to x-pack/plugins/observability_solution/uptime/scripts/uptime_e2e.js diff --git a/x-pack/plugins/uptime/server/constants/settings.ts b/x-pack/plugins/observability_solution/uptime/server/constants/settings.ts similarity index 100% rename from x-pack/plugins/uptime/server/constants/settings.ts rename to x-pack/plugins/observability_solution/uptime/server/constants/settings.ts diff --git a/x-pack/plugins/uptime/server/index.ts b/x-pack/plugins/observability_solution/uptime/server/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/index.ts rename to x-pack/plugins/observability_solution/uptime/server/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/adapters/framework/adapter_types.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/adapters/framework/adapter_types.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/adapters/framework/adapter_types.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/adapters/framework/adapter_types.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/adapters/framework/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/adapters/framework/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/adapters/framework/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/adapters/framework/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/adapters/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/adapters/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/adapters/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/adapters/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/action_variables.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/action_variables.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/action_variables.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/action_variables.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/common.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/common.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/common.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/common.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/common.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/common.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/common.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/common.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_monitor_status.yaml b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_monitor_status.yaml similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_monitor_status.yaml rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_monitor_status.yaml diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_uptime_tls.yaml b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_uptime_tls.yaml similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_uptime_tls.yaml rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/docs/params_property_synthetics_uptime_tls.yaml diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/duration_anomaly.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/status_check.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/status_check.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/status_check.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/status_check.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/status_check.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/status_check.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/status_check.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/status_check.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/test_utils/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/test_utils/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/test_utils/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/test_utils/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls_legacy.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls_legacy.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls_legacy.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls_legacy.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls_legacy.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls_legacy.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/tls_legacy.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/tls_legacy.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/translations.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/translations.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/translations.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/translations.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/types.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/types.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/alerts/types.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/alerts/types.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/domains/__snapshots__/license.test.ts.snap b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/__snapshots__/license.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/domains/__snapshots__/license.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/__snapshots__/license.test.ts.snap diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/domains/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/domains/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/domains/license.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/license.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/domains/license.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/license.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/domains/license.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/license.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/domains/license.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/domains/license.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/__snapshots__/get_filter_clause.test.ts.snap b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/__snapshots__/get_filter_clause.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/__snapshots__/get_filter_clause.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/__snapshots__/get_filter_clause.test.ts.snap diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/get_filter_clause.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/get_filter_clause.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/get_filter_clause.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/get_filter_clause.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/get_filter_clause.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/get_filter_clause.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/get_filter_clause.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/get_filter_clause.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/make_date_rate_filter.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/make_date_rate_filter.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/make_date_rate_filter.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/make_date_rate_filter.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/object_to_array.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/object_to_array.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/object_to_array.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/object_to_array.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/helper/parse_relative_date.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/parse_relative_date.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/helper/parse_relative_date.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/helper/parse_relative_date.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/lib.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/lib.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/lib.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/lib.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/lib.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/lib.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/lib.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/lib.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__fixtures__/monitor_charts_mock.json b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__fixtures__/monitor_charts_mock.json similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__fixtures__/monitor_charts_mock.json rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__fixtures__/monitor_charts_mock.json diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/generate_filter_aggs.test.ts.snap b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/generate_filter_aggs.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/generate_filter_aggs.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/generate_filter_aggs.test.ts.snap diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_details.test.ts.snap b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_details.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_details.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_details.test.ts.snap diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_duration.test.ts.snap b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_duration.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_duration.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_monitor_duration.test.ts.snap diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_ping_histogram.test.ts.snap b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_ping_histogram.test.ts.snap similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_ping_histogram.test.ts.snap rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/__snapshots__/get_ping_histogram.test.ts.snap diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/generate_filter_aggs.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_certs.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_certs.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_certs.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_certs.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_certs.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_certs.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_certs.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_certs.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_index_pattern.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_index_pattern.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_index_pattern.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_index_pattern.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_index_status.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_index_status.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_index_status.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_index_status.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_details.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_details.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_details.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_details.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_details.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_details.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_details.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_details.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_failed_steps.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_screenshot_blocks.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_steps.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_steps.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_steps.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_steps.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_steps.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_steps.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_journey_steps.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_journey_steps.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_last_successful_check.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_latest_monitor.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_availability.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_details.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_details.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_details.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_details.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_details.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_details.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_details.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_details.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_duration.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_locations.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_locations.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_locations.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_locations.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_states.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_states.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_states.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_states.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_status.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_status.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_status.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_status.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_status.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_monitor_status.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_network_events.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_network_events.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_network_events.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_network_events.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_network_events.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_network_events.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_network_events.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_network_events.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_ping_histogram.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_pings.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_pings.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_pings.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_pings.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_pings.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_pings.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_pings.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_pings.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_snapshot_counts.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_snapshot_counts.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/get_snapshot_counts.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/get_snapshot_counts.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/fetch_chunk.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/fetch_chunk.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/fetch_chunk.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/fetch_chunk.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/find_potential_matches.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/find_potential_matches.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/find_potential_matches.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/find_potential_matches.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/get_query_string_filter.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/monitor_summary_iterator.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/query_context.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/query_context.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/query_context.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/query_context.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/query_context.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/query_context.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/query_context.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/query_context.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/refine_potential_matches.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/refine_potential_matches.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/refine_potential_matches.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/refine_potential_matches.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/test_helpers.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/test_helpers.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/test_helpers.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/test_helpers.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/types.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/types.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/search/types.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/search/types.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/requests/test_helpers.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/test_helpers.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/requests/test_helpers.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/requests/test_helpers.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/migrations.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/migrations.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/migrations.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/migrations.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/migrations.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/migrations.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/migrations.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/migrations.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/saved_objects.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/saved_objects.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/saved_objects.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/saved_objects.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/lib/saved_objects/uptime_settings.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/create_route_with_auth.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/create_route_with_auth.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/create_route_with_auth.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/create_route_with_auth.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/dynamic_settings.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/dynamic_settings.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/dynamic_settings.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/dynamic_settings.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/index_state/get_index_status.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/index_state/get_index_status.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/index_state/get_index_status.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/index_state/get_index_status.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/index_state/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/index_state/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/index_state/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/index_state/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitor_list.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitor_list.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitor_list.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitor_list.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitor_locations.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitor_locations.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitor_locations.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitor_locations.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitor_status.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitor_status.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitor_status.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitor_status.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitors_details.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitors_details.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitors_details.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitors_details.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitors_durations.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitors_durations.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/monitors/monitors_durations.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/monitors/monitors_durations.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/network_events/get_network_events.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/network_events/get_network_events.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/network_events/get_network_events.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/network_events/get_network_events.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/network_events/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/network_events/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/network_events/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/network_events/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/get_ping_histogram.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/get_ping_histogram.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/get_ping_histogram.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/get_ping_histogram.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/get_pings.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/get_pings.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/get_pings.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/get_pings.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshot_blocks.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshots.test.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshots.test.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshots.test.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshots.test.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshots.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshots.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journey_screenshots.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journey_screenshots.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journeys.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journeys.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/pings/journeys.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/pings/journeys.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/snapshot/get_snapshot_count.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/snapshot/get_snapshot_count.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/snapshot/get_snapshot_count.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/snapshot/get_snapshot_count.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/snapshot/index.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/snapshot/index.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/snapshot/index.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/snapshot/index.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/synthetics/last_successful_check.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/synthetics/last_successful_check.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/synthetics/last_successful_check.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/synthetics/last_successful_check.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/types.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/types.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/types.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/types.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/routes/uptime_route_wrapper.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/uptime_route_wrapper.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/routes/uptime_route_wrapper.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/routes/uptime_route_wrapper.ts diff --git a/x-pack/plugins/uptime/server/legacy_uptime/uptime_server.ts b/x-pack/plugins/observability_solution/uptime/server/legacy_uptime/uptime_server.ts similarity index 100% rename from x-pack/plugins/uptime/server/legacy_uptime/uptime_server.ts rename to x-pack/plugins/observability_solution/uptime/server/legacy_uptime/uptime_server.ts diff --git a/x-pack/plugins/uptime/server/plugin.ts b/x-pack/plugins/observability_solution/uptime/server/plugin.ts similarity index 100% rename from x-pack/plugins/uptime/server/plugin.ts rename to x-pack/plugins/observability_solution/uptime/server/plugin.ts diff --git a/x-pack/plugins/uptime/server/runtime_types/settings.ts b/x-pack/plugins/observability_solution/uptime/server/runtime_types/settings.ts similarity index 100% rename from x-pack/plugins/uptime/server/runtime_types/settings.ts rename to x-pack/plugins/observability_solution/uptime/server/runtime_types/settings.ts diff --git a/x-pack/plugins/uptime/server/types.ts b/x-pack/plugins/observability_solution/uptime/server/types.ts similarity index 100% rename from x-pack/plugins/uptime/server/types.ts rename to x-pack/plugins/observability_solution/uptime/server/types.ts diff --git a/x-pack/plugins/uptime/tsconfig.json b/x-pack/plugins/observability_solution/uptime/tsconfig.json similarity index 93% rename from x-pack/plugins/uptime/tsconfig.json rename to x-pack/plugins/observability_solution/uptime/tsconfig.json index 9013c984de263..71fdf46b04d35 100644 --- a/x-pack/plugins/uptime/tsconfig.json +++ b/x-pack/plugins/observability_solution/uptime/tsconfig.json @@ -1,7 +1,7 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { - "outDir": "target/types", + "outDir": "target/types" }, "include": [ "common/**/*", @@ -10,7 +10,7 @@ "public/legacy_uptime/components/monitor/status_details/location_map/embeddables/low_poly_layer.json", "server/**/*", "server/legacy_uptime/lib/requests/__fixtures__/monitor_charts_mock.json", - "../../../typings/**/*" + "../../../../typings/**/*" ], "kbn_references": [ "@kbn/core", @@ -74,7 +74,5 @@ "@kbn/observability-ai-assistant-plugin", "@kbn/shared-ux-link-redirect-app" ], - "exclude": [ - "target/**/*", - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/ux/.buildkite/pipelines/flaky.js b/x-pack/plugins/observability_solution/ux/.buildkite/pipelines/flaky.js similarity index 100% rename from x-pack/plugins/ux/.buildkite/pipelines/flaky.js rename to x-pack/plugins/observability_solution/ux/.buildkite/pipelines/flaky.js diff --git a/x-pack/plugins/observability_solution/ux/.buildkite/pipelines/flaky.sh b/x-pack/plugins/observability_solution/ux/.buildkite/pipelines/flaky.sh new file mode 100644 index 0000000000000..8e5548aeb83a9 --- /dev/null +++ b/x-pack/plugins/observability_solution/ux/.buildkite/pipelines/flaky.sh @@ -0,0 +1,8 @@ +#!/usr/bin/env bash + +set -euo pipefail + +UUID="$(cat /proc/sys/kernel/random/uuid)" +export UUID + +node x-pack/plugins/observability_solution/ux/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload \ No newline at end of file diff --git a/x-pack/plugins/ux/.prettierrc b/x-pack/plugins/observability_solution/ux/.prettierrc similarity index 100% rename from x-pack/plugins/ux/.prettierrc rename to x-pack/plugins/observability_solution/ux/.prettierrc diff --git a/x-pack/plugins/ux/.storybook/main.js b/x-pack/plugins/observability_solution/ux/.storybook/main.js similarity index 100% rename from x-pack/plugins/ux/.storybook/main.js rename to x-pack/plugins/observability_solution/ux/.storybook/main.js diff --git a/x-pack/plugins/ux/CONTRIBUTING.md b/x-pack/plugins/observability_solution/ux/CONTRIBUTING.md similarity index 100% rename from x-pack/plugins/ux/CONTRIBUTING.md rename to x-pack/plugins/observability_solution/ux/CONTRIBUTING.md diff --git a/x-pack/plugins/ux/common/agent_name.ts b/x-pack/plugins/observability_solution/ux/common/agent_name.ts similarity index 100% rename from x-pack/plugins/ux/common/agent_name.ts rename to x-pack/plugins/observability_solution/ux/common/agent_name.ts diff --git a/x-pack/plugins/ux/common/config.ts b/x-pack/plugins/observability_solution/ux/common/config.ts similarity index 100% rename from x-pack/plugins/ux/common/config.ts rename to x-pack/plugins/observability_solution/ux/common/config.ts diff --git a/x-pack/plugins/ux/common/elasticsearch_fieldnames.ts b/x-pack/plugins/observability_solution/ux/common/elasticsearch_fieldnames.ts similarity index 100% rename from x-pack/plugins/ux/common/elasticsearch_fieldnames.ts rename to x-pack/plugins/observability_solution/ux/common/elasticsearch_fieldnames.ts diff --git a/x-pack/plugins/ux/common/environment_filter_values.ts b/x-pack/plugins/observability_solution/ux/common/environment_filter_values.ts similarity index 100% rename from x-pack/plugins/ux/common/environment_filter_values.ts rename to x-pack/plugins/observability_solution/ux/common/environment_filter_values.ts diff --git a/x-pack/plugins/ux/common/environment_rt.ts b/x-pack/plugins/observability_solution/ux/common/environment_rt.ts similarity index 100% rename from x-pack/plugins/ux/common/environment_rt.ts rename to x-pack/plugins/observability_solution/ux/common/environment_rt.ts diff --git a/x-pack/plugins/ux/common/fetch_options.ts b/x-pack/plugins/observability_solution/ux/common/fetch_options.ts similarity index 100% rename from x-pack/plugins/ux/common/fetch_options.ts rename to x-pack/plugins/observability_solution/ux/common/fetch_options.ts diff --git a/x-pack/plugins/ux/common/index_pattern_constants.ts b/x-pack/plugins/observability_solution/ux/common/index_pattern_constants.ts similarity index 100% rename from x-pack/plugins/ux/common/index_pattern_constants.ts rename to x-pack/plugins/observability_solution/ux/common/index_pattern_constants.ts diff --git a/x-pack/plugins/ux/common/transaction_types.ts b/x-pack/plugins/observability_solution/ux/common/transaction_types.ts similarity index 100% rename from x-pack/plugins/ux/common/transaction_types.ts rename to x-pack/plugins/observability_solution/ux/common/transaction_types.ts diff --git a/x-pack/plugins/ux/common/utils/merge_projection.ts b/x-pack/plugins/observability_solution/ux/common/utils/merge_projection.ts similarity index 100% rename from x-pack/plugins/ux/common/utils/merge_projection.ts rename to x-pack/plugins/observability_solution/ux/common/utils/merge_projection.ts diff --git a/x-pack/plugins/ux/common/utils/pick_keys.ts b/x-pack/plugins/observability_solution/ux/common/utils/pick_keys.ts similarity index 100% rename from x-pack/plugins/ux/common/utils/pick_keys.ts rename to x-pack/plugins/observability_solution/ux/common/utils/pick_keys.ts diff --git a/x-pack/plugins/ux/common/ux_ui_filter.ts b/x-pack/plugins/observability_solution/ux/common/ux_ui_filter.ts similarity index 100% rename from x-pack/plugins/ux/common/ux_ui_filter.ts rename to x-pack/plugins/observability_solution/ux/common/ux_ui_filter.ts diff --git a/x-pack/plugins/exploratory_view/e2e/README.md b/x-pack/plugins/observability_solution/ux/e2e/README.md similarity index 56% rename from x-pack/plugins/exploratory_view/e2e/README.md rename to x-pack/plugins/observability_solution/ux/e2e/README.md index bd6161755d2db..60c6d2f643b77 100644 --- a/x-pack/plugins/exploratory_view/e2e/README.md +++ b/x-pack/plugins/observability_solution/ux/e2e/README.md @@ -5,11 +5,11 @@ script for standing up the test server. ### Start the server -From `~/x-pack/plugins/exploratory_view/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you +From `~/x-pack/plugins/observability_solution/ux/scripts`, run `node e2e.js --server`. Wait for the server to startup. It will provide you with an example run command when it finishes. ### Run the tests -From this directory, `~/x-pack/plugins/exploratory_view/e2e`, you can now run `node ../../../../scripts/functional_test_runner --config synthetics_run.ts`. +From this directory, `~/x-pack/plugins/observability_solution/ux/e2e`, you can now run `node ../../../../../scripts/functional_test_runner --config synthetics_run.ts`. In addition to the usual flags like `--grep`, you can also specify `--no-headless` in order to view your tests as you debug/develop. diff --git a/x-pack/plugins/ux/e2e/fixtures/rum_8.0.0/data.json.gz b/x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_8.0.0/data.json.gz similarity index 100% rename from x-pack/plugins/ux/e2e/fixtures/rum_8.0.0/data.json.gz rename to x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_8.0.0/data.json.gz diff --git a/x-pack/plugins/ux/e2e/fixtures/rum_8.0.0/mappings.json b/x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_8.0.0/mappings.json similarity index 100% rename from x-pack/plugins/ux/e2e/fixtures/rum_8.0.0/mappings.json rename to x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_8.0.0/mappings.json diff --git a/x-pack/plugins/ux/e2e/fixtures/rum_test_data/data.json.gz b/x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_test_data/data.json.gz similarity index 100% rename from x-pack/plugins/ux/e2e/fixtures/rum_test_data/data.json.gz rename to x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_test_data/data.json.gz diff --git a/x-pack/plugins/ux/e2e/fixtures/rum_test_data/mappings.json b/x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_test_data/mappings.json similarity index 100% rename from x-pack/plugins/ux/e2e/fixtures/rum_test_data/mappings.json rename to x-pack/plugins/observability_solution/ux/e2e/fixtures/rum_test_data/mappings.json diff --git a/x-pack/plugins/ux/e2e/helpers/parse_args_params.ts b/x-pack/plugins/observability_solution/ux/e2e/helpers/parse_args_params.ts similarity index 100% rename from x-pack/plugins/ux/e2e/helpers/parse_args_params.ts rename to x-pack/plugins/observability_solution/ux/e2e/helpers/parse_args_params.ts diff --git a/x-pack/plugins/ux/e2e/helpers/record_video.ts b/x-pack/plugins/observability_solution/ux/e2e/helpers/record_video.ts similarity index 100% rename from x-pack/plugins/ux/e2e/helpers/record_video.ts rename to x-pack/plugins/observability_solution/ux/e2e/helpers/record_video.ts diff --git a/x-pack/plugins/ux/e2e/helpers/synthetics_runner.ts b/x-pack/plugins/observability_solution/ux/e2e/helpers/synthetics_runner.ts similarity index 100% rename from x-pack/plugins/ux/e2e/helpers/synthetics_runner.ts rename to x-pack/plugins/observability_solution/ux/e2e/helpers/synthetics_runner.ts diff --git a/x-pack/plugins/ux/e2e/helpers/test_reporter.ts b/x-pack/plugins/observability_solution/ux/e2e/helpers/test_reporter.ts similarity index 100% rename from x-pack/plugins/ux/e2e/helpers/test_reporter.ts rename to x-pack/plugins/observability_solution/ux/e2e/helpers/test_reporter.ts diff --git a/x-pack/plugins/ux/e2e/journeys/core_web_vitals.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/core_web_vitals.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/core_web_vitals.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/core_web_vitals.ts diff --git a/x-pack/plugins/ux/e2e/journeys/index.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/index.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/index.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/index.ts diff --git a/x-pack/plugins/ux/e2e/journeys/page_views.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/page_views.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/page_views.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/page_views.ts diff --git a/x-pack/plugins/ux/e2e/journeys/url_ux_query.journey.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/url_ux_query.journey.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/url_ux_query.journey.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/url_ux_query.journey.ts diff --git a/x-pack/plugins/ux/e2e/journeys/utils.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/utils.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/utils.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/utils.ts diff --git a/x-pack/plugins/ux/e2e/journeys/ux_client_metrics.journey.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/ux_client_metrics.journey.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/ux_client_metrics.journey.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/ux_client_metrics.journey.ts diff --git a/x-pack/plugins/ux/e2e/journeys/ux_js_errors.journey.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/ux_js_errors.journey.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/ux_js_errors.journey.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/ux_js_errors.journey.ts diff --git a/x-pack/plugins/ux/e2e/journeys/ux_long_task_metric_journey.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/ux_long_task_metric_journey.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/ux_long_task_metric_journey.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/ux_long_task_metric_journey.ts diff --git a/x-pack/plugins/ux/e2e/journeys/ux_visitor_breakdown.journey.ts b/x-pack/plugins/observability_solution/ux/e2e/journeys/ux_visitor_breakdown.journey.ts similarity index 100% rename from x-pack/plugins/ux/e2e/journeys/ux_visitor_breakdown.journey.ts rename to x-pack/plugins/observability_solution/ux/e2e/journeys/ux_visitor_breakdown.journey.ts diff --git a/x-pack/plugins/ux/e2e/page_objects/dashboard.ts b/x-pack/plugins/observability_solution/ux/e2e/page_objects/dashboard.ts similarity index 100% rename from x-pack/plugins/ux/e2e/page_objects/dashboard.ts rename to x-pack/plugins/observability_solution/ux/e2e/page_objects/dashboard.ts diff --git a/x-pack/plugins/ux/e2e/page_objects/date_picker.ts b/x-pack/plugins/observability_solution/ux/e2e/page_objects/date_picker.ts similarity index 100% rename from x-pack/plugins/ux/e2e/page_objects/date_picker.ts rename to x-pack/plugins/observability_solution/ux/e2e/page_objects/date_picker.ts diff --git a/x-pack/plugins/ux/e2e/page_objects/login.tsx b/x-pack/plugins/observability_solution/ux/e2e/page_objects/login.tsx similarity index 100% rename from x-pack/plugins/ux/e2e/page_objects/login.tsx rename to x-pack/plugins/observability_solution/ux/e2e/page_objects/login.tsx diff --git a/x-pack/plugins/ux/e2e/page_objects/utils.tsx b/x-pack/plugins/observability_solution/ux/e2e/page_objects/utils.tsx similarity index 100% rename from x-pack/plugins/ux/e2e/page_objects/utils.tsx rename to x-pack/plugins/observability_solution/ux/e2e/page_objects/utils.tsx diff --git a/x-pack/plugins/ux/e2e/synthetics_run.ts b/x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts similarity index 100% rename from x-pack/plugins/ux/e2e/synthetics_run.ts rename to x-pack/plugins/observability_solution/ux/e2e/synthetics_run.ts diff --git a/x-pack/plugins/ux/e2e/tasks/es_archiver.ts b/x-pack/plugins/observability_solution/ux/e2e/tasks/es_archiver.ts similarity index 100% rename from x-pack/plugins/ux/e2e/tasks/es_archiver.ts rename to x-pack/plugins/observability_solution/ux/e2e/tasks/es_archiver.ts diff --git a/x-pack/plugins/observability_solution/ux/e2e/tsconfig.json b/x-pack/plugins/observability_solution/ux/e2e/tsconfig.json new file mode 100644 index 0000000000000..93a315a3e7a6b --- /dev/null +++ b/x-pack/plugins/observability_solution/ux/e2e/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../../../../../tsconfig.base.json", + "exclude": ["tmp", "target/**/*"], + "include": ["./**/*"], + "compilerOptions": { + "outDir": "target/types", + "types": ["node"] + }, + "kbn_references": ["@kbn/test", "@kbn/apm-plugin", "@kbn/es-archiver"] +} diff --git a/x-pack/plugins/apm_data_access/jest.config.js b/x-pack/plugins/observability_solution/ux/jest.config.js similarity index 73% rename from x-pack/plugins/apm_data_access/jest.config.js rename to x-pack/plugins/observability_solution/ux/jest.config.js index 8fb297afcc48e..b83d3a7ba5455 100644 --- a/x-pack/plugins/apm_data_access/jest.config.js +++ b/x-pack/plugins/observability_solution/ux/jest.config.js @@ -9,6 +9,6 @@ const path = require('path'); module.exports = { preset: '@kbn/test', - rootDir: path.resolve(__dirname, '../../..'), - roots: ['/x-pack/plugins/apm_data_access'], + rootDir: path.resolve(__dirname, '../../../..'), + roots: ['/x-pack/plugins/observability_solution/ux'], }; diff --git a/x-pack/plugins/ux/kibana.jsonc b/x-pack/plugins/observability_solution/ux/kibana.jsonc similarity index 100% rename from x-pack/plugins/ux/kibana.jsonc rename to x-pack/plugins/observability_solution/ux/kibana.jsonc diff --git a/x-pack/plugins/ux/public/application/application.test.tsx b/x-pack/plugins/observability_solution/ux/public/application/application.test.tsx similarity index 100% rename from x-pack/plugins/ux/public/application/application.test.tsx rename to x-pack/plugins/observability_solution/ux/public/application/application.test.tsx diff --git a/x-pack/plugins/ux/public/application/ux_app.tsx b/x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx similarity index 100% rename from x-pack/plugins/ux/public/application/ux_app.tsx rename to x-pack/plugins/observability_solution/ux/public/application/ux_app.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/action_menu/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/action_menu/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/action_menu/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/action_menu/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/action_menu/inpector_link.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/action_menu/inpector_link.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/action_menu/inpector_link.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/action_menu/inpector_link.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/breakdowns/breakdown_filter.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/breakdowns/breakdown_filter.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/breakdowns/breakdown_filter.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/breakdowns/breakdown_filter.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/chart_wrapper/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/chart_wrapper/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/chart_wrapper/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/chart_wrapper/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/charts/__snapshots__/visitor_breakdown_chart.test.tsx.snap b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/__snapshots__/visitor_breakdown_chart.test.tsx.snap similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/charts/__snapshots__/visitor_breakdown_chart.test.tsx.snap rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/__snapshots__/visitor_breakdown_chart.test.tsx.snap diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/charts/page_load_dist_chart.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/page_load_dist_chart.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/charts/page_load_dist_chart.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/page_load_dist_chart.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/charts/page_views_chart.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/page_views_chart.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/charts/page_views_chart.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/page_views_chart.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/charts/use_exp_view_attrs.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/use_exp_view_attrs.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/charts/use_exp_view_attrs.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/use_exp_view_attrs.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.test.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.test.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.test.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.test.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/charts/visitor_breakdown_chart.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/client_metrics/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/client_metrics/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/client_metrics/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/client_metrics/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/client_metrics/metrics.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/csm_shared_context/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/csm_shared_context/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/csm_shared_context/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/csm_shared_context/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/empty_state_loading.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/empty_state_loading.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/empty_state_loading.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/empty_state_loading.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/environment_filter/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/environment_filter/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/environment_filter/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/environment_filter/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/hooks/use_has_rum_data.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/hooks/use_has_rum_data.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/hooks/use_has_rum_data.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/hooks/use_has_rum_data.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/hooks/use_local_uifilters.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/hooks/use_local_uifilters.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/hooks/use_local_uifilters.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/hooks/use_local_uifilters.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/hooks/use_ux_query.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/hooks/use_ux_query.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/hooks/use_ux_query.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/hooks/use_ux_query.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/impactful_metrics/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/impactful_metrics/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/impactful_metrics/js_errors.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/queries.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/queries.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/queries.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/queries.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/selected_filters.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/selected_filters.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/selected_filters.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/selected_filters.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/selected_wildcards.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/selected_wildcards.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/selected_wildcards.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/selected_wildcards.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/local_uifilters/use_data_view.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/percentile_annotations.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/percentile_annotations.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/percentile_annotations.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/percentile_annotations.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/reset_percentile_zoom.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/reset_percentile_zoom.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/reset_percentile_zoom.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/reset_percentile_zoom.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/types.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/types.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/page_load_distribution/types.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_load_distribution/types.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/page_views_trend/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_views_trend/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/page_views_trend/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/page_views_trend/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/panels/page_load_and_views.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/panels/page_load_and_views.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/panels/page_load_and_views.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/panels/page_load_and_views.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/panels/visitor_breakdowns.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/panels/visitor_breakdowns.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/panels/visitor_breakdowns.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/panels/visitor_breakdowns.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/panels/web_application_select.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/panels/web_application_select.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/panels/web_application_select.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/panels/web_application_select.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/rum_dashboard.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/rum_dashboard.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/rum_dashboard.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/rum_dashboard.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/rum_datepicker/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/rum_datepicker/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/rum_datepicker/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/rum_datepicker/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/rum_home.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/rum_home.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/rum_home.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/rum_home.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/translations.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/translations.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/translations.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/translations.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/service_name_filter/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/service_name_filter/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/service_name_filter/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/service_name_filter/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/url_search/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/url_search/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/url_search/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/url_search/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/url_search/render_option.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/url_search/render_option.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/url_search/render_option.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/url_search/render_option.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/url_search/use_url_search.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/url_search/use_url_search.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/url_filter/url_search/use_url_search.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/url_filter/url_search/use_url_search.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/user_percentile/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/user_percentile/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/user_percentile/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/user_percentile/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/utils/test_helper.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/utils/test_helper.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/utils/test_helper.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/utils/test_helper.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/format_to_sec.test.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/format_to_sec.test.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/format_to_sec.test.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/format_to_sec.test.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.test.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.test.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.test.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.test.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/key_ux_metrics.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/translations.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/translations.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/ux_metrics/translations.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_metrics/translations.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/ux_overview_fetchers.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_overview_fetchers.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/ux_overview_fetchers.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/ux_overview_fetchers.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__mocks__/regions_layer.mock.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__mocks__/regions_layer.mock.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__mocks__/regions_layer.mock.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__mocks__/regions_layer.mock.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/embedded_map.test.tsx.snap b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/embedded_map.test.tsx.snap similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/embedded_map.test.tsx.snap rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/embedded_map.test.tsx.snap diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/map_tooltip.test.tsx.snap b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/map_tooltip.test.tsx.snap similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/map_tooltip.test.tsx.snap rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__snapshots__/map_tooltip.test.tsx.snap diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__stories__/map_tooltip.stories.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__stories__/map_tooltip.stories.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__stories__/map_tooltip.stories.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/__stories__/map_tooltip.stories.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.test.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.test.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.test.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.test.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/embedded_map.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/index.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/index.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/index.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/index.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.test.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.test.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.test.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.test.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.tsx b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.tsx similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.tsx rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/map_tooltip.tsx diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.test.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.test.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.test.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.test.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_layer_list.ts diff --git a/x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_map_filters.ts b/x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_map_filters.ts similarity index 100% rename from x-pack/plugins/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_map_filters.ts rename to x-pack/plugins/observability_solution/ux/public/components/app/rum_dashboard/visitor_breakdown_map/use_map_filters.ts diff --git a/x-pack/plugins/ux/public/context/plugin_context.ts b/x-pack/plugins/observability_solution/ux/public/context/plugin_context.ts similarity index 100% rename from x-pack/plugins/ux/public/context/plugin_context.ts rename to x-pack/plugins/observability_solution/ux/public/context/plugin_context.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/constants.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/constants.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/constants.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/constants.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/helpers.test.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/helpers.test.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/helpers.test.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/helpers.test.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/helpers.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/helpers.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/helpers.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/helpers.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/mock_url_params_context_provider.tsx b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/mock_url_params_context_provider.tsx similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/mock_url_params_context_provider.tsx rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/mock_url_params_context_provider.tsx diff --git a/x-pack/plugins/ux/public/context/url_params_context/resolve_url_params.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/resolve_url_params.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/resolve_url_params.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/resolve_url_params.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/types.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/types.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/types.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/types.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/url_params_context.test.tsx b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/url_params_context.test.tsx similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/url_params_context.test.tsx rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/url_params_context.test.tsx diff --git a/x-pack/plugins/ux/public/context/url_params_context/url_params_context.tsx b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/url_params_context.tsx similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/url_params_context.tsx rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/url_params_context.tsx diff --git a/x-pack/plugins/ux/public/context/url_params_context/use_url_params.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/use_url_params.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/use_url_params.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/use_url_params.ts diff --git a/x-pack/plugins/ux/public/context/url_params_context/use_ux_url_params.ts b/x-pack/plugins/observability_solution/ux/public/context/url_params_context/use_ux_url_params.ts similarity index 100% rename from x-pack/plugins/ux/public/context/url_params_context/use_ux_url_params.ts rename to x-pack/plugins/observability_solution/ux/public/context/url_params_context/use_ux_url_params.ts diff --git a/x-pack/plugins/ux/public/hooks/use_breakpoints.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_breakpoints.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_breakpoints.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_breakpoints.ts diff --git a/x-pack/plugins/ux/public/hooks/use_client_metrics_query.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_client_metrics_query.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_client_metrics_query.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_client_metrics_query.ts diff --git a/x-pack/plugins/ux/public/hooks/use_core_web_vitals_query.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_core_web_vitals_query.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_core_web_vitals_query.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_core_web_vitals_query.ts diff --git a/x-pack/plugins/ux/public/hooks/use_date_range_redirect.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_date_range_redirect.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_date_range_redirect.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_date_range_redirect.ts diff --git a/x-pack/plugins/ux/public/hooks/use_deep_object_identity.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_deep_object_identity.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_deep_object_identity.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_deep_object_identity.ts diff --git a/x-pack/plugins/ux/public/hooks/use_dynamic_data_view.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_dynamic_data_view.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_dynamic_data_view.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_dynamic_data_view.ts diff --git a/x-pack/plugins/ux/public/hooks/use_environments_fetcher.tsx b/x-pack/plugins/observability_solution/ux/public/hooks/use_environments_fetcher.tsx similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_environments_fetcher.tsx rename to x-pack/plugins/observability_solution/ux/public/hooks/use_environments_fetcher.tsx diff --git a/x-pack/plugins/ux/public/hooks/use_fetcher.tsx b/x-pack/plugins/observability_solution/ux/public/hooks/use_fetcher.tsx similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_fetcher.tsx rename to x-pack/plugins/observability_solution/ux/public/hooks/use_fetcher.tsx diff --git a/x-pack/plugins/ux/public/hooks/use_js_errors_query.tsx b/x-pack/plugins/observability_solution/ux/public/hooks/use_js_errors_query.tsx similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_js_errors_query.tsx rename to x-pack/plugins/observability_solution/ux/public/hooks/use_js_errors_query.tsx diff --git a/x-pack/plugins/ux/public/hooks/use_kibana_services.tsx b/x-pack/plugins/observability_solution/ux/public/hooks/use_kibana_services.tsx similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_kibana_services.tsx rename to x-pack/plugins/observability_solution/ux/public/hooks/use_kibana_services.tsx diff --git a/x-pack/plugins/ux/public/hooks/use_long_task_metrics_query.tsx b/x-pack/plugins/observability_solution/ux/public/hooks/use_long_task_metrics_query.tsx similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_long_task_metrics_query.tsx rename to x-pack/plugins/observability_solution/ux/public/hooks/use_long_task_metrics_query.tsx diff --git a/x-pack/plugins/ux/public/hooks/use_static_data_view.ts b/x-pack/plugins/observability_solution/ux/public/hooks/use_static_data_view.ts similarity index 100% rename from x-pack/plugins/ux/public/hooks/use_static_data_view.ts rename to x-pack/plugins/observability_solution/ux/public/hooks/use_static_data_view.ts diff --git a/x-pack/plugins/ux/public/index.ts b/x-pack/plugins/observability_solution/ux/public/index.ts similarity index 100% rename from x-pack/plugins/ux/public/index.ts rename to x-pack/plugins/observability_solution/ux/public/index.ts diff --git a/x-pack/plugins/ux/public/plugin.ts b/x-pack/plugins/observability_solution/ux/public/plugin.ts similarity index 100% rename from x-pack/plugins/ux/public/plugin.ts rename to x-pack/plugins/observability_solution/ux/public/plugin.ts diff --git a/x-pack/plugins/ux/public/services/data/__snapshots__/client_metrics_query.test.ts.snap b/x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/client_metrics_query.test.ts.snap similarity index 100% rename from x-pack/plugins/ux/public/services/data/__snapshots__/client_metrics_query.test.ts.snap rename to x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/client_metrics_query.test.ts.snap diff --git a/x-pack/plugins/ux/public/services/data/__snapshots__/core_web_vitals_query.test.ts.snap b/x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/core_web_vitals_query.test.ts.snap similarity index 100% rename from x-pack/plugins/ux/public/services/data/__snapshots__/core_web_vitals_query.test.ts.snap rename to x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/core_web_vitals_query.test.ts.snap diff --git a/x-pack/plugins/ux/public/services/data/__snapshots__/js_errors_query.test.ts.snap b/x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/js_errors_query.test.ts.snap similarity index 100% rename from x-pack/plugins/ux/public/services/data/__snapshots__/js_errors_query.test.ts.snap rename to x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/js_errors_query.test.ts.snap diff --git a/x-pack/plugins/ux/public/services/data/__snapshots__/long_task_metrics_query.test.ts.snap b/x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/long_task_metrics_query.test.ts.snap similarity index 100% rename from x-pack/plugins/ux/public/services/data/__snapshots__/long_task_metrics_query.test.ts.snap rename to x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/long_task_metrics_query.test.ts.snap diff --git a/x-pack/plugins/ux/public/services/data/__snapshots__/service_name_query.test.ts.snap b/x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/service_name_query.test.ts.snap similarity index 100% rename from x-pack/plugins/ux/public/services/data/__snapshots__/service_name_query.test.ts.snap rename to x-pack/plugins/observability_solution/ux/public/services/data/__snapshots__/service_name_query.test.ts.snap diff --git a/x-pack/plugins/ux/public/services/data/call_date_math.ts b/x-pack/plugins/observability_solution/ux/public/services/data/call_date_math.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/call_date_math.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/call_date_math.ts diff --git a/x-pack/plugins/ux/public/services/data/client_metrics_query.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/client_metrics_query.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/client_metrics_query.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/client_metrics_query.test.ts diff --git a/x-pack/plugins/ux/public/services/data/client_metrics_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/client_metrics_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/client_metrics_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/client_metrics_query.ts diff --git a/x-pack/plugins/ux/public/services/data/core_web_vitals_query.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/core_web_vitals_query.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/core_web_vitals_query.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/core_web_vitals_query.test.ts diff --git a/x-pack/plugins/ux/public/services/data/core_web_vitals_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/core_web_vitals_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/core_web_vitals_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/core_web_vitals_query.ts diff --git a/x-pack/plugins/ux/public/services/data/environments_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/environments_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/environments_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/environments_query.ts diff --git a/x-pack/plugins/ux/public/services/data/get_es_filter.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/get_es_filter.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/get_es_filter.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/get_es_filter.test.ts diff --git a/x-pack/plugins/ux/public/services/data/get_es_filter.ts b/x-pack/plugins/observability_solution/ux/public/services/data/get_es_filter.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/get_es_filter.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/get_es_filter.ts diff --git a/x-pack/plugins/ux/public/services/data/get_exp_view_filter.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/get_exp_view_filter.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/get_exp_view_filter.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/get_exp_view_filter.test.ts diff --git a/x-pack/plugins/ux/public/services/data/get_exp_view_filter.ts b/x-pack/plugins/observability_solution/ux/public/services/data/get_exp_view_filter.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/get_exp_view_filter.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/get_exp_view_filter.ts diff --git a/x-pack/plugins/ux/public/services/data/has_rum_data_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/has_rum_data_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/has_rum_data_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/has_rum_data_query.ts diff --git a/x-pack/plugins/ux/public/services/data/js_errors_query.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/js_errors_query.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/js_errors_query.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/js_errors_query.test.ts diff --git a/x-pack/plugins/ux/public/services/data/js_errors_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/js_errors_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/js_errors_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/js_errors_query.ts diff --git a/x-pack/plugins/ux/public/services/data/long_task_metrics_query.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/long_task_metrics_query.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/long_task_metrics_query.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/long_task_metrics_query.test.ts diff --git a/x-pack/plugins/ux/public/services/data/long_task_metrics_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/long_task_metrics_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/long_task_metrics_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/long_task_metrics_query.ts diff --git a/x-pack/plugins/ux/public/services/data/projections.ts b/x-pack/plugins/observability_solution/ux/public/services/data/projections.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/projections.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/projections.ts diff --git a/x-pack/plugins/ux/public/services/data/range_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/range_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/range_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/range_query.ts diff --git a/x-pack/plugins/ux/public/services/data/service_name_query.test.ts b/x-pack/plugins/observability_solution/ux/public/services/data/service_name_query.test.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/service_name_query.test.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/service_name_query.test.ts diff --git a/x-pack/plugins/ux/public/services/data/service_name_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/service_name_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/service_name_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/service_name_query.ts diff --git a/x-pack/plugins/ux/public/services/data/url_search_query.ts b/x-pack/plugins/observability_solution/ux/public/services/data/url_search_query.ts similarity index 100% rename from x-pack/plugins/ux/public/services/data/url_search_query.ts rename to x-pack/plugins/observability_solution/ux/public/services/data/url_search_query.ts diff --git a/x-pack/plugins/ux/public/services/rest/call_api.ts b/x-pack/plugins/observability_solution/ux/public/services/rest/call_api.ts similarity index 100% rename from x-pack/plugins/ux/public/services/rest/call_api.ts rename to x-pack/plugins/observability_solution/ux/public/services/rest/call_api.ts diff --git a/x-pack/plugins/ux/public/services/rest/create_call_apm_api.ts b/x-pack/plugins/observability_solution/ux/public/services/rest/create_call_apm_api.ts similarity index 100% rename from x-pack/plugins/ux/public/services/rest/create_call_apm_api.ts rename to x-pack/plugins/observability_solution/ux/public/services/rest/create_call_apm_api.ts diff --git a/x-pack/plugins/ux/public/services/rest/data_view.ts b/x-pack/plugins/observability_solution/ux/public/services/rest/data_view.ts similarity index 100% rename from x-pack/plugins/ux/public/services/rest/data_view.ts rename to x-pack/plugins/observability_solution/ux/public/services/rest/data_view.ts diff --git a/x-pack/plugins/observability_solution/ux/readme.md b/x-pack/plugins/observability_solution/ux/readme.md new file mode 100644 index 0000000000000..84a77b9e7827e --- /dev/null +++ b/x-pack/plugins/observability_solution/ux/readme.md @@ -0,0 +1,14 @@ +# Documentation for UX UI developers + +https://docs.elastic.dev/kibana-dev-docs/welcome + +## Running E2E Tests + +The tests are managed via the `scripts/e2e.js` file. This script accepts numerous options. + +From the kibana root you can run `node x-pack/plugins/observability_solution/ux/scripts/e2e.js` to simply stand up the stack, load data, and run the tests. + +If you are developing a new test, it is better to stand up the stack in one shell and load data/run tests in a second session. You can do this by running: + +- `node ./x-pack/plugins/observability_solution/ux/scripts/e2e.js --server` +- `node ./x-pack/plugins/observability_solution/ux/scripts/e2e.js --runner`, you can also specify `--grep "{TEST_NAME}"` to run a specific series of tests diff --git a/x-pack/plugins/ux/scripts/e2e.js b/x-pack/plugins/observability_solution/ux/scripts/e2e.js similarity index 100% rename from x-pack/plugins/ux/scripts/e2e.js rename to x-pack/plugins/observability_solution/ux/scripts/e2e.js diff --git a/x-pack/plugins/ux/server/index.ts b/x-pack/plugins/observability_solution/ux/server/index.ts similarity index 100% rename from x-pack/plugins/ux/server/index.ts rename to x-pack/plugins/observability_solution/ux/server/index.ts diff --git a/x-pack/plugins/ux/server/plugin.ts b/x-pack/plugins/observability_solution/ux/server/plugin.ts similarity index 100% rename from x-pack/plugins/ux/server/plugin.ts rename to x-pack/plugins/observability_solution/ux/server/plugin.ts diff --git a/x-pack/plugins/ux/tsconfig.json b/x-pack/plugins/observability_solution/ux/tsconfig.json similarity index 86% rename from x-pack/plugins/ux/tsconfig.json rename to x-pack/plugins/observability_solution/ux/tsconfig.json index 62fdcb115a0a3..f0654abc9a855 100644 --- a/x-pack/plugins/ux/tsconfig.json +++ b/x-pack/plugins/observability_solution/ux/tsconfig.json @@ -1,15 +1,15 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../tsconfig.base.json", "compilerOptions": { - "outDir": "target/types", + "outDir": "target/types" }, "include": [ - "../../../typings/**/*", + "../../../../typings/**/*", "common/**/*", "public/**/*", "server/**/*", "typings/**/*", - "public/**/*.json", + "public/**/*.json" ], "kbn_references": [ "@kbn/core", @@ -44,7 +44,5 @@ "@kbn/config-schema", "@kbn/shared-ux-link-redirect-app" ], - "exclude": [ - "target/**/*", - ] + "exclude": ["target/**/*"] } diff --git a/x-pack/plugins/ux/typings/ui_filters.ts b/x-pack/plugins/observability_solution/ux/typings/ui_filters.ts similarity index 100% rename from x-pack/plugins/ux/typings/ui_filters.ts rename to x-pack/plugins/observability_solution/ux/typings/ui_filters.ts diff --git a/x-pack/plugins/profiling/e2e/tsconfig.json b/x-pack/plugins/profiling/e2e/tsconfig.json deleted file mode 100644 index ed7aaac667025..0000000000000 --- a/x-pack/plugins/profiling/e2e/tsconfig.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "include": [ - "**/*" - ], - "exclude": [ - "tmp", - "target/**/*" - ], - "compilerOptions": { - "outDir": "target/types", - "types": [ - "cypress", - "node", - "cypress-real-events" - ], - "isolatedModules": false - }, - "kbn_references": [ - { "path": "../../../test/tsconfig.json" }, - { "path": "../../../../test/tsconfig.json" }, - "@kbn/test", - "@kbn/dev-utils", - "@kbn/cypress-config", - "@kbn/observability-plugin", - ] -} diff --git a/x-pack/plugins/profiling/jest.config.js b/x-pack/plugins/profiling/jest.config.js deleted file mode 100644 index 783ace59b9b3d..0000000000000 --- a/x-pack/plugins/profiling/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/profiling'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/profiling', - coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/profiling/{common,public,server}/**/*.{ts,tsx}'], -}; diff --git a/x-pack/plugins/security/server/lib/flatten_object.ts b/x-pack/plugins/security/server/lib/flatten_object.ts index 45c0a3b6bbf13..f655422115890 100644 --- a/x-pack/plugins/security/server/lib/flatten_object.ts +++ b/x-pack/plugins/security/server/lib/flatten_object.ts @@ -7,7 +7,7 @@ import { compact, isObject } from 'lodash'; -// Inspired by x-pack/plugins/apm/public/utils/flatten_object.ts +// Inspired by x-pack/plugins/observability_solution/apm/public/utils/flatten_object.ts // Slighly modified to have key/value exposed as Object. export const flattenObject = ( item: Record | null | undefined, diff --git a/x-pack/plugins/security_solution/server/utils/build_query/calculate_timeseries_interval.ts b/x-pack/plugins/security_solution/server/utils/build_query/calculate_timeseries_interval.ts index 071d1d6b4db2f..1d388465a21fb 100644 --- a/x-pack/plugins/security_solution/server/utils/build_query/calculate_timeseries_interval.ts +++ b/x-pack/plugins/security_solution/server/utils/build_query/calculate_timeseries_interval.ts @@ -7,7 +7,7 @@ /* ** Applying the same logic as: - ** x-pack/plugins/apm/server/lib/helpers/get_bucket_size/calculate_auto.js + ** x-pack/plugins/observability_solution/apm/server/lib/helpers/get_bucket_size/calculate_auto.js */ import moment from 'moment'; diff --git a/x-pack/plugins/synthetics/.buildkite/pipelines/flaky.sh b/x-pack/plugins/synthetics/.buildkite/pipelines/flaky.sh deleted file mode 100755 index eda3407803633..0000000000000 --- a/x-pack/plugins/synthetics/.buildkite/pipelines/flaky.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -UUID="$(cat /proc/sys/kernel/random/uuid)" -export UUID - -node x-pack/plugins/synthetics/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload diff --git a/x-pack/plugins/synthetics/jest.config.js b/x-pack/plugins/synthetics/jest.config.js deleted file mode 100644 index de4161347ae40..0000000000000 --- a/x-pack/plugins/synthetics/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/synthetics'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/synthetics', - coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/synthetics/{common,public,server}/**/*.{ts,tsx}'], -}; diff --git a/x-pack/plugins/uptime/.buildkite/pipelines/flaky.sh b/x-pack/plugins/uptime/.buildkite/pipelines/flaky.sh deleted file mode 100755 index eda3407803633..0000000000000 --- a/x-pack/plugins/uptime/.buildkite/pipelines/flaky.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -UUID="$(cat /proc/sys/kernel/random/uuid)" -export UUID - -node x-pack/plugins/synthetics/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload diff --git a/x-pack/plugins/uptime/jest.config.js b/x-pack/plugins/uptime/jest.config.js deleted file mode 100644 index baafb5ce133e6..0000000000000 --- a/x-pack/plugins/uptime/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/uptime'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/uptime', - coverageReporters: ['text', 'html'], - collectCoverageFrom: ['/x-pack/plugins/uptime/{common,public,server}/**/*.{ts,tsx}'], -}; diff --git a/x-pack/plugins/ux/.buildkite/pipelines/flaky.sh b/x-pack/plugins/ux/.buildkite/pipelines/flaky.sh deleted file mode 100644 index 452abaa94c60d..0000000000000 --- a/x-pack/plugins/ux/.buildkite/pipelines/flaky.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -set -euo pipefail - -UUID="$(cat /proc/sys/kernel/random/uuid)" -export UUID - -node x-pack/plugins/ux/.buildkite/pipelines/flaky.js | buildkite-agent pipeline upload \ No newline at end of file diff --git a/x-pack/plugins/ux/e2e/tsconfig.json b/x-pack/plugins/ux/e2e/tsconfig.json deleted file mode 100644 index 881ab4db9046c..0000000000000 --- a/x-pack/plugins/ux/e2e/tsconfig.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "extends": "../../../../tsconfig.base.json", - "exclude": ["tmp", "target/**/*"], - "include": ["./**/*"], - "compilerOptions": { - "outDir": "target/types", - "types": [ "node"], - }, - "kbn_references": [ - "@kbn/test", - "@kbn/apm-plugin", - "@kbn/es-archiver", - ], -} diff --git a/x-pack/plugins/ux/readme.md b/x-pack/plugins/ux/readme.md deleted file mode 100644 index d05a550ffdbd2..0000000000000 --- a/x-pack/plugins/ux/readme.md +++ /dev/null @@ -1,14 +0,0 @@ -# Documentation for UX UI developers - -https://docs.elastic.dev/kibana-dev-docs/welcome - -## Running E2E Tests - -The tests are managed via the `scripts/e2e.js` file. This script accepts numerous options. - -From the kibana root you can run `node x-pack/plugins/ux/scripts/e2e.js` to simply stand up the stack, load data, and run the tests. - -If you are developing a new test, it is better to stand up the stack in one shell and load data/run tests in a second session. You can do this by running: - -- `node ./x-pack/plugins/ux/scripts/e2e.js --server` -- `node ./x-pack/plugins/ux/scripts/e2e.js --runner`, you can also specify `--grep "{TEST_NAME}"` to run a specific series of tests \ No newline at end of file diff --git a/x-pack/test/observability_onboarding_api_integration/tests/logs/environment.spec.ts b/x-pack/test/observability_onboarding_api_integration/tests/logs/environment.spec.ts index 95626901d452a..9b05e35b09a69 100644 --- a/x-pack/test/observability_onboarding_api_integration/tests/logs/environment.spec.ts +++ b/x-pack/test/observability_onboarding_api_integration/tests/logs/environment.spec.ts @@ -28,7 +28,7 @@ export default function ApiTest({ getService }: FtrProviderContext) { `${MOCKED_PUBLIC_BASE_URL}/internal/observability_onboarding` ); expect(request.body.scriptDownloadUrl).to.be( - `${MOCKED_PUBLIC_BASE_URL}/plugins/observabilityOnboarding/assets/standalone_agent_setup.sh` + `${MOCKED_PUBLIC_BASE_URL}/plugins/observability_solution/observabilityOnboarding/assets/standalone_agent_setup.sh` ); }); }); @@ -42,7 +42,7 @@ export default function ApiTest({ getService }: FtrProviderContext) { `${MOCKED_KIBANA_URL}/internal/observability_onboarding` ); expect(request.body.scriptDownloadUrl).to.be( - `${MOCKED_KIBANA_URL}/plugins/observabilityOnboarding/assets/standalone_agent_setup.sh` + `${MOCKED_KIBANA_URL}/plugins/observability_solution/observabilityOnboarding/assets/standalone_agent_setup.sh` ); }); }); diff --git a/yarn.lock b/yarn.lock index 6eba5c6fe3da0..48ea8ef3fa8c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3073,11 +3073,11 @@ version "0.0.0" uid "" -"@kbn/apm-data-access-plugin@link:x-pack/plugins/apm_data_access": +"@kbn/apm-data-access-plugin@link:x-pack/plugins/observability_solution/apm_data_access": version "0.0.0" uid "" -"@kbn/apm-plugin@link:x-pack/plugins/apm": +"@kbn/apm-plugin@link:x-pack/plugins/observability_solution/apm": version "0.0.0" uid "" @@ -4449,7 +4449,7 @@ version "0.0.0" uid "" -"@kbn/exploratory-view-plugin@link:x-pack/plugins/exploratory_view": +"@kbn/exploratory-view-plugin@link:x-pack/plugins/observability_solution/exploratory_view": version "0.0.0" uid "" @@ -4725,7 +4725,7 @@ version "0.0.0" uid "" -"@kbn/infra-plugin@link:x-pack/plugins/infra": +"@kbn/infra-plugin@link:x-pack/plugins/observability_solution/infra": version "0.0.0" uid "" @@ -4877,7 +4877,7 @@ version "0.0.0" uid "" -"@kbn/logs-shared-plugin@link:x-pack/plugins/logs_shared": +"@kbn/logs-shared-plugin@link:x-pack/plugins/observability_solution/logs_shared": version "0.0.0" uid "" @@ -4969,7 +4969,7 @@ version "0.0.0" uid "" -"@kbn/metrics-data-access-plugin@link:x-pack/plugins/metrics_data_access": +"@kbn/metrics-data-access-plugin@link:x-pack/plugins/observability_solution/metrics_data_access": version "0.0.0" uid "" @@ -5117,7 +5117,7 @@ version "0.0.0" uid "" -"@kbn/observability-ai-assistant-plugin@link:x-pack/plugins/observability_ai_assistant": +"@kbn/observability-ai-assistant-plugin@link:x-pack/plugins/observability_solution/observability_ai_assistant": version "0.0.0" uid "" @@ -5137,7 +5137,7 @@ version "0.0.0" uid "" -"@kbn/observability-onboarding-plugin@link:x-pack/plugins/observability_onboarding": +"@kbn/observability-onboarding-plugin@link:x-pack/plugins/observability_solution/observability_onboarding": version "0.0.0" uid "" @@ -5145,7 +5145,7 @@ version "0.0.0" uid "" -"@kbn/observability-shared-plugin@link:x-pack/plugins/observability_shared": +"@kbn/observability-shared-plugin@link:x-pack/plugins/observability_solution/observability_shared": version "0.0.0" uid "" @@ -5221,11 +5221,11 @@ version "0.0.0" uid "" -"@kbn/profiling-data-access-plugin@link:x-pack/plugins/profiling_data_access": +"@kbn/profiling-data-access-plugin@link:x-pack/plugins/observability_solution/profiling_data_access": version "0.0.0" uid "" -"@kbn/profiling-plugin@link:x-pack/plugins/profiling": +"@kbn/profiling-plugin@link:x-pack/plugins/observability_solution/profiling": version "0.0.0" uid "" @@ -5625,7 +5625,7 @@ version "0.0.0" uid "" -"@kbn/serverless-observability@link:x-pack/plugins/serverless_observability": +"@kbn/serverless-observability@link:x-pack/plugins/observability_solution/serverless_observability": version "0.0.0" uid "" @@ -5937,7 +5937,7 @@ version "0.0.0" uid "" -"@kbn/synthetics-plugin@link:x-pack/plugins/synthetics": +"@kbn/synthetics-plugin@link:x-pack/plugins/observability_solution/synthetics": version "0.0.0" uid "" @@ -6141,7 +6141,7 @@ version "0.0.0" uid "" -"@kbn/uptime-plugin@link:x-pack/plugins/uptime": +"@kbn/uptime-plugin@link:x-pack/plugins/observability_solution/uptime": version "0.0.0" uid "" @@ -6193,7 +6193,7 @@ version "0.0.0" uid "" -"@kbn/ux-plugin@link:x-pack/plugins/ux": +"@kbn/ux-plugin@link:x-pack/plugins/observability_solution/ux": version "0.0.0" uid ""