mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Sustainable Kibana Architecture: Move modules owned by @elastic/ml-ui
(#202764)
## Summary This PR aims at relocating some of the Kibana modules (plugins and packages) into a new folder structure, according to the _Sustainable Kibana Architecture_ initiative. > [!IMPORTANT] > * We kindly ask you to: > * Manually fix the errors in the error section below (if there are any). > * Search for the `packages[\/\\]` and `plugins[\/\\]` patterns in the source code (Babel and Eslint config files), and update them appropriately. > * Manually review `.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that any CI pipeline customizations continue to be correctly applied after the changed path names > * Review all of the updated files, specially the `.ts` and `.js` files listed in the sections below, as some of them contain relative paths that have been updated. > * Think of potential impact of the move, including tooling and configuration files that can be pointing to the relocated modules. E.g.: > * customised eslint rules > * docs pointing to source code > [!NOTE] > This PR has been auto-generated. > Do not attempt to push any changes unless you know what you are doing. > Please use [#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E) Slack channel for feedback. #### 4 plugin(s) are going to be relocated: | Id | Target folder | | -- | ------------- | | `@kbn/aiops-plugin` | `x-pack/platform/plugins/shared/aiops` | | `@kbn/data-visualizer-plugin` | `x-pack/platform/plugins/private/data_visualizer` | | `@kbn/ml-plugin` | `x-pack/platform/plugins/shared/ml` | | `@kbn/transform-plugin` | `x-pack/platform/plugins/private/transform` | #### 42 package(s) are going to be relocated: | Id | Target folder | | -- | ------------- | | `@kbn/aiops-change-point-detection` | `x-pack/platform/packages/private/ml/aiops_change_point_detection` | | `@kbn/aiops-common` | `x-pack/platform/packages/shared/ml/aiops_common` | | `@kbn/aiops-components` | `x-pack/platform/packages/private/ml/aiops_components` | | `@kbn/aiops-log-pattern-analysis` | `x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis` | | `@kbn/aiops-log-rate-analysis` | `x-pack/platform/packages/shared/ml/aiops_log_rate_analysis` | | `@kbn/aiops-test-utils` | `x-pack/platform/packages/private/ml/aiops_test_utils` | | `@kbn/deeplinks-ml` | `src/platform/packages/shared/deeplinks/ml` | | `@kbn/default-nav-ml` | `src/platform/packages/private/default-nav/ml` | | `@kbn/inference_integration_flyout` | `x-pack/platform/packages/private/ml/inference_integration_flyout` | | `@kbn/json-schemas` | `x-pack/platform/packages/private/ml/json_schemas` | | `@kbn/ml-agg-utils` | `x-pack/platform/packages/private/ml/agg_utils` | | `@kbn/ml-anomaly-utils` | `x-pack/platform/packages/shared/ml/anomaly_utils` | | `@kbn/ml-cancellable-search` | `x-pack/platform/packages/private/ml/cancellable_search` | | `@kbn/ml-category-validator` | `x-pack/platform/packages/private/ml/category_validator` | | `@kbn/ml-chi2test` | `x-pack/platform/packages/shared/ml/chi2test` | | `@kbn/ml-creation-wizard-utils` | `x-pack/platform/packages/private/ml/creation_wizard_utils` | | `@kbn/ml-data-frame-analytics-utils` | `x-pack/platform/packages/private/ml/data_frame_analytics_utils` | | `@kbn/ml-data-grid` | `x-pack/platform/packages/private/ml/data_grid` | | `@kbn/ml-data-view-utils` | `x-pack/platform/packages/private/ml/data_view_utils` | | `@kbn/ml-date-picker` | `x-pack/platform/packages/private/ml/date_picker` | | `@kbn/ml-date-utils` | `x-pack/platform/packages/private/ml/date_utils` | | `@kbn/ml-error-utils` | `x-pack/platform/packages/shared/ml/error_utils` | | `@kbn/ml-field-stats-flyout` | `x-pack/platform/packages/private/ml/field_stats_flyout` | | `@kbn/ml-in-memory-table` | `x-pack/platform/packages/private/ml/in_memory_table` | | `@kbn/ml-is-defined` | `x-pack/platform/packages/private/ml/is_defined` | | `@kbn/ml-is-populated-object` | `x-pack/platform/packages/private/ml/is_populated_object` | | `@kbn/ml-kibana-theme` | `x-pack/platform/packages/private/ml/kibana_theme` | | `@kbn/ml-local-storage` | `x-pack/platform/packages/private/ml/local_storage` | | `@kbn/ml-nested-property` | `x-pack/platform/packages/private/ml/nested_property` | | `@kbn/ml-number-utils` | `x-pack/platform/packages/private/ml/number_utils` | | `@kbn/ml-parse-interval` | `x-pack/platform/packages/private/ml/parse_interval` | | `@kbn/ml-query-utils` | `x-pack/platform/packages/private/ml/query_utils` | | `@kbn/ml-random-sampler-utils` | `x-pack/platform/packages/shared/ml/random_sampler_utils` | | `@kbn/ml-response-stream` | `x-pack/platform/packages/shared/ml/response_stream` | | `@kbn/ml-route-utils` | `x-pack/platform/packages/private/ml/route_utils` | | `@kbn/ml-runtime-field-utils` | `x-pack/platform/packages/shared/ml/runtime_field_utils` | | `@kbn/ml-string-hash` | `x-pack/platform/packages/private/ml/string_hash` | | `@kbn/ml-time-buckets` | `x-pack/platform/packages/private/ml/time_buckets` | | `@kbn/ml-trained-models-utils` | `x-pack/platform/packages/shared/ml/trained_models_utils` | | `@kbn/ml-ui-actions` | `x-pack/platform/packages/private/ml/ui_actions` | | `@kbn/ml-url-state` | `x-pack/platform/packages/private/ml/url_state` | | `@kbn/ml-validators` | `x-pack/platform/packages/private/ml/validators` | <details> <summary>Updated references</summary> ``` ./.eslintrc.js ./docs/developer/plugin-list.asciidoc ./docs/redirects.asciidoc ./oas_docs/scripts/merge_ess_oas.js ./oas_docs/scripts/merge_serverless_oas.js ./package.json ./packages/kbn-repo-packages/package-map.json ./packages/kbn-synthetic-package-map/synthetic-packages.json ./packages/kbn-ts-projects/config-paths.json ./src/platform/packages/private/default-nav/ml/jest.config.js ./src/platform/packages/shared/deeplinks/ml/jest.config.js ./tsconfig.base.json ./tsconfig.refs.json ./x-pack/.i18nrc.json ./x-pack/packages/security-solution/navigation/src/constants.ts ./x-pack/platform/packages/private/ml/agg_utils/jest.config.js ./x-pack/platform/packages/private/ml/aiops_change_point_detection/jest.config.js ./x-pack/platform/packages/private/ml/aiops_components/jest.config.js ./x-pack/platform/packages/private/ml/aiops_test_utils/jest.config.js ./x-pack/platform/packages/private/ml/cancellable_search/jest.config.js ./x-pack/platform/packages/private/ml/category_validator/jest.config.js ./x-pack/platform/packages/private/ml/creation_wizard_utils/jest.config.js ./x-pack/platform/packages/private/ml/data_frame_analytics_utils/jest.config.js ./x-pack/platform/packages/private/ml/data_grid/jest.config.js ./x-pack/platform/packages/private/ml/data_view_utils/jest.config.js ./x-pack/platform/packages/private/ml/date_picker/jest.config.js ./x-pack/platform/packages/private/ml/date_utils/jest.config.js ./x-pack/platform/packages/private/ml/field_stats_flyout/jest.config.js ./x-pack/platform/packages/private/ml/in_memory_table/jest.config.js ./x-pack/platform/packages/private/ml/inference_integration_flyout/jest.config.js ./x-pack/platform/packages/private/ml/is_defined/jest.config.js ./x-pack/platform/packages/private/ml/is_populated_object/jest.config.js ./x-pack/platform/packages/private/ml/json_schemas/jest.config.js ./x-pack/platform/packages/private/ml/kibana_theme/jest.config.js ./x-pack/platform/packages/private/ml/local_storage/jest.config.js ./x-pack/platform/packages/private/ml/nested_property/jest.config.js ./x-pack/platform/packages/private/ml/number_utils/jest.config.js ./x-pack/platform/packages/private/ml/parse_interval/jest.config.js ./x-pack/platform/packages/private/ml/query_utils/jest.config.js ./x-pack/platform/packages/private/ml/route_utils/jest.config.js ./x-pack/platform/packages/private/ml/string_hash/jest.config.js ./x-pack/platform/packages/private/ml/time_buckets/jest.config.js ./x-pack/platform/packages/private/ml/ui_actions/jest.config.js ./x-pack/platform/packages/private/ml/url_state/jest.config.js ./x-pack/platform/packages/private/ml/validators/jest.config.js ./x-pack/platform/packages/shared/ml/aiops_common/jest.config.js ./x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/jest.config.js ./x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/jest.config.js ./x-pack/platform/packages/shared/ml/anomaly_utils/jest.config.js ./x-pack/platform/packages/shared/ml/chi2test/jest.config.js ./x-pack/platform/packages/shared/ml/error_utils/jest.config.js ./x-pack/platform/packages/shared/ml/random_sampler_utils/jest.config.js ./x-pack/platform/packages/shared/ml/response_stream/jest.config.js ./x-pack/platform/packages/shared/ml/runtime_field_utils/jest.config.js ./x-pack/platform/packages/shared/ml/trained_models_utils/jest.config.js ./x-pack/platform/plugins/private/data_visualizer/jest.config.js ./x-pack/platform/plugins/private/transform/jest.config.js ./x-pack/platform/plugins/private/transform/readme.md ./x-pack/platform/plugins/shared/aiops/README.md ./x-pack/platform/plugins/shared/aiops/jest.config.js ./x-pack/platform/plugins/shared/aiops/public/application/utils/build_extended_base_filter_criteria.ts ./x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts ./x-pack/platform/plugins/shared/ml/jest.config.js ./x-pack/platform/plugins/shared/ml/readme.md ./x-pack/plugins/aiops/README.md ./x-pack/plugins/security_solution/common/machine_learning/affected_job_ids.ts ./x-pack/plugins/security_solution/common/machine_learning/helpers.ts ./yarn.lock ``` </details> <details> <summary>Updated relative paths</summary> ``` src/platform/packages/private/default-nav/ml/jest.config.js:12 src/platform/packages/private/default-nav/ml/tsconfig.json:2 src/platform/packages/shared/deeplinks/ml/jest.config.js:12 src/platform/packages/shared/deeplinks/ml/tsconfig.json:2 x-pack/platform/packages/private/ml/agg_utils/jest.config.js:10 x-pack/platform/packages/private/ml/agg_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/aiops_change_point_detection/jest.config.js:10 x-pack/platform/packages/private/ml/aiops_change_point_detection/tsconfig.json:2 x-pack/platform/packages/private/ml/aiops_components/jest.config.js:10 x-pack/platform/packages/private/ml/aiops_components/tsconfig.json:2 x-pack/platform/packages/private/ml/aiops_test_utils/jest.config.js:10 x-pack/platform/packages/private/ml/aiops_test_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/cancellable_search/jest.config.js:10 x-pack/platform/packages/private/ml/cancellable_search/tsconfig.json:2 x-pack/platform/packages/private/ml/category_validator/jest.config.js:10 x-pack/platform/packages/private/ml/category_validator/tsconfig.json:2 x-pack/platform/packages/private/ml/creation_wizard_utils/jest.config.js:10 x-pack/platform/packages/private/ml/creation_wizard_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/data_frame_analytics_utils/jest.config.js:10 x-pack/platform/packages/private/ml/data_frame_analytics_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/data_grid/jest.config.js:10 x-pack/platform/packages/private/ml/data_grid/tsconfig.json:2 x-pack/platform/packages/private/ml/data_view_utils/jest.config.js:10 x-pack/platform/packages/private/ml/data_view_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/date_picker/jest.config.js:10 x-pack/platform/packages/private/ml/date_picker/tsconfig.json:2 x-pack/platform/packages/private/ml/date_utils/jest.config.js:10 x-pack/platform/packages/private/ml/date_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/field_stats_flyout/jest.config.js:10 x-pack/platform/packages/private/ml/field_stats_flyout/tsconfig.json:2 x-pack/platform/packages/private/ml/in_memory_table/jest.config.js:10 x-pack/platform/packages/private/ml/in_memory_table/tsconfig.json:2 x-pack/platform/packages/private/ml/inference_integration_flyout/jest.config.js:10 x-pack/platform/packages/private/ml/inference_integration_flyout/tsconfig.json:2 x-pack/platform/packages/private/ml/is_defined/jest.config.js:10 x-pack/platform/packages/private/ml/is_defined/tsconfig.json:2 x-pack/platform/packages/private/ml/is_populated_object/jest.config.js:10 x-pack/platform/packages/private/ml/is_populated_object/tsconfig.json:2 x-pack/platform/packages/private/ml/json_schemas/jest.config.js:10 x-pack/platform/packages/private/ml/json_schemas/package.json:7 x-pack/platform/packages/private/ml/json_schemas/tsconfig.json:2 x-pack/platform/packages/private/ml/kibana_theme/jest.config.js:10 x-pack/platform/packages/private/ml/kibana_theme/tsconfig.json:2 x-pack/platform/packages/private/ml/local_storage/jest.config.js:10 x-pack/platform/packages/private/ml/local_storage/tsconfig.json:2 x-pack/platform/packages/private/ml/nested_property/jest.config.js:10 x-pack/platform/packages/private/ml/nested_property/tsconfig.json:2 x-pack/platform/packages/private/ml/number_utils/jest.config.js:10 x-pack/platform/packages/private/ml/number_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/parse_interval/jest.config.js:10 x-pack/platform/packages/private/ml/parse_interval/tsconfig.json:2 x-pack/platform/packages/private/ml/query_utils/jest.config.js:10 x-pack/platform/packages/private/ml/query_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/route_utils/jest.config.js:10 x-pack/platform/packages/private/ml/route_utils/tsconfig.json:2 x-pack/platform/packages/private/ml/string_hash/jest.config.js:10 x-pack/platform/packages/private/ml/string_hash/tsconfig.json:2 x-pack/platform/packages/private/ml/time_buckets/jest.config.js:10 x-pack/platform/packages/private/ml/time_buckets/tsconfig.json:2 x-pack/platform/packages/private/ml/ui_actions/jest.config.js:10 x-pack/platform/packages/private/ml/ui_actions/tsconfig.json:2 x-pack/platform/packages/private/ml/url_state/jest.config.js:10 x-pack/platform/packages/private/ml/url_state/tsconfig.json:2 x-pack/platform/packages/private/ml/validators/jest.config.js:10 x-pack/platform/packages/private/ml/validators/tsconfig.json:2 x-pack/platform/packages/shared/ml/aiops_common/jest.config.js:10 x-pack/platform/packages/shared/ml/aiops_common/tsconfig.json:2 x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/jest.config.js:10 x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/tsconfig.json:2 x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/jest.config.js:10 x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/tsconfig.json:2 x-pack/platform/packages/shared/ml/anomaly_utils/jest.config.js:10 x-pack/platform/packages/shared/ml/anomaly_utils/tsconfig.json:2 x-pack/platform/packages/shared/ml/chi2test/jest.config.js:10 x-pack/platform/packages/shared/ml/chi2test/tsconfig.json:2 x-pack/platform/packages/shared/ml/error_utils/jest.config.js:10 x-pack/platform/packages/shared/ml/error_utils/tsconfig.json:2 x-pack/platform/packages/shared/ml/random_sampler_utils/jest.config.js:10 x-pack/platform/packages/shared/ml/random_sampler_utils/tsconfig.json:2 x-pack/platform/packages/shared/ml/response_stream/jest.config.js:10 x-pack/platform/packages/shared/ml/response_stream/tsconfig.json:2 x-pack/platform/packages/shared/ml/runtime_field_utils/jest.config.js:10 x-pack/platform/packages/shared/ml/runtime_field_utils/tsconfig.json:2 x-pack/platform/packages/shared/ml/trained_models_utils/jest.config.js:10 x-pack/platform/packages/shared/ml/trained_models_utils/tsconfig.json:2 x-pack/platform/plugins/private/data_visualizer/jest.config.js:10 x-pack/platform/plugins/private/data_visualizer/tsconfig.json:2 x-pack/platform/plugins/private/data_visualizer/tsconfig.json:7 x-pack/platform/plugins/private/transform/jest.config.js:10 x-pack/platform/plugins/private/transform/tsconfig.json:10 x-pack/platform/plugins/private/transform/tsconfig.json:2 x-pack/platform/plugins/shared/aiops/jest.config.js:10 x-pack/platform/plugins/shared/aiops/tsconfig.json:2 x-pack/platform/plugins/shared/aiops/tsconfig.json:7 x-pack/platform/plugins/shared/ml/jest.config.js:10 x-pack/platform/plugins/shared/ml/readme.md:186 x-pack/platform/plugins/shared/ml/readme.md:192 x-pack/platform/plugins/shared/ml/tsconfig.json:12 x-pack/platform/plugins/shared/ml/tsconfig.json:2 x-pack/platform/plugins/shared/ml/tsconfig.json:24 ``` </details> <details> <summary>Script errors</summary> ``` ``` </details> --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Walter Rafelsberger <walter.rafelsberger@elastic.co>
This commit is contained in:
parent
2d9bcbbc25
commit
58b8b47928
3757 changed files with 896 additions and 884 deletions
13
.eslintrc.js
13
.eslintrc.js
|
@ -967,7 +967,7 @@ module.exports = {
|
|||
},
|
||||
{
|
||||
files: [
|
||||
'x-pack/plugins/aiops/**/*.tsx',
|
||||
'x-pack/platform/plugins/shared/aiops/**/*.tsx',
|
||||
'x-pack/plugins/observability_solution/**/*.tsx',
|
||||
'x-pack/plugins/{streams,streams_app}/**/*.{ts,tsx}',
|
||||
'src/plugins/ai_assistant_management/**/*.tsx',
|
||||
|
@ -1073,11 +1073,12 @@ module.exports = {
|
|||
*/
|
||||
{
|
||||
files: [
|
||||
'x-pack/plugins/aiops/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/plugins/data_visualizer/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/plugins/ml/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/plugins/transform/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/packages/ml/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/platform/plugins/shared/aiops/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/platform/plugins/private/data_visualizer/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/platform/plugins/shared/ml/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/platform/plugins/private/transform/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/packages/private/ml/**/*.{js,mjs,ts,tsx}',
|
||||
'x-pack/packages/shared/ml/**/*.{js,mjs,ts,tsx}',
|
||||
],
|
||||
rules: {
|
||||
'@typescript-eslint/consistent-type-imports': 'error',
|
||||
|
|
92
.github/CODEOWNERS
vendored
92
.github/CODEOWNERS
vendored
|
@ -265,7 +265,6 @@ packages/deeplinks/analytics @elastic/kibana-data-discovery @elastic/kibana-pres
|
|||
packages/deeplinks/devtools @elastic/kibana-management
|
||||
packages/deeplinks/fleet @elastic/fleet
|
||||
packages/deeplinks/management @elastic/kibana-management
|
||||
packages/deeplinks/ml @elastic/ml-ui
|
||||
packages/deeplinks/observability @elastic/obs-ux-management-team
|
||||
packages/deeplinks/search @elastic/search-kibana
|
||||
packages/deeplinks/security @elastic/security-solution
|
||||
|
@ -273,7 +272,6 @@ packages/deeplinks/shared @elastic/appex-sharedux
|
|||
packages/default-nav/analytics @elastic/kibana-data-discovery @elastic/kibana-presentation @elastic/kibana-visualizations
|
||||
packages/default-nav/devtools @elastic/kibana-management
|
||||
packages/default-nav/management @elastic/kibana-management
|
||||
packages/default-nav/ml @elastic/ml-ui
|
||||
packages/home/sample_data_card @elastic/appex-sharedux
|
||||
packages/home/sample_data_tab @elastic/appex-sharedux
|
||||
packages/home/sample_data_types @elastic/appex-sharedux
|
||||
|
@ -620,8 +618,10 @@ packages/shared-ux/storybook/config @elastic/appex-sharedux
|
|||
packages/shared-ux/storybook/mock @elastic/appex-sharedux
|
||||
packages/shared-ux/table_persist @elastic/appex-sharedux
|
||||
src/core @elastic/kibana-core
|
||||
src/platform/packages/private/default-nav/ml @elastic/ml-ui
|
||||
src/platform/packages/private/kbn-esql-editor @elastic/kibana-esql
|
||||
src/platform/packages/private/kbn-language-documentation @elastic/kibana-esql
|
||||
src/platform/packages/shared/deeplinks/ml @elastic/ml-ui
|
||||
src/platform/packages/shared/kbn-doc-links @elastic/docs
|
||||
src/platform/packages/shared/kbn-esql-ast @elastic/kibana-esql
|
||||
src/platform/packages/shared/kbn-esql-utils @elastic/kibana-esql
|
||||
|
@ -797,46 +797,6 @@ x-pack/packages/kbn-random-sampling @elastic/kibana-visualizations
|
|||
x-pack/packages/kbn-slo-schema @elastic/obs-ux-management-team
|
||||
x-pack/packages/kbn-synthetics-private-location @elastic/obs-ux-management-team
|
||||
x-pack/packages/maps/vector_tile_utils @elastic/kibana-presentation
|
||||
x-pack/packages/ml/agg_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/aiops_change_point_detection @elastic/ml-ui
|
||||
x-pack/packages/ml/aiops_common @elastic/ml-ui
|
||||
x-pack/packages/ml/aiops_components @elastic/ml-ui
|
||||
x-pack/packages/ml/aiops_log_pattern_analysis @elastic/ml-ui
|
||||
x-pack/packages/ml/aiops_log_rate_analysis @elastic/ml-ui
|
||||
x-pack/packages/ml/aiops_test_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/anomaly_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/cancellable_search @elastic/ml-ui
|
||||
x-pack/packages/ml/category_validator @elastic/ml-ui
|
||||
x-pack/packages/ml/chi2test @elastic/ml-ui
|
||||
x-pack/packages/ml/creation_wizard_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/data_frame_analytics_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/data_grid @elastic/ml-ui
|
||||
x-pack/packages/ml/data_view_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/date_picker @elastic/ml-ui
|
||||
x-pack/packages/ml/date_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/error_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/field_stats_flyout @elastic/ml-ui
|
||||
x-pack/packages/ml/in_memory_table @elastic/ml-ui
|
||||
x-pack/packages/ml/inference_integration_flyout @elastic/ml-ui
|
||||
x-pack/packages/ml/is_defined @elastic/ml-ui
|
||||
x-pack/packages/ml/is_populated_object @elastic/ml-ui
|
||||
x-pack/packages/ml/json_schemas @elastic/ml-ui
|
||||
x-pack/packages/ml/kibana_theme @elastic/ml-ui
|
||||
x-pack/packages/ml/local_storage @elastic/ml-ui
|
||||
x-pack/packages/ml/nested_property @elastic/ml-ui
|
||||
x-pack/packages/ml/number_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/parse_interval @elastic/ml-ui
|
||||
x-pack/packages/ml/query_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/random_sampler_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/response_stream @elastic/ml-ui
|
||||
x-pack/packages/ml/route_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/runtime_field_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/string_hash @elastic/ml-ui
|
||||
x-pack/packages/ml/time_buckets @elastic/ml-ui
|
||||
x-pack/packages/ml/trained_models_utils @elastic/ml-ui
|
||||
x-pack/packages/ml/ui_actions @elastic/ml-ui
|
||||
x-pack/packages/ml/url_state @elastic/ml-ui
|
||||
x-pack/packages/ml/validators @elastic/ml-ui
|
||||
x-pack/packages/observability/alert_details @elastic/obs-ux-management-team
|
||||
x-pack/packages/observability/alerting_rule_utils @elastic/obs-ux-management-team
|
||||
x-pack/packages/observability/alerting_test_data @elastic/obs-ux-management-team
|
||||
|
@ -866,12 +826,55 @@ x-pack/packages/security/plugin_types_server @elastic/kibana-security
|
|||
x-pack/packages/security/role_management_model @elastic/kibana-security
|
||||
x-pack/packages/security/ui_components @elastic/kibana-security
|
||||
x-pack/performance @elastic/appex-qa
|
||||
x-pack/platform/packages/private/ml/agg_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/aiops_change_point_detection @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/aiops_components @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/aiops_test_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/cancellable_search @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/category_validator @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/creation_wizard_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/data_frame_analytics_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/data_grid @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/data_view_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/date_picker @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/date_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/field_stats_flyout @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/in_memory_table @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/inference_integration_flyout @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/is_defined @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/is_populated_object @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/json_schemas @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/kibana_theme @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/local_storage @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/nested_property @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/number_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/parse_interval @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/query_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/route_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/string_hash @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/time_buckets @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/ui_actions @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/url_state @elastic/ml-ui
|
||||
x-pack/platform/packages/private/ml/validators @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/kbn-entities-schema @elastic/obs-entities
|
||||
x-pack/platform/packages/shared/ml/aiops_common @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/aiops_log_rate_analysis @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/anomaly_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/chi2test @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/error_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/random_sampler_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/response_stream @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/runtime_field_utils @elastic/ml-ui
|
||||
x-pack/platform/packages/shared/ml/trained_models_utils @elastic/ml-ui
|
||||
x-pack/platform/plugins/private/data_visualizer @elastic/ml-ui
|
||||
x-pack/platform/plugins/private/transform @elastic/ml-ui
|
||||
x-pack/platform/plugins/shared/aiops @elastic/ml-ui
|
||||
x-pack/platform/plugins/shared/entity_manager @elastic/obs-entities
|
||||
x-pack/platform/plugins/shared/ml @elastic/ml-ui
|
||||
x-pack/plugins/actions @elastic/response-ops
|
||||
x-pack/plugins/ai_infra/llm_tasks @elastic/appex-ai-infra
|
||||
x-pack/plugins/ai_infra/product_doc_base @elastic/appex-ai-infra
|
||||
x-pack/plugins/aiops @elastic/ml-ui
|
||||
x-pack/plugins/alerting @elastic/response-ops
|
||||
x-pack/plugins/asset_inventory @elastic/kibana-cloud-security-posture
|
||||
x-pack/plugins/banners @elastic/appex-sharedux
|
||||
|
@ -890,7 +893,6 @@ x-pack/plugins/custom_branding @elastic/appex-sharedux
|
|||
x-pack/plugins/dashboard_enhanced @elastic/kibana-presentation
|
||||
x-pack/plugins/data_quality @elastic/obs-ux-logs-team
|
||||
x-pack/plugins/data_usage @elastic/obs-ai-assistant @elastic/security-solution
|
||||
x-pack/plugins/data_visualizer @elastic/ml-ui
|
||||
x-pack/plugins/discover_enhanced @elastic/kibana-data-discovery
|
||||
x-pack/plugins/drilldowns/url_drilldown @elastic/appex-sharedux
|
||||
x-pack/plugins/ecs_data_quality_dashboard @elastic/security-threat-hunting-explore
|
||||
|
@ -921,7 +923,6 @@ x-pack/plugins/licensing @elastic/kibana-core
|
|||
x-pack/plugins/lists @elastic/security-detection-engine
|
||||
x-pack/plugins/logstash @elastic/logstash
|
||||
x-pack/plugins/maps @elastic/kibana-presentation
|
||||
x-pack/plugins/ml @elastic/ml-ui
|
||||
x-pack/plugins/monitoring @elastic/stack-monitoring
|
||||
x-pack/plugins/monitoring_collection @elastic/stack-monitoring
|
||||
x-pack/plugins/notifications @elastic/appex-sharedux
|
||||
|
@ -990,7 +991,6 @@ x-pack/plugins/task_manager @elastic/response-ops
|
|||
x-pack/plugins/telemetry_collection_xpack @elastic/kibana-core
|
||||
x-pack/plugins/threat_intelligence @elastic/security-threat-hunting-investigations
|
||||
x-pack/plugins/timelines @elastic/security-threat-hunting-investigations
|
||||
x-pack/plugins/transform @elastic/ml-ui
|
||||
x-pack/plugins/translations @elastic/kibana-localization
|
||||
x-pack/plugins/triggers_actions_ui @elastic/response-ops
|
||||
x-pack/plugins/upgrade_assistant @elastic/kibana-management
|
||||
|
|
1
.github/codeql/codeql-config.yml
vendored
1
.github/codeql/codeql-config.yml
vendored
|
@ -80,7 +80,6 @@ paths-ignore:
|
|||
- x-pack/plugins/fleet/scripts
|
||||
- x-pack/plugins/lists/scripts
|
||||
- x-pack/plugins/lists/server/scripts
|
||||
- x-pack/plugins/ml/scripts
|
||||
- x-pack/plugins/observability_solution/*/scripts
|
||||
- x-pack/plugins/osquery/scripts
|
||||
- x-pack/plugins/rule_registry/scripts
|
||||
|
|
|
@ -25,7 +25,10 @@
|
|||
"data": "src/plugins/data",
|
||||
"observabilityAlertDetails": "x-pack/packages/observability/alert_details",
|
||||
"dataViews": "src/plugins/data_views",
|
||||
"defaultNavigation": "packages/default-nav",
|
||||
"defaultNavigation": [
|
||||
"packages/default-nav",
|
||||
"src/platform/packages/private/default-nav"
|
||||
],
|
||||
"devTools": "src/plugins/dev_tools",
|
||||
"discover": ["src/plugins/discover", "packages/kbn-discover-utils", "packages/kbn-discover-contextual-components"],
|
||||
"savedSearch": "src/plugins/saved_search",
|
||||
|
|
|
@ -454,7 +454,7 @@ The plugin exposes the static DefaultEditorController class to consume.
|
|||
|The Kibana actions plugin provides a framework to create executable actions. You can:
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/aiops/README.md[aiops]
|
||||
|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/aiops/README.md[aiops]
|
||||
|The plugin provides APIs and components for AIOps features, including the “Log rate analysis” UI, maintained by the ML team.
|
||||
|
||||
|
||||
|
@ -545,7 +545,7 @@ Plugin server-side only. Plugin has three main functions:
|
|||
|Serverless only plugin for users to view data usage
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/data_visualizer/README.md[dataVisualizer]
|
||||
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/data_visualizer/README.md[dataVisualizer]
|
||||
|The data_visualizer plugin enables you to explore the fields in your data.
|
||||
|
||||
|
||||
|
@ -726,7 +726,7 @@ using the CURL scripts in the scripts folder.
|
|||
|Exposes utilities to access metrics data.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/ml/readme.md[ml]
|
||||
|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/ml/readme.md[ml]
|
||||
|This plugin provides access to the machine learning features provided by
|
||||
Elastic.
|
||||
|
||||
|
@ -946,7 +946,7 @@ in their infrastructure.
|
|||
|Timelines is a plugin that provides a grid component with accompanying server side apis to help users identify events of interest and perform root cause analysis within Kibana.
|
||||
|
||||
|
||||
|{kib-repo}blob/{branch}/x-pack/plugins/transform/readme.md[transform]
|
||||
|{kib-repo}blob/{branch}/x-pack/platform/plugins/private/transform/readme.md[transform]
|
||||
|This plugin provides access to the transforms features provided by Elastic.
|
||||
|
||||
|
||||
|
|
|
@ -428,7 +428,7 @@ This connector was renamed. Refer to <<openai-action-type>>.
|
|||
== APIs
|
||||
|
||||
For the most up-to-date API details, refer to the
|
||||
{kib-repo}/tree/{branch}/x-pack/plugins/alerting/docs/openapi[alerting], {kib-repo}/tree/{branch}/x-pack/plugins/cases/docs/openapi[cases], {kib-repo}/tree/{branch}/x-pack/plugins/actions/docs/openapi[connectors], and {kib-repo}/tree/{branch}/x-pack/plugins/ml/common/openapi[machine learning] open API specifications.
|
||||
{kib-repo}/tree/{branch}/x-pack/plugins/alerting/docs/openapi[alerting], {kib-repo}/tree/{branch}/x-pack/plugins/cases/docs/openapi[cases], {kib-repo}/tree/{branch}/x-pack/plugins/actions/docs/openapi[connectors], and {kib-repo}/tree/{branch}/x-pack/platform/plugins/shared/ml/common/openapi[machine learning] open API specifications.
|
||||
|
||||
[role="exclude",id="add-case-connectors"]
|
||||
== Add connectors to cases
|
||||
|
|
|
@ -18,7 +18,7 @@ const { REPO_ROOT } = require('@kbn/repo-info');
|
|||
`${REPO_ROOT}/x-pack/plugins/alerting/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/plugins/cases/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/plugins/ml/common/openapi/ml_apis.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis.yaml`,
|
||||
`${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled.yaml`,
|
||||
|
||||
// Observability Solution
|
||||
|
|
|
@ -16,7 +16,7 @@ const { REPO_ROOT } = require('@kbn/repo-info');
|
|||
sourceGlobs: [
|
||||
`${REPO_ROOT}/oas_docs/bundle.serverless.json`,
|
||||
`${REPO_ROOT}/src/plugins/data_views/docs/openapi/bundled.yaml`,
|
||||
`${REPO_ROOT}/x-pack/plugins/ml/common/openapi/ml_apis_serverless.yaml`,
|
||||
`${REPO_ROOT}/x-pack/platform/plugins/shared/ml/common/openapi/ml_apis_serverless.yaml`,
|
||||
`${REPO_ROOT}/packages/core/saved-objects/docs/openapi/bundled_serverless.yaml`,
|
||||
|
||||
// Observability Solution
|
||||
|
|
92
package.json
92
package.json
|
@ -161,13 +161,13 @@
|
|||
"@kbn/ai-assistant": "link:x-pack/packages/kbn-ai-assistant",
|
||||
"@kbn/ai-assistant-common": "link:x-pack/packages/kbn-ai-assistant-common",
|
||||
"@kbn/ai-assistant-management-plugin": "link:src/plugins/ai_assistant_management/selection",
|
||||
"@kbn/aiops-change-point-detection": "link:x-pack/packages/ml/aiops_change_point_detection",
|
||||
"@kbn/aiops-common": "link:x-pack/packages/ml/aiops_common",
|
||||
"@kbn/aiops-components": "link:x-pack/packages/ml/aiops_components",
|
||||
"@kbn/aiops-log-pattern-analysis": "link:x-pack/packages/ml/aiops_log_pattern_analysis",
|
||||
"@kbn/aiops-log-rate-analysis": "link:x-pack/packages/ml/aiops_log_rate_analysis",
|
||||
"@kbn/aiops-plugin": "link:x-pack/plugins/aiops",
|
||||
"@kbn/aiops-test-utils": "link:x-pack/packages/ml/aiops_test_utils",
|
||||
"@kbn/aiops-change-point-detection": "link:x-pack/platform/packages/private/ml/aiops_change_point_detection",
|
||||
"@kbn/aiops-common": "link:x-pack/platform/packages/shared/ml/aiops_common",
|
||||
"@kbn/aiops-components": "link:x-pack/platform/packages/private/ml/aiops_components",
|
||||
"@kbn/aiops-log-pattern-analysis": "link:x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis",
|
||||
"@kbn/aiops-log-rate-analysis": "link:x-pack/platform/packages/shared/ml/aiops_log_rate_analysis",
|
||||
"@kbn/aiops-plugin": "link:x-pack/platform/plugins/shared/aiops",
|
||||
"@kbn/aiops-test-utils": "link:x-pack/platform/packages/private/ml/aiops_test_utils",
|
||||
"@kbn/alerting-api-integration-test-plugin": "link:x-pack/test/alerting_api_integration/common/plugins/alerts",
|
||||
"@kbn/alerting-comparators": "link:x-pack/packages/kbn-alerting-comparators",
|
||||
"@kbn/alerting-example-plugin": "link:x-pack/examples/alerting_example",
|
||||
|
@ -436,14 +436,14 @@
|
|||
"@kbn/data-view-management-plugin": "link:src/plugins/data_view_management",
|
||||
"@kbn/data-view-utils": "link:packages/kbn-data-view-utils",
|
||||
"@kbn/data-views-plugin": "link:src/plugins/data_views",
|
||||
"@kbn/data-visualizer-plugin": "link:x-pack/plugins/data_visualizer",
|
||||
"@kbn/data-visualizer-plugin": "link:x-pack/platform/plugins/private/data_visualizer",
|
||||
"@kbn/dataset-quality-plugin": "link:x-pack/plugins/observability_solution/dataset_quality",
|
||||
"@kbn/datemath": "link:packages/kbn-datemath",
|
||||
"@kbn/deeplinks-analytics": "link:packages/deeplinks/analytics",
|
||||
"@kbn/deeplinks-devtools": "link:packages/deeplinks/devtools",
|
||||
"@kbn/deeplinks-fleet": "link:packages/deeplinks/fleet",
|
||||
"@kbn/deeplinks-management": "link:packages/deeplinks/management",
|
||||
"@kbn/deeplinks-ml": "link:packages/deeplinks/ml",
|
||||
"@kbn/deeplinks-ml": "link:src/platform/packages/shared/deeplinks/ml",
|
||||
"@kbn/deeplinks-observability": "link:packages/deeplinks/observability",
|
||||
"@kbn/deeplinks-search": "link:packages/deeplinks/search",
|
||||
"@kbn/deeplinks-security": "link:packages/deeplinks/security",
|
||||
|
@ -451,7 +451,7 @@
|
|||
"@kbn/default-nav-analytics": "link:packages/default-nav/analytics",
|
||||
"@kbn/default-nav-devtools": "link:packages/default-nav/devtools",
|
||||
"@kbn/default-nav-management": "link:packages/default-nav/management",
|
||||
"@kbn/default-nav-ml": "link:packages/default-nav/ml",
|
||||
"@kbn/default-nav-ml": "link:src/platform/packages/private/default-nav/ml",
|
||||
"@kbn/dev-tools-plugin": "link:src/plugins/dev_tools",
|
||||
"@kbn/developer-examples-plugin": "link:examples/developer_examples",
|
||||
"@kbn/discover-contextual-components": "link:packages/kbn-discover-contextual-components",
|
||||
|
@ -579,7 +579,7 @@
|
|||
"@kbn/index-patterns-test-plugin": "link:test/plugin_functional/plugins/index_patterns",
|
||||
"@kbn/inference-common": "link:x-pack/packages/ai-infra/inference-common",
|
||||
"@kbn/inference-plugin": "link:x-pack/plugins/inference",
|
||||
"@kbn/inference_integration_flyout": "link:x-pack/packages/ml/inference_integration_flyout",
|
||||
"@kbn/inference_integration_flyout": "link:x-pack/platform/packages/private/ml/inference_integration_flyout",
|
||||
"@kbn/infra-forge": "link:x-pack/packages/kbn-infra-forge",
|
||||
"@kbn/infra-plugin": "link:x-pack/plugins/observability_solution/infra",
|
||||
"@kbn/ingest-pipelines-plugin": "link:x-pack/plugins/ingest_pipelines",
|
||||
|
@ -596,7 +596,7 @@
|
|||
"@kbn/io-ts-utils": "link:packages/kbn-io-ts-utils",
|
||||
"@kbn/ipynb": "link:packages/kbn-ipynb",
|
||||
"@kbn/item-buffer": "link:packages/kbn-item-buffer",
|
||||
"@kbn/json-schemas": "link:x-pack/packages/ml/json_schemas",
|
||||
"@kbn/json-schemas": "link:x-pack/platform/packages/private/ml/json_schemas",
|
||||
"@kbn/kbn-health-gateway-status-plugin": "link:test/health_gateway/plugins/status",
|
||||
"@kbn/kbn-sample-panel-action-plugin": "link:test/plugin_functional/plugins/kbn_sample_panel_action",
|
||||
"@kbn/kbn-top-nav-plugin": "link:test/plugin_functional/plugins/kbn_top_nav",
|
||||
|
@ -649,39 +649,39 @@
|
|||
"@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/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-cancellable-search": "link:x-pack/packages/ml/cancellable_search",
|
||||
"@kbn/ml-category-validator": "link:x-pack/packages/ml/category_validator",
|
||||
"@kbn/ml-chi2test": "link:x-pack/packages/ml/chi2test",
|
||||
"@kbn/ml-creation-wizard-utils": "link:x-pack/packages/ml/creation_wizard_utils",
|
||||
"@kbn/ml-data-frame-analytics-utils": "link:x-pack/packages/ml/data_frame_analytics_utils",
|
||||
"@kbn/ml-data-grid": "link:x-pack/packages/ml/data_grid",
|
||||
"@kbn/ml-data-view-utils": "link:x-pack/packages/ml/data_view_utils",
|
||||
"@kbn/ml-date-picker": "link:x-pack/packages/ml/date_picker",
|
||||
"@kbn/ml-date-utils": "link:x-pack/packages/ml/date_utils",
|
||||
"@kbn/ml-error-utils": "link:x-pack/packages/ml/error_utils",
|
||||
"@kbn/ml-field-stats-flyout": "link:x-pack/packages/ml/field_stats_flyout",
|
||||
"@kbn/ml-in-memory-table": "link:x-pack/packages/ml/in_memory_table",
|
||||
"@kbn/ml-is-defined": "link:x-pack/packages/ml/is_defined",
|
||||
"@kbn/ml-is-populated-object": "link:x-pack/packages/ml/is_populated_object",
|
||||
"@kbn/ml-kibana-theme": "link:x-pack/packages/ml/kibana_theme",
|
||||
"@kbn/ml-local-storage": "link:x-pack/packages/ml/local_storage",
|
||||
"@kbn/ml-nested-property": "link:x-pack/packages/ml/nested_property",
|
||||
"@kbn/ml-number-utils": "link:x-pack/packages/ml/number_utils",
|
||||
"@kbn/ml-parse-interval": "link:x-pack/packages/ml/parse_interval",
|
||||
"@kbn/ml-plugin": "link:x-pack/plugins/ml",
|
||||
"@kbn/ml-query-utils": "link:x-pack/packages/ml/query_utils",
|
||||
"@kbn/ml-random-sampler-utils": "link:x-pack/packages/ml/random_sampler_utils",
|
||||
"@kbn/ml-response-stream": "link:x-pack/packages/ml/response_stream",
|
||||
"@kbn/ml-route-utils": "link:x-pack/packages/ml/route_utils",
|
||||
"@kbn/ml-runtime-field-utils": "link:x-pack/packages/ml/runtime_field_utils",
|
||||
"@kbn/ml-string-hash": "link:x-pack/packages/ml/string_hash",
|
||||
"@kbn/ml-time-buckets": "link:x-pack/packages/ml/time_buckets",
|
||||
"@kbn/ml-trained-models-utils": "link:x-pack/packages/ml/trained_models_utils",
|
||||
"@kbn/ml-ui-actions": "link:x-pack/packages/ml/ui_actions",
|
||||
"@kbn/ml-url-state": "link:x-pack/packages/ml/url_state",
|
||||
"@kbn/ml-validators": "link:x-pack/packages/ml/validators",
|
||||
"@kbn/ml-agg-utils": "link:x-pack/platform/packages/private/ml/agg_utils",
|
||||
"@kbn/ml-anomaly-utils": "link:x-pack/platform/packages/shared/ml/anomaly_utils",
|
||||
"@kbn/ml-cancellable-search": "link:x-pack/platform/packages/private/ml/cancellable_search",
|
||||
"@kbn/ml-category-validator": "link:x-pack/platform/packages/private/ml/category_validator",
|
||||
"@kbn/ml-chi2test": "link:x-pack/platform/packages/shared/ml/chi2test",
|
||||
"@kbn/ml-creation-wizard-utils": "link:x-pack/platform/packages/private/ml/creation_wizard_utils",
|
||||
"@kbn/ml-data-frame-analytics-utils": "link:x-pack/platform/packages/private/ml/data_frame_analytics_utils",
|
||||
"@kbn/ml-data-grid": "link:x-pack/platform/packages/private/ml/data_grid",
|
||||
"@kbn/ml-data-view-utils": "link:x-pack/platform/packages/private/ml/data_view_utils",
|
||||
"@kbn/ml-date-picker": "link:x-pack/platform/packages/private/ml/date_picker",
|
||||
"@kbn/ml-date-utils": "link:x-pack/platform/packages/private/ml/date_utils",
|
||||
"@kbn/ml-error-utils": "link:x-pack/platform/packages/shared/ml/error_utils",
|
||||
"@kbn/ml-field-stats-flyout": "link:x-pack/platform/packages/private/ml/field_stats_flyout",
|
||||
"@kbn/ml-in-memory-table": "link:x-pack/platform/packages/private/ml/in_memory_table",
|
||||
"@kbn/ml-is-defined": "link:x-pack/platform/packages/private/ml/is_defined",
|
||||
"@kbn/ml-is-populated-object": "link:x-pack/platform/packages/private/ml/is_populated_object",
|
||||
"@kbn/ml-kibana-theme": "link:x-pack/platform/packages/private/ml/kibana_theme",
|
||||
"@kbn/ml-local-storage": "link:x-pack/platform/packages/private/ml/local_storage",
|
||||
"@kbn/ml-nested-property": "link:x-pack/platform/packages/private/ml/nested_property",
|
||||
"@kbn/ml-number-utils": "link:x-pack/platform/packages/private/ml/number_utils",
|
||||
"@kbn/ml-parse-interval": "link:x-pack/platform/packages/private/ml/parse_interval",
|
||||
"@kbn/ml-plugin": "link:x-pack/platform/plugins/shared/ml",
|
||||
"@kbn/ml-query-utils": "link:x-pack/platform/packages/private/ml/query_utils",
|
||||
"@kbn/ml-random-sampler-utils": "link:x-pack/platform/packages/shared/ml/random_sampler_utils",
|
||||
"@kbn/ml-response-stream": "link:x-pack/platform/packages/shared/ml/response_stream",
|
||||
"@kbn/ml-route-utils": "link:x-pack/platform/packages/private/ml/route_utils",
|
||||
"@kbn/ml-runtime-field-utils": "link:x-pack/platform/packages/shared/ml/runtime_field_utils",
|
||||
"@kbn/ml-string-hash": "link:x-pack/platform/packages/private/ml/string_hash",
|
||||
"@kbn/ml-time-buckets": "link:x-pack/platform/packages/private/ml/time_buckets",
|
||||
"@kbn/ml-trained-models-utils": "link:x-pack/platform/packages/shared/ml/trained_models_utils",
|
||||
"@kbn/ml-ui-actions": "link:x-pack/platform/packages/private/ml/ui_actions",
|
||||
"@kbn/ml-url-state": "link:x-pack/platform/packages/private/ml/url_state",
|
||||
"@kbn/ml-validators": "link:x-pack/platform/packages/private/ml/validators",
|
||||
"@kbn/monaco": "link:packages/kbn-monaco",
|
||||
"@kbn/monitoring-collection-plugin": "link:x-pack/plugins/monitoring_collection",
|
||||
"@kbn/monitoring-plugin": "link:x-pack/plugins/monitoring",
|
||||
|
@ -962,7 +962,7 @@
|
|||
"@kbn/timelion-grammar": "link:packages/kbn-timelion-grammar",
|
||||
"@kbn/timerange": "link:packages/kbn-timerange",
|
||||
"@kbn/tinymath": "link:packages/kbn-tinymath",
|
||||
"@kbn/transform-plugin": "link:x-pack/plugins/transform",
|
||||
"@kbn/transform-plugin": "link:x-pack/platform/plugins/private/transform",
|
||||
"@kbn/translations-plugin": "link:x-pack/plugins/translations",
|
||||
"@kbn/transpose-utils": "link:packages/kbn-transpose-utils",
|
||||
"@kbn/triggers-actions-ui-example-plugin": "link:x-pack/examples/triggers_actions_ui_example",
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../..',
|
||||
roots: ['<rootDir>/packages/default-nav/ml'],
|
||||
rootDir: '../../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/private/default-nav/ml'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"extends": "../../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
module.exports = {
|
||||
preset: '@kbn/test',
|
||||
rootDir: '../../..',
|
||||
roots: ['<rootDir>/packages/deeplinks/ml'],
|
||||
rootDir: '../../../../../..',
|
||||
roots: ['<rootDir>/src/platform/packages/shared/deeplinks/ml'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../../tsconfig.base.json",
|
||||
"extends": "../../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -20,20 +20,20 @@
|
|||
"@kbn/ai-assistant-common/*": ["x-pack/packages/kbn-ai-assistant-common/*"],
|
||||
"@kbn/ai-assistant-management-plugin": ["src/plugins/ai_assistant_management/selection"],
|
||||
"@kbn/ai-assistant-management-plugin/*": ["src/plugins/ai_assistant_management/selection/*"],
|
||||
"@kbn/aiops-change-point-detection": ["x-pack/packages/ml/aiops_change_point_detection"],
|
||||
"@kbn/aiops-change-point-detection/*": ["x-pack/packages/ml/aiops_change_point_detection/*"],
|
||||
"@kbn/aiops-common": ["x-pack/packages/ml/aiops_common"],
|
||||
"@kbn/aiops-common/*": ["x-pack/packages/ml/aiops_common/*"],
|
||||
"@kbn/aiops-components": ["x-pack/packages/ml/aiops_components"],
|
||||
"@kbn/aiops-components/*": ["x-pack/packages/ml/aiops_components/*"],
|
||||
"@kbn/aiops-log-pattern-analysis": ["x-pack/packages/ml/aiops_log_pattern_analysis"],
|
||||
"@kbn/aiops-log-pattern-analysis/*": ["x-pack/packages/ml/aiops_log_pattern_analysis/*"],
|
||||
"@kbn/aiops-log-rate-analysis": ["x-pack/packages/ml/aiops_log_rate_analysis"],
|
||||
"@kbn/aiops-log-rate-analysis/*": ["x-pack/packages/ml/aiops_log_rate_analysis/*"],
|
||||
"@kbn/aiops-plugin": ["x-pack/plugins/aiops"],
|
||||
"@kbn/aiops-plugin/*": ["x-pack/plugins/aiops/*"],
|
||||
"@kbn/aiops-test-utils": ["x-pack/packages/ml/aiops_test_utils"],
|
||||
"@kbn/aiops-test-utils/*": ["x-pack/packages/ml/aiops_test_utils/*"],
|
||||
"@kbn/aiops-change-point-detection": ["x-pack/platform/packages/private/ml/aiops_change_point_detection"],
|
||||
"@kbn/aiops-change-point-detection/*": ["x-pack/platform/packages/private/ml/aiops_change_point_detection/*"],
|
||||
"@kbn/aiops-common": ["x-pack/platform/packages/shared/ml/aiops_common"],
|
||||
"@kbn/aiops-common/*": ["x-pack/platform/packages/shared/ml/aiops_common/*"],
|
||||
"@kbn/aiops-components": ["x-pack/platform/packages/private/ml/aiops_components"],
|
||||
"@kbn/aiops-components/*": ["x-pack/platform/packages/private/ml/aiops_components/*"],
|
||||
"@kbn/aiops-log-pattern-analysis": ["x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis"],
|
||||
"@kbn/aiops-log-pattern-analysis/*": ["x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/*"],
|
||||
"@kbn/aiops-log-rate-analysis": ["x-pack/platform/packages/shared/ml/aiops_log_rate_analysis"],
|
||||
"@kbn/aiops-log-rate-analysis/*": ["x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/*"],
|
||||
"@kbn/aiops-plugin": ["x-pack/platform/plugins/shared/aiops"],
|
||||
"@kbn/aiops-plugin/*": ["x-pack/platform/plugins/shared/aiops/*"],
|
||||
"@kbn/aiops-test-utils": ["x-pack/platform/packages/private/ml/aiops_test_utils"],
|
||||
"@kbn/aiops-test-utils/*": ["x-pack/platform/packages/private/ml/aiops_test_utils/*"],
|
||||
"@kbn/alerting-api-integration-helpers": ["x-pack/test/alerting_api_integration/packages/helpers"],
|
||||
"@kbn/alerting-api-integration-helpers/*": ["x-pack/test/alerting_api_integration/packages/helpers/*"],
|
||||
"@kbn/alerting-api-integration-test-plugin": ["x-pack/test/alerting_api_integration/common/plugins/alerts"],
|
||||
|
@ -726,8 +726,8 @@
|
|||
"@kbn/data-view-utils/*": ["packages/kbn-data-view-utils/*"],
|
||||
"@kbn/data-views-plugin": ["src/plugins/data_views"],
|
||||
"@kbn/data-views-plugin/*": ["src/plugins/data_views/*"],
|
||||
"@kbn/data-visualizer-plugin": ["x-pack/plugins/data_visualizer"],
|
||||
"@kbn/data-visualizer-plugin/*": ["x-pack/plugins/data_visualizer/*"],
|
||||
"@kbn/data-visualizer-plugin": ["x-pack/platform/plugins/private/data_visualizer"],
|
||||
"@kbn/data-visualizer-plugin/*": ["x-pack/platform/plugins/private/data_visualizer/*"],
|
||||
"@kbn/dataset-quality-plugin": ["x-pack/plugins/observability_solution/dataset_quality"],
|
||||
"@kbn/dataset-quality-plugin/*": ["x-pack/plugins/observability_solution/dataset_quality/*"],
|
||||
"@kbn/datemath": ["packages/kbn-datemath"],
|
||||
|
@ -740,8 +740,8 @@
|
|||
"@kbn/deeplinks-fleet/*": ["packages/deeplinks/fleet/*"],
|
||||
"@kbn/deeplinks-management": ["packages/deeplinks/management"],
|
||||
"@kbn/deeplinks-management/*": ["packages/deeplinks/management/*"],
|
||||
"@kbn/deeplinks-ml": ["packages/deeplinks/ml"],
|
||||
"@kbn/deeplinks-ml/*": ["packages/deeplinks/ml/*"],
|
||||
"@kbn/deeplinks-ml": ["src/platform/packages/shared/deeplinks/ml"],
|
||||
"@kbn/deeplinks-ml/*": ["src/platform/packages/shared/deeplinks/ml/*"],
|
||||
"@kbn/deeplinks-observability": ["packages/deeplinks/observability"],
|
||||
"@kbn/deeplinks-observability/*": ["packages/deeplinks/observability/*"],
|
||||
"@kbn/deeplinks-search": ["packages/deeplinks/search"],
|
||||
|
@ -756,8 +756,8 @@
|
|||
"@kbn/default-nav-devtools/*": ["packages/default-nav/devtools/*"],
|
||||
"@kbn/default-nav-management": ["packages/default-nav/management"],
|
||||
"@kbn/default-nav-management/*": ["packages/default-nav/management/*"],
|
||||
"@kbn/default-nav-ml": ["packages/default-nav/ml"],
|
||||
"@kbn/default-nav-ml/*": ["packages/default-nav/ml/*"],
|
||||
"@kbn/default-nav-ml": ["src/platform/packages/private/default-nav/ml"],
|
||||
"@kbn/default-nav-ml/*": ["src/platform/packages/private/default-nav/ml/*"],
|
||||
"@kbn/dependency-ownership": ["packages/kbn-dependency-ownership"],
|
||||
"@kbn/dependency-ownership/*": ["packages/kbn-dependency-ownership/*"],
|
||||
"@kbn/dependency-usage": ["packages/kbn-dependency-usage"],
|
||||
|
@ -1060,8 +1060,8 @@
|
|||
"@kbn/index-management-shared-types/*": ["x-pack/packages/index-management/index_management_shared_types/*"],
|
||||
"@kbn/index-patterns-test-plugin": ["test/plugin_functional/plugins/index_patterns"],
|
||||
"@kbn/index-patterns-test-plugin/*": ["test/plugin_functional/plugins/index_patterns/*"],
|
||||
"@kbn/inference_integration_flyout": ["x-pack/packages/ml/inference_integration_flyout"],
|
||||
"@kbn/inference_integration_flyout/*": ["x-pack/packages/ml/inference_integration_flyout/*"],
|
||||
"@kbn/inference_integration_flyout": ["x-pack/platform/packages/private/ml/inference_integration_flyout"],
|
||||
"@kbn/inference_integration_flyout/*": ["x-pack/platform/packages/private/ml/inference_integration_flyout/*"],
|
||||
"@kbn/inference-common": ["x-pack/packages/ai-infra/inference-common"],
|
||||
"@kbn/inference-common/*": ["x-pack/packages/ai-infra/inference-common/*"],
|
||||
"@kbn/inference-plugin": ["x-pack/plugins/inference"],
|
||||
|
@ -1106,8 +1106,8 @@
|
|||
"@kbn/journeys/*": ["packages/kbn-journeys/*"],
|
||||
"@kbn/json-ast": ["packages/kbn-json-ast"],
|
||||
"@kbn/json-ast/*": ["packages/kbn-json-ast/*"],
|
||||
"@kbn/json-schemas": ["x-pack/packages/ml/json_schemas"],
|
||||
"@kbn/json-schemas/*": ["x-pack/packages/ml/json_schemas/*"],
|
||||
"@kbn/json-schemas": ["x-pack/platform/packages/private/ml/json_schemas"],
|
||||
"@kbn/json-schemas/*": ["x-pack/platform/packages/private/ml/json_schemas/*"],
|
||||
"@kbn/kbn-health-gateway-status-plugin": ["test/health_gateway/plugins/status"],
|
||||
"@kbn/kbn-health-gateway-status-plugin/*": ["test/health_gateway/plugins/status/*"],
|
||||
"@kbn/kbn-sample-panel-action-plugin": ["test/plugin_functional/plugins/kbn_sample_panel_action"],
|
||||
|
@ -1226,72 +1226,72 @@
|
|||
"@kbn/maps-vector-tile-utils/*": ["x-pack/packages/maps/vector_tile_utils/*"],
|
||||
"@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"],
|
||||
"@kbn/ml-anomaly-utils/*": ["x-pack/packages/ml/anomaly_utils/*"],
|
||||
"@kbn/ml-cancellable-search": ["x-pack/packages/ml/cancellable_search"],
|
||||
"@kbn/ml-cancellable-search/*": ["x-pack/packages/ml/cancellable_search/*"],
|
||||
"@kbn/ml-category-validator": ["x-pack/packages/ml/category_validator"],
|
||||
"@kbn/ml-category-validator/*": ["x-pack/packages/ml/category_validator/*"],
|
||||
"@kbn/ml-chi2test": ["x-pack/packages/ml/chi2test"],
|
||||
"@kbn/ml-chi2test/*": ["x-pack/packages/ml/chi2test/*"],
|
||||
"@kbn/ml-creation-wizard-utils": ["x-pack/packages/ml/creation_wizard_utils"],
|
||||
"@kbn/ml-creation-wizard-utils/*": ["x-pack/packages/ml/creation_wizard_utils/*"],
|
||||
"@kbn/ml-data-frame-analytics-utils": ["x-pack/packages/ml/data_frame_analytics_utils"],
|
||||
"@kbn/ml-data-frame-analytics-utils/*": ["x-pack/packages/ml/data_frame_analytics_utils/*"],
|
||||
"@kbn/ml-data-grid": ["x-pack/packages/ml/data_grid"],
|
||||
"@kbn/ml-data-grid/*": ["x-pack/packages/ml/data_grid/*"],
|
||||
"@kbn/ml-data-view-utils": ["x-pack/packages/ml/data_view_utils"],
|
||||
"@kbn/ml-data-view-utils/*": ["x-pack/packages/ml/data_view_utils/*"],
|
||||
"@kbn/ml-date-picker": ["x-pack/packages/ml/date_picker"],
|
||||
"@kbn/ml-date-picker/*": ["x-pack/packages/ml/date_picker/*"],
|
||||
"@kbn/ml-date-utils": ["x-pack/packages/ml/date_utils"],
|
||||
"@kbn/ml-date-utils/*": ["x-pack/packages/ml/date_utils/*"],
|
||||
"@kbn/ml-error-utils": ["x-pack/packages/ml/error_utils"],
|
||||
"@kbn/ml-error-utils/*": ["x-pack/packages/ml/error_utils/*"],
|
||||
"@kbn/ml-field-stats-flyout": ["x-pack/packages/ml/field_stats_flyout"],
|
||||
"@kbn/ml-field-stats-flyout/*": ["x-pack/packages/ml/field_stats_flyout/*"],
|
||||
"@kbn/ml-in-memory-table": ["x-pack/packages/ml/in_memory_table"],
|
||||
"@kbn/ml-in-memory-table/*": ["x-pack/packages/ml/in_memory_table/*"],
|
||||
"@kbn/ml-is-defined": ["x-pack/packages/ml/is_defined"],
|
||||
"@kbn/ml-is-defined/*": ["x-pack/packages/ml/is_defined/*"],
|
||||
"@kbn/ml-is-populated-object": ["x-pack/packages/ml/is_populated_object"],
|
||||
"@kbn/ml-is-populated-object/*": ["x-pack/packages/ml/is_populated_object/*"],
|
||||
"@kbn/ml-kibana-theme": ["x-pack/packages/ml/kibana_theme"],
|
||||
"@kbn/ml-kibana-theme/*": ["x-pack/packages/ml/kibana_theme/*"],
|
||||
"@kbn/ml-local-storage": ["x-pack/packages/ml/local_storage"],
|
||||
"@kbn/ml-local-storage/*": ["x-pack/packages/ml/local_storage/*"],
|
||||
"@kbn/ml-nested-property": ["x-pack/packages/ml/nested_property"],
|
||||
"@kbn/ml-nested-property/*": ["x-pack/packages/ml/nested_property/*"],
|
||||
"@kbn/ml-number-utils": ["x-pack/packages/ml/number_utils"],
|
||||
"@kbn/ml-number-utils/*": ["x-pack/packages/ml/number_utils/*"],
|
||||
"@kbn/ml-parse-interval": ["x-pack/packages/ml/parse_interval"],
|
||||
"@kbn/ml-parse-interval/*": ["x-pack/packages/ml/parse_interval/*"],
|
||||
"@kbn/ml-plugin": ["x-pack/plugins/ml"],
|
||||
"@kbn/ml-plugin/*": ["x-pack/plugins/ml/*"],
|
||||
"@kbn/ml-query-utils": ["x-pack/packages/ml/query_utils"],
|
||||
"@kbn/ml-query-utils/*": ["x-pack/packages/ml/query_utils/*"],
|
||||
"@kbn/ml-random-sampler-utils": ["x-pack/packages/ml/random_sampler_utils"],
|
||||
"@kbn/ml-random-sampler-utils/*": ["x-pack/packages/ml/random_sampler_utils/*"],
|
||||
"@kbn/ml-response-stream": ["x-pack/packages/ml/response_stream"],
|
||||
"@kbn/ml-response-stream/*": ["x-pack/packages/ml/response_stream/*"],
|
||||
"@kbn/ml-route-utils": ["x-pack/packages/ml/route_utils"],
|
||||
"@kbn/ml-route-utils/*": ["x-pack/packages/ml/route_utils/*"],
|
||||
"@kbn/ml-runtime-field-utils": ["x-pack/packages/ml/runtime_field_utils"],
|
||||
"@kbn/ml-runtime-field-utils/*": ["x-pack/packages/ml/runtime_field_utils/*"],
|
||||
"@kbn/ml-string-hash": ["x-pack/packages/ml/string_hash"],
|
||||
"@kbn/ml-string-hash/*": ["x-pack/packages/ml/string_hash/*"],
|
||||
"@kbn/ml-time-buckets": ["x-pack/packages/ml/time_buckets"],
|
||||
"@kbn/ml-time-buckets/*": ["x-pack/packages/ml/time_buckets/*"],
|
||||
"@kbn/ml-trained-models-utils": ["x-pack/packages/ml/trained_models_utils"],
|
||||
"@kbn/ml-trained-models-utils/*": ["x-pack/packages/ml/trained_models_utils/*"],
|
||||
"@kbn/ml-ui-actions": ["x-pack/packages/ml/ui_actions"],
|
||||
"@kbn/ml-ui-actions/*": ["x-pack/packages/ml/ui_actions/*"],
|
||||
"@kbn/ml-url-state": ["x-pack/packages/ml/url_state"],
|
||||
"@kbn/ml-url-state/*": ["x-pack/packages/ml/url_state/*"],
|
||||
"@kbn/ml-validators": ["x-pack/packages/ml/validators"],
|
||||
"@kbn/ml-validators/*": ["x-pack/packages/ml/validators/*"],
|
||||
"@kbn/ml-agg-utils": ["x-pack/platform/packages/private/ml/agg_utils"],
|
||||
"@kbn/ml-agg-utils/*": ["x-pack/platform/packages/private/ml/agg_utils/*"],
|
||||
"@kbn/ml-anomaly-utils": ["x-pack/platform/packages/shared/ml/anomaly_utils"],
|
||||
"@kbn/ml-anomaly-utils/*": ["x-pack/platform/packages/shared/ml/anomaly_utils/*"],
|
||||
"@kbn/ml-cancellable-search": ["x-pack/platform/packages/private/ml/cancellable_search"],
|
||||
"@kbn/ml-cancellable-search/*": ["x-pack/platform/packages/private/ml/cancellable_search/*"],
|
||||
"@kbn/ml-category-validator": ["x-pack/platform/packages/private/ml/category_validator"],
|
||||
"@kbn/ml-category-validator/*": ["x-pack/platform/packages/private/ml/category_validator/*"],
|
||||
"@kbn/ml-chi2test": ["x-pack/platform/packages/shared/ml/chi2test"],
|
||||
"@kbn/ml-chi2test/*": ["x-pack/platform/packages/shared/ml/chi2test/*"],
|
||||
"@kbn/ml-creation-wizard-utils": ["x-pack/platform/packages/private/ml/creation_wizard_utils"],
|
||||
"@kbn/ml-creation-wizard-utils/*": ["x-pack/platform/packages/private/ml/creation_wizard_utils/*"],
|
||||
"@kbn/ml-data-frame-analytics-utils": ["x-pack/platform/packages/private/ml/data_frame_analytics_utils"],
|
||||
"@kbn/ml-data-frame-analytics-utils/*": ["x-pack/platform/packages/private/ml/data_frame_analytics_utils/*"],
|
||||
"@kbn/ml-data-grid": ["x-pack/platform/packages/private/ml/data_grid"],
|
||||
"@kbn/ml-data-grid/*": ["x-pack/platform/packages/private/ml/data_grid/*"],
|
||||
"@kbn/ml-data-view-utils": ["x-pack/platform/packages/private/ml/data_view_utils"],
|
||||
"@kbn/ml-data-view-utils/*": ["x-pack/platform/packages/private/ml/data_view_utils/*"],
|
||||
"@kbn/ml-date-picker": ["x-pack/platform/packages/private/ml/date_picker"],
|
||||
"@kbn/ml-date-picker/*": ["x-pack/platform/packages/private/ml/date_picker/*"],
|
||||
"@kbn/ml-date-utils": ["x-pack/platform/packages/private/ml/date_utils"],
|
||||
"@kbn/ml-date-utils/*": ["x-pack/platform/packages/private/ml/date_utils/*"],
|
||||
"@kbn/ml-error-utils": ["x-pack/platform/packages/shared/ml/error_utils"],
|
||||
"@kbn/ml-error-utils/*": ["x-pack/platform/packages/shared/ml/error_utils/*"],
|
||||
"@kbn/ml-field-stats-flyout": ["x-pack/platform/packages/private/ml/field_stats_flyout"],
|
||||
"@kbn/ml-field-stats-flyout/*": ["x-pack/platform/packages/private/ml/field_stats_flyout/*"],
|
||||
"@kbn/ml-in-memory-table": ["x-pack/platform/packages/private/ml/in_memory_table"],
|
||||
"@kbn/ml-in-memory-table/*": ["x-pack/platform/packages/private/ml/in_memory_table/*"],
|
||||
"@kbn/ml-is-defined": ["x-pack/platform/packages/private/ml/is_defined"],
|
||||
"@kbn/ml-is-defined/*": ["x-pack/platform/packages/private/ml/is_defined/*"],
|
||||
"@kbn/ml-is-populated-object": ["x-pack/platform/packages/private/ml/is_populated_object"],
|
||||
"@kbn/ml-is-populated-object/*": ["x-pack/platform/packages/private/ml/is_populated_object/*"],
|
||||
"@kbn/ml-kibana-theme": ["x-pack/platform/packages/private/ml/kibana_theme"],
|
||||
"@kbn/ml-kibana-theme/*": ["x-pack/platform/packages/private/ml/kibana_theme/*"],
|
||||
"@kbn/ml-local-storage": ["x-pack/platform/packages/private/ml/local_storage"],
|
||||
"@kbn/ml-local-storage/*": ["x-pack/platform/packages/private/ml/local_storage/*"],
|
||||
"@kbn/ml-nested-property": ["x-pack/platform/packages/private/ml/nested_property"],
|
||||
"@kbn/ml-nested-property/*": ["x-pack/platform/packages/private/ml/nested_property/*"],
|
||||
"@kbn/ml-number-utils": ["x-pack/platform/packages/private/ml/number_utils"],
|
||||
"@kbn/ml-number-utils/*": ["x-pack/platform/packages/private/ml/number_utils/*"],
|
||||
"@kbn/ml-parse-interval": ["x-pack/platform/packages/private/ml/parse_interval"],
|
||||
"@kbn/ml-parse-interval/*": ["x-pack/platform/packages/private/ml/parse_interval/*"],
|
||||
"@kbn/ml-plugin": ["x-pack/platform/plugins/shared/ml"],
|
||||
"@kbn/ml-plugin/*": ["x-pack/platform/plugins/shared/ml/*"],
|
||||
"@kbn/ml-query-utils": ["x-pack/platform/packages/private/ml/query_utils"],
|
||||
"@kbn/ml-query-utils/*": ["x-pack/platform/packages/private/ml/query_utils/*"],
|
||||
"@kbn/ml-random-sampler-utils": ["x-pack/platform/packages/shared/ml/random_sampler_utils"],
|
||||
"@kbn/ml-random-sampler-utils/*": ["x-pack/platform/packages/shared/ml/random_sampler_utils/*"],
|
||||
"@kbn/ml-response-stream": ["x-pack/platform/packages/shared/ml/response_stream"],
|
||||
"@kbn/ml-response-stream/*": ["x-pack/platform/packages/shared/ml/response_stream/*"],
|
||||
"@kbn/ml-route-utils": ["x-pack/platform/packages/private/ml/route_utils"],
|
||||
"@kbn/ml-route-utils/*": ["x-pack/platform/packages/private/ml/route_utils/*"],
|
||||
"@kbn/ml-runtime-field-utils": ["x-pack/platform/packages/shared/ml/runtime_field_utils"],
|
||||
"@kbn/ml-runtime-field-utils/*": ["x-pack/platform/packages/shared/ml/runtime_field_utils/*"],
|
||||
"@kbn/ml-string-hash": ["x-pack/platform/packages/private/ml/string_hash"],
|
||||
"@kbn/ml-string-hash/*": ["x-pack/platform/packages/private/ml/string_hash/*"],
|
||||
"@kbn/ml-time-buckets": ["x-pack/platform/packages/private/ml/time_buckets"],
|
||||
"@kbn/ml-time-buckets/*": ["x-pack/platform/packages/private/ml/time_buckets/*"],
|
||||
"@kbn/ml-trained-models-utils": ["x-pack/platform/packages/shared/ml/trained_models_utils"],
|
||||
"@kbn/ml-trained-models-utils/*": ["x-pack/platform/packages/shared/ml/trained_models_utils/*"],
|
||||
"@kbn/ml-ui-actions": ["x-pack/platform/packages/private/ml/ui_actions"],
|
||||
"@kbn/ml-ui-actions/*": ["x-pack/platform/packages/private/ml/ui_actions/*"],
|
||||
"@kbn/ml-url-state": ["x-pack/platform/packages/private/ml/url_state"],
|
||||
"@kbn/ml-url-state/*": ["x-pack/platform/packages/private/ml/url_state/*"],
|
||||
"@kbn/ml-validators": ["x-pack/platform/packages/private/ml/validators"],
|
||||
"@kbn/ml-validators/*": ["x-pack/platform/packages/private/ml/validators/*"],
|
||||
"@kbn/mock-idp-plugin": ["packages/kbn-mock-idp-plugin"],
|
||||
"@kbn/mock-idp-plugin/*": ["packages/kbn-mock-idp-plugin/*"],
|
||||
"@kbn/mock-idp-utils": ["packages/kbn-mock-idp-utils"],
|
||||
|
@ -1930,8 +1930,8 @@
|
|||
"@kbn/tinymath/*": ["packages/kbn-tinymath/*"],
|
||||
"@kbn/tooling-log": ["packages/kbn-tooling-log"],
|
||||
"@kbn/tooling-log/*": ["packages/kbn-tooling-log/*"],
|
||||
"@kbn/transform-plugin": ["x-pack/plugins/transform"],
|
||||
"@kbn/transform-plugin/*": ["x-pack/plugins/transform/*"],
|
||||
"@kbn/transform-plugin": ["x-pack/platform/plugins/private/transform"],
|
||||
"@kbn/transform-plugin/*": ["x-pack/platform/plugins/private/transform/*"],
|
||||
"@kbn/translations-plugin": ["x-pack/plugins/translations"],
|
||||
"@kbn/translations-plugin/*": ["x-pack/plugins/translations/*"],
|
||||
"@kbn/transpose-utils": ["packages/kbn-transpose-utils"],
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
"paths": {
|
||||
"xpack.actions": "plugins/actions",
|
||||
"xpack.aiops": [
|
||||
"packages/ml/aiops_common",
|
||||
"packages/ml/aiops_components",
|
||||
"packages/ml/aiops_log_pattern_analysis",
|
||||
"packages/ml/aiops_log_rate_analysis",
|
||||
"plugins/aiops"
|
||||
"platform/packages/shared/ml/aiops_common",
|
||||
"platform/packages/private/ml/aiops_components",
|
||||
"platform/packages/shared/ml/aiops_log_pattern_analysis",
|
||||
"platform/packages/shared/ml/aiops_log_rate_analysis",
|
||||
"platform/plugins/shared/aiops"
|
||||
],
|
||||
"xpack.aiAssistant": "packages/kbn-ai-assistant",
|
||||
"xpack.alerting": "plugins/alerting",
|
||||
|
@ -43,7 +43,7 @@
|
|||
"xpack.endpoint": "plugins/endpoint",
|
||||
"xpack.enterpriseSearch": "plugins/enterprise_search",
|
||||
"xpack.features": "plugins/features",
|
||||
"xpack.dataVisualizer": "plugins/data_visualizer",
|
||||
"xpack.dataVisualizer": "platform/plugins/private/data_visualizer",
|
||||
"xpack.exploratoryView": "plugins/observability_solution/exploratory_view",
|
||||
"xpack.fileUpload": "plugins/file_upload",
|
||||
"xpack.globalSearch": [
|
||||
|
@ -85,17 +85,17 @@
|
|||
],
|
||||
"xpack.metricsData": "plugins/observability_solution/metrics_data_access",
|
||||
"xpack.ml": [
|
||||
"packages/ml/anomaly_utils",
|
||||
"packages/ml/creation_wizard_utils",
|
||||
"packages/ml/data_grid",
|
||||
"packages/ml/data_view_utils",
|
||||
"packages/ml/date_picker",
|
||||
"packages/ml/field_stats_flyout",
|
||||
"packages/ml/inference_integration_flyout",
|
||||
"packages/ml/trained_models_utils",
|
||||
"packages/ml/category_validator",
|
||||
"packages/ml/ui_actions",
|
||||
"plugins/ml"
|
||||
"platform/packages/shared/ml/anomaly_utils",
|
||||
"platform/packages/private/ml/creation_wizard_utils",
|
||||
"platform/packages/private/ml/data_grid",
|
||||
"platform/packages/private/ml/data_view_utils",
|
||||
"platform/packages/private/ml/date_picker",
|
||||
"platform/packages/private/ml/field_stats_flyout",
|
||||
"platform/packages/private/ml/inference_integration_flyout",
|
||||
"platform/packages/shared/ml/trained_models_utils",
|
||||
"platform/packages/private/ml/category_validator",
|
||||
"platform/packages/private/ml/ui_actions",
|
||||
"platform/plugins/shared/ml"
|
||||
],
|
||||
"xpack.monitoring": [
|
||||
"plugins/monitoring"
|
||||
|
@ -162,7 +162,7 @@
|
|||
"xpack.taskManager": "legacy/plugins/task_manager",
|
||||
"xpack.threatIntelligence": "plugins/threat_intelligence",
|
||||
"xpack.timelines": "plugins/timelines",
|
||||
"xpack.transform": "plugins/transform",
|
||||
"xpack.transform": "platform/plugins/private/transform",
|
||||
"xpack.triggersActionsUI": "plugins/triggers_actions_ui",
|
||||
"xpack.upgradeAssistant": "plugins/upgrade_assistant",
|
||||
"xpack.uptime": [
|
||||
|
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/aiops_test_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/anomaly_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/cancellable_search'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/chi2test'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/creation_wizard_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/data_frame_analytics_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/data_grid'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/data_view_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/date_picker'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/date_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/error_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/field_stats_flyout'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/in_memory_table'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/inference_integration_flyout'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/is_defined'],
|
||||
};
|
|
@ -1,12 +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/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/json_schemas'],
|
||||
};
|
|
@ -1,12 +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/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/kibana_theme'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/local_storage'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/nested_property'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/number_utils'],
|
||||
};
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"extends": "../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
||||
"jest",
|
||||
"node",
|
||||
"react"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
],
|
||||
"exclude": [
|
||||
"target/**/*"
|
||||
],
|
||||
"kbn_references": []
|
||||
}
|
|
@ -1,12 +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/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/parse_interval'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/query_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/random_sampler_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/response_stream'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/route_utils'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/runtime_field_utils'],
|
||||
};
|
|
@ -1,12 +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/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/string_hash'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/time_buckets'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/trained_models_utils'],
|
||||
};
|
|
@ -1,12 +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/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/ui_actions'],
|
||||
};
|
|
@ -1,12 +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: ['<rootDir>/x-pack/packages/ml/url_state'],
|
||||
};
|
|
@ -1,12 +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/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/validators'],
|
||||
};
|
|
@ -38,7 +38,7 @@ export enum ExternalPageName {
|
|||
maps = 'maps:',
|
||||
visualize = 'visualize:',
|
||||
// Machine Learning
|
||||
// Ref: packages/default-nav/ml/default_navigation.ts
|
||||
// Ref: src/platform/packages/private/default-nav/ml/default_navigation.ts
|
||||
mlOverview = 'ml:overview',
|
||||
mlNotifications = 'ml:notifications',
|
||||
mlMemoryUsage = 'ml:memoryUsage',
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
|
||||
module.exports = {
|
||||
preset: '@kbn/test/jest_node',
|
||||
rootDir: '../../../..',
|
||||
roots: ['<rootDir>/x-pack/packages/ml/category_validator'],
|
||||
rootDir: '../../../../../..',
|
||||
roots: ['<rootDir>/x-pack/platform/packages/private/ml/agg_utils'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../../tsconfig.base.json",
|
||||
"extends": "../../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"stripInternal": false,
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* 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: ['<rootDir>/x-pack/platform/packages/private/ml/aiops_change_point_detection'],
|
||||
};
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.base.json",
|
||||
"extends": "../../../../../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target/types",
|
||||
"types": [
|
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
* 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: ['<rootDir>/x-pack/platform/packages/private/ml/aiops_components'],
|
||||
};
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue