diff --git a/.buildkite/ftr_security_serverless_configs.yml b/.buildkite/ftr_security_serverless_configs.yml index 74d82d40c8bce..5ea5647d1d908 100644 --- a/.buildkite/ftr_security_serverless_configs.yml +++ b/.buildkite/ftr_security_serverless_configs.yml @@ -37,6 +37,7 @@ enabled: - x-pack/test_serverless/functional/test_suites/security/config.cloud_security_posture.agentless.ts - x-pack/test_serverless/functional/test_suites/security/config.saved_objects_management.ts - x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts + - x-pack/test_serverless/functional/test_suites/security/config.examples.context_awareness.ts - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group1.ts - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group2.ts - x-pack/test_serverless/functional/test_suites/security/common_configs/config.group3.ts diff --git a/.buildkite/scripts/pipelines/pull_request/pipeline.ts b/.buildkite/scripts/pipelines/pull_request/pipeline.ts index e4a0617579cf5..3c404083174b1 100644 --- a/.buildkite/scripts/pipelines/pull_request/pipeline.ts +++ b/.buildkite/scripts/pipelines/pull_request/pipeline.ts @@ -154,9 +154,9 @@ const getPipeline = (filename: string, removeSteps = true) => { if ( (await doAnyChangesMatch([ - /^x-pack\/packages\/ai-infra/, - /^x-pack\/plugins\/ai_infra/, - /^x-pack\/plugins\/inference/, + /^x-pack\/platform\/packages\/shared\/ai-infra/, + /^x-pack\/platform\/plugins\/shared\/ai_infra/, + /^x-pack\/platform\/plugins\/shared\/inference/, /^x-pack\/plugins\/stack_connectors\/server\/connector_types\/bedrock/, /^x-pack\/plugins\/stack_connectors\/server\/connector_types\/gemini/, /^x-pack\/plugins\/stack_connectors\/server\/connector_types\/openai/, diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 032c8f17a98c6..4e1cb694a66cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -421,7 +421,6 @@ packages/kbn-openapi-common @elastic/security-detection-rule-management packages/kbn-openapi-generator @elastic/security-detection-rule-management packages/kbn-optimizer @elastic/kibana-operations packages/kbn-optimizer-webpack-helpers @elastic/kibana-operations -packages/kbn-osquery-io-ts-types @elastic/security-asset-management packages/kbn-panel-loader @elastic/kibana-presentation packages/kbn-peggy @elastic/kibana-operations packages/kbn-peggy-loader @elastic/kibana-operations @@ -626,6 +625,7 @@ 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 src/platform/packages/shared/kbn-esql-validation-autocomplete @elastic/kibana-esql +src/platform/packages/shared/kbn-osquery-io-ts-types @elastic/security-asset-management src/platform/plugins/shared/esql @elastic/kibana-esql src/platform/plugins/shared/esql_datagrid @elastic/kibana-esql src/plugins/advanced_settings @elastic/appex-sharedux @elastic/kibana-management @@ -776,9 +776,7 @@ x-pack/examples/third_party_maps_source_example @elastic/kibana-presentation x-pack/examples/third_party_vis_lens_example @elastic/kibana-visualizations x-pack/examples/triggers_actions_ui_example @elastic/response-ops x-pack/examples/ui_actions_enhanced_examples @elastic/appex-sharedux -x-pack/packages/ai-infra/inference-common @elastic/appex-ai-infra x-pack/packages/ai-infra/product-doc-artifact-builder @elastic/appex-ai-infra -x-pack/packages/ai-infra/product-doc-common @elastic/appex-ai-infra x-pack/packages/index-lifecycle-management/index_lifecycle_management_common_shared @elastic/kibana-management x-pack/packages/index-management/index_management_shared_types @elastic/kibana-management x-pack/packages/kbn-ai-assistant @elastic/search-kibana @@ -856,6 +854,8 @@ 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/ai-infra/inference-common @elastic/appex-ai-infra +x-pack/platform/packages/shared/ai-infra/product-doc-common @elastic/appex-ai-infra 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 @@ -869,12 +869,14 @@ 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/private/translations @elastic/kibana-localization +x-pack/platform/plugins/shared/ai_infra/llm_tasks @elastic/appex-ai-infra +x-pack/platform/plugins/shared/ai_infra/product_doc_base @elastic/appex-ai-infra x-pack/platform/plugins/shared/aiops @elastic/ml-ui x-pack/platform/plugins/shared/entity_manager @elastic/obs-entities +x-pack/platform/plugins/shared/inference @elastic/appex-ai-infra 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/alerting @elastic/response-ops x-pack/plugins/asset_inventory @elastic/kibana-cloud-security-posture x-pack/plugins/banners @elastic/appex-sharedux @@ -912,7 +914,6 @@ x-pack/plugins/graph @elastic/kibana-visualizations x-pack/plugins/grokdebugger @elastic/kibana-management x-pack/plugins/index_lifecycle_management @elastic/kibana-management x-pack/plugins/index_management @elastic/kibana-management -x-pack/plugins/inference @elastic/appex-ai-infra x-pack/plugins/ingest_pipelines @elastic/kibana-management x-pack/plugins/integration_assistant @elastic/security-scalability x-pack/plugins/kubernetes_security @elastic/kibana-cloud-security-posture @@ -991,7 +992,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/translations @elastic/kibana-localization x-pack/plugins/triggers_actions_ui @elastic/response-ops x-pack/plugins/upgrade_assistant @elastic/kibana-management x-pack/plugins/watcher @elastic/kibana-management @@ -1093,8 +1093,8 @@ x-pack/test_serverless/api_integration/test_suites/common/platform_security @ela /x-pack/test/api_integration/apis/kibana/kql_telemetry @elastic/kibana-data-discovery @elastic/kibana-visualizations /x-pack/test_serverless/functional/es_archives/pre_calculated_histogram @elastic/kibana-data-discovery /x-pack/test_serverless/functional/es_archives/kibana_sample_data_flights_index_pattern @elastic/kibana-data-discovery -/x-pack/test_serverless/functional/test_suites/security/config.examples.ts @elastic/kibana-data-discovery -/x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts @elastic/kibana-data-discovery +/x-pack/test_serverless/functional/test_suites/security/config.examples.ts @elastic/kibana-data-discovery +/x-pack/test_serverless/functional/test_suites/security/config.examples.context_awareness.ts @elastic/kibana-data-discovery /test/accessibility/apps/discover.ts @elastic/kibana-data-discovery /test/api_integration/apis/data_views @elastic/kibana-data-discovery /test/api_integration/apis/data_view_field_editor @elastic/kibana-data-discovery @@ -2112,6 +2112,7 @@ x-pack/test/api_integration/apis/management/index_management/inference_endpoints x-pack/test_serverless/functional/test_suites/security/config.mki_only.ts @elastic/security-solution @elastic/appex-qa x-pack/test_serverless/functional/test_suites/security/index.mki_only.ts @elastic/security-solution @elastic/appex-qa @elastic/kibana-cloud-security-posture /x-pack/test_serverless/functional/test_suites/security/config.feature_flags.ts @elastic/security-solution @elastic/kibana-cloud-security-posture +/x-pack/test_serverless/functional/test_suites/security/constants.ts @elastic/security-solution /x-pack/test_serverless/api_integration/test_suites/observability/config.feature_flags.ts @elastic/security-solution /x-pack/test_serverless/functional/test_suites/common/spaces/multiple_spaces_enabled.ts @elastic/security-solution /x-pack/test/functional/es_archives/endpoint/ @elastic/security-solution @@ -2245,6 +2246,7 @@ x-pack/test/security_solution_cypress/cypress/tasks/expandable_flyout @elastic/ /x-pack/plugins/security_solution/public/app/home/template_wrapper/timeline @elastic/security-threat-hunting-investigations /x-pack/plugins/security_solution/server/lib/timeline @elastic/security-threat-hunting-investigations +/x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts @elastic/security-threat-hunting-investigations ## Security Solution Threat Hunting areas - Threat Hunting Explore /x-pack/plugins/security_solution/common/api/tags @elastic/security-threat-hunting-explore diff --git a/api_docs/actions.mdx b/api_docs/actions.mdx index 3f7481af84f12..e6073f0076059 100644 --- a/api_docs/actions.mdx +++ b/api_docs/actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/actions title: "actions" image: https://source.unsplash.com/400x175/?github description: API docs for the actions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'actions'] --- import actionsObj from './actions.devdocs.json'; diff --git a/api_docs/advanced_settings.mdx b/api_docs/advanced_settings.mdx index ee6c77672e326..997ee6a63ef41 100644 --- a/api_docs/advanced_settings.mdx +++ b/api_docs/advanced_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/advancedSettings title: "advancedSettings" image: https://source.unsplash.com/400x175/?github description: API docs for the advancedSettings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'advancedSettings'] --- import advancedSettingsObj from './advanced_settings.devdocs.json'; diff --git a/api_docs/ai_assistant_management_selection.mdx b/api_docs/ai_assistant_management_selection.mdx index 73181a3ed5d69..c4ad90deeffb8 100644 --- a/api_docs/ai_assistant_management_selection.mdx +++ b/api_docs/ai_assistant_management_selection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiAssistantManagementSelection title: "aiAssistantManagementSelection" image: https://source.unsplash.com/400x175/?github description: API docs for the aiAssistantManagementSelection plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiAssistantManagementSelection'] --- import aiAssistantManagementSelectionObj from './ai_assistant_management_selection.devdocs.json'; diff --git a/api_docs/aiops.devdocs.json b/api_docs/aiops.devdocs.json index b15cfc79bc127..1324a2c42ab89 100644 --- a/api_docs/aiops.devdocs.json +++ b/api_docs/aiops.devdocs.json @@ -23,7 +23,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "text": "ChangePointDetectionAppStateProps" } ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -74,7 +74,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -96,7 +96,7 @@ "text": "LogCategorizationAppStateProps" } ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -125,7 +125,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -147,7 +147,7 @@ "text": "LogRateAnalysisAppStateProps" } ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -176,7 +176,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -198,7 +198,7 @@ "text": "LogRateAnalysisContentWrapperProps" } ], - "path": "x-pack/plugins/aiops/public/shared_lazy_components.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/shared_lazy_components.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -218,7 +218,7 @@ "description": [ "\nAIOps app context value to be provided via React context." ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -240,7 +240,7 @@ "TelemetryCounter", ">; }" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -262,7 +262,7 @@ "text": "ApplicationStart" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -284,7 +284,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -306,7 +306,7 @@ "text": "ExecutionContextSetup" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -331,7 +331,7 @@ "ActiveCursor", "; }" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -363,7 +363,7 @@ }, "; }" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -385,7 +385,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -407,7 +407,7 @@ "text": "NotificationsSetup" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -430,7 +430,7 @@ }, "" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -452,7 +452,7 @@ "text": "ThemeServiceSetup" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -474,7 +474,7 @@ "text": "IUiSettingsClient" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -496,7 +496,7 @@ "text": "UnifiedSearchPublicPluginStart" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -519,7 +519,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -542,7 +542,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -564,7 +564,7 @@ "text": "LensPublicStart" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -587,7 +587,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -609,7 +609,7 @@ "text": "I18nStart" } ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -651,7 +651,7 @@ }, ">; } | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -672,7 +672,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -693,7 +693,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -707,7 +707,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -720,7 +720,7 @@ "description": [ "Identifier to indicate the plugin utilizing the component" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false }, @@ -743,7 +743,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/hooks/use_aiops_app_context.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/hooks/use_aiops_app_context.ts", "deprecated": false, "trackAdoption": false } @@ -759,7 +759,7 @@ "description": [ "\nProps for the ChangePointDetectionAppState component." ], - "path": "x-pack/plugins/aiops/public/components/change_point_detection/change_point_detection_root.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/change_point_detection/change_point_detection_root.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -781,7 +781,7 @@ "text": "DataView" } ], - "path": "x-pack/plugins/aiops/public/components/change_point_detection/change_point_detection_root.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/change_point_detection/change_point_detection_root.tsx", "deprecated": false, "trackAdoption": false }, @@ -804,7 +804,7 @@ }, " | null" ], - "path": "x-pack/plugins/aiops/public/components/change_point_detection/change_point_detection_root.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/change_point_detection/change_point_detection_root.tsx", "deprecated": false, "trackAdoption": false }, @@ -826,7 +826,7 @@ "text": "AiopsAppContextValue" } ], - "path": "x-pack/plugins/aiops/public/components/change_point_detection/change_point_detection_root.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/change_point_detection/change_point_detection_root.tsx", "deprecated": false, "trackAdoption": false }, @@ -842,7 +842,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/aiops/public/components/change_point_detection/change_point_detection_root.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/change_point_detection/change_point_detection_root.tsx", "deprecated": false, "trackAdoption": false } @@ -858,7 +858,7 @@ "description": [ "\nProps for the LogCategorizationAppState component." ], - "path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_categorization/log_categorization_app_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -880,7 +880,7 @@ "text": "DataView" } ], - "path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_categorization/log_categorization_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -903,7 +903,7 @@ }, " | null" ], - "path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_categorization/log_categorization_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -925,7 +925,7 @@ "text": "AiopsAppContextValue" } ], - "path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_categorization/log_categorization_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -941,7 +941,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_categorization/log_categorization_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_categorization/log_categorization_app_state.tsx", "deprecated": false, "trackAdoption": false } @@ -957,7 +957,7 @@ "description": [ "\nProps for the LogRateAnalysisAppState component." ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -979,7 +979,7 @@ "text": "DataView" } ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -1002,7 +1002,7 @@ }, " | null" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -1024,7 +1024,7 @@ "text": "AiopsAppContextValue" } ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -1040,7 +1040,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -1056,7 +1056,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_app_state.tsx", "deprecated": false, "trackAdoption": false } @@ -1072,7 +1072,7 @@ "description": [ "\nProps for the LogRateAnalysisContentWrapper component." ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1094,7 +1094,7 @@ "text": "DataView" } ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1116,7 +1116,7 @@ "text": "AiopsAppContextValue" } ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1140,7 +1140,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1156,7 +1156,7 @@ "signature": [ "{ min: moment.Moment; max: moment.Moment; } | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1173,7 +1173,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1189,7 +1189,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1205,7 +1205,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false }, @@ -1229,7 +1229,7 @@ }, ") => void) | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1251,7 +1251,7 @@ "text": "LogRateAnalysisResultsData" } ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1271,7 +1271,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_content/log_rate_analysis_content_wrapper.tsx", "deprecated": false, "trackAdoption": false } @@ -1287,7 +1287,7 @@ "description": [ "\nInterface for log rate analysis results data." ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -1303,7 +1303,7 @@ "signature": [ "\"spike\" | \"dip\"" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", "deprecated": false, "trackAdoption": false }, @@ -1326,7 +1326,7 @@ }, "[]" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", "deprecated": false, "trackAdoption": false }, @@ -1349,7 +1349,7 @@ }, "[]" ], - "path": "x-pack/plugins/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", + "path": "x-pack/platform/plugins/shared/aiops/public/components/log_rate_analysis/log_rate_analysis_results.tsx", "deprecated": false, "trackAdoption": false } @@ -1367,7 +1367,7 @@ "tags": [], "label": "AiopsPluginStart", "description": [], - "path": "x-pack/plugins/aiops/public/types/index.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/types/index.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1389,7 +1389,7 @@ }, ") => Promise>" ], - "path": "x-pack/plugins/aiops/public/types/index.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/types/index.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1409,7 +1409,7 @@ "LogCategorizationEmbeddableWrapperProps", ">" ], - "path": "x-pack/plugins/aiops/public/types/index.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/types/index.ts", "deprecated": false, "trackAdoption": false }, @@ -1425,7 +1425,7 @@ "ChangePointDetectionProps", ">" ], - "path": "x-pack/plugins/aiops/public/types/index.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/types/index.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1474,7 +1474,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/aiops/public/types/index.ts", + "path": "x-pack/platform/plugins/shared/aiops/public/types/index.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -1497,7 +1497,7 @@ "description": [ "\naiops plugin server setup contract" ], - "path": "x-pack/plugins/aiops/server/types.ts", + "path": "x-pack/platform/plugins/shared/aiops/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1513,7 +1513,7 @@ "description": [ "\naiops plugin server start contract" ], - "path": "x-pack/plugins/aiops/server/types.ts", + "path": "x-pack/platform/plugins/shared/aiops/server/types.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/aiops.mdx b/api_docs/aiops.mdx index a5cadb9af25ee..e6b8e7795ce88 100644 --- a/api_docs/aiops.mdx +++ b/api_docs/aiops.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/aiops title: "aiops" image: https://source.unsplash.com/400x175/?github description: API docs for the aiops plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'aiops'] --- import aiopsObj from './aiops.devdocs.json'; diff --git a/api_docs/alerting.devdocs.json b/api_docs/alerting.devdocs.json index 3cf6f3f057d70..3ace46ceaf2aa 100644 --- a/api_docs/alerting.devdocs.json +++ b/api_docs/alerting.devdocs.json @@ -110,7 +110,7 @@ "references": [ { "plugin": "ml", - "path": "x-pack/plugins/ml/public/alerting/register_ml_alerts.ts" + "path": "x-pack/platform/plugins/shared/ml/public/alerting/register_ml_alerts.ts" }, { "plugin": "stackAlerts", diff --git a/api_docs/alerting.mdx b/api_docs/alerting.mdx index 9558dc77a13f7..ef112becf2f55 100644 --- a/api_docs/alerting.mdx +++ b/api_docs/alerting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/alerting title: "alerting" image: https://source.unsplash.com/400x175/?github description: API docs for the alerting plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'alerting'] --- import alertingObj from './alerting.devdocs.json'; diff --git a/api_docs/apm.mdx b/api_docs/apm.mdx index f7f749aae8885..e503010b398a5 100644 --- a/api_docs/apm.mdx +++ b/api_docs/apm.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apm title: "apm" image: https://source.unsplash.com/400x175/?github description: API docs for the apm plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apm'] --- import apmObj from './apm.devdocs.json'; diff --git a/api_docs/apm_data_access.mdx b/api_docs/apm_data_access.mdx index c5aaaa585b48f..14883b4493db7 100644 --- a/api_docs/apm_data_access.mdx +++ b/api_docs/apm_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/apmDataAccess title: "apmDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the apmDataAccess plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'apmDataAccess'] --- import apmDataAccessObj from './apm_data_access.devdocs.json'; diff --git a/api_docs/asset_inventory.mdx b/api_docs/asset_inventory.mdx index afed5e1bb072a..819e37b1619c6 100644 --- a/api_docs/asset_inventory.mdx +++ b/api_docs/asset_inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/assetInventory title: "assetInventory" image: https://source.unsplash.com/400x175/?github description: API docs for the assetInventory plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'assetInventory'] --- import assetInventoryObj from './asset_inventory.devdocs.json'; diff --git a/api_docs/banners.mdx b/api_docs/banners.mdx index 6cd7348b32ea5..5c291cd78b05b 100644 --- a/api_docs/banners.mdx +++ b/api_docs/banners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/banners title: "banners" image: https://source.unsplash.com/400x175/?github description: API docs for the banners plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'banners'] --- import bannersObj from './banners.devdocs.json'; diff --git a/api_docs/bfetch.mdx b/api_docs/bfetch.mdx index f2866e2af2778..ac5e1f981534b 100644 --- a/api_docs/bfetch.mdx +++ b/api_docs/bfetch.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/bfetch title: "bfetch" image: https://source.unsplash.com/400x175/?github description: API docs for the bfetch plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'bfetch'] --- import bfetchObj from './bfetch.devdocs.json'; diff --git a/api_docs/canvas.mdx b/api_docs/canvas.mdx index 7d254adef8d54..91afdb4e2bb2d 100644 --- a/api_docs/canvas.mdx +++ b/api_docs/canvas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/canvas title: "canvas" image: https://source.unsplash.com/400x175/?github description: API docs for the canvas plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'canvas'] --- import canvasObj from './canvas.devdocs.json'; diff --git a/api_docs/cases.mdx b/api_docs/cases.mdx index b25b4a3880531..8499d2f7a715f 100644 --- a/api_docs/cases.mdx +++ b/api_docs/cases.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cases title: "cases" image: https://source.unsplash.com/400x175/?github description: API docs for the cases plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cases'] --- import casesObj from './cases.devdocs.json'; diff --git a/api_docs/charts.mdx b/api_docs/charts.mdx index 17127d241de67..edee4b592c729 100644 --- a/api_docs/charts.mdx +++ b/api_docs/charts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/charts title: "charts" image: https://source.unsplash.com/400x175/?github description: API docs for the charts plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'charts'] --- import chartsObj from './charts.devdocs.json'; diff --git a/api_docs/cloud.mdx b/api_docs/cloud.mdx index a22f96691d3fe..7ed607fc34070 100644 --- a/api_docs/cloud.mdx +++ b/api_docs/cloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloud title: "cloud" image: https://source.unsplash.com/400x175/?github description: API docs for the cloud plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloud'] --- import cloudObj from './cloud.devdocs.json'; diff --git a/api_docs/cloud_data_migration.mdx b/api_docs/cloud_data_migration.mdx index 8a2301bccad1f..ee698cda129af 100644 --- a/api_docs/cloud_data_migration.mdx +++ b/api_docs/cloud_data_migration.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDataMigration title: "cloudDataMigration" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDataMigration plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDataMigration'] --- import cloudDataMigrationObj from './cloud_data_migration.devdocs.json'; diff --git a/api_docs/cloud_defend.mdx b/api_docs/cloud_defend.mdx index e831994269a70..f34a611a7c225 100644 --- a/api_docs/cloud_defend.mdx +++ b/api_docs/cloud_defend.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudDefend title: "cloudDefend" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudDefend plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudDefend'] --- import cloudDefendObj from './cloud_defend.devdocs.json'; diff --git a/api_docs/cloud_security_posture.mdx b/api_docs/cloud_security_posture.mdx index 09e84a2d3b7c1..63a2c567ea784 100644 --- a/api_docs/cloud_security_posture.mdx +++ b/api_docs/cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/cloudSecurityPosture title: "cloudSecurityPosture" image: https://source.unsplash.com/400x175/?github description: API docs for the cloudSecurityPosture plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'cloudSecurityPosture'] --- import cloudSecurityPostureObj from './cloud_security_posture.devdocs.json'; diff --git a/api_docs/console.mdx b/api_docs/console.mdx index 5cd06f2f0477e..72d4a88a1e654 100644 --- a/api_docs/console.mdx +++ b/api_docs/console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/console title: "console" image: https://source.unsplash.com/400x175/?github description: API docs for the console plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'console'] --- import consoleObj from './console.devdocs.json'; diff --git a/api_docs/content_management.mdx b/api_docs/content_management.mdx index ae92cbd502192..8029dbb584f45 100644 --- a/api_docs/content_management.mdx +++ b/api_docs/content_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/contentManagement title: "contentManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the contentManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'contentManagement'] --- import contentManagementObj from './content_management.devdocs.json'; diff --git a/api_docs/controls.mdx b/api_docs/controls.mdx index aed42d679c101..37e528ee2882a 100644 --- a/api_docs/controls.mdx +++ b/api_docs/controls.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/controls title: "controls" image: https://source.unsplash.com/400x175/?github description: API docs for the controls plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'controls'] --- import controlsObj from './controls.devdocs.json'; diff --git a/api_docs/custom_integrations.mdx b/api_docs/custom_integrations.mdx index 5091c7c6faad1..abf8aae7443f3 100644 --- a/api_docs/custom_integrations.mdx +++ b/api_docs/custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/customIntegrations title: "customIntegrations" image: https://source.unsplash.com/400x175/?github description: API docs for the customIntegrations plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'customIntegrations'] --- import customIntegrationsObj from './custom_integrations.devdocs.json'; diff --git a/api_docs/dashboard.mdx b/api_docs/dashboard.mdx index 08c0aa8c762f9..bca62b080c884 100644 --- a/api_docs/dashboard.mdx +++ b/api_docs/dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboard title: "dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboard plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboard'] --- import dashboardObj from './dashboard.devdocs.json'; diff --git a/api_docs/dashboard_enhanced.mdx b/api_docs/dashboard_enhanced.mdx index db12aa3b81dde..dcae3865b0eff 100644 --- a/api_docs/dashboard_enhanced.mdx +++ b/api_docs/dashboard_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dashboardEnhanced title: "dashboardEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the dashboardEnhanced plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dashboardEnhanced'] --- import dashboardEnhancedObj from './dashboard_enhanced.devdocs.json'; diff --git a/api_docs/data.devdocs.json b/api_docs/data.devdocs.json index 23287ba6c9691..cfb349a3c4ce3 100644 --- a/api_docs/data.devdocs.json +++ b/api_docs/data.devdocs.json @@ -11790,31 +11790,31 @@ "references": [ { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/top_values/top_values.tsx" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts" }, { "plugin": "stackAlerts", diff --git a/api_docs/data.mdx b/api_docs/data.mdx index e6904c7c5de2a..cdf2c82320ff0 100644 --- a/api_docs/data.mdx +++ b/api_docs/data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data title: "data" image: https://source.unsplash.com/400x175/?github description: API docs for the data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data'] --- import dataObj from './data.devdocs.json'; diff --git a/api_docs/data_quality.mdx b/api_docs/data_quality.mdx index 57ba7e25af2b8..ba1938c7b69d7 100644 --- a/api_docs/data_quality.mdx +++ b/api_docs/data_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataQuality title: "dataQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the dataQuality plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataQuality'] --- import dataQualityObj from './data_quality.devdocs.json'; diff --git a/api_docs/data_query.mdx b/api_docs/data_query.mdx index 3cbab1704dd53..0f4e5dde32689 100644 --- a/api_docs/data_query.mdx +++ b/api_docs/data_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-query title: "data.query" image: https://source.unsplash.com/400x175/?github description: API docs for the data.query plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.query'] --- import dataQueryObj from './data_query.devdocs.json'; diff --git a/api_docs/data_search.mdx b/api_docs/data_search.mdx index 609470acbbe3b..5eb53062eff14 100644 --- a/api_docs/data_search.mdx +++ b/api_docs/data_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/data-search title: "data.search" image: https://source.unsplash.com/400x175/?github description: API docs for the data.search plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'data.search'] --- import dataSearchObj from './data_search.devdocs.json'; diff --git a/api_docs/data_usage.mdx b/api_docs/data_usage.mdx index 4cdfc67920b40..6701cddffed8d 100644 --- a/api_docs/data_usage.mdx +++ b/api_docs/data_usage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataUsage title: "dataUsage" image: https://source.unsplash.com/400x175/?github description: API docs for the dataUsage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataUsage'] --- import dataUsageObj from './data_usage.devdocs.json'; diff --git a/api_docs/data_view_editor.mdx b/api_docs/data_view_editor.mdx index cc7a051bc69b1..cadeae6860044 100644 --- a/api_docs/data_view_editor.mdx +++ b/api_docs/data_view_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewEditor title: "dataViewEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewEditor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewEditor'] --- import dataViewEditorObj from './data_view_editor.devdocs.json'; diff --git a/api_docs/data_view_field_editor.mdx b/api_docs/data_view_field_editor.mdx index ef42e057a090e..d11847beba423 100644 --- a/api_docs/data_view_field_editor.mdx +++ b/api_docs/data_view_field_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewFieldEditor title: "dataViewFieldEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewFieldEditor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewFieldEditor'] --- import dataViewFieldEditorObj from './data_view_field_editor.devdocs.json'; diff --git a/api_docs/data_view_management.mdx b/api_docs/data_view_management.mdx index ba649b6a4718d..7857c22209fa2 100644 --- a/api_docs/data_view_management.mdx +++ b/api_docs/data_view_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViewManagement title: "dataViewManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViewManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViewManagement'] --- import dataViewManagementObj from './data_view_management.devdocs.json'; diff --git a/api_docs/data_views.devdocs.json b/api_docs/data_views.devdocs.json index 71fafa3cbdcd7..44f3daa2ba276 100644 --- a/api_docs/data_views.devdocs.json +++ b/api_docs/data_views.devdocs.json @@ -14052,7 +14052,7 @@ }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts" }, { "plugin": "canvas", @@ -14064,79 +14064,79 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/action_clone/clone_action_name.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/jobs/new_job/pages/components/pick_fields_step/components/bucket_span_estimator/estimate_bucket_span.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/pages/components/pick_fields_step/components/bucket_span_estimator/estimate_bucket_span.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/pages/components/datafeed_step/components/data_view/change_data_view.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/use_outlier_data.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/outlier_exploration/use_outlier_data.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_results_table/use_exploration_results.ts" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_exploration/components/exploration_results_table/use_exploration_results.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx" + "path": "x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_management/components/source_selection/source_selection.tsx" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/models/job_service/new_job_caps/rollup.ts" + "path": "x-pack/platform/plugins/shared/ml/server/models/job_service/new_job_caps/rollup.ts" }, { "plugin": "@kbn/ml-data-view-utils", - "path": "x-pack/packages/ml/data_view_utils/actions/data_view_handler.ts" + "path": "x-pack/platform/packages/private/ml/data_view_utils/actions/data_view_handler.ts" }, { "plugin": "enterpriseSearch", @@ -14214,14 +14214,6 @@ "plugin": "timelines", "path": "x-pack/plugins/timelines/server/search_strategy/index_fields/index.ts" }, - { - "plugin": "transform", - "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx" - }, - { - "plugin": "transform", - "path": "x-pack/plugins/transform/public/app/hooks/use_data_view_exists.ts" - }, { "plugin": "upgradeAssistant", "path": "x-pack/plugins/upgrade_assistant/public/application/components/es_deprecation_logs/fix_deprecation_logs/external_links.tsx" @@ -14250,10 +14242,6 @@ "plugin": "enterpriseSearch", "path": "x-pack/plugins/enterprise_search/public/applications/analytics/utils/find_or_create_data_view.test.ts" }, - { - "plugin": "ml", - "path": "x-pack/plugins/ml/public/application/services/new_job_capabilities/remove_nested_field_children.test.ts" - }, { "plugin": "exploratoryView", "path": "x-pack/plugins/observability_solution/exploratory_view/public/components/shared/exploratory_view/configurations/test_data/sample_attribute.ts" @@ -14288,7 +14276,19 @@ }, { "plugin": "transform", - "path": "x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts" + "path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/hooks/use_data_view_exists.ts" + }, + { + "plugin": "ml", + "path": "x-pack/platform/plugins/shared/ml/public/application/services/new_job_capabilities/remove_nested_field_children.test.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts" }, { "plugin": "dataViewManagement", diff --git a/api_docs/data_views.mdx b/api_docs/data_views.mdx index ace7849ec1462..6515a5af9a5fe 100644 --- a/api_docs/data_views.mdx +++ b/api_docs/data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataViews title: "dataViews" image: https://source.unsplash.com/400x175/?github description: API docs for the dataViews plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataViews'] --- import dataViewsObj from './data_views.devdocs.json'; diff --git a/api_docs/data_visualizer.devdocs.json b/api_docs/data_visualizer.devdocs.json index 10ecc44843d87..8074ec752d4f6 100644 --- a/api_docs/data_visualizer.devdocs.json +++ b/api_docs/data_visualizer.devdocs.json @@ -11,7 +11,7 @@ "tags": [], "label": "GetAdditionalLinksParams", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -22,7 +22,7 @@ "tags": [], "label": "dataViewId", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -36,7 +36,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -50,7 +50,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false } @@ -64,7 +64,7 @@ "tags": [], "label": "IndexDataVisualizerViewProps", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -84,7 +84,7 @@ "text": "DataView" } ], - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", "deprecated": false, "trackAdoption": false }, @@ -105,7 +105,7 @@ }, " | null" ], - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", "deprecated": false, "trackAdoption": false }, @@ -119,7 +119,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", "deprecated": false, "trackAdoption": false }, @@ -140,7 +140,7 @@ }, " | undefined" ], - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/components/index_data_visualizer_view/index_data_visualizer_view.tsx", "deprecated": false, "trackAdoption": false } @@ -154,7 +154,7 @@ "tags": [], "label": "ResultLink", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -165,7 +165,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -179,7 +179,7 @@ "signature": [ "\"index\" | \"file\"" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -190,7 +190,7 @@ "tags": [], "label": "title", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -201,7 +201,7 @@ "tags": [], "label": "icon", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -212,7 +212,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false }, @@ -226,7 +226,7 @@ "signature": [ "(params?: any) => Promise" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -240,7 +240,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -258,7 +258,7 @@ "signature": [ "(params?: any) => Promise" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -272,7 +272,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -290,7 +290,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false } @@ -312,7 +312,7 @@ "DataDriftDetectionAppStateProps", ">" ], - "path": "x-pack/plugins/data_visualizer/public/application/data_drift/data_drift_app_state.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/data_drift_app_state.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -360,7 +360,7 @@ "Props", ">" ], - "path": "x-pack/plugins/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/file_data_visualizer/file_data_visualizer.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -422,7 +422,7 @@ }, "[] | undefined>)[]" ], - "path": "x-pack/plugins/data_visualizer/public/application/common/components/results_links/results_links.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/common/components/results_links/results_links.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -439,7 +439,7 @@ "Props", ">" ], - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx", + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -497,7 +497,7 @@ "FieldStatisticTableEmbeddableProps", " & React.RefAttributes<{}>>; }" ], - "path": "x-pack/plugins/data_visualizer/public/plugin.ts", + "path": "x-pack/platform/plugins/private/data_visualizer/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", diff --git a/api_docs/data_visualizer.mdx b/api_docs/data_visualizer.mdx index 1d865968318df..d25f0a7edcdda 100644 --- a/api_docs/data_visualizer.mdx +++ b/api_docs/data_visualizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/dataVisualizer title: "dataVisualizer" image: https://source.unsplash.com/400x175/?github description: API docs for the dataVisualizer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'dataVisualizer'] --- import dataVisualizerObj from './data_visualizer.devdocs.json'; diff --git a/api_docs/dataset_quality.mdx b/api_docs/dataset_quality.mdx index a4d28ee81ee74..2ad67db089ee3 100644 --- a/api_docs/dataset_quality.mdx +++ b/api_docs/dataset_quality.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/datasetQuality title: "datasetQuality" image: https://source.unsplash.com/400x175/?github description: API docs for the datasetQuality plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'datasetQuality'] --- import datasetQualityObj from './dataset_quality.devdocs.json'; diff --git a/api_docs/deprecations_by_api.mdx b/api_docs/deprecations_by_api.mdx index 5005393c40baf..9a20272c7302b 100644 --- a/api_docs/deprecations_by_api.mdx +++ b/api_docs/deprecations_by_api.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByApi slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-api title: Deprecated API usage by API description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -17,12 +17,12 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Referencing plugin(s) | Remove By | | ---------------|-----------|-----------| | | ml, stackAlerts | - | -| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, fleet, ml, @kbn/ml-data-view-utils, enterpriseSearch, graph, visTypeTimeseries, exploratoryView, stackAlerts, securitySolution, timelines, transform, upgradeAssistant, uptime, ux, maps, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - | +| | data, @kbn/search-errors, savedObjectsManagement, unifiedSearch, @kbn/unified-field-list, controls, lens, @kbn/lens-embeddable-utils, triggersActionsUi, dataVisualizer, canvas, fleet, ml, @kbn/ml-data-view-utils, enterpriseSearch, graph, visTypeTimeseries, exploratoryView, stackAlerts, securitySolution, timelines, upgradeAssistant, uptime, ux, maps, transform, dataViewManagement, eventAnnotationListing, inputControlVis, visDefaultEditor, visTypeTimelion, visTypeVega | - | | | ml, securitySolution | - | | | actions, savedObjectsTagging, ml, enterpriseSearch | - | | | @kbn/core-saved-objects-browser-internal, @kbn/core, visualizations, aiops, dataVisualizer, ml, dashboardEnhanced, graph, lens, securitySolution, eventAnnotation, @kbn/core-saved-objects-browser-mocks | - | | | @kbn/core, embeddable, savedObjects, visualizations, canvas, graph, ml | - | -| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, taskManager, dataViews, spaces, share, actions, data, alerting, dashboard, @kbn/core-saved-objects-migration-server-mocks, lens, cases, savedSearch, canvas, fleet, cloudSecurityPosture, ml, graph, lists, maps, visualizations, apmDataAccess, infra, securitySolution, apm, slo, synthetics, uptime, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | +| | @kbn/core-saved-objects-base-server-internal, @kbn/core-saved-objects-migration-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-ui-settings-server-internal, @kbn/core-usage-data-server-internal, taskManager, dataViews, spaces, share, actions, data, alerting, dashboard, @kbn/core-saved-objects-migration-server-mocks, savedSearch, canvas, lens, cases, fleet, cloudSecurityPosture, ml, graph, lists, maps, visualizations, apmDataAccess, infra, securitySolution, apm, slo, synthetics, uptime, eventAnnotation, links, savedObjectsManagement, @kbn/core-test-helpers-so-type-serializer, @kbn/core-saved-objects-api-server-internal | - | | | stackAlerts, alerting, securitySolution, inputControlVis | - | | | graph, stackAlerts, inputControlVis, securitySolution | - | | | dataVisualizer, stackAlerts, expressionPartitionVis | - | @@ -49,7 +49,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server-internal, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-browser-mocks, fleet, graph, lists, osquery, securitySolution, alerting | - | | | @kbn/core-saved-objects-common, @kbn/core-saved-objects-server, @kbn/core, @kbn/alerting-types, alerting, actions, savedSearch, canvas, enterpriseSearch, securitySolution, taskManager, @kbn/core-saved-objects-server-internal, @kbn/core-saved-objects-api-server | - | | | @kbn/core-saved-objects-api-browser, @kbn/core-saved-objects-browser-internal, @kbn/core-saved-objects-api-server, @kbn/core, savedObjectsTagging, home, canvas, savedObjectsTaggingOss, lists, securitySolution, upgradeAssistant, savedObjectsManagement, @kbn/core-saved-objects-import-export-server-internal, @kbn/core-saved-objects-browser-mocks, @kbn/core-ui-settings-server-internal | - | -| | @kbn/core-saved-objects-migration-server-internal, dataViews, actions, data, alerting, dashboard, lens, cases, savedSearch, canvas, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, @kbn/core-test-helpers-so-type-serializer | - | +| | @kbn/core-saved-objects-migration-server-internal, dataViews, actions, data, alerting, dashboard, savedSearch, canvas, lens, cases, savedObjectsTagging, graph, lists, maps, visualizations, securitySolution, @kbn/core-test-helpers-so-type-serializer | - | | | security, securitySolution, cloudLinks, cases | - | | | security, cases, searchPlayground, securitySolution | - | | | lists, securitySolution, @kbn/securitysolution-io-ts-list-types | - | @@ -66,7 +66,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | securitySolution | - | | | @kbn/monaco, securitySolution | - | | | cloudSecurityPosture, securitySolution | - | -| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, entityManager, apm, serverlessSearch, transform, upgradeAssistant, synthetics, security | - | +| | alerting, observabilityAIAssistant, fleet, cloudSecurityPosture, entityManager, apm, serverlessSearch, upgradeAssistant, synthetics, transform, security | - | | | actions, alerting | - | | | monitoring | - | | | @kbn/core-saved-objects-api-browser, @kbn/core, savedObjectsManagement, savedObjects, visualizations, savedObjectsTagging, eventAnnotation, lens, maps, graph, dashboard, kibanaUtils, expressions, data, savedObjectsTaggingOss, embeddable, uiActionsEnhanced, controls, canvas, dashboardEnhanced, globalSearchProviders | - | @@ -173,7 +173,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | reporting | - | | | @kbn/reporting-export-types-pdf | - | | | security, aiops, licenseManagement, ml, crossClusterReplication, logstash, painlessLab, searchprofiler, watcher, slo | 8.8.0 | -| | spaces, security, actions, alerting, aiops, remoteClusters, ml, graph, indexLifecycleManagement, osquery, securitySolution, painlessLab, rollup, searchprofiler, snapshotRestore, transform, upgradeAssistant | 8.8.0 | +| | spaces, security, actions, alerting, remoteClusters, ml, graph, indexLifecycleManagement, osquery, securitySolution, painlessLab, rollup, searchprofiler, snapshotRestore, upgradeAssistant, transform, aiops | 8.8.0 | | | fleet, apm, security, securitySolution | 8.8.0 | | | fleet, apm, security, securitySolution | 8.8.0 | | | spaces, @kbn/security-authorization-core, security, alerting, cases, @kbn/security-role-management-model | 8.8.0 | diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index e3e4621101a5d..3f8958aabf462 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsByPlugin slug: /kibana-dev-docs/api-meta/deprecated-api-list-by-plugin title: Deprecated API usage by plugin description: A list of deprecated APIs, which plugins are still referencing them, and when they need to be removed by. -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -341,7 +341,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [get_esql_with_safe_limit.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts#:~:text=ast), [append_to_query.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-utils/src/utils/append_to_query.ts#:~:text=ast) | - | +| | [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [query_parsing_helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts#:~:text=ast), [get_esql_with_safe_limit.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts#:~:text=ast), [append_to_query.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts#:~:text=ast) | - | @@ -349,7 +349,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [helpers.ts](https://github.com/elastic/kibana/tree/main/packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts#:~:text=quoted) | - | +| | [helpers.ts](https://github.com/elastic/kibana/tree/main/src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts#:~:text=quoted) | - | @@ -373,7 +373,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [data_view_handler.ts](https://github.com/elastic/kibana/tree/main/x-pack/packages/ml/data_view_utils/actions/data_view_handler.ts#:~:text=title) | - | +| | [data_view_handler.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/packages/private/ml/data_view_utils/actions/data_view_handler.ts#:~:text=title) | - | @@ -506,9 +506,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject), [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject) | - | +| | [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject), [search_utils.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts#:~:text=SimpleSavedObject) | - | @@ -737,10 +737,10 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [document_stats.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx#:~:text=fieldFormats), [distinct_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx#:~:text=fieldFormats), [top_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/top_values/top_values.tsx#:~:text=fieldFormats), [choropleth_map.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [default_value_formatter.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts#:~:text=fieldFormats) | - | -| | [use_data_visualizer_grid_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts#:~:text=title) | - | -| | [index_data_visualizer.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx#:~:text=savedObjects) | - | -| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject) | - | +| | [document_stats.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/common/components/stats_table/components/field_data_row/document_stats.tsx#:~:text=fieldFormats), [distinct_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/common/components/stats_table/components/field_data_row/distinct_values.tsx#:~:text=fieldFormats), [top_values.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/common/components/top_values/top_values.tsx#:~:text=fieldFormats), [choropleth_map.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/common/components/stats_table/components/field_data_expanded_row/choropleth_map.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [use_data_visualizer_esql_data.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/esql/use_data_visualizer_esql_data.tsx#:~:text=fieldFormats), [default_value_formatter.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/data_drift/charts/default_value_formatter.ts#:~:text=fieldFormats) | - | +| | [use_data_visualizer_grid_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/hooks/use_data_visualizer_grid_data.ts#:~:text=title) | - | +| | [index_data_visualizer.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx#:~:text=savedObjects) | - | +| | [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject), [index.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/data_visualizer/common/types/index.ts#:~:text=SimpleSavedObject) | - | @@ -1101,15 +1101,15 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [register_ml_alerts.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/alerting/register_ml_alerts.ts#:~:text=registerNavigation) | - | -| | [job_creator.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts#:~:text=title), [categorization_examples_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title)+ 9 more | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 | -| | [annotations.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/routes/annotations.ts#:~:text=authc) | - | -| | [initialization.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=authz) | - | -| | [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject), [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/kibana.ts#:~:text=SimpleSavedObject) | - | -| | [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes), [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/common/types/modules.ts#:~:text=SavedObjectAttributes) | - | -| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/saved_objects/saved_objects.ts#:~:text=migrations) | - | +| | [register_ml_alerts.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/alerting/register_ml_alerts.ts#:~:text=registerNavigation) | - | +| | [job_creator.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/job_creator/job_creator.ts#:~:text=title), [categorization_examples_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/jobs/new_job/common/results_loader/categorization_examples_loader.ts#:~:text=title), [configuration_step_details.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_details.tsx#:~:text=title), [data_loader.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/datavisualizer/index_based/data_loader/data_loader.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [use_index_data.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/hooks/use_index_data.ts#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title), [configuration_step_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/application/data_frame_analytics/pages/analytics_creation/components/configuration_step/configuration_step_form.tsx#:~:text=title)+ 9 more | - | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| | [annotations.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/routes/annotations.ts#:~:text=authc) | - | +| | [initialization.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/saved_objects/initialization/initialization.ts#:~:text=authz), [sync_task.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/saved_objects/sync_task.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/plugin.ts#:~:text=authz), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/plugin.ts#:~:text=authz) | - | +| | [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/common/types/kibana.ts#:~:text=SimpleSavedObject), [kibana.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/common/types/kibana.ts#:~:text=SimpleSavedObject) | - | +| | [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/common/types/modules.ts#:~:text=SavedObjectAttributes), [modules.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/common/types/modules.ts#:~:text=SavedObjectAttributes) | - | +| | [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts#:~:text=migrations), [saved_objects.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts#:~:text=migrations) | - | @@ -1487,11 +1487,11 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| -| | [filter_term_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx#:~:text=title), [use_data_view_exists.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/hooks/use_data_view_exists.ts#:~:text=title), [common.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts#:~:text=title) | - | -| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 | -| | [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc), [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc) | - | -| | [mount_management_section.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/mount_management_section.ts#:~:text=savedObjects) | - | -| | [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart), [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart) | - | +| | [filter_term_form.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/filter_agg/components/filter_term_form.tsx#:~:text=title), [use_data_view_exists.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/public/app/hooks/use_data_view_exists.ts#:~:text=title), [common.test.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/public/app/sections/create_transform/components/step_define/common/common.test.ts#:~:text=title) | - | +| | [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/server/services/license.ts#:~:text=license%24) | 8.8.0 | +| | [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc), [route_handler_factory.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts#:~:text=authc) | - | +| | [mount_management_section.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/public/app/mount_management_section.ts#:~:text=savedObjects) | - | +| | [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart), [app_dependencies.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx#:~:text=SavedObjectsStart) | - | diff --git a/api_docs/deprecations_by_team.mdx b/api_docs/deprecations_by_team.mdx index 4cac449227ff4..9d0be81c71e9a 100644 --- a/api_docs/deprecations_by_team.mdx +++ b/api_docs/deprecations_by_team.mdx @@ -7,7 +7,7 @@ id: kibDevDocsDeprecationsDueByTeam slug: /kibana-dev-docs/api-meta/deprecations-due-by-team title: Deprecated APIs due to be removed, by team description: Lists the teams that are referencing deprecated APIs with a remove by date. -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -88,8 +88,8 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Plugin | Deprecated API | Reference location(s) | Remove By | | --------|-------|-----------|-----------| -| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | -| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/ml/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/transform/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | +| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/public/plugin.ts#:~:text=license%24), [plugin.tsx](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/aiops/public/plugin.tsx#:~:text=license%24) | 8.8.0 | +| ml | | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/ml/server/plugin.ts#:~:text=license%24), [license.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/private/transform/server/services/license.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/platform/plugins/shared/aiops/server/plugin.ts#:~:text=license%24) | 8.8.0 | diff --git a/api_docs/dev_tools.mdx b/api_docs/dev_tools.mdx index a3d2152a9c484..120607e83301d 100644 --- a/api_docs/dev_tools.mdx +++ b/api_docs/dev_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/devTools title: "devTools" image: https://source.unsplash.com/400x175/?github description: API docs for the devTools plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'devTools'] --- import devToolsObj from './dev_tools.devdocs.json'; diff --git a/api_docs/discover.mdx b/api_docs/discover.mdx index 2433fb089d56a..65ee06b1e48b5 100644 --- a/api_docs/discover.mdx +++ b/api_docs/discover.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discover title: "discover" image: https://source.unsplash.com/400x175/?github description: API docs for the discover plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discover'] --- import discoverObj from './discover.devdocs.json'; diff --git a/api_docs/discover_enhanced.mdx b/api_docs/discover_enhanced.mdx index 5324c4656a1b4..db1b8f1e5cc3d 100644 --- a/api_docs/discover_enhanced.mdx +++ b/api_docs/discover_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverEnhanced title: "discoverEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverEnhanced plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverEnhanced'] --- import discoverEnhancedObj from './discover_enhanced.devdocs.json'; diff --git a/api_docs/discover_shared.mdx b/api_docs/discover_shared.mdx index 6dc8e971e6adc..174c8d5113416 100644 --- a/api_docs/discover_shared.mdx +++ b/api_docs/discover_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/discoverShared title: "discoverShared" image: https://source.unsplash.com/400x175/?github description: API docs for the discoverShared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'discoverShared'] --- import discoverSharedObj from './discover_shared.devdocs.json'; diff --git a/api_docs/ecs_data_quality_dashboard.mdx b/api_docs/ecs_data_quality_dashboard.mdx index 50b5aee73a8ce..b6eeb24fdb051 100644 --- a/api_docs/ecs_data_quality_dashboard.mdx +++ b/api_docs/ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ecsDataQualityDashboard title: "ecsDataQualityDashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the ecsDataQualityDashboard plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ecsDataQualityDashboard'] --- import ecsDataQualityDashboardObj from './ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/elastic_assistant.mdx b/api_docs/elastic_assistant.mdx index 023faf8657902..6b43f2332caf1 100644 --- a/api_docs/elastic_assistant.mdx +++ b/api_docs/elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/elasticAssistant title: "elasticAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the elasticAssistant plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'elasticAssistant'] --- import elasticAssistantObj from './elastic_assistant.devdocs.json'; diff --git a/api_docs/embeddable.mdx b/api_docs/embeddable.mdx index 49dbd6169352e..322a77db05fd8 100644 --- a/api_docs/embeddable.mdx +++ b/api_docs/embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddable title: "embeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddable plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddable'] --- import embeddableObj from './embeddable.devdocs.json'; diff --git a/api_docs/embeddable_enhanced.mdx b/api_docs/embeddable_enhanced.mdx index aa3d5f30bdedc..27b652f7f4eae 100644 --- a/api_docs/embeddable_enhanced.mdx +++ b/api_docs/embeddable_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/embeddableEnhanced title: "embeddableEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the embeddableEnhanced plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'embeddableEnhanced'] --- import embeddableEnhancedObj from './embeddable_enhanced.devdocs.json'; diff --git a/api_docs/encrypted_saved_objects.mdx b/api_docs/encrypted_saved_objects.mdx index 3b07e09d28037..82b512914871e 100644 --- a/api_docs/encrypted_saved_objects.mdx +++ b/api_docs/encrypted_saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/encryptedSavedObjects title: "encryptedSavedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the encryptedSavedObjects plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'encryptedSavedObjects'] --- import encryptedSavedObjectsObj from './encrypted_saved_objects.devdocs.json'; diff --git a/api_docs/enterprise_search.mdx b/api_docs/enterprise_search.mdx index 18ed29a3510a6..f5e294b712406 100644 --- a/api_docs/enterprise_search.mdx +++ b/api_docs/enterprise_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/enterpriseSearch title: "enterpriseSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the enterpriseSearch plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'enterpriseSearch'] --- import enterpriseSearchObj from './enterprise_search.devdocs.json'; diff --git a/api_docs/entities_data_access.mdx b/api_docs/entities_data_access.mdx index 099ae5c27ddfe..4fc0397643c0a 100644 --- a/api_docs/entities_data_access.mdx +++ b/api_docs/entities_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entitiesDataAccess title: "entitiesDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the entitiesDataAccess plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entitiesDataAccess'] --- import entitiesDataAccessObj from './entities_data_access.devdocs.json'; diff --git a/api_docs/entity_manager.mdx b/api_docs/entity_manager.mdx index d17ab19b080d0..ae6ffb373ccbb 100644 --- a/api_docs/entity_manager.mdx +++ b/api_docs/entity_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/entityManager title: "entityManager" image: https://source.unsplash.com/400x175/?github description: API docs for the entityManager plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'entityManager'] --- import entityManagerObj from './entity_manager.devdocs.json'; diff --git a/api_docs/es_ui_shared.mdx b/api_docs/es_ui_shared.mdx index d8a1e23530893..c829036ad0276 100644 --- a/api_docs/es_ui_shared.mdx +++ b/api_docs/es_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esUiShared title: "esUiShared" image: https://source.unsplash.com/400x175/?github description: API docs for the esUiShared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esUiShared'] --- import esUiSharedObj from './es_ui_shared.devdocs.json'; diff --git a/api_docs/esql.devdocs.json b/api_docs/esql.devdocs.json index f035a2d8d1d8c..4e418dcf36209 100644 --- a/api_docs/esql.devdocs.json +++ b/api_docs/esql.devdocs.json @@ -21,7 +21,7 @@ }, ") => React.JSX.Element" ], - "path": "src/plugins/esql/public/create_editor.tsx", + "path": "src/platform/plugins/shared/esql/public/create_editor.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "text": "ESQLEditorProps" } ], - "path": "src/plugins/esql/public/create_editor.tsx", + "path": "src/platform/plugins/shared/esql/public/create_editor.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -59,7 +59,7 @@ "tags": [], "label": "ESQLEditorProps", "description": [], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -75,7 +75,7 @@ "signature": [ "{ esql: string; }" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -99,7 +99,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -119,7 +119,7 @@ "text": "AggregateQuery" } ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -147,7 +147,7 @@ }, " | undefined, abortController?: AbortController | undefined) => Promise" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -168,7 +168,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -183,7 +183,7 @@ "signature": [ "AbortController | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -203,7 +203,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -219,7 +219,7 @@ "signature": [ "Error[] | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -235,7 +235,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -251,7 +251,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -267,7 +267,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -281,7 +281,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -297,7 +297,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -313,7 +313,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -329,7 +329,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -345,7 +345,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -361,7 +361,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -377,7 +377,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -393,7 +393,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -409,7 +409,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -423,7 +423,7 @@ "tags": [], "label": "EsqlPluginStart", "description": [], - "path": "src/plugins/esql/public/types.ts", + "path": "src/platform/plugins/shared/esql/public/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -453,7 +453,7 @@ }, ">" ], - "path": "src/plugins/esql/public/types.ts", + "path": "src/platform/plugins/shared/esql/public/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/esql.mdx b/api_docs/esql.mdx index d1cdce6bc00b8..b4ff3ce93c735 100644 --- a/api_docs/esql.mdx +++ b/api_docs/esql.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esql title: "esql" image: https://source.unsplash.com/400x175/?github description: API docs for the esql plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esql'] --- import esqlObj from './esql.devdocs.json'; diff --git a/api_docs/esql_data_grid.devdocs.json b/api_docs/esql_data_grid.devdocs.json index 9d9dcfee0671f..b1e92b9a6ac4a 100644 --- a/api_docs/esql_data_grid.devdocs.json +++ b/api_docs/esql_data_grid.devdocs.json @@ -13,7 +13,7 @@ "signature": [ "(props: ESQLDataGridProps) => React.JSX.Element" ], - "path": "src/plugins/esql_datagrid/public/create_datagrid.tsx", + "path": "src/platform/plugins/shared/esql_datagrid/public/create_datagrid.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -27,7 +27,7 @@ "signature": [ "ESQLDataGridProps" ], - "path": "src/plugins/esql_datagrid/public/create_datagrid.tsx", + "path": "src/platform/plugins/shared/esql_datagrid/public/create_datagrid.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/esql_data_grid.mdx b/api_docs/esql_data_grid.mdx index 821e5eb6fae67..b5060fdb05182 100644 --- a/api_docs/esql_data_grid.mdx +++ b/api_docs/esql_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/esqlDataGrid title: "esqlDataGrid" image: https://source.unsplash.com/400x175/?github description: API docs for the esqlDataGrid plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'esqlDataGrid'] --- import esqlDataGridObj from './esql_data_grid.devdocs.json'; diff --git a/api_docs/event_annotation.mdx b/api_docs/event_annotation.mdx index 1e23b61d6a601..11a33d66f096f 100644 --- a/api_docs/event_annotation.mdx +++ b/api_docs/event_annotation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotation title: "eventAnnotation" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotation'] --- import eventAnnotationObj from './event_annotation.devdocs.json'; diff --git a/api_docs/event_annotation_listing.mdx b/api_docs/event_annotation_listing.mdx index 88a3d35bffbce..02d5d22af7bc7 100644 --- a/api_docs/event_annotation_listing.mdx +++ b/api_docs/event_annotation_listing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventAnnotationListing title: "eventAnnotationListing" image: https://source.unsplash.com/400x175/?github description: API docs for the eventAnnotationListing plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventAnnotationListing'] --- import eventAnnotationListingObj from './event_annotation_listing.devdocs.json'; diff --git a/api_docs/event_log.mdx b/api_docs/event_log.mdx index f966f9fb0cbf3..9aa079d38af36 100644 --- a/api_docs/event_log.mdx +++ b/api_docs/event_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/eventLog title: "eventLog" image: https://source.unsplash.com/400x175/?github description: API docs for the eventLog plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'eventLog'] --- import eventLogObj from './event_log.devdocs.json'; diff --git a/api_docs/exploratory_view.mdx b/api_docs/exploratory_view.mdx index 413668784f761..0747f3abccb98 100644 --- a/api_docs/exploratory_view.mdx +++ b/api_docs/exploratory_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/exploratoryView title: "exploratoryView" image: https://source.unsplash.com/400x175/?github description: API docs for the exploratoryView plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'exploratoryView'] --- import exploratoryViewObj from './exploratory_view.devdocs.json'; diff --git a/api_docs/expression_error.mdx b/api_docs/expression_error.mdx index 8ffceabfd0b6b..c73e5e84b358b 100644 --- a/api_docs/expression_error.mdx +++ b/api_docs/expression_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionError title: "expressionError" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionError plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError'] --- import expressionErrorObj from './expression_error.devdocs.json'; diff --git a/api_docs/expression_gauge.mdx b/api_docs/expression_gauge.mdx index 612245dde9db7..c635b5fe388e0 100644 --- a/api_docs/expression_gauge.mdx +++ b/api_docs/expression_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionGauge title: "expressionGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionGauge plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionGauge'] --- import expressionGaugeObj from './expression_gauge.devdocs.json'; diff --git a/api_docs/expression_heatmap.mdx b/api_docs/expression_heatmap.mdx index 8e898fd91f454..b093aa04f77e4 100644 --- a/api_docs/expression_heatmap.mdx +++ b/api_docs/expression_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionHeatmap title: "expressionHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionHeatmap plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionHeatmap'] --- import expressionHeatmapObj from './expression_heatmap.devdocs.json'; diff --git a/api_docs/expression_image.mdx b/api_docs/expression_image.mdx index 8f3a9862d8270..89335338a43bc 100644 --- a/api_docs/expression_image.mdx +++ b/api_docs/expression_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionImage title: "expressionImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionImage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionImage'] --- import expressionImageObj from './expression_image.devdocs.json'; diff --git a/api_docs/expression_legacy_metric_vis.mdx b/api_docs/expression_legacy_metric_vis.mdx index 335d50e101ad5..2e322f6395838 100644 --- a/api_docs/expression_legacy_metric_vis.mdx +++ b/api_docs/expression_legacy_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionLegacyMetricVis title: "expressionLegacyMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionLegacyMetricVis plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionLegacyMetricVis'] --- import expressionLegacyMetricVisObj from './expression_legacy_metric_vis.devdocs.json'; diff --git a/api_docs/expression_metric.mdx b/api_docs/expression_metric.mdx index 092f3bdac5f1a..d7280c0b2816e 100644 --- a/api_docs/expression_metric.mdx +++ b/api_docs/expression_metric.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetric title: "expressionMetric" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetric plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetric'] --- import expressionMetricObj from './expression_metric.devdocs.json'; diff --git a/api_docs/expression_metric_vis.mdx b/api_docs/expression_metric_vis.mdx index ae1443a3b7678..9977283084d0b 100644 --- a/api_docs/expression_metric_vis.mdx +++ b/api_docs/expression_metric_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionMetricVis title: "expressionMetricVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionMetricVis plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionMetricVis'] --- import expressionMetricVisObj from './expression_metric_vis.devdocs.json'; diff --git a/api_docs/expression_partition_vis.mdx b/api_docs/expression_partition_vis.mdx index efb0c27d46fdc..312c988229f07 100644 --- a/api_docs/expression_partition_vis.mdx +++ b/api_docs/expression_partition_vis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionPartitionVis title: "expressionPartitionVis" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionPartitionVis plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionPartitionVis'] --- import expressionPartitionVisObj from './expression_partition_vis.devdocs.json'; diff --git a/api_docs/expression_repeat_image.mdx b/api_docs/expression_repeat_image.mdx index 436786d78b2ba..4535d413fc816 100644 --- a/api_docs/expression_repeat_image.mdx +++ b/api_docs/expression_repeat_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRepeatImage title: "expressionRepeatImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRepeatImage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRepeatImage'] --- import expressionRepeatImageObj from './expression_repeat_image.devdocs.json'; diff --git a/api_docs/expression_reveal_image.mdx b/api_docs/expression_reveal_image.mdx index e04ba6f8b1bfa..7d1ab6f4a9a33 100644 --- a/api_docs/expression_reveal_image.mdx +++ b/api_docs/expression_reveal_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionRevealImage title: "expressionRevealImage" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionRevealImage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionRevealImage'] --- import expressionRevealImageObj from './expression_reveal_image.devdocs.json'; diff --git a/api_docs/expression_shape.mdx b/api_docs/expression_shape.mdx index 21f3c68c8a82b..eff56c07d1a14 100644 --- a/api_docs/expression_shape.mdx +++ b/api_docs/expression_shape.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionShape title: "expressionShape" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionShape plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionShape'] --- import expressionShapeObj from './expression_shape.devdocs.json'; diff --git a/api_docs/expression_tagcloud.mdx b/api_docs/expression_tagcloud.mdx index d95ec50428213..734153b77ee31 100644 --- a/api_docs/expression_tagcloud.mdx +++ b/api_docs/expression_tagcloud.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionTagcloud title: "expressionTagcloud" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionTagcloud plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionTagcloud'] --- import expressionTagcloudObj from './expression_tagcloud.devdocs.json'; diff --git a/api_docs/expression_x_y.mdx b/api_docs/expression_x_y.mdx index 9e8c4c9bca482..fdf09df0f53f1 100644 --- a/api_docs/expression_x_y.mdx +++ b/api_docs/expression_x_y.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressionXY title: "expressionXY" image: https://source.unsplash.com/400x175/?github description: API docs for the expressionXY plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionXY'] --- import expressionXYObj from './expression_x_y.devdocs.json'; diff --git a/api_docs/expressions.mdx b/api_docs/expressions.mdx index 22d4013b2e2c9..8228e88521717 100644 --- a/api_docs/expressions.mdx +++ b/api_docs/expressions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/expressions title: "expressions" image: https://source.unsplash.com/400x175/?github description: API docs for the expressions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressions'] --- import expressionsObj from './expressions.devdocs.json'; diff --git a/api_docs/features.mdx b/api_docs/features.mdx index 1d8d98ce5d09c..c561174f5ce55 100644 --- a/api_docs/features.mdx +++ b/api_docs/features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/features title: "features" image: https://source.unsplash.com/400x175/?github description: API docs for the features plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'features'] --- import featuresObj from './features.devdocs.json'; diff --git a/api_docs/field_formats.mdx b/api_docs/field_formats.mdx index 58e6abcb07de8..768d75caea360 100644 --- a/api_docs/field_formats.mdx +++ b/api_docs/field_formats.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldFormats title: "fieldFormats" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldFormats plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldFormats'] --- import fieldFormatsObj from './field_formats.devdocs.json'; diff --git a/api_docs/fields_metadata.mdx b/api_docs/fields_metadata.mdx index 0dac616c652c4..55d0837d9cf5a 100644 --- a/api_docs/fields_metadata.mdx +++ b/api_docs/fields_metadata.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fieldsMetadata title: "fieldsMetadata" image: https://source.unsplash.com/400x175/?github description: API docs for the fieldsMetadata plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fieldsMetadata'] --- import fieldsMetadataObj from './fields_metadata.devdocs.json'; diff --git a/api_docs/file_upload.mdx b/api_docs/file_upload.mdx index 6fc07e4b2b78c..612626066ad89 100644 --- a/api_docs/file_upload.mdx +++ b/api_docs/file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fileUpload title: "fileUpload" image: https://source.unsplash.com/400x175/?github description: API docs for the fileUpload plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fileUpload'] --- import fileUploadObj from './file_upload.devdocs.json'; diff --git a/api_docs/files.mdx b/api_docs/files.mdx index 8152bfb10a167..7f4e32c22ca35 100644 --- a/api_docs/files.mdx +++ b/api_docs/files.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/files title: "files" image: https://source.unsplash.com/400x175/?github description: API docs for the files plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'files'] --- import filesObj from './files.devdocs.json'; diff --git a/api_docs/files_management.mdx b/api_docs/files_management.mdx index 84a1a71ea9c32..0018dee49f984 100644 --- a/api_docs/files_management.mdx +++ b/api_docs/files_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/filesManagement title: "filesManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the filesManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'filesManagement'] --- import filesManagementObj from './files_management.devdocs.json'; diff --git a/api_docs/fleet.mdx b/api_docs/fleet.mdx index 512e7404a8309..1c16c88a74b2d 100644 --- a/api_docs/fleet.mdx +++ b/api_docs/fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/fleet title: "fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the fleet plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'fleet'] --- import fleetObj from './fleet.devdocs.json'; diff --git a/api_docs/global_search.mdx b/api_docs/global_search.mdx index d58e44536d400..63bfa4db9f189 100644 --- a/api_docs/global_search.mdx +++ b/api_docs/global_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/globalSearch title: "globalSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the globalSearch plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'globalSearch'] --- import globalSearchObj from './global_search.devdocs.json'; diff --git a/api_docs/guided_onboarding.mdx b/api_docs/guided_onboarding.mdx index 8aa278b4a1e03..d0591ff26bd29 100644 --- a/api_docs/guided_onboarding.mdx +++ b/api_docs/guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/guidedOnboarding title: "guidedOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the guidedOnboarding plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'guidedOnboarding'] --- import guidedOnboardingObj from './guided_onboarding.devdocs.json'; diff --git a/api_docs/home.mdx b/api_docs/home.mdx index 4e79db24d5e09..a873a6e0b36a4 100644 --- a/api_docs/home.mdx +++ b/api_docs/home.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/home title: "home" image: https://source.unsplash.com/400x175/?github description: API docs for the home plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'home'] --- import homeObj from './home.devdocs.json'; diff --git a/api_docs/image_embeddable.mdx b/api_docs/image_embeddable.mdx index fa9f4cd52df5f..b013fcc8c6007 100644 --- a/api_docs/image_embeddable.mdx +++ b/api_docs/image_embeddable.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/imageEmbeddable title: "imageEmbeddable" image: https://source.unsplash.com/400x175/?github description: API docs for the imageEmbeddable plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'imageEmbeddable'] --- import imageEmbeddableObj from './image_embeddable.devdocs.json'; diff --git a/api_docs/index_lifecycle_management.mdx b/api_docs/index_lifecycle_management.mdx index 907a2d275fd85..23b176f4d0756 100644 --- a/api_docs/index_lifecycle_management.mdx +++ b/api_docs/index_lifecycle_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexLifecycleManagement title: "indexLifecycleManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexLifecycleManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexLifecycleManagement'] --- import indexLifecycleManagementObj from './index_lifecycle_management.devdocs.json'; diff --git a/api_docs/index_management.mdx b/api_docs/index_management.mdx index 21f093749048e..8b38c273afb1a 100644 --- a/api_docs/index_management.mdx +++ b/api_docs/index_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/indexManagement title: "indexManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the indexManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'indexManagement'] --- import indexManagementObj from './index_management.devdocs.json'; diff --git a/api_docs/inference.mdx b/api_docs/inference.mdx index e2b49b5462859..1bdc62e7c2b57 100644 --- a/api_docs/inference.mdx +++ b/api_docs/inference.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inference title: "inference" image: https://source.unsplash.com/400x175/?github description: API docs for the inference plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inference'] --- import inferenceObj from './inference.devdocs.json'; diff --git a/api_docs/infra.mdx b/api_docs/infra.mdx index ac70d42adae80..6651f313b1ad9 100644 --- a/api_docs/infra.mdx +++ b/api_docs/infra.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/infra title: "infra" image: https://source.unsplash.com/400x175/?github description: API docs for the infra plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'infra'] --- import infraObj from './infra.devdocs.json'; diff --git a/api_docs/ingest_pipelines.mdx b/api_docs/ingest_pipelines.mdx index 1ce3773d0ef7e..fc223c19a423c 100644 --- a/api_docs/ingest_pipelines.mdx +++ b/api_docs/ingest_pipelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ingestPipelines title: "ingestPipelines" image: https://source.unsplash.com/400x175/?github description: API docs for the ingestPipelines plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ingestPipelines'] --- import ingestPipelinesObj from './ingest_pipelines.devdocs.json'; diff --git a/api_docs/inspector.mdx b/api_docs/inspector.mdx index f70fab43a7191..a1cd3a60b30b5 100644 --- a/api_docs/inspector.mdx +++ b/api_docs/inspector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inspector title: "inspector" image: https://source.unsplash.com/400x175/?github description: API docs for the inspector plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inspector'] --- import inspectorObj from './inspector.devdocs.json'; diff --git a/api_docs/integration_assistant.mdx b/api_docs/integration_assistant.mdx index 0dc55b2c8b63b..3f2edb2b3be01 100644 --- a/api_docs/integration_assistant.mdx +++ b/api_docs/integration_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/integrationAssistant title: "integrationAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the integrationAssistant plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'integrationAssistant'] --- import integrationAssistantObj from './integration_assistant.devdocs.json'; diff --git a/api_docs/interactive_setup.mdx b/api_docs/interactive_setup.mdx index 902792800f391..973d5a52acacf 100644 --- a/api_docs/interactive_setup.mdx +++ b/api_docs/interactive_setup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/interactiveSetup title: "interactiveSetup" image: https://source.unsplash.com/400x175/?github description: API docs for the interactiveSetup plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'interactiveSetup'] --- import interactiveSetupObj from './interactive_setup.devdocs.json'; diff --git a/api_docs/inventory.mdx b/api_docs/inventory.mdx index 756df048bf8d9..e13143d804bad 100644 --- a/api_docs/inventory.mdx +++ b/api_docs/inventory.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/inventory title: "inventory" image: https://source.unsplash.com/400x175/?github description: API docs for the inventory plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'inventory'] --- import inventoryObj from './inventory.devdocs.json'; diff --git a/api_docs/investigate.mdx b/api_docs/investigate.mdx index 20dd8fa6cd53e..1722696878b63 100644 --- a/api_docs/investigate.mdx +++ b/api_docs/investigate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigate title: "investigate" image: https://source.unsplash.com/400x175/?github description: API docs for the investigate plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigate'] --- import investigateObj from './investigate.devdocs.json'; diff --git a/api_docs/investigate_app.mdx b/api_docs/investigate_app.mdx index 8ad0cbed264b9..1a4ba180f6235 100644 --- a/api_docs/investigate_app.mdx +++ b/api_docs/investigate_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/investigateApp title: "investigateApp" image: https://source.unsplash.com/400x175/?github description: API docs for the investigateApp plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'investigateApp'] --- import investigateAppObj from './investigate_app.devdocs.json'; diff --git a/api_docs/kbn_actions_types.mdx b/api_docs/kbn_actions_types.mdx index ab8fe98d821bf..09a37e7f227dc 100644 --- a/api_docs/kbn_actions_types.mdx +++ b/api_docs/kbn_actions_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-actions-types title: "@kbn/actions-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/actions-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/actions-types'] --- import kbnActionsTypesObj from './kbn_actions_types.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant.mdx b/api_docs/kbn_ai_assistant.mdx index 33ef58ac4cb6e..f4e7011843e6d 100644 --- a/api_docs/kbn_ai_assistant.mdx +++ b/api_docs/kbn_ai_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant title: "@kbn/ai-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant'] --- import kbnAiAssistantObj from './kbn_ai_assistant.devdocs.json'; diff --git a/api_docs/kbn_ai_assistant_common.mdx b/api_docs/kbn_ai_assistant_common.mdx index fc86d646478e3..ba42d7599a535 100644 --- a/api_docs/kbn_ai_assistant_common.mdx +++ b/api_docs/kbn_ai_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ai-assistant-common title: "@kbn/ai-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ai-assistant-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ai-assistant-common'] --- import kbnAiAssistantCommonObj from './kbn_ai_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_aiops_components.devdocs.json b/api_docs/kbn_aiops_components.devdocs.json index fc526124b270a..4de5d72951d46 100644 --- a/api_docs/kbn_aiops_components.devdocs.json +++ b/api_docs/kbn_aiops_components.devdocs.json @@ -39,7 +39,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -61,7 +61,7 @@ "text": "DocumentCountChartProps" } ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -84,7 +84,7 @@ "signature": [ "React.FunctionComponent" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart_redux.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart_redux.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [ @@ -136,7 +136,7 @@ "signature": [ "(props: DualBrushProps) => React.JSX.Element" ], - "path": "x-pack/packages/ml/aiops_components/src/dual_brush/dual_brush.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/dual_brush/dual_brush.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -152,7 +152,7 @@ "signature": [ "DualBrushProps" ], - "path": "x-pack/packages/ml/aiops_components/src/dual_brush/dual_brush.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/dual_brush/dual_brush.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -175,7 +175,7 @@ "signature": [ "(props: BrushAnnotationProps) => React.JSX.Element" ], - "path": "x-pack/packages/ml/aiops_components/src/dual_brush/dual_brush_annotation.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/dual_brush/dual_brush_annotation.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -191,7 +191,7 @@ "signature": [ "BrushAnnotationProps" ], - "path": "x-pack/packages/ml/aiops_components/src/dual_brush/dual_brush_annotation.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/dual_brush/dual_brush_annotation.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -214,7 +214,7 @@ "signature": [ "(props: React.PropsWithChildren) => React.JSX.Element" ], - "path": "x-pack/packages/ml/aiops_components/src/progress_controls/progress_controls.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/progress_controls/progress_controls.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -230,7 +230,7 @@ "signature": [ "React.PropsWithChildren" ], - "path": "x-pack/packages/ml/aiops_components/src/progress_controls/progress_controls.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/progress_controls/progress_controls.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -252,7 +252,7 @@ "description": [ "\nBrush settings" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -268,7 +268,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -287,7 +287,7 @@ "RectAnnotationStyle", "> | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -303,7 +303,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false } @@ -319,7 +319,7 @@ "description": [ "\nProps for document count chart" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -367,7 +367,7 @@ }, "; }" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -383,7 +383,7 @@ "signature": [ "BrushSelectionUpdateHandler | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -399,7 +399,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -415,7 +415,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -438,7 +438,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -461,7 +461,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -474,7 +474,7 @@ "description": [ "Start time range for the chart" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -487,7 +487,7 @@ "description": [ "Ending time range for the chart" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -500,7 +500,7 @@ "description": [ "Time interval for the document count buckets" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -513,7 +513,7 @@ "description": [ "Label to name the adjustedChartPointsSplit histogram" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -526,7 +526,7 @@ "description": [ "Whether or not brush has been reset" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -542,7 +542,7 @@ "signature": [ "SetAutoRunAnalysisFn | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -566,7 +566,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -583,7 +583,7 @@ "BarStyleAccessor", " | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -599,7 +599,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -615,7 +615,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -638,7 +638,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -661,7 +661,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -677,7 +677,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -700,7 +700,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false }, @@ -716,7 +716,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", + "path": "x-pack/platform/packages/private/ml/aiops_components/src/document_count_chart/document_count_chart.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_aiops_components.mdx b/api_docs/kbn_aiops_components.mdx index 3da6cbfb4130a..e4559025356e7 100644 --- a/api_docs/kbn_aiops_components.mdx +++ b/api_docs/kbn_aiops_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-components title: "@kbn/aiops-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-components'] --- import kbnAiopsComponentsObj from './kbn_aiops_components.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json b/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json index 1c7cb281a8095..cd69797121188 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json +++ b/api_docs/kbn_aiops_log_pattern_analysis.devdocs.json @@ -34,7 +34,7 @@ "signature": [ "{ readonly query?: any; readonly intervalMs?: number | undefined; readonly index: string; readonly field: string; readonly from: number; readonly to: number; readonly timeField: string; }" ], - "path": "x-pack/packages/ml/aiops_log_pattern_analysis/schema.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -116,7 +116,7 @@ }, "; }>" ], - "path": "x-pack/packages/ml/aiops_log_pattern_analysis/schema.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_pattern_analysis/schema.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_aiops_log_pattern_analysis.mdx b/api_docs/kbn_aiops_log_pattern_analysis.mdx index 5e6b76ae6f782..f3a4465f2a03c 100644 --- a/api_docs/kbn_aiops_log_pattern_analysis.mdx +++ b/api_docs/kbn_aiops_log_pattern_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-pattern-analysis title: "@kbn/aiops-log-pattern-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-pattern-analysis plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-pattern-analysis'] --- import kbnAiopsLogPatternAnalysisObj from './kbn_aiops_log_pattern_analysis.devdocs.json'; diff --git a/api_docs/kbn_aiops_log_rate_analysis.devdocs.json b/api_docs/kbn_aiops_log_rate_analysis.devdocs.json index a21725ead2b9a..3641f3fe35847 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.devdocs.json +++ b/api_docs/kbn_aiops_log_rate_analysis.devdocs.json @@ -39,7 +39,7 @@ }, ", baselineBuckets: number, deviationBuckets: number, docCount: number, bgCount: number) => { baselineBucketRate: number; deviationBucketRate: number; }" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -61,7 +61,7 @@ "text": "LogRateAnalysisType" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -78,7 +78,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -95,7 +95,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -112,7 +112,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -129,7 +129,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_baseline_and_deviation_rates.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -152,7 +152,7 @@ "signature": [ "(buckets: Record, changePointTs: number) => { startTs: number; endTs: number; }" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_extended_change_point.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_extended_change_point.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -168,7 +168,7 @@ "signature": [ "Record" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_extended_change_point.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_extended_change_point.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -185,7 +185,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_extended_change_point.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_extended_change_point.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -231,7 +231,7 @@ "text": "LogRateAnalysisType" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_histogram.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_histogram.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -254,7 +254,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_histogram.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_histogram.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -277,7 +277,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_histogram.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_analysis_type_for_histogram.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -308,7 +308,7 @@ }, ", baselineBucketRate: number, deviationBucketRate: number) => { message: string; factor?: number | undefined; }" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_change.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_change.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -330,7 +330,7 @@ "text": "LogRateAnalysisType" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_change.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_change.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -347,7 +347,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_change.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_change.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -364,7 +364,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_log_rate_change.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_log_rate_change.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -387,7 +387,7 @@ "signature": [ "(timeRangeEarliest: number, timeRangeLatest: number, interval: number) => number[]" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -403,7 +403,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -420,7 +420,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -437,7 +437,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_timestamps.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -475,7 +475,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_window_parameters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -497,7 +497,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -514,7 +514,7 @@ "signature": [ "number[]" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_snapped_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_snapped_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -552,7 +552,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_swapped_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_swapped_window_parameters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -574,7 +574,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_swapped_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_swapped_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -604,7 +604,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -620,7 +620,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -637,7 +637,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -654,7 +654,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -671,7 +671,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -688,7 +688,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -734,7 +734,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -757,7 +757,7 @@ "text": "WindowParameters" } ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -774,7 +774,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -791,7 +791,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -808,7 +808,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -832,7 +832,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/get_window_parameters_for_trigger.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -854,7 +854,7 @@ "description": [ "\nRepresents the document count statistics for a given time range." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -870,7 +870,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -886,7 +886,7 @@ "signature": [ "{ [key: string]: number; } | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -909,7 +909,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -925,7 +925,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -941,7 +941,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -954,7 +954,7 @@ "description": [ "The total document count." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -970,7 +970,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false } @@ -986,7 +986,7 @@ "description": [ "\nRepresents a change point in document count statistics,\nidentifying a significant change over time." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -999,7 +999,7 @@ "description": [ "Key is the timestamp of the change point." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1012,7 +1012,7 @@ "description": [ "The start timestamp of the change point period." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1025,7 +1025,7 @@ "description": [ "The end timestamp of the change point period." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1038,7 +1038,7 @@ "description": [ "The type of change point." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false } @@ -1054,7 +1054,7 @@ "description": [ "\nRepresents the overall document stats." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1067,7 +1067,7 @@ "description": [ "The probability of sampling." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1080,7 +1080,7 @@ "description": [ "The total document count." ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1103,7 +1103,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1126,7 +1126,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/types.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/types.ts", "deprecated": false, "trackAdoption": false } @@ -1142,7 +1142,7 @@ "description": [ "\nLog rate histogram item" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1155,7 +1155,7 @@ "description": [ "\nTime of bucket" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", "deprecated": false, "trackAdoption": false }, @@ -1168,7 +1168,7 @@ "description": [ "\nNumber of doc count for that time bucket" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/log_rate_histogram_item.ts", "deprecated": false, "trackAdoption": false } @@ -1188,7 +1188,7 @@ "description": [ "\nTime range definition for baseline and deviation to be used by log rate analysis.\n" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/window_parameters.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1201,7 +1201,7 @@ "description": [ "Baseline minimum value" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/window_parameters.ts", "deprecated": false, "trackAdoption": false }, @@ -1214,7 +1214,7 @@ "description": [ "Baseline maximum value" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/window_parameters.ts", "deprecated": false, "trackAdoption": false }, @@ -1227,7 +1227,7 @@ "description": [ "Deviation minimum value" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/window_parameters.ts", "deprecated": false, "trackAdoption": false }, @@ -1240,7 +1240,7 @@ "description": [ "Deviation maximum value" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/window_parameters.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/window_parameters.ts", "deprecated": false, "trackAdoption": false } @@ -1262,7 +1262,7 @@ "signature": [ "\"orange\"" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/constants.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1279,7 +1279,7 @@ "signature": [ "\"spike\" | \"dip\"" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/log_rate_analysis_type.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/log_rate_analysis_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1298,7 +1298,7 @@ "signature": [ "{ readonly SPIKE: \"spike\"; readonly DIP: \"dip\"; }" ], - "path": "x-pack/packages/ml/aiops_log_rate_analysis/log_rate_analysis_type.ts", + "path": "x-pack/platform/packages/shared/ml/aiops_log_rate_analysis/log_rate_analysis_type.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_aiops_log_rate_analysis.mdx b/api_docs/kbn_aiops_log_rate_analysis.mdx index 951c96c15bcee..7a17dac1060bc 100644 --- a/api_docs/kbn_aiops_log_rate_analysis.mdx +++ b/api_docs/kbn_aiops_log_rate_analysis.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-aiops-log-rate-analysis title: "@kbn/aiops-log-rate-analysis" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/aiops-log-rate-analysis plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/aiops-log-rate-analysis'] --- import kbnAiopsLogRateAnalysisObj from './kbn_aiops_log_rate_analysis.devdocs.json'; diff --git a/api_docs/kbn_alerting_api_integration_helpers.mdx b/api_docs/kbn_alerting_api_integration_helpers.mdx index be6a7cc61a83e..0f3fbae34a79b 100644 --- a/api_docs/kbn_alerting_api_integration_helpers.mdx +++ b/api_docs/kbn_alerting_api_integration_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-api-integration-helpers title: "@kbn/alerting-api-integration-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-api-integration-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-api-integration-helpers'] --- import kbnAlertingApiIntegrationHelpersObj from './kbn_alerting_api_integration_helpers.devdocs.json'; diff --git a/api_docs/kbn_alerting_comparators.mdx b/api_docs/kbn_alerting_comparators.mdx index 57ecde56c8938..a186f4a576fae 100644 --- a/api_docs/kbn_alerting_comparators.mdx +++ b/api_docs/kbn_alerting_comparators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-comparators title: "@kbn/alerting-comparators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-comparators plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-comparators'] --- import kbnAlertingComparatorsObj from './kbn_alerting_comparators.devdocs.json'; diff --git a/api_docs/kbn_alerting_state_types.mdx b/api_docs/kbn_alerting_state_types.mdx index 57dda7ba07f6c..cb3b8816f8a49 100644 --- a/api_docs/kbn_alerting_state_types.mdx +++ b/api_docs/kbn_alerting_state_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-state-types title: "@kbn/alerting-state-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-state-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-state-types'] --- import kbnAlertingStateTypesObj from './kbn_alerting_state_types.devdocs.json'; diff --git a/api_docs/kbn_alerting_types.mdx b/api_docs/kbn_alerting_types.mdx index fa2d5bb75c49c..92ecf2e3507c0 100644 --- a/api_docs/kbn_alerting_types.mdx +++ b/api_docs/kbn_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerting-types title: "@kbn/alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerting-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerting-types'] --- import kbnAlertingTypesObj from './kbn_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_alerts_as_data_utils.mdx b/api_docs/kbn_alerts_as_data_utils.mdx index 4d71b1a977373..84733e8b9c25f 100644 --- a/api_docs/kbn_alerts_as_data_utils.mdx +++ b/api_docs/kbn_alerts_as_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-as-data-utils title: "@kbn/alerts-as-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-as-data-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-as-data-utils'] --- import kbnAlertsAsDataUtilsObj from './kbn_alerts_as_data_utils.devdocs.json'; diff --git a/api_docs/kbn_alerts_grouping.mdx b/api_docs/kbn_alerts_grouping.mdx index a8a0000cc5f32..c97880560776c 100644 --- a/api_docs/kbn_alerts_grouping.mdx +++ b/api_docs/kbn_alerts_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-grouping title: "@kbn/alerts-grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-grouping plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-grouping'] --- import kbnAlertsGroupingObj from './kbn_alerts_grouping.devdocs.json'; diff --git a/api_docs/kbn_alerts_ui_shared.mdx b/api_docs/kbn_alerts_ui_shared.mdx index 43d585279d0e5..736438c8c985b 100644 --- a/api_docs/kbn_alerts_ui_shared.mdx +++ b/api_docs/kbn_alerts_ui_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-alerts-ui-shared title: "@kbn/alerts-ui-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/alerts-ui-shared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/alerts-ui-shared'] --- import kbnAlertsUiSharedObj from './kbn_alerts_ui_shared.devdocs.json'; diff --git a/api_docs/kbn_analytics.mdx b/api_docs/kbn_analytics.mdx index 6914c6b49a4c2..f303e5da39e0a 100644 --- a/api_docs/kbn_analytics.mdx +++ b/api_docs/kbn_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics title: "@kbn/analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics'] --- import kbnAnalyticsObj from './kbn_analytics.devdocs.json'; diff --git a/api_docs/kbn_analytics_collection_utils.mdx b/api_docs/kbn_analytics_collection_utils.mdx index b44f97f228131..c60e928a8b72a 100644 --- a/api_docs/kbn_analytics_collection_utils.mdx +++ b/api_docs/kbn_analytics_collection_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-analytics-collection-utils title: "@kbn/analytics-collection-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/analytics-collection-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/analytics-collection-utils'] --- import kbnAnalyticsCollectionUtilsObj from './kbn_analytics_collection_utils.devdocs.json'; diff --git a/api_docs/kbn_apm_config_loader.mdx b/api_docs/kbn_apm_config_loader.mdx index 964e085cb4a89..5263e6c4b593c 100644 --- a/api_docs/kbn_apm_config_loader.mdx +++ b/api_docs/kbn_apm_config_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-config-loader title: "@kbn/apm-config-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-config-loader plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-config-loader'] --- import kbnApmConfigLoaderObj from './kbn_apm_config_loader.devdocs.json'; diff --git a/api_docs/kbn_apm_data_view.mdx b/api_docs/kbn_apm_data_view.mdx index 6f5b62298e061..30dcd84e6b1be 100644 --- a/api_docs/kbn_apm_data_view.mdx +++ b/api_docs/kbn_apm_data_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-data-view title: "@kbn/apm-data-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-data-view plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-data-view'] --- import kbnApmDataViewObj from './kbn_apm_data_view.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace.mdx b/api_docs/kbn_apm_synthtrace.mdx index 8a7a87f46c90d..8459cbb3a487d 100644 --- a/api_docs/kbn_apm_synthtrace.mdx +++ b/api_docs/kbn_apm_synthtrace.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace title: "@kbn/apm-synthtrace" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace'] --- import kbnApmSynthtraceObj from './kbn_apm_synthtrace.devdocs.json'; diff --git a/api_docs/kbn_apm_synthtrace_client.mdx b/api_docs/kbn_apm_synthtrace_client.mdx index 81790c677d89a..f8ea0e05eec1b 100644 --- a/api_docs/kbn_apm_synthtrace_client.mdx +++ b/api_docs/kbn_apm_synthtrace_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-synthtrace-client title: "@kbn/apm-synthtrace-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-synthtrace-client plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-synthtrace-client'] --- import kbnApmSynthtraceClientObj from './kbn_apm_synthtrace_client.devdocs.json'; diff --git a/api_docs/kbn_apm_types.mdx b/api_docs/kbn_apm_types.mdx index 72f12a223efc9..361888d87985c 100644 --- a/api_docs/kbn_apm_types.mdx +++ b/api_docs/kbn_apm_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-types title: "@kbn/apm-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-types'] --- import kbnApmTypesObj from './kbn_apm_types.devdocs.json'; diff --git a/api_docs/kbn_apm_utils.mdx b/api_docs/kbn_apm_utils.mdx index 8f31856dce8e4..c24f24b655be2 100644 --- a/api_docs/kbn_apm_utils.mdx +++ b/api_docs/kbn_apm_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-apm-utils title: "@kbn/apm-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/apm-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/apm-utils'] --- import kbnApmUtilsObj from './kbn_apm_utils.devdocs.json'; diff --git a/api_docs/kbn_avc_banner.mdx b/api_docs/kbn_avc_banner.mdx index 182ed64cf7695..3a4e80771680f 100644 --- a/api_docs/kbn_avc_banner.mdx +++ b/api_docs/kbn_avc_banner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-avc-banner title: "@kbn/avc-banner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/avc-banner plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/avc-banner'] --- import kbnAvcBannerObj from './kbn_avc_banner.devdocs.json'; diff --git a/api_docs/kbn_axe_config.mdx b/api_docs/kbn_axe_config.mdx index 94e6512a04311..de53c7e0ab5ac 100644 --- a/api_docs/kbn_axe_config.mdx +++ b/api_docs/kbn_axe_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-axe-config title: "@kbn/axe-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/axe-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/axe-config'] --- import kbnAxeConfigObj from './kbn_axe_config.devdocs.json'; diff --git a/api_docs/kbn_bfetch_error.mdx b/api_docs/kbn_bfetch_error.mdx index d3f091d16d1d9..bfb2cb98b9771 100644 --- a/api_docs/kbn_bfetch_error.mdx +++ b/api_docs/kbn_bfetch_error.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-bfetch-error title: "@kbn/bfetch-error" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/bfetch-error plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/bfetch-error'] --- import kbnBfetchErrorObj from './kbn_bfetch_error.devdocs.json'; diff --git a/api_docs/kbn_calculate_auto.mdx b/api_docs/kbn_calculate_auto.mdx index a42edf9b0abb0..5d60df594b8f6 100644 --- a/api_docs/kbn_calculate_auto.mdx +++ b/api_docs/kbn_calculate_auto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-auto title: "@kbn/calculate-auto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-auto plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-auto'] --- import kbnCalculateAutoObj from './kbn_calculate_auto.devdocs.json'; diff --git a/api_docs/kbn_calculate_width_from_char_count.mdx b/api_docs/kbn_calculate_width_from_char_count.mdx index a5153f65241d9..aaea3f4b78ac1 100644 --- a/api_docs/kbn_calculate_width_from_char_count.mdx +++ b/api_docs/kbn_calculate_width_from_char_count.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-calculate-width-from-char-count title: "@kbn/calculate-width-from-char-count" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/calculate-width-from-char-count plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/calculate-width-from-char-count'] --- import kbnCalculateWidthFromCharCountObj from './kbn_calculate_width_from_char_count.devdocs.json'; diff --git a/api_docs/kbn_cases_components.mdx b/api_docs/kbn_cases_components.mdx index aede1dbc18f6c..9d3b9443409d6 100644 --- a/api_docs/kbn_cases_components.mdx +++ b/api_docs/kbn_cases_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cases-components title: "@kbn/cases-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cases-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cases-components'] --- import kbnCasesComponentsObj from './kbn_cases_components.devdocs.json'; diff --git a/api_docs/kbn_cbor.mdx b/api_docs/kbn_cbor.mdx index e42d7c344160a..4cb2f4c237720 100644 --- a/api_docs/kbn_cbor.mdx +++ b/api_docs/kbn_cbor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cbor title: "@kbn/cbor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cbor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cbor'] --- import kbnCborObj from './kbn_cbor.devdocs.json'; diff --git a/api_docs/kbn_cell_actions.mdx b/api_docs/kbn_cell_actions.mdx index 2211f95dee3ef..7d00616784a6d 100644 --- a/api_docs/kbn_cell_actions.mdx +++ b/api_docs/kbn_cell_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cell-actions title: "@kbn/cell-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cell-actions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cell-actions'] --- import kbnCellActionsObj from './kbn_cell_actions.devdocs.json'; diff --git a/api_docs/kbn_chart_expressions_common.mdx b/api_docs/kbn_chart_expressions_common.mdx index 3e875c321cd02..d9163287fa9c3 100644 --- a/api_docs/kbn_chart_expressions_common.mdx +++ b/api_docs/kbn_chart_expressions_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-expressions-common title: "@kbn/chart-expressions-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-expressions-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-expressions-common'] --- import kbnChartExpressionsCommonObj from './kbn_chart_expressions_common.devdocs.json'; diff --git a/api_docs/kbn_chart_icons.mdx b/api_docs/kbn_chart_icons.mdx index 5ec805e003502..1731b12caba48 100644 --- a/api_docs/kbn_chart_icons.mdx +++ b/api_docs/kbn_chart_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-chart-icons title: "@kbn/chart-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/chart-icons plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/chart-icons'] --- import kbnChartIconsObj from './kbn_chart_icons.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_core.mdx b/api_docs/kbn_ci_stats_core.mdx index 1b03cf337f06f..207061dbb6b12 100644 --- a/api_docs/kbn_ci_stats_core.mdx +++ b/api_docs/kbn_ci_stats_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-core title: "@kbn/ci-stats-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-core plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-core'] --- import kbnCiStatsCoreObj from './kbn_ci_stats_core.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_performance_metrics.mdx b/api_docs/kbn_ci_stats_performance_metrics.mdx index 9256e83acc540..05bf5103fe6d7 100644 --- a/api_docs/kbn_ci_stats_performance_metrics.mdx +++ b/api_docs/kbn_ci_stats_performance_metrics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-performance-metrics title: "@kbn/ci-stats-performance-metrics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-performance-metrics plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-performance-metrics'] --- import kbnCiStatsPerformanceMetricsObj from './kbn_ci_stats_performance_metrics.devdocs.json'; diff --git a/api_docs/kbn_ci_stats_reporter.mdx b/api_docs/kbn_ci_stats_reporter.mdx index 8967d6e5b55ce..3cd2545713d53 100644 --- a/api_docs/kbn_ci_stats_reporter.mdx +++ b/api_docs/kbn_ci_stats_reporter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ci-stats-reporter title: "@kbn/ci-stats-reporter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ci-stats-reporter plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ci-stats-reporter'] --- import kbnCiStatsReporterObj from './kbn_ci_stats_reporter.devdocs.json'; diff --git a/api_docs/kbn_cli_dev_mode.mdx b/api_docs/kbn_cli_dev_mode.mdx index 7599db76101f9..ca530b7a61383 100644 --- a/api_docs/kbn_cli_dev_mode.mdx +++ b/api_docs/kbn_cli_dev_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cli-dev-mode title: "@kbn/cli-dev-mode" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cli-dev-mode plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cli-dev-mode'] --- import kbnCliDevModeObj from './kbn_cli_dev_mode.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture.mdx b/api_docs/kbn_cloud_security_posture.mdx index f956f050f554e..cf5bcab952a02 100644 --- a/api_docs/kbn_cloud_security_posture.mdx +++ b/api_docs/kbn_cloud_security_posture.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture title: "@kbn/cloud-security-posture" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture'] --- import kbnCloudSecurityPostureObj from './kbn_cloud_security_posture.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_common.mdx b/api_docs/kbn_cloud_security_posture_common.mdx index a3d4384f8d301..229bbd63114a0 100644 --- a/api_docs/kbn_cloud_security_posture_common.mdx +++ b/api_docs/kbn_cloud_security_posture_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-common title: "@kbn/cloud-security-posture-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-common'] --- import kbnCloudSecurityPostureCommonObj from './kbn_cloud_security_posture_common.devdocs.json'; diff --git a/api_docs/kbn_cloud_security_posture_graph.mdx b/api_docs/kbn_cloud_security_posture_graph.mdx index 73d220f48f7ed..84e189f3d758a 100644 --- a/api_docs/kbn_cloud_security_posture_graph.mdx +++ b/api_docs/kbn_cloud_security_posture_graph.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cloud-security-posture-graph title: "@kbn/cloud-security-posture-graph" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cloud-security-posture-graph plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cloud-security-posture-graph'] --- import kbnCloudSecurityPostureGraphObj from './kbn_cloud_security_posture_graph.devdocs.json'; diff --git a/api_docs/kbn_code_editor.mdx b/api_docs/kbn_code_editor.mdx index 12b3f77259df9..468b5f6efd416 100644 --- a/api_docs/kbn_code_editor.mdx +++ b/api_docs/kbn_code_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor title: "@kbn/code-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor'] --- import kbnCodeEditorObj from './kbn_code_editor.devdocs.json'; diff --git a/api_docs/kbn_code_editor_mock.mdx b/api_docs/kbn_code_editor_mock.mdx index bfcf7b50dd61c..8d330b5352d7f 100644 --- a/api_docs/kbn_code_editor_mock.mdx +++ b/api_docs/kbn_code_editor_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-editor-mock title: "@kbn/code-editor-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-editor-mock plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-editor-mock'] --- import kbnCodeEditorMockObj from './kbn_code_editor_mock.devdocs.json'; diff --git a/api_docs/kbn_code_owners.mdx b/api_docs/kbn_code_owners.mdx index b234bd6f61604..86b94b9825f56 100644 --- a/api_docs/kbn_code_owners.mdx +++ b/api_docs/kbn_code_owners.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-code-owners title: "@kbn/code-owners" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/code-owners plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/code-owners'] --- import kbnCodeOwnersObj from './kbn_code_owners.devdocs.json'; diff --git a/api_docs/kbn_coloring.mdx b/api_docs/kbn_coloring.mdx index 3ef117dfce4c1..1495e93f55355 100644 --- a/api_docs/kbn_coloring.mdx +++ b/api_docs/kbn_coloring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-coloring title: "@kbn/coloring" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/coloring plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/coloring'] --- import kbnColoringObj from './kbn_coloring.devdocs.json'; diff --git a/api_docs/kbn_config.mdx b/api_docs/kbn_config.mdx index 0a79de6c65a01..4495a9d666e32 100644 --- a/api_docs/kbn_config.mdx +++ b/api_docs/kbn_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config title: "@kbn/config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config'] --- import kbnConfigObj from './kbn_config.devdocs.json'; diff --git a/api_docs/kbn_config_mocks.mdx b/api_docs/kbn_config_mocks.mdx index 52de739d7398b..52dc8a5302807 100644 --- a/api_docs/kbn_config_mocks.mdx +++ b/api_docs/kbn_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-mocks title: "@kbn/config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-mocks'] --- import kbnConfigMocksObj from './kbn_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_config_schema.mdx b/api_docs/kbn_config_schema.mdx index 233a3d1de9a0f..8d6f34dec6a17 100644 --- a/api_docs/kbn_config_schema.mdx +++ b/api_docs/kbn_config_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-config-schema title: "@kbn/config-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/config-schema plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/config-schema'] --- import kbnConfigSchemaObj from './kbn_config_schema.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_editor.mdx b/api_docs/kbn_content_management_content_editor.mdx index 7cffaae059519..1e141bcb1989d 100644 --- a/api_docs/kbn_content_management_content_editor.mdx +++ b/api_docs/kbn_content_management_content_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-editor title: "@kbn/content-management-content-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-editor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-editor'] --- import kbnContentManagementContentEditorObj from './kbn_content_management_content_editor.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_insights_public.mdx b/api_docs/kbn_content_management_content_insights_public.mdx index 071d01245f7d4..f27aed576d940 100644 --- a/api_docs/kbn_content_management_content_insights_public.mdx +++ b/api_docs/kbn_content_management_content_insights_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-public title: "@kbn/content-management-content-insights-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-public plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-public'] --- import kbnContentManagementContentInsightsPublicObj from './kbn_content_management_content_insights_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_content_insights_server.mdx b/api_docs/kbn_content_management_content_insights_server.mdx index 44e2e8873f2e6..4c87ff91d8cdb 100644 --- a/api_docs/kbn_content_management_content_insights_server.mdx +++ b/api_docs/kbn_content_management_content_insights_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-content-insights-server title: "@kbn/content-management-content-insights-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-content-insights-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-content-insights-server'] --- import kbnContentManagementContentInsightsServerObj from './kbn_content_management_content_insights_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_common.mdx b/api_docs/kbn_content_management_favorites_common.mdx index dd8e4ca42e633..b520a79a5bd4f 100644 --- a/api_docs/kbn_content_management_favorites_common.mdx +++ b/api_docs/kbn_content_management_favorites_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-common title: "@kbn/content-management-favorites-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-common'] --- import kbnContentManagementFavoritesCommonObj from './kbn_content_management_favorites_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_public.mdx b/api_docs/kbn_content_management_favorites_public.mdx index 308cf3dc209e9..6c4acde0a5d14 100644 --- a/api_docs/kbn_content_management_favorites_public.mdx +++ b/api_docs/kbn_content_management_favorites_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-public title: "@kbn/content-management-favorites-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-public plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-public'] --- import kbnContentManagementFavoritesPublicObj from './kbn_content_management_favorites_public.devdocs.json'; diff --git a/api_docs/kbn_content_management_favorites_server.mdx b/api_docs/kbn_content_management_favorites_server.mdx index a62866086e2fd..3aedb8d008ab7 100644 --- a/api_docs/kbn_content_management_favorites_server.mdx +++ b/api_docs/kbn_content_management_favorites_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-favorites-server title: "@kbn/content-management-favorites-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-favorites-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-favorites-server'] --- import kbnContentManagementFavoritesServerObj from './kbn_content_management_favorites_server.devdocs.json'; diff --git a/api_docs/kbn_content_management_tabbed_table_list_view.mdx b/api_docs/kbn_content_management_tabbed_table_list_view.mdx index b5dbe73a5b68c..8414c4c621aa8 100644 --- a/api_docs/kbn_content_management_tabbed_table_list_view.mdx +++ b/api_docs/kbn_content_management_tabbed_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-tabbed-table-list-view title: "@kbn/content-management-tabbed-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-tabbed-table-list-view plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-tabbed-table-list-view'] --- import kbnContentManagementTabbedTableListViewObj from './kbn_content_management_tabbed_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view.mdx b/api_docs/kbn_content_management_table_list_view.mdx index 15f61526fcc01..381897e6a3e5c 100644 --- a/api_docs/kbn_content_management_table_list_view.mdx +++ b/api_docs/kbn_content_management_table_list_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view title: "@kbn/content-management-table-list-view" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view'] --- import kbnContentManagementTableListViewObj from './kbn_content_management_table_list_view.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_common.mdx b/api_docs/kbn_content_management_table_list_view_common.mdx index f94dea39e8d47..dd1dc03266130 100644 --- a/api_docs/kbn_content_management_table_list_view_common.mdx +++ b/api_docs/kbn_content_management_table_list_view_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-common title: "@kbn/content-management-table-list-view-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-common'] --- import kbnContentManagementTableListViewCommonObj from './kbn_content_management_table_list_view_common.devdocs.json'; diff --git a/api_docs/kbn_content_management_table_list_view_table.mdx b/api_docs/kbn_content_management_table_list_view_table.mdx index 9f4fccb71c9cd..ed02b594ff00a 100644 --- a/api_docs/kbn_content_management_table_list_view_table.mdx +++ b/api_docs/kbn_content_management_table_list_view_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-table-list-view-table title: "@kbn/content-management-table-list-view-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-table-list-view-table plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-table-list-view-table'] --- import kbnContentManagementTableListViewTableObj from './kbn_content_management_table_list_view_table.devdocs.json'; diff --git a/api_docs/kbn_content_management_user_profiles.mdx b/api_docs/kbn_content_management_user_profiles.mdx index 650281072fb02..2b422b7c4fe14 100644 --- a/api_docs/kbn_content_management_user_profiles.mdx +++ b/api_docs/kbn_content_management_user_profiles.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-user-profiles title: "@kbn/content-management-user-profiles" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-user-profiles plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-user-profiles'] --- import kbnContentManagementUserProfilesObj from './kbn_content_management_user_profiles.devdocs.json'; diff --git a/api_docs/kbn_content_management_utils.mdx b/api_docs/kbn_content_management_utils.mdx index a264ab81d8ce2..bc0eace880eea 100644 --- a/api_docs/kbn_content_management_utils.mdx +++ b/api_docs/kbn_content_management_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-content-management-utils title: "@kbn/content-management-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/content-management-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/content-management-utils'] --- import kbnContentManagementUtilsObj from './kbn_content_management_utils.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser.mdx b/api_docs/kbn_core_analytics_browser.mdx index fa0259a16259c..5268cf635993e 100644 --- a/api_docs/kbn_core_analytics_browser.mdx +++ b/api_docs/kbn_core_analytics_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser title: "@kbn/core-analytics-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser'] --- import kbnCoreAnalyticsBrowserObj from './kbn_core_analytics_browser.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_internal.mdx b/api_docs/kbn_core_analytics_browser_internal.mdx index 28f30bdf43038..a5006de5b1484 100644 --- a/api_docs/kbn_core_analytics_browser_internal.mdx +++ b/api_docs/kbn_core_analytics_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-internal title: "@kbn/core-analytics-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-internal'] --- import kbnCoreAnalyticsBrowserInternalObj from './kbn_core_analytics_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_browser_mocks.mdx b/api_docs/kbn_core_analytics_browser_mocks.mdx index 1f7cdcef1b03e..6ccf946f3472d 100644 --- a/api_docs/kbn_core_analytics_browser_mocks.mdx +++ b/api_docs/kbn_core_analytics_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-browser-mocks title: "@kbn/core-analytics-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-browser-mocks'] --- import kbnCoreAnalyticsBrowserMocksObj from './kbn_core_analytics_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server.mdx b/api_docs/kbn_core_analytics_server.mdx index 2983ea59ae5c4..8fd7a6c7db4f6 100644 --- a/api_docs/kbn_core_analytics_server.mdx +++ b/api_docs/kbn_core_analytics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server title: "@kbn/core-analytics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server'] --- import kbnCoreAnalyticsServerObj from './kbn_core_analytics_server.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_internal.mdx b/api_docs/kbn_core_analytics_server_internal.mdx index a4ddef2e49bf9..f32edcf1c90f0 100644 --- a/api_docs/kbn_core_analytics_server_internal.mdx +++ b/api_docs/kbn_core_analytics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-internal title: "@kbn/core-analytics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-internal'] --- import kbnCoreAnalyticsServerInternalObj from './kbn_core_analytics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_analytics_server_mocks.mdx b/api_docs/kbn_core_analytics_server_mocks.mdx index 0fc85585b3a30..e13bfd11f70d8 100644 --- a/api_docs/kbn_core_analytics_server_mocks.mdx +++ b/api_docs/kbn_core_analytics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-analytics-server-mocks title: "@kbn/core-analytics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-analytics-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-analytics-server-mocks'] --- import kbnCoreAnalyticsServerMocksObj from './kbn_core_analytics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser.mdx b/api_docs/kbn_core_application_browser.mdx index fae73a4baf36f..7a220a921f5c0 100644 --- a/api_docs/kbn_core_application_browser.mdx +++ b/api_docs/kbn_core_application_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser title: "@kbn/core-application-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser'] --- import kbnCoreApplicationBrowserObj from './kbn_core_application_browser.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_internal.mdx b/api_docs/kbn_core_application_browser_internal.mdx index 9519c0cb6117f..ef5aed04efdee 100644 --- a/api_docs/kbn_core_application_browser_internal.mdx +++ b/api_docs/kbn_core_application_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-internal title: "@kbn/core-application-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-internal'] --- import kbnCoreApplicationBrowserInternalObj from './kbn_core_application_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_application_browser_mocks.mdx b/api_docs/kbn_core_application_browser_mocks.mdx index f766af22d62ba..5992dbbfd4286 100644 --- a/api_docs/kbn_core_application_browser_mocks.mdx +++ b/api_docs/kbn_core_application_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-browser-mocks title: "@kbn/core-application-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-browser-mocks'] --- import kbnCoreApplicationBrowserMocksObj from './kbn_core_application_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_application_common.mdx b/api_docs/kbn_core_application_common.mdx index 4a54f62a22f5b..0f05b5dba4f7d 100644 --- a/api_docs/kbn_core_application_common.mdx +++ b/api_docs/kbn_core_application_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-application-common title: "@kbn/core-application-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-application-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-application-common'] --- import kbnCoreApplicationCommonObj from './kbn_core_application_common.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_internal.mdx b/api_docs/kbn_core_apps_browser_internal.mdx index 057c060087c7f..0a92b458e618a 100644 --- a/api_docs/kbn_core_apps_browser_internal.mdx +++ b/api_docs/kbn_core_apps_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-internal title: "@kbn/core-apps-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-internal'] --- import kbnCoreAppsBrowserInternalObj from './kbn_core_apps_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_apps_browser_mocks.mdx b/api_docs/kbn_core_apps_browser_mocks.mdx index fae83adf4b13f..1829d5574b6ff 100644 --- a/api_docs/kbn_core_apps_browser_mocks.mdx +++ b/api_docs/kbn_core_apps_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-browser-mocks title: "@kbn/core-apps-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-browser-mocks'] --- import kbnCoreAppsBrowserMocksObj from './kbn_core_apps_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_apps_server_internal.mdx b/api_docs/kbn_core_apps_server_internal.mdx index a2bc06c0c4e55..1c52009f749fb 100644 --- a/api_docs/kbn_core_apps_server_internal.mdx +++ b/api_docs/kbn_core_apps_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-apps-server-internal title: "@kbn/core-apps-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-apps-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-apps-server-internal'] --- import kbnCoreAppsServerInternalObj from './kbn_core_apps_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_browser_mocks.mdx b/api_docs/kbn_core_base_browser_mocks.mdx index f9fab55935a01..0c94ffc318014 100644 --- a/api_docs/kbn_core_base_browser_mocks.mdx +++ b/api_docs/kbn_core_base_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-browser-mocks title: "@kbn/core-base-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-browser-mocks'] --- import kbnCoreBaseBrowserMocksObj from './kbn_core_base_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_base_common.mdx b/api_docs/kbn_core_base_common.mdx index 8a47fa9c83319..1bf883e34cf34 100644 --- a/api_docs/kbn_core_base_common.mdx +++ b/api_docs/kbn_core_base_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-common title: "@kbn/core-base-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-common'] --- import kbnCoreBaseCommonObj from './kbn_core_base_common.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_internal.mdx b/api_docs/kbn_core_base_server_internal.mdx index 9c94b566511c1..54dca2606eecd 100644 --- a/api_docs/kbn_core_base_server_internal.mdx +++ b/api_docs/kbn_core_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-internal title: "@kbn/core-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-internal'] --- import kbnCoreBaseServerInternalObj from './kbn_core_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_base_server_mocks.mdx b/api_docs/kbn_core_base_server_mocks.mdx index f2e897e07ac98..b62bf102300c2 100644 --- a/api_docs/kbn_core_base_server_mocks.mdx +++ b/api_docs/kbn_core_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-base-server-mocks title: "@kbn/core-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-base-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-base-server-mocks'] --- import kbnCoreBaseServerMocksObj from './kbn_core_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_browser_mocks.mdx b/api_docs/kbn_core_capabilities_browser_mocks.mdx index d77d324b0f083..a4778701fe075 100644 --- a/api_docs/kbn_core_capabilities_browser_mocks.mdx +++ b/api_docs/kbn_core_capabilities_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-browser-mocks title: "@kbn/core-capabilities-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-browser-mocks'] --- import kbnCoreCapabilitiesBrowserMocksObj from './kbn_core_capabilities_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_common.mdx b/api_docs/kbn_core_capabilities_common.mdx index 01b6220b4de15..0bb412893d351 100644 --- a/api_docs/kbn_core_capabilities_common.mdx +++ b/api_docs/kbn_core_capabilities_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-common title: "@kbn/core-capabilities-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-common'] --- import kbnCoreCapabilitiesCommonObj from './kbn_core_capabilities_common.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server.mdx b/api_docs/kbn_core_capabilities_server.mdx index 3fe0adf3ff78d..6bafdc9098db7 100644 --- a/api_docs/kbn_core_capabilities_server.mdx +++ b/api_docs/kbn_core_capabilities_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server title: "@kbn/core-capabilities-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server'] --- import kbnCoreCapabilitiesServerObj from './kbn_core_capabilities_server.devdocs.json'; diff --git a/api_docs/kbn_core_capabilities_server_mocks.mdx b/api_docs/kbn_core_capabilities_server_mocks.mdx index b9018c3aaeb50..f94a07a92fa02 100644 --- a/api_docs/kbn_core_capabilities_server_mocks.mdx +++ b/api_docs/kbn_core_capabilities_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-capabilities-server-mocks title: "@kbn/core-capabilities-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-capabilities-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-capabilities-server-mocks'] --- import kbnCoreCapabilitiesServerMocksObj from './kbn_core_capabilities_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser.devdocs.json b/api_docs/kbn_core_chrome_browser.devdocs.json index d4a707c96cdb1..a3ce26754740d 100644 --- a/api_docs/kbn_core_chrome_browser.devdocs.json +++ b/api_docs/kbn_core_chrome_browser.devdocs.json @@ -3765,7 +3765,7 @@ "label": "AppDeepLinkId", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"searchInferenceEndpoints\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], "path": "packages/core/chrome/core-chrome-browser/src/project_navigation.ts", "deprecated": false, diff --git a/api_docs/kbn_core_chrome_browser.mdx b/api_docs/kbn_core_chrome_browser.mdx index 6efdc355ca882..3ff5c647421b5 100644 --- a/api_docs/kbn_core_chrome_browser.mdx +++ b/api_docs/kbn_core_chrome_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser title: "@kbn/core-chrome-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser'] --- import kbnCoreChromeBrowserObj from './kbn_core_chrome_browser.devdocs.json'; diff --git a/api_docs/kbn_core_chrome_browser_mocks.mdx b/api_docs/kbn_core_chrome_browser_mocks.mdx index 116472e89de95..facf6c49d14a9 100644 --- a/api_docs/kbn_core_chrome_browser_mocks.mdx +++ b/api_docs/kbn_core_chrome_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-chrome-browser-mocks title: "@kbn/core-chrome-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-chrome-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-chrome-browser-mocks'] --- import kbnCoreChromeBrowserMocksObj from './kbn_core_chrome_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_config_server_internal.mdx b/api_docs/kbn_core_config_server_internal.mdx index 65b5548ed3639..456531968563b 100644 --- a/api_docs/kbn_core_config_server_internal.mdx +++ b/api_docs/kbn_core_config_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-config-server-internal title: "@kbn/core-config-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-config-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-config-server-internal'] --- import kbnCoreConfigServerInternalObj from './kbn_core_config_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser.mdx b/api_docs/kbn_core_custom_branding_browser.mdx index bc17a1c252a29..ca9eb8edba744 100644 --- a/api_docs/kbn_core_custom_branding_browser.mdx +++ b/api_docs/kbn_core_custom_branding_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser title: "@kbn/core-custom-branding-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser'] --- import kbnCoreCustomBrandingBrowserObj from './kbn_core_custom_branding_browser.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_internal.mdx b/api_docs/kbn_core_custom_branding_browser_internal.mdx index 6485bd1ea0559..8f9889ca56aef 100644 --- a/api_docs/kbn_core_custom_branding_browser_internal.mdx +++ b/api_docs/kbn_core_custom_branding_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-internal title: "@kbn/core-custom-branding-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-internal'] --- import kbnCoreCustomBrandingBrowserInternalObj from './kbn_core_custom_branding_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_browser_mocks.mdx b/api_docs/kbn_core_custom_branding_browser_mocks.mdx index a9a546bad8002..3e647c5acecdc 100644 --- a/api_docs/kbn_core_custom_branding_browser_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-browser-mocks title: "@kbn/core-custom-branding-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-browser-mocks'] --- import kbnCoreCustomBrandingBrowserMocksObj from './kbn_core_custom_branding_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_common.mdx b/api_docs/kbn_core_custom_branding_common.mdx index 0439e34279245..425fa315c24b8 100644 --- a/api_docs/kbn_core_custom_branding_common.mdx +++ b/api_docs/kbn_core_custom_branding_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-common title: "@kbn/core-custom-branding-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-common'] --- import kbnCoreCustomBrandingCommonObj from './kbn_core_custom_branding_common.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server.mdx b/api_docs/kbn_core_custom_branding_server.mdx index 934883712767f..3160fcad89990 100644 --- a/api_docs/kbn_core_custom_branding_server.mdx +++ b/api_docs/kbn_core_custom_branding_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server title: "@kbn/core-custom-branding-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server'] --- import kbnCoreCustomBrandingServerObj from './kbn_core_custom_branding_server.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_internal.mdx b/api_docs/kbn_core_custom_branding_server_internal.mdx index 72614ce2cbb7c..b131ab29af775 100644 --- a/api_docs/kbn_core_custom_branding_server_internal.mdx +++ b/api_docs/kbn_core_custom_branding_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-internal title: "@kbn/core-custom-branding-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-internal'] --- import kbnCoreCustomBrandingServerInternalObj from './kbn_core_custom_branding_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_custom_branding_server_mocks.mdx b/api_docs/kbn_core_custom_branding_server_mocks.mdx index 1a1ea0f0fc868..08d626b5426e5 100644 --- a/api_docs/kbn_core_custom_branding_server_mocks.mdx +++ b/api_docs/kbn_core_custom_branding_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-custom-branding-server-mocks title: "@kbn/core-custom-branding-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-custom-branding-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-custom-branding-server-mocks'] --- import kbnCoreCustomBrandingServerMocksObj from './kbn_core_custom_branding_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser.mdx b/api_docs/kbn_core_deprecations_browser.mdx index 3920a7170c85e..38a020f2e6b36 100644 --- a/api_docs/kbn_core_deprecations_browser.mdx +++ b/api_docs/kbn_core_deprecations_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser title: "@kbn/core-deprecations-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser'] --- import kbnCoreDeprecationsBrowserObj from './kbn_core_deprecations_browser.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_internal.mdx b/api_docs/kbn_core_deprecations_browser_internal.mdx index 549c7b4966163..c7e94ae340b18 100644 --- a/api_docs/kbn_core_deprecations_browser_internal.mdx +++ b/api_docs/kbn_core_deprecations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-internal title: "@kbn/core-deprecations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-internal'] --- import kbnCoreDeprecationsBrowserInternalObj from './kbn_core_deprecations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_browser_mocks.mdx b/api_docs/kbn_core_deprecations_browser_mocks.mdx index cfc091ece2767..6c719b4ab17db 100644 --- a/api_docs/kbn_core_deprecations_browser_mocks.mdx +++ b/api_docs/kbn_core_deprecations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-browser-mocks title: "@kbn/core-deprecations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-browser-mocks'] --- import kbnCoreDeprecationsBrowserMocksObj from './kbn_core_deprecations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_common.mdx b/api_docs/kbn_core_deprecations_common.mdx index 99783d3aad9c0..25eb627f3a029 100644 --- a/api_docs/kbn_core_deprecations_common.mdx +++ b/api_docs/kbn_core_deprecations_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-common title: "@kbn/core-deprecations-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-common'] --- import kbnCoreDeprecationsCommonObj from './kbn_core_deprecations_common.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server.mdx b/api_docs/kbn_core_deprecations_server.mdx index 8cd6554fd14e6..5fb5a51b22258 100644 --- a/api_docs/kbn_core_deprecations_server.mdx +++ b/api_docs/kbn_core_deprecations_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server title: "@kbn/core-deprecations-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server'] --- import kbnCoreDeprecationsServerObj from './kbn_core_deprecations_server.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_internal.mdx b/api_docs/kbn_core_deprecations_server_internal.mdx index 4847a2e2507f7..5e5ab6f149601 100644 --- a/api_docs/kbn_core_deprecations_server_internal.mdx +++ b/api_docs/kbn_core_deprecations_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-internal title: "@kbn/core-deprecations-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-internal'] --- import kbnCoreDeprecationsServerInternalObj from './kbn_core_deprecations_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_deprecations_server_mocks.mdx b/api_docs/kbn_core_deprecations_server_mocks.mdx index 010022c80f186..88dc4dfb3126d 100644 --- a/api_docs/kbn_core_deprecations_server_mocks.mdx +++ b/api_docs/kbn_core_deprecations_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-deprecations-server-mocks title: "@kbn/core-deprecations-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-deprecations-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-deprecations-server-mocks'] --- import kbnCoreDeprecationsServerMocksObj from './kbn_core_deprecations_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser.mdx b/api_docs/kbn_core_doc_links_browser.mdx index 7c1581d88f1a7..e519eaee2c944 100644 --- a/api_docs/kbn_core_doc_links_browser.mdx +++ b/api_docs/kbn_core_doc_links_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser title: "@kbn/core-doc-links-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser'] --- import kbnCoreDocLinksBrowserObj from './kbn_core_doc_links_browser.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_browser_mocks.mdx b/api_docs/kbn_core_doc_links_browser_mocks.mdx index 8e528e6c16938..56ed022113504 100644 --- a/api_docs/kbn_core_doc_links_browser_mocks.mdx +++ b/api_docs/kbn_core_doc_links_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-browser-mocks title: "@kbn/core-doc-links-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-browser-mocks'] --- import kbnCoreDocLinksBrowserMocksObj from './kbn_core_doc_links_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server.mdx b/api_docs/kbn_core_doc_links_server.mdx index aa9960cfad5c3..bed1728d3ef7d 100644 --- a/api_docs/kbn_core_doc_links_server.mdx +++ b/api_docs/kbn_core_doc_links_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server title: "@kbn/core-doc-links-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server'] --- import kbnCoreDocLinksServerObj from './kbn_core_doc_links_server.devdocs.json'; diff --git a/api_docs/kbn_core_doc_links_server_mocks.mdx b/api_docs/kbn_core_doc_links_server_mocks.mdx index 8ae705daf613a..7a57afe9bb727 100644 --- a/api_docs/kbn_core_doc_links_server_mocks.mdx +++ b/api_docs/kbn_core_doc_links_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-doc-links-server-mocks title: "@kbn/core-doc-links-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-doc-links-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-doc-links-server-mocks'] --- import kbnCoreDocLinksServerMocksObj from './kbn_core_doc_links_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx index 51da5d653fc71..b772e4bf03bea 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-internal title: "@kbn/core-elasticsearch-client-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-internal'] --- import kbnCoreElasticsearchClientServerInternalObj from './kbn_core_elasticsearch_client_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx index 1523181e04d6c..0e2889f354f7f 100644 --- a/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_client_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-client-server-mocks title: "@kbn/core-elasticsearch-client-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-client-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-client-server-mocks'] --- import kbnCoreElasticsearchClientServerMocksObj from './kbn_core_elasticsearch_client_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server.mdx b/api_docs/kbn_core_elasticsearch_server.mdx index 9876063969d20..f800236689dab 100644 --- a/api_docs/kbn_core_elasticsearch_server.mdx +++ b/api_docs/kbn_core_elasticsearch_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server title: "@kbn/core-elasticsearch-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server'] --- import kbnCoreElasticsearchServerObj from './kbn_core_elasticsearch_server.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_internal.mdx b/api_docs/kbn_core_elasticsearch_server_internal.mdx index 3eebdfc162514..dac12bb55fb74 100644 --- a/api_docs/kbn_core_elasticsearch_server_internal.mdx +++ b/api_docs/kbn_core_elasticsearch_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-internal title: "@kbn/core-elasticsearch-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-internal'] --- import kbnCoreElasticsearchServerInternalObj from './kbn_core_elasticsearch_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_elasticsearch_server_mocks.mdx b/api_docs/kbn_core_elasticsearch_server_mocks.mdx index cb36059ec3810..44695a10fcafc 100644 --- a/api_docs/kbn_core_elasticsearch_server_mocks.mdx +++ b/api_docs/kbn_core_elasticsearch_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-elasticsearch-server-mocks title: "@kbn/core-elasticsearch-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-elasticsearch-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-elasticsearch-server-mocks'] --- import kbnCoreElasticsearchServerMocksObj from './kbn_core_elasticsearch_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_internal.mdx b/api_docs/kbn_core_environment_server_internal.mdx index c078e0cbde2b9..92926382d0de3 100644 --- a/api_docs/kbn_core_environment_server_internal.mdx +++ b/api_docs/kbn_core_environment_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-internal title: "@kbn/core-environment-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-internal'] --- import kbnCoreEnvironmentServerInternalObj from './kbn_core_environment_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_environment_server_mocks.mdx b/api_docs/kbn_core_environment_server_mocks.mdx index 20f6b3fa40b9f..4a9c088e1695b 100644 --- a/api_docs/kbn_core_environment_server_mocks.mdx +++ b/api_docs/kbn_core_environment_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-environment-server-mocks title: "@kbn/core-environment-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-environment-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-environment-server-mocks'] --- import kbnCoreEnvironmentServerMocksObj from './kbn_core_environment_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser.mdx b/api_docs/kbn_core_execution_context_browser.mdx index b7f61f11521e8..ba036780ab010 100644 --- a/api_docs/kbn_core_execution_context_browser.mdx +++ b/api_docs/kbn_core_execution_context_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser title: "@kbn/core-execution-context-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser'] --- import kbnCoreExecutionContextBrowserObj from './kbn_core_execution_context_browser.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_internal.mdx b/api_docs/kbn_core_execution_context_browser_internal.mdx index e2e4ae686784c..71955a5f6319e 100644 --- a/api_docs/kbn_core_execution_context_browser_internal.mdx +++ b/api_docs/kbn_core_execution_context_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-internal title: "@kbn/core-execution-context-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-internal'] --- import kbnCoreExecutionContextBrowserInternalObj from './kbn_core_execution_context_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_browser_mocks.mdx b/api_docs/kbn_core_execution_context_browser_mocks.mdx index b4223fdee29b8..819a5924cc4ed 100644 --- a/api_docs/kbn_core_execution_context_browser_mocks.mdx +++ b/api_docs/kbn_core_execution_context_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-browser-mocks title: "@kbn/core-execution-context-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-browser-mocks'] --- import kbnCoreExecutionContextBrowserMocksObj from './kbn_core_execution_context_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_common.mdx b/api_docs/kbn_core_execution_context_common.mdx index cf9c6463bf38a..163e3cd854d19 100644 --- a/api_docs/kbn_core_execution_context_common.mdx +++ b/api_docs/kbn_core_execution_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-common title: "@kbn/core-execution-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-common'] --- import kbnCoreExecutionContextCommonObj from './kbn_core_execution_context_common.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server.mdx b/api_docs/kbn_core_execution_context_server.mdx index 09d40796c7a17..7c02cf9672d79 100644 --- a/api_docs/kbn_core_execution_context_server.mdx +++ b/api_docs/kbn_core_execution_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server title: "@kbn/core-execution-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server'] --- import kbnCoreExecutionContextServerObj from './kbn_core_execution_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_internal.mdx b/api_docs/kbn_core_execution_context_server_internal.mdx index 847d7c47cdbf4..b117a9535574c 100644 --- a/api_docs/kbn_core_execution_context_server_internal.mdx +++ b/api_docs/kbn_core_execution_context_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-internal title: "@kbn/core-execution-context-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-internal'] --- import kbnCoreExecutionContextServerInternalObj from './kbn_core_execution_context_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_execution_context_server_mocks.mdx b/api_docs/kbn_core_execution_context_server_mocks.mdx index 72404d5c109ad..5c3d77b99ed28 100644 --- a/api_docs/kbn_core_execution_context_server_mocks.mdx +++ b/api_docs/kbn_core_execution_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-execution-context-server-mocks title: "@kbn/core-execution-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-execution-context-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-execution-context-server-mocks'] --- import kbnCoreExecutionContextServerMocksObj from './kbn_core_execution_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser.mdx b/api_docs/kbn_core_fatal_errors_browser.mdx index f7a02ed0b9cf6..d1515de746e4d 100644 --- a/api_docs/kbn_core_fatal_errors_browser.mdx +++ b/api_docs/kbn_core_fatal_errors_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser title: "@kbn/core-fatal-errors-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser'] --- import kbnCoreFatalErrorsBrowserObj from './kbn_core_fatal_errors_browser.devdocs.json'; diff --git a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx index e8949d453ae8f..db642ff24ab84 100644 --- a/api_docs/kbn_core_fatal_errors_browser_mocks.mdx +++ b/api_docs/kbn_core_fatal_errors_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-fatal-errors-browser-mocks title: "@kbn/core-fatal-errors-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-fatal-errors-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-fatal-errors-browser-mocks'] --- import kbnCoreFatalErrorsBrowserMocksObj from './kbn_core_fatal_errors_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser.mdx b/api_docs/kbn_core_feature_flags_browser.mdx index 0b691e5b2ab80..ddc168e318469 100644 --- a/api_docs/kbn_core_feature_flags_browser.mdx +++ b/api_docs/kbn_core_feature_flags_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser title: "@kbn/core-feature-flags-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser'] --- import kbnCoreFeatureFlagsBrowserObj from './kbn_core_feature_flags_browser.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_internal.mdx b/api_docs/kbn_core_feature_flags_browser_internal.mdx index b9139efc378f7..67cd7542de7e7 100644 --- a/api_docs/kbn_core_feature_flags_browser_internal.mdx +++ b/api_docs/kbn_core_feature_flags_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-internal title: "@kbn/core-feature-flags-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-internal'] --- import kbnCoreFeatureFlagsBrowserInternalObj from './kbn_core_feature_flags_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_browser_mocks.mdx b/api_docs/kbn_core_feature_flags_browser_mocks.mdx index d2a5970ae04ca..3174685b34dcc 100644 --- a/api_docs/kbn_core_feature_flags_browser_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-browser-mocks title: "@kbn/core-feature-flags-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-browser-mocks'] --- import kbnCoreFeatureFlagsBrowserMocksObj from './kbn_core_feature_flags_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server.mdx b/api_docs/kbn_core_feature_flags_server.mdx index 3dec914a81a38..beda8b77721d1 100644 --- a/api_docs/kbn_core_feature_flags_server.mdx +++ b/api_docs/kbn_core_feature_flags_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server title: "@kbn/core-feature-flags-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server'] --- import kbnCoreFeatureFlagsServerObj from './kbn_core_feature_flags_server.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server_internal.mdx b/api_docs/kbn_core_feature_flags_server_internal.mdx index 3df34cfbf0a29..2b4bfb233f54e 100644 --- a/api_docs/kbn_core_feature_flags_server_internal.mdx +++ b/api_docs/kbn_core_feature_flags_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-internal title: "@kbn/core-feature-flags-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-internal'] --- import kbnCoreFeatureFlagsServerInternalObj from './kbn_core_feature_flags_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_feature_flags_server_mocks.mdx b/api_docs/kbn_core_feature_flags_server_mocks.mdx index 2de19468613e4..d8b3e2cf5cb90 100644 --- a/api_docs/kbn_core_feature_flags_server_mocks.mdx +++ b/api_docs/kbn_core_feature_flags_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-feature-flags-server-mocks title: "@kbn/core-feature-flags-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-feature-flags-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-feature-flags-server-mocks'] --- import kbnCoreFeatureFlagsServerMocksObj from './kbn_core_feature_flags_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser.mdx b/api_docs/kbn_core_http_browser.mdx index 126d5071aff97..376b09de8c7e0 100644 --- a/api_docs/kbn_core_http_browser.mdx +++ b/api_docs/kbn_core_http_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser title: "@kbn/core-http-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser'] --- import kbnCoreHttpBrowserObj from './kbn_core_http_browser.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_internal.mdx b/api_docs/kbn_core_http_browser_internal.mdx index a67da50b44b33..dc43923bfe5a1 100644 --- a/api_docs/kbn_core_http_browser_internal.mdx +++ b/api_docs/kbn_core_http_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-internal title: "@kbn/core-http-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-internal'] --- import kbnCoreHttpBrowserInternalObj from './kbn_core_http_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_browser_mocks.mdx b/api_docs/kbn_core_http_browser_mocks.mdx index 5707533b948c6..4a67f90d582ea 100644 --- a/api_docs/kbn_core_http_browser_mocks.mdx +++ b/api_docs/kbn_core_http_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-browser-mocks title: "@kbn/core-http-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-browser-mocks'] --- import kbnCoreHttpBrowserMocksObj from './kbn_core_http_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_common.mdx b/api_docs/kbn_core_http_common.mdx index c0db0e1d2d8df..46720ed3b6b03 100644 --- a/api_docs/kbn_core_http_common.mdx +++ b/api_docs/kbn_core_http_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-common title: "@kbn/core-http-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-common'] --- import kbnCoreHttpCommonObj from './kbn_core_http_common.devdocs.json'; diff --git a/api_docs/kbn_core_http_context_server_mocks.mdx b/api_docs/kbn_core_http_context_server_mocks.mdx index 7218abc08e8bb..3c81379f64f70 100644 --- a/api_docs/kbn_core_http_context_server_mocks.mdx +++ b/api_docs/kbn_core_http_context_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-context-server-mocks title: "@kbn/core-http-context-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-context-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-context-server-mocks'] --- import kbnCoreHttpContextServerMocksObj from './kbn_core_http_context_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_request_handler_context_server.mdx b/api_docs/kbn_core_http_request_handler_context_server.mdx index b19701593644d..a8b1b23e8fe00 100644 --- a/api_docs/kbn_core_http_request_handler_context_server.mdx +++ b/api_docs/kbn_core_http_request_handler_context_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-request-handler-context-server title: "@kbn/core-http-request-handler-context-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-request-handler-context-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-request-handler-context-server'] --- import kbnCoreHttpRequestHandlerContextServerObj from './kbn_core_http_request_handler_context_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server.mdx b/api_docs/kbn_core_http_resources_server.mdx index 233e27d3614be..d9fc15578ca96 100644 --- a/api_docs/kbn_core_http_resources_server.mdx +++ b/api_docs/kbn_core_http_resources_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server title: "@kbn/core-http-resources-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server'] --- import kbnCoreHttpResourcesServerObj from './kbn_core_http_resources_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_internal.mdx b/api_docs/kbn_core_http_resources_server_internal.mdx index c1c95f5e82119..1f6439187e6b7 100644 --- a/api_docs/kbn_core_http_resources_server_internal.mdx +++ b/api_docs/kbn_core_http_resources_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-internal title: "@kbn/core-http-resources-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-internal'] --- import kbnCoreHttpResourcesServerInternalObj from './kbn_core_http_resources_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_resources_server_mocks.mdx b/api_docs/kbn_core_http_resources_server_mocks.mdx index 7d0d621f5eb37..6e6c372256735 100644 --- a/api_docs/kbn_core_http_resources_server_mocks.mdx +++ b/api_docs/kbn_core_http_resources_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-resources-server-mocks title: "@kbn/core-http-resources-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-resources-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-resources-server-mocks'] --- import kbnCoreHttpResourcesServerMocksObj from './kbn_core_http_resources_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_internal.mdx b/api_docs/kbn_core_http_router_server_internal.mdx index 65c921a2ad9ff..3d50d993f4a9d 100644 --- a/api_docs/kbn_core_http_router_server_internal.mdx +++ b/api_docs/kbn_core_http_router_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-internal title: "@kbn/core-http-router-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-internal'] --- import kbnCoreHttpRouterServerInternalObj from './kbn_core_http_router_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_router_server_mocks.mdx b/api_docs/kbn_core_http_router_server_mocks.mdx index d66a406219449..e2dbfc0121b19 100644 --- a/api_docs/kbn_core_http_router_server_mocks.mdx +++ b/api_docs/kbn_core_http_router_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-router-server-mocks title: "@kbn/core-http-router-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-router-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-router-server-mocks'] --- import kbnCoreHttpRouterServerMocksObj from './kbn_core_http_router_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server.devdocs.json b/api_docs/kbn_core_http_server.devdocs.json index 293cae2d49b91..8c6fcf6c11a15 100644 --- a/api_docs/kbn_core_http_server.devdocs.json +++ b/api_docs/kbn_core_http_server.devdocs.json @@ -4025,6 +4025,10 @@ "plugin": "ruleRegistry", "path": "x-pack/plugins/rule_registry/server/routes/get_aad_fields_by_rule_type.ts" }, + { + "plugin": "inference", + "path": "x-pack/plugins/inference/server/routes/connectors.ts" + }, { "plugin": "assetInventory", "path": "x-pack/plugins/asset_inventory/server/routes/index.ts" @@ -4189,10 +4193,6 @@ "plugin": "triggersActionsUi", "path": "x-pack/plugins/triggers_actions_ui/server/routes/config.ts" }, - { - "plugin": "inference", - "path": "x-pack/plugins/inference/server/routes/connectors.ts" - }, { "plugin": "productDocBase", "path": "x-pack/plugins/ai_infra/product_doc_base/server/routes/installation.ts" @@ -4885,6 +4885,10 @@ "plugin": "snapshotRestore", "path": "x-pack/plugins/snapshot_restore/server/routes/api/policy.ts" }, + { + "plugin": "snapshotRestore", + "path": "x-pack/plugins/snapshot_restore/server/routes/api/policy.ts" + }, { "plugin": "stackConnectors", "path": "x-pack/plugins/stack_connectors/server/routes/get_well_known_email_service.ts" @@ -6747,6 +6751,14 @@ "plugin": "ruleRegistry", "path": "x-pack/plugins/rule_registry/server/routes/get_alert_summary.ts" }, + { + "plugin": "inference", + "path": "x-pack/plugins/inference/server/routes/chat_complete.ts" + }, + { + "plugin": "inference", + "path": "x-pack/plugins/inference/server/routes/chat_complete.ts" + }, { "plugin": "savedObjectsTagging", "path": "x-pack/plugins/saved_objects_tagging/server/routes/tags/create_tag.ts" @@ -6879,14 +6891,6 @@ "plugin": "triggersActionsUi", "path": "x-pack/plugins/triggers_actions_ui/server/data/routes/indices.ts" }, - { - "plugin": "inference", - "path": "x-pack/plugins/inference/server/routes/chat_complete.ts" - }, - { - "plugin": "inference", - "path": "x-pack/plugins/inference/server/routes/chat_complete.ts" - }, { "plugin": "productDocBase", "path": "x-pack/plugins/ai_infra/product_doc_base/server/routes/installation.ts" @@ -15457,10 +15461,6 @@ "plugin": "dataUsage", "path": "x-pack/plugins/data_usage/server/routes/internal/data_streams.ts" }, - { - "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/server/routes.ts" - }, { "plugin": "ecsDataQualityDashboard", "path": "x-pack/plugins/ecs_data_quality_dashboard/server/routes/get_index_mappings.ts" @@ -15483,243 +15483,243 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/notifications.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/notifications.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/notifications.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/notifications.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/calendars.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/calendars.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/calendars.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/calendars.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/modules.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/modules.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/modules.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/modules.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/filters.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/filters.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/filters.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/filters.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/filters.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/filters.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_audit_messages.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_audit_messages.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_audit_messages.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_audit_messages.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/model_management.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/model_management.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/model_management.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/model_management.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/management.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/management.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/inference_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/inference_models.ts" }, { "plugin": "elasticAssistant", @@ -16137,6 +16137,10 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/lib/siem_migrations/rules/api/resources/get.ts" }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/server/lib/siem_migrations/rules/api/get_prebuilt_rules.ts" + }, { "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/endpoint/routes/metadata/index.ts" @@ -16202,44 +16206,48 @@ "path": "x-pack/plugins/session_view/server/routes/get_total_io_bytes_route.ts" }, { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/audit_messages/register_route.ts" + "plugin": "synthetics", + "path": "x-pack/plugins/observability_solution/synthetics/server/server.ts" }, { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_nodes/register_route.ts" + "plugin": "uptime", + "path": "x-pack/plugins/observability_solution/uptime/server/legacy_uptime/uptime_server.ts" }, { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_all/register_route.ts" + "plugin": "dataUsage", + "path": "x-pack/plugins/data_usage/server/routes/internal/data_streams.test.ts" }, { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_single/register_route.ts" + "plugin": "dataUsage", + "path": "x-pack/plugins/data_usage/server/routes/internal/data_streams.test.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_stats_all/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/audit_messages/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_stats_single/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_nodes/register_route.ts" }, { - "plugin": "synthetics", - "path": "x-pack/plugins/observability_solution/synthetics/server/server.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_all/register_route.ts" }, { - "plugin": "uptime", - "path": "x-pack/plugins/observability_solution/uptime/server/legacy_uptime/uptime_server.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_single/register_route.ts" }, { - "plugin": "dataUsage", - "path": "x-pack/plugins/data_usage/server/routes/internal/data_streams.test.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_all/register_route.ts" }, { - "plugin": "dataUsage", - "path": "x-pack/plugins/data_usage/server/routes/internal/data_streams.test.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_stats_single/register_route.ts" }, { "plugin": "@kbn/core-http-router-server-internal", @@ -16538,47 +16546,47 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/annotations.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/annotations.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/calendars.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/calendars.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/calendars.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/calendars.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/filters.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/filters.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/filters.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/filters.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_audit_messages.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_audit_messages.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/inference_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/inference_models.ts" }, { "plugin": "elasticAssistant", @@ -16668,10 +16676,6 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/lib/siem_migrations/rules/api/retry.ts" }, - { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_create/register_route.ts" - }, { "plugin": "synthetics", "path": "x-pack/plugins/observability_solution/synthetics/server/server.ts" @@ -16684,6 +16688,10 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_update_rules/route.ts" }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_create/register_route.ts" + }, { "plugin": "@kbn/core-http-router-server-internal", "path": "packages/core/http/core-http-router-server-internal/src/versioned_router/core_versioned_router.ts" @@ -16907,18 +16915,6 @@ "plugin": "@kbn/core-http-router-server-mocks", "path": "packages/core/http/core-http-router-server-mocks/src/versioned_router.mock.ts" }, - { - "plugin": "aiops", - "path": "x-pack/plugins/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts" - }, - { - "plugin": "aiops", - "path": "x-pack/plugins/aiops/server/routes/log_rate_analysis/define_route.ts" - }, - { - "plugin": "aiops", - "path": "x-pack/plugins/aiops/server/routes/categorization_field_validation/define_route.ts" - }, { "plugin": "canvas", "path": "x-pack/plugins/canvas/server/routes/custom_elements/create.ts" @@ -16967,14 +16963,6 @@ "plugin": "dataUsage", "path": "x-pack/plugins/data_usage/server/routes/internal/usage_metrics.ts" }, - { - "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/server/routes.ts" - }, - { - "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/server/routes.ts" - }, { "plugin": "ecsDataQualityDashboard", "path": "x-pack/plugins/ecs_data_quality_dashboard/server/routes/get_unallowed_field_values.ts" @@ -16985,299 +16973,299 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/annotations.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/annotations.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/modules.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_visualizer.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_visualizer.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/fields_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/fields_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/fields_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/fields_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_validation.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_validation.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_validation.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_validation.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/job_validation.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/job_validation.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/results_service.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/results_service.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/system.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/system.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/alerting.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/alerting.ts" }, { "plugin": "elasticAssistant", @@ -17521,35 +17509,35 @@ }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/perform_rule_upgrade/perform_rule_upgrade_route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_actions/route.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/bootstrap_prebuilt_rules/bootstrap_prebuilt_rules.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/create_rule/route.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/api/create_legacy_notification/route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/export_rules/route.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_actions/route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/import_rules/route.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/create_rule/route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/coverage_overview/route.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/export_rules/route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/perform_rule_upgrade/perform_rule_upgrade_route.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/import_rules/route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/bootstrap_prebuilt_rules/bootstrap_prebuilt_rules.ts" }, { "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/coverage_overview/route.ts" + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_actions_legacy/api/create_legacy_notification/route.ts" }, { "plugin": "securitySolution", @@ -17748,60 +17736,80 @@ "path": "x-pack/plugins/security_solution/server/endpoint/routes/protection_updates_note/index.ts" }, { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/field_histograms/register_route.ts" + "plugin": "synthetics", + "path": "x-pack/plugins/observability_solution/synthetics/server/server.ts" }, { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_update/register_route.ts" + "plugin": "dataUsage", + "path": "x-pack/plugins/data_usage/server/routes/internal/usage_metrics.test.ts" + }, + { + "plugin": "dataUsage", + "path": "x-pack/plugins/data_usage/server/routes/internal/usage_metrics.test.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_create_rules/route.ts" + }, + { + "plugin": "securitySolution", + "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_delete_rules/route.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" + }, + { + "plugin": "dataVisualizer", + "path": "x-pack/platform/plugins/private/data_visualizer/server/routes.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/reauthorize_transforms/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/field_histograms/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/reset_transforms/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_update/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/transforms_preview/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/start_transforms/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reset_transforms/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/stop_transforms/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/transforms_preview/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/delete_transforms/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/start_transforms/register_route.ts" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/schedule_now_transforms/register_route.ts" + "path": "x-pack/platform/plugins/private/transform/server/routes/api/stop_transforms/register_route.ts" }, { - "plugin": "synthetics", - "path": "x-pack/plugins/observability_solution/synthetics/server/server.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/delete_transforms/register_route.ts" }, { - "plugin": "dataUsage", - "path": "x-pack/plugins/data_usage/server/routes/internal/usage_metrics.test.ts" + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/schedule_now_transforms/register_route.ts" }, { - "plugin": "dataUsage", - "path": "x-pack/plugins/data_usage/server/routes/internal/usage_metrics.test.ts" + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/routes/log_rate_analysis_field_candidates/define_route.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_create_rules/route.ts" + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/routes/log_rate_analysis/define_route.ts" }, { - "plugin": "securitySolution", - "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/api/rules/bulk_delete_rules/route.ts" + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/routes/categorization_field_validation/define_route.ts" }, { "plugin": "dataViewFieldEditor", @@ -18175,39 +18183,39 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/trained_models.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/trained_models.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/annotations.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/annotations.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/calendars.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/calendars.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/datafeeds.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/datafeeds.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/data_frame_analytics.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/data_frame_analytics.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/filters.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/filters.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/anomaly_detectors.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/anomaly_detectors.ts" }, { "plugin": "elasticAssistant", diff --git a/api_docs/kbn_core_http_server.mdx b/api_docs/kbn_core_http_server.mdx index df48f5df7d5c4..b1acc091b418b 100644 --- a/api_docs/kbn_core_http_server.mdx +++ b/api_docs/kbn_core_http_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server title: "@kbn/core-http-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server'] --- import kbnCoreHttpServerObj from './kbn_core_http_server.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_internal.mdx b/api_docs/kbn_core_http_server_internal.mdx index 32afb0831307c..2334b6a7f8198 100644 --- a/api_docs/kbn_core_http_server_internal.mdx +++ b/api_docs/kbn_core_http_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-internal title: "@kbn/core-http-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-internal'] --- import kbnCoreHttpServerInternalObj from './kbn_core_http_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_mocks.mdx b/api_docs/kbn_core_http_server_mocks.mdx index 9969b9110ccfe..b9b3aba6760dd 100644 --- a/api_docs/kbn_core_http_server_mocks.mdx +++ b/api_docs/kbn_core_http_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-mocks title: "@kbn/core-http-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-mocks'] --- import kbnCoreHttpServerMocksObj from './kbn_core_http_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_http_server_utils.mdx b/api_docs/kbn_core_http_server_utils.mdx index 52445c465116b..351ec41bd0da1 100644 --- a/api_docs/kbn_core_http_server_utils.mdx +++ b/api_docs/kbn_core_http_server_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-http-server-utils title: "@kbn/core-http-server-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-http-server-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-http-server-utils'] --- import kbnCoreHttpServerUtilsObj from './kbn_core_http_server_utils.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser.mdx b/api_docs/kbn_core_i18n_browser.mdx index 5ba2f4dcbe701..000c47c06f11e 100644 --- a/api_docs/kbn_core_i18n_browser.mdx +++ b/api_docs/kbn_core_i18n_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser title: "@kbn/core-i18n-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser'] --- import kbnCoreI18nBrowserObj from './kbn_core_i18n_browser.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_browser_mocks.mdx b/api_docs/kbn_core_i18n_browser_mocks.mdx index da3cd9e2510c2..f51782ce75aa5 100644 --- a/api_docs/kbn_core_i18n_browser_mocks.mdx +++ b/api_docs/kbn_core_i18n_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-browser-mocks title: "@kbn/core-i18n-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-browser-mocks'] --- import kbnCoreI18nBrowserMocksObj from './kbn_core_i18n_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server.mdx b/api_docs/kbn_core_i18n_server.mdx index 44235a76d20b9..94ac5fc27c3c8 100644 --- a/api_docs/kbn_core_i18n_server.mdx +++ b/api_docs/kbn_core_i18n_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server title: "@kbn/core-i18n-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] --- import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_internal.mdx b/api_docs/kbn_core_i18n_server_internal.mdx index dbfb008f15edf..f479d00514093 100644 --- a/api_docs/kbn_core_i18n_server_internal.mdx +++ b/api_docs/kbn_core_i18n_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-internal title: "@kbn/core-i18n-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-internal'] --- import kbnCoreI18nServerInternalObj from './kbn_core_i18n_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_i18n_server_mocks.mdx b/api_docs/kbn_core_i18n_server_mocks.mdx index 302d26b9bc23c..2f4b11a249567 100644 --- a/api_docs/kbn_core_i18n_server_mocks.mdx +++ b/api_docs/kbn_core_i18n_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-i18n-server-mocks title: "@kbn/core-i18n-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-i18n-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server-mocks'] --- import kbnCoreI18nServerMocksObj from './kbn_core_i18n_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx index 4c941bb38f098..8bddc5cb232c4 100644 --- a/api_docs/kbn_core_injected_metadata_browser_mocks.mdx +++ b/api_docs/kbn_core_injected_metadata_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-injected-metadata-browser-mocks title: "@kbn/core-injected-metadata-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-injected-metadata-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-injected-metadata-browser-mocks'] --- import kbnCoreInjectedMetadataBrowserMocksObj from './kbn_core_injected_metadata_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_internal.mdx b/api_docs/kbn_core_integrations_browser_internal.mdx index af7e9720c04f4..b2b12dd060495 100644 --- a/api_docs/kbn_core_integrations_browser_internal.mdx +++ b/api_docs/kbn_core_integrations_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-internal title: "@kbn/core-integrations-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-internal'] --- import kbnCoreIntegrationsBrowserInternalObj from './kbn_core_integrations_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_integrations_browser_mocks.mdx b/api_docs/kbn_core_integrations_browser_mocks.mdx index f96ea419b3e6c..8f05f4294eaf9 100644 --- a/api_docs/kbn_core_integrations_browser_mocks.mdx +++ b/api_docs/kbn_core_integrations_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-integrations-browser-mocks title: "@kbn/core-integrations-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-integrations-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-integrations-browser-mocks'] --- import kbnCoreIntegrationsBrowserMocksObj from './kbn_core_integrations_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser.devdocs.json b/api_docs/kbn_core_lifecycle_browser.devdocs.json index 745022a2696c4..fc4130b7baa12 100644 --- a/api_docs/kbn_core_lifecycle_browser.devdocs.json +++ b/api_docs/kbn_core_lifecycle_browser.devdocs.json @@ -627,7 +627,7 @@ }, { "plugin": "transform", - "path": "x-pack/plugins/transform/public/app/mount_management_section.ts" + "path": "x-pack/platform/plugins/private/transform/public/app/mount_management_section.ts" }, { "plugin": "discover", @@ -647,7 +647,7 @@ }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx" + "path": "x-pack/platform/plugins/private/data_visualizer/public/application/index_data_visualizer/index_data_visualizer.tsx" } ] }, diff --git a/api_docs/kbn_core_lifecycle_browser.mdx b/api_docs/kbn_core_lifecycle_browser.mdx index 9c552cc9e76bf..98465eeca9168 100644 --- a/api_docs/kbn_core_lifecycle_browser.mdx +++ b/api_docs/kbn_core_lifecycle_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser title: "@kbn/core-lifecycle-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser'] --- import kbnCoreLifecycleBrowserObj from './kbn_core_lifecycle_browser.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_browser_mocks.mdx b/api_docs/kbn_core_lifecycle_browser_mocks.mdx index d76fcd167591f..68530f37b0796 100644 --- a/api_docs/kbn_core_lifecycle_browser_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-browser-mocks title: "@kbn/core-lifecycle-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-browser-mocks'] --- import kbnCoreLifecycleBrowserMocksObj from './kbn_core_lifecycle_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server.mdx b/api_docs/kbn_core_lifecycle_server.mdx index 04ab948c0ab81..0de8193218662 100644 --- a/api_docs/kbn_core_lifecycle_server.mdx +++ b/api_docs/kbn_core_lifecycle_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server title: "@kbn/core-lifecycle-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server'] --- import kbnCoreLifecycleServerObj from './kbn_core_lifecycle_server.devdocs.json'; diff --git a/api_docs/kbn_core_lifecycle_server_mocks.mdx b/api_docs/kbn_core_lifecycle_server_mocks.mdx index eb2f95e273763..766bbc64b06f9 100644 --- a/api_docs/kbn_core_lifecycle_server_mocks.mdx +++ b/api_docs/kbn_core_lifecycle_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-lifecycle-server-mocks title: "@kbn/core-lifecycle-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-lifecycle-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-lifecycle-server-mocks'] --- import kbnCoreLifecycleServerMocksObj from './kbn_core_lifecycle_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_browser_mocks.mdx b/api_docs/kbn_core_logging_browser_mocks.mdx index a567d7a508e54..7291faa25100f 100644 --- a/api_docs/kbn_core_logging_browser_mocks.mdx +++ b/api_docs/kbn_core_logging_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-browser-mocks title: "@kbn/core-logging-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-browser-mocks'] --- import kbnCoreLoggingBrowserMocksObj from './kbn_core_logging_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_logging_common_internal.mdx b/api_docs/kbn_core_logging_common_internal.mdx index 291caf3a7db02..81572a65f7952 100644 --- a/api_docs/kbn_core_logging_common_internal.mdx +++ b/api_docs/kbn_core_logging_common_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-common-internal title: "@kbn/core-logging-common-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-common-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-common-internal'] --- import kbnCoreLoggingCommonInternalObj from './kbn_core_logging_common_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server.mdx b/api_docs/kbn_core_logging_server.mdx index 8db7d7fce6783..0f323c502f4b0 100644 --- a/api_docs/kbn_core_logging_server.mdx +++ b/api_docs/kbn_core_logging_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server title: "@kbn/core-logging-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server'] --- import kbnCoreLoggingServerObj from './kbn_core_logging_server.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_internal.mdx b/api_docs/kbn_core_logging_server_internal.mdx index 90fdc04d6aa78..b76221057d868 100644 --- a/api_docs/kbn_core_logging_server_internal.mdx +++ b/api_docs/kbn_core_logging_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-internal title: "@kbn/core-logging-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-internal'] --- import kbnCoreLoggingServerInternalObj from './kbn_core_logging_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_logging_server_mocks.mdx b/api_docs/kbn_core_logging_server_mocks.mdx index 2c0ee822324ef..2b08e85635d85 100644 --- a/api_docs/kbn_core_logging_server_mocks.mdx +++ b/api_docs/kbn_core_logging_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-logging-server-mocks title: "@kbn/core-logging-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-logging-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-logging-server-mocks'] --- import kbnCoreLoggingServerMocksObj from './kbn_core_logging_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_internal.mdx b/api_docs/kbn_core_metrics_collectors_server_internal.mdx index ed2594af9443f..b96515f47e56e 100644 --- a/api_docs/kbn_core_metrics_collectors_server_internal.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-internal title: "@kbn/core-metrics-collectors-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-internal'] --- import kbnCoreMetricsCollectorsServerInternalObj from './kbn_core_metrics_collectors_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx index 7c584bc43137f..e2eac2c41f700 100644 --- a/api_docs/kbn_core_metrics_collectors_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_collectors_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-collectors-server-mocks title: "@kbn/core-metrics-collectors-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-collectors-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-collectors-server-mocks'] --- import kbnCoreMetricsCollectorsServerMocksObj from './kbn_core_metrics_collectors_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server.mdx b/api_docs/kbn_core_metrics_server.mdx index 806eabf78fcac..1a5a185d7207d 100644 --- a/api_docs/kbn_core_metrics_server.mdx +++ b/api_docs/kbn_core_metrics_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server title: "@kbn/core-metrics-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server'] --- import kbnCoreMetricsServerObj from './kbn_core_metrics_server.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_internal.mdx b/api_docs/kbn_core_metrics_server_internal.mdx index 1b04fd7229ebb..fc8307aa40291 100644 --- a/api_docs/kbn_core_metrics_server_internal.mdx +++ b/api_docs/kbn_core_metrics_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-internal title: "@kbn/core-metrics-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-internal'] --- import kbnCoreMetricsServerInternalObj from './kbn_core_metrics_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_metrics_server_mocks.mdx b/api_docs/kbn_core_metrics_server_mocks.mdx index 3268eaa4024b0..3e4acefdb49a8 100644 --- a/api_docs/kbn_core_metrics_server_mocks.mdx +++ b/api_docs/kbn_core_metrics_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-metrics-server-mocks title: "@kbn/core-metrics-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-metrics-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-metrics-server-mocks'] --- import kbnCoreMetricsServerMocksObj from './kbn_core_metrics_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_mount_utils_browser.mdx b/api_docs/kbn_core_mount_utils_browser.mdx index c55f0aa811a5f..2b37f619035cd 100644 --- a/api_docs/kbn_core_mount_utils_browser.mdx +++ b/api_docs/kbn_core_mount_utils_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-mount-utils-browser title: "@kbn/core-mount-utils-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-mount-utils-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-mount-utils-browser'] --- import kbnCoreMountUtilsBrowserObj from './kbn_core_mount_utils_browser.devdocs.json'; diff --git a/api_docs/kbn_core_node_server.mdx b/api_docs/kbn_core_node_server.mdx index d2c01f535de63..21b1476a1cd5c 100644 --- a/api_docs/kbn_core_node_server.mdx +++ b/api_docs/kbn_core_node_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server title: "@kbn/core-node-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server'] --- import kbnCoreNodeServerObj from './kbn_core_node_server.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_internal.mdx b/api_docs/kbn_core_node_server_internal.mdx index 6eaa01070f17a..16471f6082d2a 100644 --- a/api_docs/kbn_core_node_server_internal.mdx +++ b/api_docs/kbn_core_node_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-internal title: "@kbn/core-node-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-internal'] --- import kbnCoreNodeServerInternalObj from './kbn_core_node_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_node_server_mocks.mdx b/api_docs/kbn_core_node_server_mocks.mdx index 3f5d3b48718bb..b8348d5b4e0d0 100644 --- a/api_docs/kbn_core_node_server_mocks.mdx +++ b/api_docs/kbn_core_node_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-node-server-mocks title: "@kbn/core-node-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-node-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-node-server-mocks'] --- import kbnCoreNodeServerMocksObj from './kbn_core_node_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser.mdx b/api_docs/kbn_core_notifications_browser.mdx index 7f834ad28713e..99a19348d6f6e 100644 --- a/api_docs/kbn_core_notifications_browser.mdx +++ b/api_docs/kbn_core_notifications_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser title: "@kbn/core-notifications-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser'] --- import kbnCoreNotificationsBrowserObj from './kbn_core_notifications_browser.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_internal.mdx b/api_docs/kbn_core_notifications_browser_internal.mdx index 065e5a3a3c5af..a1f82fd6f4204 100644 --- a/api_docs/kbn_core_notifications_browser_internal.mdx +++ b/api_docs/kbn_core_notifications_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-internal title: "@kbn/core-notifications-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-internal'] --- import kbnCoreNotificationsBrowserInternalObj from './kbn_core_notifications_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_notifications_browser_mocks.mdx b/api_docs/kbn_core_notifications_browser_mocks.mdx index 93a6a4cda29bd..498781a110368 100644 --- a/api_docs/kbn_core_notifications_browser_mocks.mdx +++ b/api_docs/kbn_core_notifications_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-notifications-browser-mocks title: "@kbn/core-notifications-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-notifications-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-notifications-browser-mocks'] --- import kbnCoreNotificationsBrowserMocksObj from './kbn_core_notifications_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser.mdx b/api_docs/kbn_core_overlays_browser.mdx index 53515044e8cef..e61fa73f779fd 100644 --- a/api_docs/kbn_core_overlays_browser.mdx +++ b/api_docs/kbn_core_overlays_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser title: "@kbn/core-overlays-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser'] --- import kbnCoreOverlaysBrowserObj from './kbn_core_overlays_browser.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_internal.mdx b/api_docs/kbn_core_overlays_browser_internal.mdx index 9e1c979a1e8e5..fb97edb750679 100644 --- a/api_docs/kbn_core_overlays_browser_internal.mdx +++ b/api_docs/kbn_core_overlays_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-internal title: "@kbn/core-overlays-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-internal'] --- import kbnCoreOverlaysBrowserInternalObj from './kbn_core_overlays_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_overlays_browser_mocks.mdx b/api_docs/kbn_core_overlays_browser_mocks.mdx index a9a577ca3cc7b..998ea01939498 100644 --- a/api_docs/kbn_core_overlays_browser_mocks.mdx +++ b/api_docs/kbn_core_overlays_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-overlays-browser-mocks title: "@kbn/core-overlays-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-overlays-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-overlays-browser-mocks'] --- import kbnCoreOverlaysBrowserMocksObj from './kbn_core_overlays_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser.mdx b/api_docs/kbn_core_plugins_browser.mdx index 325503dfb772b..9006f61580752 100644 --- a/api_docs/kbn_core_plugins_browser.mdx +++ b/api_docs/kbn_core_plugins_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser title: "@kbn/core-plugins-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser'] --- import kbnCorePluginsBrowserObj from './kbn_core_plugins_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_browser_mocks.mdx b/api_docs/kbn_core_plugins_browser_mocks.mdx index cd276a67e2ed9..26c6cca6859d1 100644 --- a/api_docs/kbn_core_plugins_browser_mocks.mdx +++ b/api_docs/kbn_core_plugins_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-browser-mocks title: "@kbn/core-plugins-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-browser-mocks'] --- import kbnCorePluginsBrowserMocksObj from './kbn_core_plugins_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_browser.mdx b/api_docs/kbn_core_plugins_contracts_browser.mdx index bd1f575c691b9..6773f689157a5 100644 --- a/api_docs/kbn_core_plugins_contracts_browser.mdx +++ b/api_docs/kbn_core_plugins_contracts_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-browser title: "@kbn/core-plugins-contracts-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-browser'] --- import kbnCorePluginsContractsBrowserObj from './kbn_core_plugins_contracts_browser.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_contracts_server.mdx b/api_docs/kbn_core_plugins_contracts_server.mdx index df1119f18907f..59b5cd14f66ff 100644 --- a/api_docs/kbn_core_plugins_contracts_server.mdx +++ b/api_docs/kbn_core_plugins_contracts_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-contracts-server title: "@kbn/core-plugins-contracts-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-contracts-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-contracts-server'] --- import kbnCorePluginsContractsServerObj from './kbn_core_plugins_contracts_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server.mdx b/api_docs/kbn_core_plugins_server.mdx index bc87511b3db47..00d2daf5e7e29 100644 --- a/api_docs/kbn_core_plugins_server.mdx +++ b/api_docs/kbn_core_plugins_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server title: "@kbn/core-plugins-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server'] --- import kbnCorePluginsServerObj from './kbn_core_plugins_server.devdocs.json'; diff --git a/api_docs/kbn_core_plugins_server_mocks.mdx b/api_docs/kbn_core_plugins_server_mocks.mdx index a20bb6d336d3f..087e03ad8fec0 100644 --- a/api_docs/kbn_core_plugins_server_mocks.mdx +++ b/api_docs/kbn_core_plugins_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-plugins-server-mocks title: "@kbn/core-plugins-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-plugins-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-plugins-server-mocks'] --- import kbnCorePluginsServerMocksObj from './kbn_core_plugins_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server.mdx b/api_docs/kbn_core_preboot_server.mdx index c6b8ee5f5a879..05dc9cc0932c6 100644 --- a/api_docs/kbn_core_preboot_server.mdx +++ b/api_docs/kbn_core_preboot_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server title: "@kbn/core-preboot-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server'] --- import kbnCorePrebootServerObj from './kbn_core_preboot_server.devdocs.json'; diff --git a/api_docs/kbn_core_preboot_server_mocks.mdx b/api_docs/kbn_core_preboot_server_mocks.mdx index aa61ca85b1390..6278e07552b72 100644 --- a/api_docs/kbn_core_preboot_server_mocks.mdx +++ b/api_docs/kbn_core_preboot_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-preboot-server-mocks title: "@kbn/core-preboot-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-preboot-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-preboot-server-mocks'] --- import kbnCorePrebootServerMocksObj from './kbn_core_preboot_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser.mdx b/api_docs/kbn_core_rendering_browser.mdx index ba17249c773db..72720bbe02cfc 100644 --- a/api_docs/kbn_core_rendering_browser.mdx +++ b/api_docs/kbn_core_rendering_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser title: "@kbn/core-rendering-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser'] --- import kbnCoreRenderingBrowserObj from './kbn_core_rendering_browser.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_browser_mocks.mdx b/api_docs/kbn_core_rendering_browser_mocks.mdx index 33cd854e21a2a..014a20a1d146f 100644 --- a/api_docs/kbn_core_rendering_browser_mocks.mdx +++ b/api_docs/kbn_core_rendering_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-browser-mocks title: "@kbn/core-rendering-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-browser-mocks'] --- import kbnCoreRenderingBrowserMocksObj from './kbn_core_rendering_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_internal.mdx b/api_docs/kbn_core_rendering_server_internal.mdx index d8cf2c4305e8f..65ad02a75a9df 100644 --- a/api_docs/kbn_core_rendering_server_internal.mdx +++ b/api_docs/kbn_core_rendering_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-internal title: "@kbn/core-rendering-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-internal'] --- import kbnCoreRenderingServerInternalObj from './kbn_core_rendering_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_rendering_server_mocks.mdx b/api_docs/kbn_core_rendering_server_mocks.mdx index 76aca27d0e143..bfae09edfb668 100644 --- a/api_docs/kbn_core_rendering_server_mocks.mdx +++ b/api_docs/kbn_core_rendering_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-rendering-server-mocks title: "@kbn/core-rendering-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-rendering-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-rendering-server-mocks'] --- import kbnCoreRenderingServerMocksObj from './kbn_core_rendering_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_root_server_internal.mdx b/api_docs/kbn_core_root_server_internal.mdx index 3553dcaf35dda..6d45673e4888e 100644 --- a/api_docs/kbn_core_root_server_internal.mdx +++ b/api_docs/kbn_core_root_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-root-server-internal title: "@kbn/core-root-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-root-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-root-server-internal'] --- import kbnCoreRootServerInternalObj from './kbn_core_root_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json index 99e9141acff1b..6c099d5f78424 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_api_browser.devdocs.json @@ -2781,27 +2781,27 @@ }, { "plugin": "aiops", - "path": "x-pack/plugins/aiops/public/application/utils/search_utils.ts" + "path": "x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts" }, { "plugin": "aiops", - "path": "x-pack/plugins/aiops/public/application/utils/search_utils.ts" + "path": "x-pack/platform/plugins/shared/aiops/public/application/utils/search_utils.ts" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/common/types/index.ts" + "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" }, { "plugin": "dataVisualizer", - "path": "x-pack/plugins/data_visualizer/common/types/index.ts" + "path": "x-pack/platform/plugins/private/data_visualizer/common/types/index.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/common/types/kibana.ts" + "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/common/types/kibana.ts" + "path": "x-pack/platform/plugins/shared/ml/common/types/kibana.ts" }, { "plugin": "dashboardEnhanced", diff --git a/api_docs/kbn_core_saved_objects_api_browser.mdx b/api_docs/kbn_core_saved_objects_api_browser.mdx index 7714dbc7623e6..6c9bcdd0c2ae3 100644 --- a/api_docs/kbn_core_saved_objects_api_browser.mdx +++ b/api_docs/kbn_core_saved_objects_api_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-browser title: "@kbn/core-saved-objects-api-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-browser'] --- import kbnCoreSavedObjectsApiBrowserObj from './kbn_core_saved_objects_api_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server.mdx b/api_docs/kbn_core_saved_objects_api_server.mdx index 78738fb06725f..0203fbac2f876 100644 --- a/api_docs/kbn_core_saved_objects_api_server.mdx +++ b/api_docs/kbn_core_saved_objects_api_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server title: "@kbn/core-saved-objects-api-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server'] --- import kbnCoreSavedObjectsApiServerObj from './kbn_core_saved_objects_api_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx index f9a38a873a689..98d41a1e3380d 100644 --- a/api_docs/kbn_core_saved_objects_api_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_api_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-api-server-mocks title: "@kbn/core-saved-objects-api-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-api-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-api-server-mocks'] --- import kbnCoreSavedObjectsApiServerMocksObj from './kbn_core_saved_objects_api_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_internal.mdx b/api_docs/kbn_core_saved_objects_base_server_internal.mdx index c2e6d6ed9d52e..8557124bdcda4 100644 --- a/api_docs/kbn_core_saved_objects_base_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-internal title: "@kbn/core-saved-objects-base-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-internal'] --- import kbnCoreSavedObjectsBaseServerInternalObj from './kbn_core_saved_objects_base_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx index 74f78523a2beb..1a71c86b70763 100644 --- a/api_docs/kbn_core_saved_objects_base_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_base_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-base-server-mocks title: "@kbn/core-saved-objects-base-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-base-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-base-server-mocks'] --- import kbnCoreSavedObjectsBaseServerMocksObj from './kbn_core_saved_objects_base_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser.devdocs.json b/api_docs/kbn_core_saved_objects_browser.devdocs.json index f44ecda0e4b3b..f625e14052421 100644 --- a/api_docs/kbn_core_saved_objects_browser.devdocs.json +++ b/api_docs/kbn_core_saved_objects_browser.devdocs.json @@ -63,11 +63,11 @@ }, { "plugin": "transform", - "path": "x-pack/plugins/transform/public/app/app_dependencies.tsx" + "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" }, { "plugin": "transform", - "path": "x-pack/plugins/transform/public/app/app_dependencies.tsx" + "path": "x-pack/platform/plugins/private/transform/public/app/app_dependencies.tsx" }, { "plugin": "@kbn/core", diff --git a/api_docs/kbn_core_saved_objects_browser.mdx b/api_docs/kbn_core_saved_objects_browser.mdx index 3c4fe15f2663c..00436cf886dbf 100644 --- a/api_docs/kbn_core_saved_objects_browser.mdx +++ b/api_docs/kbn_core_saved_objects_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser title: "@kbn/core-saved-objects-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser'] --- import kbnCoreSavedObjectsBrowserObj from './kbn_core_saved_objects_browser.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_internal.mdx b/api_docs/kbn_core_saved_objects_browser_internal.mdx index 2d7778119dede..67e0027d173cf 100644 --- a/api_docs/kbn_core_saved_objects_browser_internal.mdx +++ b/api_docs/kbn_core_saved_objects_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-internal title: "@kbn/core-saved-objects-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-internal'] --- import kbnCoreSavedObjectsBrowserInternalObj from './kbn_core_saved_objects_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_browser_mocks.mdx b/api_docs/kbn_core_saved_objects_browser_mocks.mdx index f82d2044d580e..185c5151a73dc 100644 --- a/api_docs/kbn_core_saved_objects_browser_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-browser-mocks title: "@kbn/core-saved-objects-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-browser-mocks'] --- import kbnCoreSavedObjectsBrowserMocksObj from './kbn_core_saved_objects_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_common.devdocs.json b/api_docs/kbn_core_saved_objects_common.devdocs.json index 18aab13982006..27c7f50f6423b 100644 --- a/api_docs/kbn_core_saved_objects_common.devdocs.json +++ b/api_docs/kbn_core_saved_objects_common.devdocs.json @@ -1701,11 +1701,11 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/common/types/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/common/types/modules.ts" + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts" } ], "initialIsOpen": false diff --git a/api_docs/kbn_core_saved_objects_common.mdx b/api_docs/kbn_core_saved_objects_common.mdx index c91e5768f0239..8a856f1f061b0 100644 --- a/api_docs/kbn_core_saved_objects_common.mdx +++ b/api_docs/kbn_core_saved_objects_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-common title: "@kbn/core-saved-objects-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-common'] --- import kbnCoreSavedObjectsCommonObj from './kbn_core_saved_objects_common.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx index d1322a2f90992..a6e4abed4ba57 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-internal title: "@kbn/core-saved-objects-import-export-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-internal'] --- import kbnCoreSavedObjectsImportExportServerInternalObj from './kbn_core_saved_objects_import_export_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx index ef60bcb741187..5e5163d7f8191 100644 --- a/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_import_export_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-import-export-server-mocks title: "@kbn/core-saved-objects-import-export-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-import-export-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-import-export-server-mocks'] --- import kbnCoreSavedObjectsImportExportServerMocksObj from './kbn_core_saved_objects_import_export_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx index 662fd38d2f002..68cd1c18dca8e 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-internal title: "@kbn/core-saved-objects-migration-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-internal'] --- import kbnCoreSavedObjectsMigrationServerInternalObj from './kbn_core_saved_objects_migration_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx index 9693720910dc7..4372cddba9070 100644 --- a/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_migration_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-migration-server-mocks title: "@kbn/core-saved-objects-migration-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-migration-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-migration-server-mocks'] --- import kbnCoreSavedObjectsMigrationServerMocksObj from './kbn_core_saved_objects_migration_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server.devdocs.json b/api_docs/kbn_core_saved_objects_server.devdocs.json index 1937cfde7ca9e..144ba6e5eaad2 100644 --- a/api_docs/kbn_core_saved_objects_server.devdocs.json +++ b/api_docs/kbn_core_saved_objects_server.devdocs.json @@ -10671,6 +10671,22 @@ "plugin": "@kbn/core-saved-objects-migration-server-mocks", "path": "packages/core/saved-objects/core-saved-objects-migration-server-mocks/src/kibana_migrator.mock.ts" }, + { + "plugin": "savedSearch", + "path": "src/plugins/saved_search/server/saved_objects/search.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/plugins/canvas/server/saved_objects/workpad.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/plugins/canvas/server/saved_objects/custom_element.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/plugins/canvas/server/saved_objects/workpad_template.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/server/saved_objects.ts" @@ -10695,22 +10711,6 @@ "plugin": "cases", "path": "x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts" }, - { - "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/workpad.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/custom_element.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/workpad_template.ts" - }, { "plugin": "fleet", "path": "x-pack/plugins/fleet/server/saved_objects/index.ts" @@ -10737,15 +10737,15 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/saved_objects/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/saved_objects/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/saved_objects/saved_objects.ts" + "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/saved_objects.ts" }, { "plugin": "graph", @@ -11502,6 +11502,18 @@ "plugin": "dashboard", "path": "src/plugins/dashboard/server/dashboard_saved_object/dashboard_saved_object.ts" }, + { + "plugin": "savedSearch", + "path": "src/plugins/saved_search/server/saved_objects/search.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/plugins/canvas/server/saved_objects/workpad.ts" + }, + { + "plugin": "canvas", + "path": "x-pack/plugins/canvas/server/saved_objects/custom_element.ts" + }, { "plugin": "lens", "path": "x-pack/plugins/lens/server/saved_objects.ts" @@ -11526,18 +11538,6 @@ "plugin": "cases", "path": "x-pack/plugins/cases/server/saved_object_types/connector_mappings.ts" }, - { - "plugin": "savedSearch", - "path": "src/plugins/saved_search/server/saved_objects/search.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/workpad.ts" - }, - { - "plugin": "canvas", - "path": "x-pack/plugins/canvas/server/saved_objects/custom_element.ts" - }, { "plugin": "savedObjectsTagging", "path": "x-pack/plugins/saved_objects_tagging/server/saved_objects/tag.ts" diff --git a/api_docs/kbn_core_saved_objects_server.mdx b/api_docs/kbn_core_saved_objects_server.mdx index 2d8324dcf9366..6bf2d1e33f8d7 100644 --- a/api_docs/kbn_core_saved_objects_server.mdx +++ b/api_docs/kbn_core_saved_objects_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server title: "@kbn/core-saved-objects-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server'] --- import kbnCoreSavedObjectsServerObj from './kbn_core_saved_objects_server.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_internal.mdx b/api_docs/kbn_core_saved_objects_server_internal.mdx index 135a8b6df453f..739ca5468b704 100644 --- a/api_docs/kbn_core_saved_objects_server_internal.mdx +++ b/api_docs/kbn_core_saved_objects_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-internal title: "@kbn/core-saved-objects-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-internal'] --- import kbnCoreSavedObjectsServerInternalObj from './kbn_core_saved_objects_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_server_mocks.mdx b/api_docs/kbn_core_saved_objects_server_mocks.mdx index da57a4b2bc697..e6c9a86b32220 100644 --- a/api_docs/kbn_core_saved_objects_server_mocks.mdx +++ b/api_docs/kbn_core_saved_objects_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-server-mocks title: "@kbn/core-saved-objects-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-server-mocks'] --- import kbnCoreSavedObjectsServerMocksObj from './kbn_core_saved_objects_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_saved_objects_utils_server.mdx b/api_docs/kbn_core_saved_objects_utils_server.mdx index 746da0738aebb..c97c2df724aac 100644 --- a/api_docs/kbn_core_saved_objects_utils_server.mdx +++ b/api_docs/kbn_core_saved_objects_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-saved-objects-utils-server title: "@kbn/core-saved-objects-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-saved-objects-utils-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-saved-objects-utils-server'] --- import kbnCoreSavedObjectsUtilsServerObj from './kbn_core_saved_objects_utils_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser.mdx b/api_docs/kbn_core_security_browser.mdx index afb3844c7088a..b682c8c3f93e8 100644 --- a/api_docs/kbn_core_security_browser.mdx +++ b/api_docs/kbn_core_security_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser title: "@kbn/core-security-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser'] --- import kbnCoreSecurityBrowserObj from './kbn_core_security_browser.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_internal.mdx b/api_docs/kbn_core_security_browser_internal.mdx index affb054738fa7..5560e404afe26 100644 --- a/api_docs/kbn_core_security_browser_internal.mdx +++ b/api_docs/kbn_core_security_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-internal title: "@kbn/core-security-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-internal'] --- import kbnCoreSecurityBrowserInternalObj from './kbn_core_security_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_browser_mocks.mdx b/api_docs/kbn_core_security_browser_mocks.mdx index ee74ef38da489..f6e0d4d13add9 100644 --- a/api_docs/kbn_core_security_browser_mocks.mdx +++ b/api_docs/kbn_core_security_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-browser-mocks title: "@kbn/core-security-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-browser-mocks'] --- import kbnCoreSecurityBrowserMocksObj from './kbn_core_security_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_security_common.mdx b/api_docs/kbn_core_security_common.mdx index 0cdb36750bea3..4cd19de06ef2a 100644 --- a/api_docs/kbn_core_security_common.mdx +++ b/api_docs/kbn_core_security_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-common title: "@kbn/core-security-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-common'] --- import kbnCoreSecurityCommonObj from './kbn_core_security_common.devdocs.json'; diff --git a/api_docs/kbn_core_security_server.mdx b/api_docs/kbn_core_security_server.mdx index 37a7b0ff8b14a..8483bdd8ec7c9 100644 --- a/api_docs/kbn_core_security_server.mdx +++ b/api_docs/kbn_core_security_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server title: "@kbn/core-security-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server'] --- import kbnCoreSecurityServerObj from './kbn_core_security_server.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_internal.mdx b/api_docs/kbn_core_security_server_internal.mdx index 603c13858d2a1..ca0e0bc1dfbc0 100644 --- a/api_docs/kbn_core_security_server_internal.mdx +++ b/api_docs/kbn_core_security_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-internal title: "@kbn/core-security-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-internal'] --- import kbnCoreSecurityServerInternalObj from './kbn_core_security_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_security_server_mocks.mdx b/api_docs/kbn_core_security_server_mocks.mdx index 05ef6f82e11e0..af698f43cb8c0 100644 --- a/api_docs/kbn_core_security_server_mocks.mdx +++ b/api_docs/kbn_core_security_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-security-server-mocks title: "@kbn/core-security-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-security-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-security-server-mocks'] --- import kbnCoreSecurityServerMocksObj from './kbn_core_security_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_status_common.mdx b/api_docs/kbn_core_status_common.mdx index 0df930f891eee..968ba728ad4f4 100644 --- a/api_docs/kbn_core_status_common.mdx +++ b/api_docs/kbn_core_status_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-common title: "@kbn/core-status-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-common'] --- import kbnCoreStatusCommonObj from './kbn_core_status_common.devdocs.json'; diff --git a/api_docs/kbn_core_status_server.mdx b/api_docs/kbn_core_status_server.mdx index 3342c7a30d92a..e343f288eb9a2 100644 --- a/api_docs/kbn_core_status_server.mdx +++ b/api_docs/kbn_core_status_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server title: "@kbn/core-status-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server'] --- import kbnCoreStatusServerObj from './kbn_core_status_server.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_internal.mdx b/api_docs/kbn_core_status_server_internal.mdx index b9da9ee2cb3e7..bfb89bf975f5a 100644 --- a/api_docs/kbn_core_status_server_internal.mdx +++ b/api_docs/kbn_core_status_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-internal title: "@kbn/core-status-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-internal'] --- import kbnCoreStatusServerInternalObj from './kbn_core_status_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_status_server_mocks.mdx b/api_docs/kbn_core_status_server_mocks.mdx index b392c672ad157..a737b79d3f5ba 100644 --- a/api_docs/kbn_core_status_server_mocks.mdx +++ b/api_docs/kbn_core_status_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-status-server-mocks title: "@kbn/core-status-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-status-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-status-server-mocks'] --- import kbnCoreStatusServerMocksObj from './kbn_core_status_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx index 2a3680f78180e..ae97e67fb0870 100644 --- a/api_docs/kbn_core_test_helpers_deprecations_getters.mdx +++ b/api_docs/kbn_core_test_helpers_deprecations_getters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-deprecations-getters title: "@kbn/core-test-helpers-deprecations-getters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-deprecations-getters plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-deprecations-getters'] --- import kbnCoreTestHelpersDeprecationsGettersObj from './kbn_core_test_helpers_deprecations_getters.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx index 14ac768280588..8a02a9580c5f2 100644 --- a/api_docs/kbn_core_test_helpers_http_setup_browser.mdx +++ b/api_docs/kbn_core_test_helpers_http_setup_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-http-setup-browser title: "@kbn/core-test-helpers-http-setup-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-http-setup-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-http-setup-browser'] --- import kbnCoreTestHelpersHttpSetupBrowserObj from './kbn_core_test_helpers_http_setup_browser.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_kbn_server.mdx b/api_docs/kbn_core_test_helpers_kbn_server.mdx index 7376a63193649..a2b4375d91f5a 100644 --- a/api_docs/kbn_core_test_helpers_kbn_server.mdx +++ b/api_docs/kbn_core_test_helpers_kbn_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-kbn-server title: "@kbn/core-test-helpers-kbn-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-kbn-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-kbn-server'] --- import kbnCoreTestHelpersKbnServerObj from './kbn_core_test_helpers_kbn_server.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_model_versions.mdx b/api_docs/kbn_core_test_helpers_model_versions.mdx index 8426bcba03675..911958b64f6c9 100644 --- a/api_docs/kbn_core_test_helpers_model_versions.mdx +++ b/api_docs/kbn_core_test_helpers_model_versions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-model-versions title: "@kbn/core-test-helpers-model-versions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-model-versions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-model-versions'] --- import kbnCoreTestHelpersModelVersionsObj from './kbn_core_test_helpers_model_versions.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx index 9b574adfdb3aa..9ec25179db891 100644 --- a/api_docs/kbn_core_test_helpers_so_type_serializer.mdx +++ b/api_docs/kbn_core_test_helpers_so_type_serializer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-so-type-serializer title: "@kbn/core-test-helpers-so-type-serializer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-so-type-serializer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-so-type-serializer'] --- import kbnCoreTestHelpersSoTypeSerializerObj from './kbn_core_test_helpers_so_type_serializer.devdocs.json'; diff --git a/api_docs/kbn_core_test_helpers_test_utils.mdx b/api_docs/kbn_core_test_helpers_test_utils.mdx index a86310df09ea3..cec40d2fe58a9 100644 --- a/api_docs/kbn_core_test_helpers_test_utils.mdx +++ b/api_docs/kbn_core_test_helpers_test_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-test-helpers-test-utils title: "@kbn/core-test-helpers-test-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-test-helpers-test-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-test-helpers-test-utils'] --- import kbnCoreTestHelpersTestUtilsObj from './kbn_core_test_helpers_test_utils.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser.mdx b/api_docs/kbn_core_theme_browser.mdx index 8668f1ea56e22..65fc9b6ef2294 100644 --- a/api_docs/kbn_core_theme_browser.mdx +++ b/api_docs/kbn_core_theme_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser title: "@kbn/core-theme-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser'] --- import kbnCoreThemeBrowserObj from './kbn_core_theme_browser.devdocs.json'; diff --git a/api_docs/kbn_core_theme_browser_mocks.mdx b/api_docs/kbn_core_theme_browser_mocks.mdx index bf644e79f8e01..8015c2037ecd5 100644 --- a/api_docs/kbn_core_theme_browser_mocks.mdx +++ b/api_docs/kbn_core_theme_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-theme-browser-mocks title: "@kbn/core-theme-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-theme-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-theme-browser-mocks'] --- import kbnCoreThemeBrowserMocksObj from './kbn_core_theme_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser.mdx b/api_docs/kbn_core_ui_settings_browser.mdx index 96d33615122d2..aac24cc2b8797 100644 --- a/api_docs/kbn_core_ui_settings_browser.mdx +++ b/api_docs/kbn_core_ui_settings_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser title: "@kbn/core-ui-settings-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser'] --- import kbnCoreUiSettingsBrowserObj from './kbn_core_ui_settings_browser.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_internal.mdx b/api_docs/kbn_core_ui_settings_browser_internal.mdx index 72d8b2b14659d..5a6ef4545f06d 100644 --- a/api_docs/kbn_core_ui_settings_browser_internal.mdx +++ b/api_docs/kbn_core_ui_settings_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-internal title: "@kbn/core-ui-settings-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-internal'] --- import kbnCoreUiSettingsBrowserInternalObj from './kbn_core_ui_settings_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_browser_mocks.mdx b/api_docs/kbn_core_ui_settings_browser_mocks.mdx index 9ca6b11d4f611..8af2f1ec3fce1 100644 --- a/api_docs/kbn_core_ui_settings_browser_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-browser-mocks title: "@kbn/core-ui-settings-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-browser-mocks'] --- import kbnCoreUiSettingsBrowserMocksObj from './kbn_core_ui_settings_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_common.mdx b/api_docs/kbn_core_ui_settings_common.mdx index f91cd5ea53d29..03f68c1f67911 100644 --- a/api_docs/kbn_core_ui_settings_common.mdx +++ b/api_docs/kbn_core_ui_settings_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-common title: "@kbn/core-ui-settings-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-common'] --- import kbnCoreUiSettingsCommonObj from './kbn_core_ui_settings_common.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server.mdx b/api_docs/kbn_core_ui_settings_server.mdx index c8c83282edc21..955b7c0888321 100644 --- a/api_docs/kbn_core_ui_settings_server.mdx +++ b/api_docs/kbn_core_ui_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server title: "@kbn/core-ui-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server'] --- import kbnCoreUiSettingsServerObj from './kbn_core_ui_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_internal.mdx b/api_docs/kbn_core_ui_settings_server_internal.mdx index 4fd7d536a49dd..ef649a85cf818 100644 --- a/api_docs/kbn_core_ui_settings_server_internal.mdx +++ b/api_docs/kbn_core_ui_settings_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-internal title: "@kbn/core-ui-settings-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-internal'] --- import kbnCoreUiSettingsServerInternalObj from './kbn_core_ui_settings_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_ui_settings_server_mocks.mdx b/api_docs/kbn_core_ui_settings_server_mocks.mdx index abefbfddd4a3e..d302813051089 100644 --- a/api_docs/kbn_core_ui_settings_server_mocks.mdx +++ b/api_docs/kbn_core_ui_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-ui-settings-server-mocks title: "@kbn/core-ui-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-ui-settings-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-ui-settings-server-mocks'] --- import kbnCoreUiSettingsServerMocksObj from './kbn_core_ui_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server.mdx b/api_docs/kbn_core_usage_data_server.mdx index e2907844ac5a5..af698de3ef9b3 100644 --- a/api_docs/kbn_core_usage_data_server.mdx +++ b/api_docs/kbn_core_usage_data_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server title: "@kbn/core-usage-data-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server'] --- import kbnCoreUsageDataServerObj from './kbn_core_usage_data_server.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_internal.mdx b/api_docs/kbn_core_usage_data_server_internal.mdx index ca2062bf70383..dd6adadc08ff9 100644 --- a/api_docs/kbn_core_usage_data_server_internal.mdx +++ b/api_docs/kbn_core_usage_data_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-internal title: "@kbn/core-usage-data-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-internal'] --- import kbnCoreUsageDataServerInternalObj from './kbn_core_usage_data_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_usage_data_server_mocks.mdx b/api_docs/kbn_core_usage_data_server_mocks.mdx index f7562d24e580f..ea631910b93bb 100644 --- a/api_docs/kbn_core_usage_data_server_mocks.mdx +++ b/api_docs/kbn_core_usage_data_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-usage-data-server-mocks title: "@kbn/core-usage-data-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-usage-data-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-usage-data-server-mocks'] --- import kbnCoreUsageDataServerMocksObj from './kbn_core_usage_data_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser.mdx b/api_docs/kbn_core_user_profile_browser.mdx index 246b1a7d05720..828142fa1f6e5 100644 --- a/api_docs/kbn_core_user_profile_browser.mdx +++ b/api_docs/kbn_core_user_profile_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser title: "@kbn/core-user-profile-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser'] --- import kbnCoreUserProfileBrowserObj from './kbn_core_user_profile_browser.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_internal.mdx b/api_docs/kbn_core_user_profile_browser_internal.mdx index ce57ff135b6d9..83eded117948e 100644 --- a/api_docs/kbn_core_user_profile_browser_internal.mdx +++ b/api_docs/kbn_core_user_profile_browser_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-internal title: "@kbn/core-user-profile-browser-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-internal'] --- import kbnCoreUserProfileBrowserInternalObj from './kbn_core_user_profile_browser_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_browser_mocks.mdx b/api_docs/kbn_core_user_profile_browser_mocks.mdx index 1742aee9fb3f4..3f10d256503f5 100644 --- a/api_docs/kbn_core_user_profile_browser_mocks.mdx +++ b/api_docs/kbn_core_user_profile_browser_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-browser-mocks title: "@kbn/core-user-profile-browser-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-browser-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-browser-mocks'] --- import kbnCoreUserProfileBrowserMocksObj from './kbn_core_user_profile_browser_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_common.mdx b/api_docs/kbn_core_user_profile_common.mdx index 2c25046106b10..dd8af1cabec67 100644 --- a/api_docs/kbn_core_user_profile_common.mdx +++ b/api_docs/kbn_core_user_profile_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-common title: "@kbn/core-user-profile-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-common'] --- import kbnCoreUserProfileCommonObj from './kbn_core_user_profile_common.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server.mdx b/api_docs/kbn_core_user_profile_server.mdx index 56cd0ceae3188..99c739e8a177b 100644 --- a/api_docs/kbn_core_user_profile_server.mdx +++ b/api_docs/kbn_core_user_profile_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server title: "@kbn/core-user-profile-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server'] --- import kbnCoreUserProfileServerObj from './kbn_core_user_profile_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_internal.mdx b/api_docs/kbn_core_user_profile_server_internal.mdx index 1060830f277c4..791f5e818e5d1 100644 --- a/api_docs/kbn_core_user_profile_server_internal.mdx +++ b/api_docs/kbn_core_user_profile_server_internal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-internal title: "@kbn/core-user-profile-server-internal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-internal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-internal'] --- import kbnCoreUserProfileServerInternalObj from './kbn_core_user_profile_server_internal.devdocs.json'; diff --git a/api_docs/kbn_core_user_profile_server_mocks.mdx b/api_docs/kbn_core_user_profile_server_mocks.mdx index ccb57e52b8930..da9ff6c990cbe 100644 --- a/api_docs/kbn_core_user_profile_server_mocks.mdx +++ b/api_docs/kbn_core_user_profile_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-profile-server-mocks title: "@kbn/core-user-profile-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-profile-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-profile-server-mocks'] --- import kbnCoreUserProfileServerMocksObj from './kbn_core_user_profile_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server.mdx b/api_docs/kbn_core_user_settings_server.mdx index ccada67b6f473..0b86dd76cf67b 100644 --- a/api_docs/kbn_core_user_settings_server.mdx +++ b/api_docs/kbn_core_user_settings_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server title: "@kbn/core-user-settings-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server'] --- import kbnCoreUserSettingsServerObj from './kbn_core_user_settings_server.devdocs.json'; diff --git a/api_docs/kbn_core_user_settings_server_mocks.mdx b/api_docs/kbn_core_user_settings_server_mocks.mdx index 0f3cd95dc6666..5f612d4d57144 100644 --- a/api_docs/kbn_core_user_settings_server_mocks.mdx +++ b/api_docs/kbn_core_user_settings_server_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-core-user-settings-server-mocks title: "@kbn/core-user-settings-server-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/core-user-settings-server-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-user-settings-server-mocks'] --- import kbnCoreUserSettingsServerMocksObj from './kbn_core_user_settings_server_mocks.devdocs.json'; diff --git a/api_docs/kbn_crypto.mdx b/api_docs/kbn_crypto.mdx index a99bf00ba6e4d..e23337554b692 100644 --- a/api_docs/kbn_crypto.mdx +++ b/api_docs/kbn_crypto.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto title: "@kbn/crypto" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto'] --- import kbnCryptoObj from './kbn_crypto.devdocs.json'; diff --git a/api_docs/kbn_crypto_browser.mdx b/api_docs/kbn_crypto_browser.mdx index 5efb160a23c6d..230823f25eff1 100644 --- a/api_docs/kbn_crypto_browser.mdx +++ b/api_docs/kbn_crypto_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-crypto-browser title: "@kbn/crypto-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/crypto-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/crypto-browser'] --- import kbnCryptoBrowserObj from './kbn_crypto_browser.devdocs.json'; diff --git a/api_docs/kbn_custom_icons.mdx b/api_docs/kbn_custom_icons.mdx index c64b6eac69931..1b1780d005298 100644 --- a/api_docs/kbn_custom_icons.mdx +++ b/api_docs/kbn_custom_icons.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-icons title: "@kbn/custom-icons" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-icons plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-icons'] --- import kbnCustomIconsObj from './kbn_custom_icons.devdocs.json'; diff --git a/api_docs/kbn_custom_integrations.mdx b/api_docs/kbn_custom_integrations.mdx index 5388c40cfe830..b31685f6774ca 100644 --- a/api_docs/kbn_custom_integrations.mdx +++ b/api_docs/kbn_custom_integrations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-custom-integrations title: "@kbn/custom-integrations" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/custom-integrations plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/custom-integrations'] --- import kbnCustomIntegrationsObj from './kbn_custom_integrations.devdocs.json'; diff --git a/api_docs/kbn_cypress_config.mdx b/api_docs/kbn_cypress_config.mdx index e43dc2764ea46..c0be02f585d99 100644 --- a/api_docs/kbn_cypress_config.mdx +++ b/api_docs/kbn_cypress_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-cypress-config title: "@kbn/cypress-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/cypress-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/cypress-config'] --- import kbnCypressConfigObj from './kbn_cypress_config.devdocs.json'; diff --git a/api_docs/kbn_data_forge.mdx b/api_docs/kbn_data_forge.mdx index 2b1da94f03936..2feb4a4bed699 100644 --- a/api_docs/kbn_data_forge.mdx +++ b/api_docs/kbn_data_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-forge title: "@kbn/data-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-forge plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-forge'] --- import kbnDataForgeObj from './kbn_data_forge.devdocs.json'; diff --git a/api_docs/kbn_data_service.mdx b/api_docs/kbn_data_service.mdx index 6e79ccc5c152b..6f21ad94849af 100644 --- a/api_docs/kbn_data_service.mdx +++ b/api_docs/kbn_data_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-service title: "@kbn/data-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-service plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-service'] --- import kbnDataServiceObj from './kbn_data_service.devdocs.json'; diff --git a/api_docs/kbn_data_stream_adapter.devdocs.json b/api_docs/kbn_data_stream_adapter.devdocs.json index cf11335f3beeb..66d9f0dbb0c2a 100644 --- a/api_docs/kbn_data_stream_adapter.devdocs.json +++ b/api_docs/kbn_data_stream_adapter.devdocs.json @@ -859,7 +859,7 @@ "label": "EcsFieldMap", "description": [], "signature": [ - "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", + "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; fields?: Record | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", { "pluginId": "@kbn/index-adapter", "scope": "server", @@ -882,7 +882,7 @@ "label": "FieldMap", "description": [], "signature": [ - "{ [P in T]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", + "{ [P in T]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; fields?: Record | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", { "pluginId": "@kbn/index-adapter", "scope": "server", @@ -962,7 +962,7 @@ "label": "ecsFieldMap", "description": [], "signature": [ - "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", + "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; fields?: Record | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", { "pluginId": "@kbn/index-adapter", "scope": "server", diff --git a/api_docs/kbn_data_stream_adapter.mdx b/api_docs/kbn_data_stream_adapter.mdx index 5d9a4d43e277d..05cfd5ec31920 100644 --- a/api_docs/kbn_data_stream_adapter.mdx +++ b/api_docs/kbn_data_stream_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-stream-adapter title: "@kbn/data-stream-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-stream-adapter plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-stream-adapter'] --- import kbnDataStreamAdapterObj from './kbn_data_stream_adapter.devdocs.json'; diff --git a/api_docs/kbn_data_view_utils.mdx b/api_docs/kbn_data_view_utils.mdx index b7208d1f444bd..cb9cccfb17deb 100644 --- a/api_docs/kbn_data_view_utils.mdx +++ b/api_docs/kbn_data_view_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-data-view-utils title: "@kbn/data-view-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/data-view-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/data-view-utils'] --- import kbnDataViewUtilsObj from './kbn_data_view_utils.devdocs.json'; diff --git a/api_docs/kbn_datemath.mdx b/api_docs/kbn_datemath.mdx index 36213acf192ef..35014b0edd438 100644 --- a/api_docs/kbn_datemath.mdx +++ b/api_docs/kbn_datemath.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-datemath title: "@kbn/datemath" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/datemath plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/datemath'] --- import kbnDatemathObj from './kbn_datemath.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_analytics.mdx b/api_docs/kbn_deeplinks_analytics.mdx index 331e3b6f2e22c..2e2fce64e82fc 100644 --- a/api_docs/kbn_deeplinks_analytics.mdx +++ b/api_docs/kbn_deeplinks_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-analytics title: "@kbn/deeplinks-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-analytics plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-analytics'] --- import kbnDeeplinksAnalyticsObj from './kbn_deeplinks_analytics.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_devtools.mdx b/api_docs/kbn_deeplinks_devtools.mdx index 0c3a06f25884e..6218b621946d6 100644 --- a/api_docs/kbn_deeplinks_devtools.mdx +++ b/api_docs/kbn_deeplinks_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-devtools title: "@kbn/deeplinks-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-devtools plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-devtools'] --- import kbnDeeplinksDevtoolsObj from './kbn_deeplinks_devtools.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_fleet.mdx b/api_docs/kbn_deeplinks_fleet.mdx index b6896c397f76a..b24ee1dfcb045 100644 --- a/api_docs/kbn_deeplinks_fleet.mdx +++ b/api_docs/kbn_deeplinks_fleet.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-fleet title: "@kbn/deeplinks-fleet" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-fleet plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-fleet'] --- import kbnDeeplinksFleetObj from './kbn_deeplinks_fleet.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_management.mdx b/api_docs/kbn_deeplinks_management.mdx index 03e7caf5d5db6..5bcfb2b802902 100644 --- a/api_docs/kbn_deeplinks_management.mdx +++ b/api_docs/kbn_deeplinks_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-management title: "@kbn/deeplinks-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-management plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-management'] --- import kbnDeeplinksManagementObj from './kbn_deeplinks_management.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_ml.devdocs.json b/api_docs/kbn_deeplinks_ml.devdocs.json index 62df1cb97552b..e59172d95d808 100644 --- a/api_docs/kbn_deeplinks_ml.devdocs.json +++ b/api_docs/kbn_deeplinks_ml.devdocs.json @@ -32,7 +32,7 @@ "signature": [ "\"ml\"" ], - "path": "packages/deeplinks/ml/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/ml/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -47,7 +47,7 @@ "signature": [ "\"ml\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\"" ], - "path": "packages/deeplinks/ml/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/ml/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -62,7 +62,7 @@ "signature": [ "\"notifications\" | \"nodes\" | \"overview\" | \"memoryUsage\" | \"settings\" | \"dataVisualizer\" | \"logPatternAnalysis\" | \"logRateAnalysis\" | \"singleMetricViewer\" | \"anomalyDetection\" | \"anomalyExplorer\" | \"dataDrift\" | \"dataFrameAnalytics\" | \"resultExplorer\" | \"analyticsMap\" | \"aiOps\" | \"changePointDetections\" | \"modelManagement\" | \"nodesOverview\" | \"esqlDataVisualizer\" | \"fileUpload\" | \"indexDataVisualizer\" | \"calendarSettings\" | \"filterListsSettings\" | \"suppliedConfigurations\"" ], - "path": "packages/deeplinks/ml/deep_links.ts", + "path": "src/platform/packages/shared/deeplinks/ml/deep_links.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_deeplinks_ml.mdx b/api_docs/kbn_deeplinks_ml.mdx index ffa69a4f4e7fa..af32b698c4d59 100644 --- a/api_docs/kbn_deeplinks_ml.mdx +++ b/api_docs/kbn_deeplinks_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-ml title: "@kbn/deeplinks-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-ml plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-ml'] --- import kbnDeeplinksMlObj from './kbn_deeplinks_ml.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_observability.mdx b/api_docs/kbn_deeplinks_observability.mdx index d5cd27f38a69a..0047fe3a09f97 100644 --- a/api_docs/kbn_deeplinks_observability.mdx +++ b/api_docs/kbn_deeplinks_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-observability title: "@kbn/deeplinks-observability" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-observability plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-observability'] --- import kbnDeeplinksObservabilityObj from './kbn_deeplinks_observability.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_search.devdocs.json b/api_docs/kbn_deeplinks_search.devdocs.json index 70bce6e571b07..c744fd8c7ab8d 100644 --- a/api_docs/kbn_deeplinks_search.devdocs.json +++ b/api_docs/kbn_deeplinks_search.devdocs.json @@ -30,7 +30,7 @@ "label": "DeepLinkId", "description": [], "signature": [ - "\"appSearch\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"searchInferenceEndpoints\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\"" + "\"appSearch\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\"" ], "path": "packages/deeplinks/search/deep_links.ts", "deprecated": false, @@ -112,21 +112,6 @@ "trackAdoption": false, "initialIsOpen": false }, - { - "parentPluginId": "@kbn/deeplinks-search", - "id": "def-common.ENTERPRISE_SEARCH_RELEVANCE_APP_ID", - "type": "string", - "tags": [], - "label": "ENTERPRISE_SEARCH_RELEVANCE_APP_ID", - "description": [], - "signature": [ - "\"searchInferenceEndpoints\"" - ], - "path": "packages/deeplinks/search/constants.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - }, { "parentPluginId": "@kbn/deeplinks-search", "id": "def-common.ENTERPRISE_SEARCH_WORKPLACESEARCH_APP_ID", diff --git a/api_docs/kbn_deeplinks_search.mdx b/api_docs/kbn_deeplinks_search.mdx index 838b33af7415f..b3b2a6acac31f 100644 --- a/api_docs/kbn_deeplinks_search.mdx +++ b/api_docs/kbn_deeplinks_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-search title: "@kbn/deeplinks-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-search plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-search'] --- import kbnDeeplinksSearchObj from './kbn_deeplinks_search.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 22 | 0 | 22 | 0 | +| 21 | 0 | 21 | 0 | ## Common diff --git a/api_docs/kbn_deeplinks_security.mdx b/api_docs/kbn_deeplinks_security.mdx index ee4b76a1a9739..c43fa4a74365a 100644 --- a/api_docs/kbn_deeplinks_security.mdx +++ b/api_docs/kbn_deeplinks_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-security title: "@kbn/deeplinks-security" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-security plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-security'] --- import kbnDeeplinksSecurityObj from './kbn_deeplinks_security.devdocs.json'; diff --git a/api_docs/kbn_deeplinks_shared.mdx b/api_docs/kbn_deeplinks_shared.mdx index 94b36e9ca011c..83acd15dc1054 100644 --- a/api_docs/kbn_deeplinks_shared.mdx +++ b/api_docs/kbn_deeplinks_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-deeplinks-shared title: "@kbn/deeplinks-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/deeplinks-shared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/deeplinks-shared'] --- import kbnDeeplinksSharedObj from './kbn_deeplinks_shared.devdocs.json'; diff --git a/api_docs/kbn_default_nav_analytics.mdx b/api_docs/kbn_default_nav_analytics.mdx index c323059909b68..db7b2f78fd2f0 100644 --- a/api_docs/kbn_default_nav_analytics.mdx +++ b/api_docs/kbn_default_nav_analytics.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-analytics title: "@kbn/default-nav-analytics" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-analytics plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-analytics'] --- import kbnDefaultNavAnalyticsObj from './kbn_default_nav_analytics.devdocs.json'; diff --git a/api_docs/kbn_default_nav_devtools.mdx b/api_docs/kbn_default_nav_devtools.mdx index 85d811996f75d..55d16c3017982 100644 --- a/api_docs/kbn_default_nav_devtools.mdx +++ b/api_docs/kbn_default_nav_devtools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-devtools title: "@kbn/default-nav-devtools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-devtools plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-devtools'] --- import kbnDefaultNavDevtoolsObj from './kbn_default_nav_devtools.devdocs.json'; diff --git a/api_docs/kbn_default_nav_management.mdx b/api_docs/kbn_default_nav_management.mdx index 374f4868feb66..6c8b9026a4f9d 100644 --- a/api_docs/kbn_default_nav_management.mdx +++ b/api_docs/kbn_default_nav_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-management title: "@kbn/default-nav-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-management plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-management'] --- import kbnDefaultNavManagementObj from './kbn_default_nav_management.devdocs.json'; diff --git a/api_docs/kbn_default_nav_ml.devdocs.json b/api_docs/kbn_default_nav_ml.devdocs.json index 2ff964424c0c5..a653b7112193d 100644 --- a/api_docs/kbn_default_nav_ml.devdocs.json +++ b/api_docs/kbn_default_nav_ml.devdocs.json @@ -95,7 +95,7 @@ }, ">[]; }" ], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -110,7 +110,7 @@ "signature": [ "\"data_frame_analytics\" | \"root\" | \"rootNav:ml\" | \"anomaly_detection\" | \"model_management\" | \"data_visualizer\" | \"aiops_labs\"" ], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -124,7 +124,7 @@ "tags": [], "label": "defaultNavigation", "description": [], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -138,7 +138,7 @@ "signature": [ "\"rootNav:ml\"" ], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -149,7 +149,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +160,7 @@ "tags": [], "label": "icon", "description": [], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false }, @@ -186,7 +186,7 @@ "Location", "; prepend: (path: string) => string; }) => boolean; })[]; })[]" ], - "path": "packages/default-nav/ml/default_navigation.ts", + "path": "src/platform/packages/private/default-nav/ml/default_navigation.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_default_nav_ml.mdx b/api_docs/kbn_default_nav_ml.mdx index 422879a3fee74..bdcd160265547 100644 --- a/api_docs/kbn_default_nav_ml.mdx +++ b/api_docs/kbn_default_nav_ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-default-nav-ml title: "@kbn/default-nav-ml" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/default-nav-ml plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/default-nav-ml'] --- import kbnDefaultNavMlObj from './kbn_default_nav_ml.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_errors.mdx b/api_docs/kbn_dev_cli_errors.mdx index 27724d76b0630..866e5088336f3 100644 --- a/api_docs/kbn_dev_cli_errors.mdx +++ b/api_docs/kbn_dev_cli_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-errors title: "@kbn/dev-cli-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-errors plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-errors'] --- import kbnDevCliErrorsObj from './kbn_dev_cli_errors.devdocs.json'; diff --git a/api_docs/kbn_dev_cli_runner.mdx b/api_docs/kbn_dev_cli_runner.mdx index 741766539ad83..55746584265c7 100644 --- a/api_docs/kbn_dev_cli_runner.mdx +++ b/api_docs/kbn_dev_cli_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-cli-runner title: "@kbn/dev-cli-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-cli-runner plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-cli-runner'] --- import kbnDevCliRunnerObj from './kbn_dev_cli_runner.devdocs.json'; diff --git a/api_docs/kbn_dev_proc_runner.mdx b/api_docs/kbn_dev_proc_runner.mdx index 7abd93c43d6ac..184adee02717f 100644 --- a/api_docs/kbn_dev_proc_runner.mdx +++ b/api_docs/kbn_dev_proc_runner.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-proc-runner title: "@kbn/dev-proc-runner" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-proc-runner plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-proc-runner'] --- import kbnDevProcRunnerObj from './kbn_dev_proc_runner.devdocs.json'; diff --git a/api_docs/kbn_dev_utils.mdx b/api_docs/kbn_dev_utils.mdx index a8064f0da46e3..3ad4e255b7699 100644 --- a/api_docs/kbn_dev_utils.mdx +++ b/api_docs/kbn_dev_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dev-utils title: "@kbn/dev-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dev-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dev-utils'] --- import kbnDevUtilsObj from './kbn_dev_utils.devdocs.json'; diff --git a/api_docs/kbn_discover_contextual_components.mdx b/api_docs/kbn_discover_contextual_components.mdx index fcf0baca43f6d..17f27301f23ad 100644 --- a/api_docs/kbn_discover_contextual_components.mdx +++ b/api_docs/kbn_discover_contextual_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-contextual-components title: "@kbn/discover-contextual-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-contextual-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-contextual-components'] --- import kbnDiscoverContextualComponentsObj from './kbn_discover_contextual_components.devdocs.json'; diff --git a/api_docs/kbn_discover_utils.mdx b/api_docs/kbn_discover_utils.mdx index fb0c16892206f..127098ca2d2e5 100644 --- a/api_docs/kbn_discover_utils.mdx +++ b/api_docs/kbn_discover_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-discover-utils title: "@kbn/discover-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/discover-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/discover-utils'] --- import kbnDiscoverUtilsObj from './kbn_discover_utils.devdocs.json'; diff --git a/api_docs/kbn_doc_links.mdx b/api_docs/kbn_doc_links.mdx index 2b5ba8d1bf904..796964c86f5af 100644 --- a/api_docs/kbn_doc_links.mdx +++ b/api_docs/kbn_doc_links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-doc-links title: "@kbn/doc-links" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/doc-links plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/doc-links'] --- import kbnDocLinksObj from './kbn_doc_links.devdocs.json'; diff --git a/api_docs/kbn_docs_utils.mdx b/api_docs/kbn_docs_utils.mdx index 3469c946af919..198f7ae9e46c5 100644 --- a/api_docs/kbn_docs_utils.mdx +++ b/api_docs/kbn_docs_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-docs-utils title: "@kbn/docs-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/docs-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/docs-utils'] --- import kbnDocsUtilsObj from './kbn_docs_utils.devdocs.json'; diff --git a/api_docs/kbn_dom_drag_drop.mdx b/api_docs/kbn_dom_drag_drop.mdx index 9cc77f57d2621..f9b7f0f22d2c9 100644 --- a/api_docs/kbn_dom_drag_drop.mdx +++ b/api_docs/kbn_dom_drag_drop.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-dom-drag-drop title: "@kbn/dom-drag-drop" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/dom-drag-drop plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/dom-drag-drop'] --- import kbnDomDragDropObj from './kbn_dom_drag_drop.devdocs.json'; diff --git a/api_docs/kbn_ebt_tools.mdx b/api_docs/kbn_ebt_tools.mdx index ebae2ad023bc1..4cdac1f86fcbf 100644 --- a/api_docs/kbn_ebt_tools.mdx +++ b/api_docs/kbn_ebt_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ebt-tools title: "@kbn/ebt-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ebt-tools plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ebt-tools'] --- import kbnEbtToolsObj from './kbn_ebt_tools.devdocs.json'; diff --git a/api_docs/kbn_ecs_data_quality_dashboard.mdx b/api_docs/kbn_ecs_data_quality_dashboard.mdx index 0e6f3f1cd25bb..5438fc2be9b33 100644 --- a/api_docs/kbn_ecs_data_quality_dashboard.mdx +++ b/api_docs/kbn_ecs_data_quality_dashboard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ecs-data-quality-dashboard title: "@kbn/ecs-data-quality-dashboard" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ecs-data-quality-dashboard plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ecs-data-quality-dashboard'] --- import kbnEcsDataQualityDashboardObj from './kbn_ecs_data_quality_dashboard.devdocs.json'; diff --git a/api_docs/kbn_elastic_agent_utils.mdx b/api_docs/kbn_elastic_agent_utils.mdx index 428ed3d6bf0c0..8b2fb8cef2815 100644 --- a/api_docs/kbn_elastic_agent_utils.mdx +++ b/api_docs/kbn_elastic_agent_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-agent-utils title: "@kbn/elastic-agent-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-agent-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-agent-utils'] --- import kbnElasticAgentUtilsObj from './kbn_elastic_agent_utils.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant.mdx b/api_docs/kbn_elastic_assistant.mdx index 95b06158bccfd..7df32d5195bce 100644 --- a/api_docs/kbn_elastic_assistant.mdx +++ b/api_docs/kbn_elastic_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant title: "@kbn/elastic-assistant" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant'] --- import kbnElasticAssistantObj from './kbn_elastic_assistant.devdocs.json'; diff --git a/api_docs/kbn_elastic_assistant_common.mdx b/api_docs/kbn_elastic_assistant_common.mdx index f41a0d59bbf47..638efcb519e5e 100644 --- a/api_docs/kbn_elastic_assistant_common.mdx +++ b/api_docs/kbn_elastic_assistant_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-elastic-assistant-common title: "@kbn/elastic-assistant-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/elastic-assistant-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/elastic-assistant-common'] --- import kbnElasticAssistantCommonObj from './kbn_elastic_assistant_common.devdocs.json'; diff --git a/api_docs/kbn_entities_schema.mdx b/api_docs/kbn_entities_schema.mdx index 67353de3614ad..44dd0e169a22c 100644 --- a/api_docs/kbn_entities_schema.mdx +++ b/api_docs/kbn_entities_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-entities-schema title: "@kbn/entities-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/entities-schema plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/entities-schema'] --- import kbnEntitiesSchemaObj from './kbn_entities_schema.devdocs.json'; diff --git a/api_docs/kbn_es.mdx b/api_docs/kbn_es.mdx index 72b80dc9503f6..5543f3a6b731e 100644 --- a/api_docs/kbn_es.mdx +++ b/api_docs/kbn_es.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es title: "@kbn/es" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es'] --- import kbnEsObj from './kbn_es.devdocs.json'; diff --git a/api_docs/kbn_es_archiver.mdx b/api_docs/kbn_es_archiver.mdx index e4c0822387c05..97f4a71795a7d 100644 --- a/api_docs/kbn_es_archiver.mdx +++ b/api_docs/kbn_es_archiver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-archiver title: "@kbn/es-archiver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-archiver plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-archiver'] --- import kbnEsArchiverObj from './kbn_es_archiver.devdocs.json'; diff --git a/api_docs/kbn_es_errors.mdx b/api_docs/kbn_es_errors.mdx index 9f91de2293f4c..9d3f70b0ee967 100644 --- a/api_docs/kbn_es_errors.mdx +++ b/api_docs/kbn_es_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-errors title: "@kbn/es-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-errors plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-errors'] --- import kbnEsErrorsObj from './kbn_es_errors.devdocs.json'; diff --git a/api_docs/kbn_es_query.mdx b/api_docs/kbn_es_query.mdx index 30e61b162710a..0262b0586b2ff 100644 --- a/api_docs/kbn_es_query.mdx +++ b/api_docs/kbn_es_query.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-query title: "@kbn/es-query" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-query plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-query'] --- import kbnEsQueryObj from './kbn_es_query.devdocs.json'; diff --git a/api_docs/kbn_es_types.mdx b/api_docs/kbn_es_types.mdx index 1299ddad819bb..d9681706b3663 100644 --- a/api_docs/kbn_es_types.mdx +++ b/api_docs/kbn_es_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-es-types title: "@kbn/es-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/es-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/es-types'] --- import kbnEsTypesObj from './kbn_es_types.devdocs.json'; diff --git a/api_docs/kbn_eslint_plugin_imports.mdx b/api_docs/kbn_eslint_plugin_imports.mdx index 47e0c7d069b01..fd86888ec92f7 100644 --- a/api_docs/kbn_eslint_plugin_imports.mdx +++ b/api_docs/kbn_eslint_plugin_imports.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-eslint-plugin-imports title: "@kbn/eslint-plugin-imports" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/eslint-plugin-imports plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/eslint-plugin-imports'] --- import kbnEslintPluginImportsObj from './kbn_eslint_plugin_imports.devdocs.json'; diff --git a/api_docs/kbn_esql_ast.devdocs.json b/api_docs/kbn_esql_ast.devdocs.json index 7f84ea5cbd325..ff840245529ca 100644 --- a/api_docs/kbn_esql_ast.devdocs.json +++ b/api_docs/kbn_esql_ast.devdocs.json @@ -25,7 +25,7 @@ "tags": [], "label": "BasicPrettyPrinter", "description": [], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -77,7 +77,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -99,7 +99,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -137,7 +137,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +159,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -183,7 +183,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -219,7 +219,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -241,7 +241,7 @@ "text": "ESQLAstCommand" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -263,7 +263,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -293,7 +293,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -309,7 +309,7 @@ "signature": [ "ESQLAstExpression" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -331,7 +331,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -351,7 +351,7 @@ "signature": [ "{ multiline: boolean; pipeTab: string; lowercase: boolean; lowercaseCommands: boolean; lowercaseOptions: boolean; lowercaseFunctions: boolean; lowercaseKeywords: boolean; }" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -365,7 +365,7 @@ "signature": [ "any" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -385,7 +385,7 @@ "text": "BasicPrettyPrinterOptions" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -403,7 +403,7 @@ "signature": [ "(word: string) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -417,7 +417,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -437,7 +437,7 @@ "ESQLAstBaseItem", ", formatted: string) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -452,7 +452,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -467,7 +467,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -487,7 +487,7 @@ "ESQLAstExpression", ", minusCount?: number) => string | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -501,7 +501,7 @@ "signature": [ "ESQLAstExpression" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -516,7 +516,7 @@ "signature": [ "number" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -537,7 +537,7 @@ "SharedData", ">" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -559,7 +559,7 @@ }, ") => any" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -579,7 +579,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -605,7 +605,7 @@ }, ") => any" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -625,7 +625,7 @@ "text": "ESQLAstCommand" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -645,7 +645,7 @@ "ESQLAstExpression", ") => any" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -659,7 +659,7 @@ "signature": [ "ESQLAstExpression" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -689,7 +689,7 @@ "ErrorListener", "" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -710,7 +710,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false }, @@ -728,7 +728,7 @@ "RecognitionException", " | undefined) => void" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -743,7 +743,7 @@ "Recognizer", "" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -758,7 +758,7 @@ "signature": [ "any" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -773,7 +773,7 @@ "signature": [ "number" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -788,7 +788,7 @@ "signature": [ "number" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -803,7 +803,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -819,7 +819,7 @@ "RecognitionException", " | undefined" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -845,7 +845,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/parser/esql_error_listener.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/esql_error_listener.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -863,7 +863,7 @@ "description": [ "\nRepresents a parsed or programmatically created ES|QL query. Keeps track of\nthe AST, source code, and optionally lexer tokens." ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -892,7 +892,7 @@ "text": "EsqlQuery" } ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -906,7 +906,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -928,7 +928,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -946,7 +946,7 @@ "signature": [ "any" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -966,7 +966,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -981,7 +981,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -997,7 +997,7 @@ "Token", "[]" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1019,7 +1019,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1045,7 +1045,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1066,7 +1066,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/query/query.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/query/query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1086,7 +1086,7 @@ "description": [ "\nIterates over all nodes in the AST and calls the appropriate visitor\nfunctions.\n\nAST nodes supported:\n\n- [x] command\n- [x] option\n- [x] mode\n- [x] function\n- [x] source\n- [x] column\n- [x] literal\n- [x] list literal\n- [x] timeInterval\n- [x] inlineCast\n- [x] unknown" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1119,7 +1119,7 @@ "text": "Walker" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1133,7 +1133,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1154,7 +1154,7 @@ "text": "WalkerOptions" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1182,7 +1182,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1198,7 +1198,7 @@ "signature": [ "Node" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1228,7 +1228,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1244,7 +1244,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1270,7 +1270,7 @@ "ESQLProperNode", " | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1286,7 +1286,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1305,7 +1305,7 @@ "ESQLProperNode", ") => boolean" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1333,7 +1333,7 @@ "ESQLProperNode", "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1349,7 +1349,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1368,7 +1368,7 @@ "ESQLProperNode", ") => boolean" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1396,7 +1396,7 @@ "ESQLProperNode", " | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1412,7 +1412,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1429,7 +1429,7 @@ "signature": [ "NodeMatchTemplate" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1457,7 +1457,7 @@ "ESQLProperNode", "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1473,7 +1473,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1490,7 +1490,7 @@ "signature": [ "NodeMatchTemplate" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1534,7 +1534,7 @@ "FunctionSubtype", ", string> | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1550,7 +1550,7 @@ "signature": [ "WalkerAstNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1577,7 +1577,7 @@ "FunctionSubtype", ", string>) => boolean" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1615,7 +1615,7 @@ }, "[], name: string) => boolean" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1646,7 +1646,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1663,7 +1663,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1705,7 +1705,7 @@ "ESQLAstNodeFormatting", ") => void) => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1734,7 +1734,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1755,7 +1755,7 @@ "ESQLAstNodeFormatting", ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1773,7 +1773,7 @@ "signature": [ "any" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1793,7 +1793,7 @@ "text": "WalkerOptions" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1827,7 +1827,7 @@ }, "[] | undefined) => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1856,7 +1856,7 @@ }, "[] | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1882,7 +1882,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1902,7 +1902,7 @@ "text": "ESQLAstCommand" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1928,7 +1928,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1948,7 +1948,7 @@ "text": "ESQLCommandOption" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1974,7 +1974,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1994,7 +1994,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2020,7 +2020,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2040,7 +2040,7 @@ "text": "ESQLCommandMode" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2060,7 +2060,7 @@ "ESQLList", ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2074,7 +2074,7 @@ "signature": [ "ESQLList" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2100,7 +2100,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2120,7 +2120,7 @@ "text": "ESQLColumn" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2148,7 +2148,7 @@ }, ">) => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2171,7 +2171,7 @@ }, ">" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2199,7 +2199,7 @@ "FunctionSubtype", ", string>) => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2222,7 +2222,7 @@ "FunctionSubtype", ", string>" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2248,7 +2248,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2268,7 +2268,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2288,7 +2288,7 @@ "ESQLAstExpression", ") => void" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2302,7 +2302,7 @@ "signature": [ "ESQLAstExpression" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2320,7 +2320,7 @@ "tags": [], "label": "WrappingPrettyPrinter", "description": [], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2350,7 +2350,7 @@ }, " | undefined) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2370,7 +2370,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2392,7 +2392,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2410,7 +2410,7 @@ "signature": [ "{ indent: string; tab: string; pipeTab: string; commandTab: string; multiline: boolean; wrap: number; lowercase: boolean; lowercaseCommands: boolean; lowercaseOptions: boolean; lowercaseFunctions: boolean; lowercaseKeywords: boolean; }" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -2424,7 +2424,7 @@ "signature": [ "any" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2444,7 +2444,7 @@ "text": "WrappingPrettyPrinterOptions" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2462,7 +2462,7 @@ "signature": [ "(word: string) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2476,7 +2476,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2496,7 +2496,7 @@ "ESQLAstBaseItem", ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2510,7 +2510,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2526,7 +2526,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2546,7 +2546,7 @@ "ESQLAstBaseItem", ", txt: string, indented?: boolean) => { txt: string; indented: boolean; }" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2560,7 +2560,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2576,7 +2576,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2591,7 +2591,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2606,7 +2606,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2627,7 +2627,7 @@ "SharedData", ">" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -2649,7 +2649,7 @@ }, ") => any" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2669,7 +2669,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2698,7 +2698,7 @@ "default", "; }" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2712,7 +2712,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2736,7 +2736,7 @@ ") => ", "default" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2750,7 +2750,7 @@ "signature": [ "CharStream" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2766,7 +2766,7 @@ "ErrorListener", "" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2797,7 +2797,7 @@ "default", "; }" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2811,7 +2811,7 @@ "signature": [ "CharStream" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2827,7 +2827,7 @@ "ErrorListener", "" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2843,7 +2843,7 @@ "default", " | undefined" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2877,7 +2877,7 @@ "text": "ParseResult" } ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2891,7 +2891,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2912,7 +2912,7 @@ "text": "ParseOptions" } ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2946,7 +2946,7 @@ "text": "ParseResult" } ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2960,7 +2960,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2981,7 +2981,7 @@ "text": "ParseOptions" } ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3008,7 +3008,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3022,7 +3022,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3058,7 +3058,7 @@ "text": "Walker" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -3088,7 +3088,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false }, @@ -3108,7 +3108,7 @@ "text": "WalkerOptions" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false } @@ -3124,7 +3124,7 @@ "tags": [], "label": "BasicPrettyPrinterOptions", "description": [], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3140,7 +3140,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -3156,7 +3156,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -3172,7 +3172,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -3188,7 +3188,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -3204,7 +3204,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -3220,7 +3220,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -3236,7 +3236,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false } @@ -3250,7 +3250,7 @@ "tags": [], "label": "EditorError", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3261,7 +3261,7 @@ "tags": [], "label": "startLineNumber", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3272,7 +3272,7 @@ "tags": [], "label": "endLineNumber", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3283,7 +3283,7 @@ "tags": [], "label": "startColumn", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3294,7 +3294,7 @@ "tags": [], "label": "endColumn", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3305,7 +3305,7 @@ "tags": [], "label": "message", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3319,7 +3319,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3333,7 +3333,7 @@ "signature": [ "number | \"error\" | \"warning\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3365,7 +3365,7 @@ }, "<\"metrics\">" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3386,7 +3386,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3401,7 +3401,7 @@ "ESQLAstField", "[] | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3416,7 +3416,7 @@ "ESQLAstField", "[] | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3442,7 +3442,7 @@ "ESQLAstBaseItem", "<\"\">" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3456,7 +3456,7 @@ "signature": [ "\"query\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3477,7 +3477,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3503,7 +3503,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3517,7 +3517,7 @@ "signature": [ "\"column\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3537,7 +3537,7 @@ "ESQLParam", ")[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3553,7 +3553,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3566,13 +3566,13 @@ ], "label": "quoted", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "@kbn/esql-validation-autocomplete", - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts" } ] } @@ -3598,7 +3598,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3612,7 +3612,7 @@ "signature": [ "\"command\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3628,7 +3628,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3649,7 +3649,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3675,7 +3675,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3689,7 +3689,7 @@ "signature": [ "\"mode\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3715,7 +3715,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3729,7 +3729,7 @@ "signature": [ "\"option\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3750,7 +3750,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3776,7 +3776,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3790,7 +3790,7 @@ "signature": [ "\"function\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3806,7 +3806,7 @@ "signature": [ "Subtype | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3831,7 +3831,7 @@ "ESQLIdentifier", " | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3852,7 +3852,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3866,7 +3866,7 @@ "tags": [], "label": "ESQLLocation", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3877,7 +3877,7 @@ "tags": [], "label": "min", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3888,7 +3888,7 @@ "tags": [], "label": "max", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3902,7 +3902,7 @@ "tags": [], "label": "ESQLMessage", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3916,7 +3916,7 @@ "signature": [ "\"error\" | \"warning\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3927,7 +3927,7 @@ "tags": [], "label": "text", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3947,7 +3947,7 @@ "text": "ESQLLocation" } ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3958,7 +3958,7 @@ "tags": [], "label": "code", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -3984,7 +3984,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3998,7 +3998,7 @@ "signature": [ "\"literal\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4012,7 +4012,7 @@ "signature": [ "\"param\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4026,7 +4026,7 @@ "signature": [ "ParamType" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4040,7 +4040,7 @@ "signature": [ "string | number" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4066,7 +4066,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4080,7 +4080,7 @@ "signature": [ "\"source\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4094,7 +4094,7 @@ "signature": [ "\"index\" | \"policy\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4110,7 +4110,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4126,7 +4126,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4152,7 +4152,7 @@ "ESQLAstBaseItem", "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4166,7 +4166,7 @@ "signature": [ "\"timeInterval\"" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4177,7 +4177,7 @@ "tags": [], "label": "unit", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4188,7 +4188,7 @@ "tags": [], "label": "quantity", "description": [], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -4202,7 +4202,7 @@ "tags": [], "label": "ParseOptions", "description": [], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4218,7 +4218,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false } @@ -4232,7 +4232,7 @@ "tags": [], "label": "ParseResult", "description": [], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4254,7 +4254,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false }, @@ -4279,41 +4279,41 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": true, "trackAdoption": false, "references": [ { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts" }, { "plugin": "@kbn/esql-utils", - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts" + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts" } ] }, @@ -4330,7 +4330,7 @@ "Token", "[]" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false }, @@ -4353,7 +4353,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/parser/parser.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/parser/parser.ts", "deprecated": false, "trackAdoption": false } @@ -4367,7 +4367,7 @@ "tags": [], "label": "WalkerOptions", "description": [], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4389,7 +4389,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4410,7 +4410,7 @@ }, "" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4436,7 +4436,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4456,7 +4456,7 @@ "text": "ESQLCommandOption" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4482,7 +4482,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4502,7 +4502,7 @@ "text": "ESQLCommandMode" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4524,7 +4524,7 @@ "ESQLAstExpression", ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4538,7 +4538,7 @@ "signature": [ "ESQLAstExpression" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4564,7 +4564,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4584,7 +4584,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4612,7 +4612,7 @@ "FunctionSubtype", ", string>) => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4635,7 +4635,7 @@ "FunctionSubtype", ", string>" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4661,7 +4661,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4681,7 +4681,7 @@ "text": "ESQLSource" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4707,7 +4707,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4727,7 +4727,7 @@ "text": "ESQLColumn" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4753,7 +4753,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4773,7 +4773,7 @@ "text": "ESQLLiteral" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4793,7 +4793,7 @@ "ESQLList", ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4807,7 +4807,7 @@ "signature": [ "ESQLList" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4833,7 +4833,7 @@ }, ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4853,7 +4853,7 @@ "text": "ESQLTimeInterval" } ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4881,7 +4881,7 @@ }, ">) => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4904,7 +4904,7 @@ }, ">" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4924,7 +4924,7 @@ "ESQLUnknownItem", ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4938,7 +4938,7 @@ "signature": [ "ESQLUnknownItem" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4958,7 +4958,7 @@ "ESQLIdentifier", ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4972,7 +4972,7 @@ "signature": [ "ESQLIdentifier" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -4994,7 +4994,7 @@ "ESQLProperNode", ") => void) | undefined" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5010,7 +5010,7 @@ "signature": [ "ESQLProperNode" ], - "path": "packages/kbn-esql-ast/src/walker/walker.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/walker/walker.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5045,7 +5045,7 @@ "text": "BasicPrettyPrinterOptions" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5061,7 +5061,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -5077,7 +5077,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -5093,7 +5093,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -5109,7 +5109,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -5125,7 +5125,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false }, @@ -5141,7 +5141,7 @@ "signature": [ "number | undefined" ], - "path": "packages/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/wrapping_pretty_printer.ts", "deprecated": false, "trackAdoption": false } @@ -5171,7 +5171,7 @@ }, "; incomplete: boolean; }" ], - "path": "packages/kbn-esql-ast/src/builder/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5188,7 +5188,7 @@ "signature": [ "Omit & Partial>" ], - "path": "packages/kbn-esql-ast/src/builder/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/builder/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5235,7 +5235,7 @@ }, "[]; }" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -5250,7 +5250,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -5267,7 +5267,7 @@ "signature": [ "{ lowercase?: boolean | undefined; pipeTab?: string | undefined; lowercaseCommands?: boolean | undefined; lowercaseOptions?: boolean | undefined; lowercaseFunctions?: boolean | undefined; lowercaseKeywords?: boolean | undefined; }" ], - "path": "packages/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/basic_pretty_printer.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5289,7 +5289,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5320,7 +5320,7 @@ " | ", "ESQLAstJoinCommand" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5352,7 +5352,7 @@ }, "[]" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5485,7 +5485,7 @@ "text": "ESQLAstQueryExpression" } ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5517,7 +5517,7 @@ }, "" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5606,7 +5606,7 @@ " | ", "ESQLUnknownItem" ], - "path": "packages/kbn-esql-ast/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5630,7 +5630,7 @@ "text": "Builder" } ], - "path": "packages/kbn-esql-ast/src/builder/builder.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/builder/builder.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -5644,7 +5644,7 @@ "description": [ "\nPrinter for leaf AST nodes. The printing output of these nodes should\ntypically not depend on word wrapping settings, should always return an\natomic short string." ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5666,7 +5666,7 @@ }, ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5686,7 +5686,7 @@ "text": "ESQLSource" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5706,7 +5706,7 @@ "ESQLIdentifier", ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5720,7 +5720,7 @@ "signature": [ "ESQLIdentifier" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5746,7 +5746,7 @@ }, ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5766,7 +5766,7 @@ "text": "ESQLColumn" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5792,7 +5792,7 @@ }, ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5812,7 +5812,7 @@ "text": "ESQLLiteral" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5838,7 +5838,7 @@ }, ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5859,7 +5859,7 @@ }, "" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5885,7 +5885,7 @@ }, ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5905,7 +5905,7 @@ "text": "ESQLTimeInterval" } ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5925,7 +5925,7 @@ "ESQLAstComment", ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5939,7 +5939,7 @@ "signature": [ "ESQLAstComment" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5959,7 +5959,7 @@ "ESQLAstCommentMultiLine", "[]) => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -5974,7 +5974,7 @@ "ESQLAstCommentMultiLine", "[]" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -5994,7 +5994,7 @@ "ESQLProperNode", ") => string" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -6008,7 +6008,7 @@ "signature": [ "ESQLProperNode" ], - "path": "packages/kbn-esql-ast/src/pretty_print/leaf_printer.ts", + "path": "src/platform/packages/shared/kbn-esql-ast/src/pretty_print/leaf_printer.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_esql_ast.mdx b/api_docs/kbn_esql_ast.mdx index 463a564c7baec..8ed0263341e48 100644 --- a/api_docs/kbn_esql_ast.mdx +++ b/api_docs/kbn_esql_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-ast title: "@kbn/esql-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-ast plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-ast'] --- import kbnEsqlAstObj from './kbn_esql_ast.devdocs.json'; diff --git a/api_docs/kbn_esql_editor.devdocs.json b/api_docs/kbn_esql_editor.devdocs.json index 05d3150878aa9..ca2d78c9c89eb 100644 --- a/api_docs/kbn_esql_editor.devdocs.json +++ b/api_docs/kbn_esql_editor.devdocs.json @@ -21,7 +21,7 @@ }, ">" ], - "path": "packages/kbn-esql-editor/src/esql_editor.tsx", + "path": "src/platform/packages/private/kbn-esql-editor/src/esql_editor.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -101,7 +101,7 @@ }, " | undefined>" ], - "path": "packages/kbn-esql-editor/src/fetch_fields_from_esql.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/fetch_fields_from_esql.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -129,7 +129,7 @@ "text": "AggregateQuery" } ], - "path": "packages/kbn-esql-editor/src/fetch_fields_from_esql.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/fetch_fields_from_esql.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +150,7 @@ "text": "ExpressionsStart" } ], - "path": "packages/kbn-esql-editor/src/fetch_fields_from_esql.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/fetch_fields_from_esql.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -172,7 +172,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-editor/src/fetch_fields_from_esql.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/fetch_fields_from_esql.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -187,7 +187,7 @@ "signature": [ "AbortController | undefined" ], - "path": "packages/kbn-esql-editor/src/fetch_fields_from_esql.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/fetch_fields_from_esql.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -209,7 +209,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-editor/src/fetch_fields_from_esql.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/fetch_fields_from_esql.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -227,7 +227,7 @@ "tags": [], "label": "ESQLEditorProps", "description": [], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -243,7 +243,7 @@ "signature": [ "{ esql: string; }" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -267,7 +267,7 @@ }, ") => void" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -287,7 +287,7 @@ "text": "AggregateQuery" } ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -315,7 +315,7 @@ }, " | undefined, abortController?: AbortController | undefined) => Promise" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -336,7 +336,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -351,7 +351,7 @@ "signature": [ "AbortController | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -371,7 +371,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -387,7 +387,7 @@ "signature": [ "Error[] | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -403,7 +403,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -419,7 +419,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -435,7 +435,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -449,7 +449,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -465,7 +465,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -481,7 +481,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -497,7 +497,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -513,7 +513,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -529,7 +529,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -545,7 +545,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -561,7 +561,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -577,7 +577,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-editor/src/types.ts", + "path": "src/platform/packages/private/kbn-esql-editor/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_esql_editor.mdx b/api_docs/kbn_esql_editor.mdx index 2c1bd43482cce..fe9ce1cc47c81 100644 --- a/api_docs/kbn_esql_editor.mdx +++ b/api_docs/kbn_esql_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-editor title: "@kbn/esql-editor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-editor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-editor'] --- import kbnEsqlEditorObj from './kbn_esql_editor.devdocs.json'; diff --git a/api_docs/kbn_esql_utils.devdocs.json b/api_docs/kbn_esql_utils.devdocs.json index ae2c884b03d6f..d5c4a9977bce9 100644 --- a/api_docs/kbn_esql_utils.devdocs.json +++ b/api_docs/kbn_esql_utils.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(baseESQLQuery: string, appendedText: string) => string" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -58,7 +58,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -77,7 +77,7 @@ "signature": [ "(baseESQLQuery: string, field: string, value: unknown, operation: \"+\" | \"-\" | \"is_not_null\" | \"is_null\", fieldType: string | undefined) => string | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -91,7 +91,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,7 +106,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,7 +121,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -136,7 +136,7 @@ "signature": [ "\"+\" | \"-\" | \"is_not_null\" | \"is_null\"" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -151,7 +151,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/append_to_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/append_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -186,7 +186,7 @@ }, "[]" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -207,7 +207,7 @@ }, "[]" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -242,7 +242,7 @@ }, ">" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -256,7 +256,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -277,7 +277,7 @@ "text": "DataViewsServicePublic" } ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -320,7 +320,7 @@ }, "[]>" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,7 +331,7 @@ "tags": [], "label": "{\n esqlQuery,\n search,\n signal,\n timeRange,\n}", "description": [], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -342,7 +342,7 @@ "tags": [], "label": "esqlQuery", "description": [], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -406,7 +406,7 @@ "Observable", "" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -458,7 +458,7 @@ "signature": [ "AbortSignal | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -479,7 +479,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false } @@ -523,7 +523,7 @@ }, "[]>" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -534,7 +534,7 @@ "tags": [], "label": "{\n esqlQuery,\n search,\n signal,\n timeRange,\n}", "description": [], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -545,7 +545,7 @@ "tags": [], "label": "esqlQuery", "description": [], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -609,7 +609,7 @@ "Observable", "" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -661,7 +661,7 @@ "signature": [ "AbortSignal | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -682,7 +682,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false } @@ -734,7 +734,7 @@ }, "; }>" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -745,7 +745,7 @@ "tags": [], "label": "{\n esqlQuery,\n search,\n signal,\n filter,\n dropNullColumns,\n timeRange,\n}", "description": [], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -756,7 +756,7 @@ "tags": [], "label": "esqlQuery", "description": [], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -820,7 +820,7 @@ "Observable", "" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -872,7 +872,7 @@ "signature": [ "AbortSignal | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -886,7 +886,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -900,7 +900,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false }, @@ -921,7 +921,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false } @@ -941,7 +941,7 @@ "signature": [ "(esql: string, limit: number) => string" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -955,7 +955,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -970,7 +970,7 @@ "signature": [ "number" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_with_safe_limit.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -999,7 +999,7 @@ }, "[]>; }; }) => Promise" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1010,7 +1010,7 @@ "tags": [], "label": "deps", "description": [], - "path": "packages/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1032,7 +1032,7 @@ }, "[]>; }" ], - "path": "packages/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_esql_adhoc_dataview.ts", "deprecated": false, "trackAdoption": false } @@ -1052,7 +1052,7 @@ "signature": [ "(esql: string | undefined) => string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1066,7 +1066,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1095,7 +1095,7 @@ }, ") => string" ], - "path": "packages/kbn-esql-utils/src/utils/get_initial_esql_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_initial_esql_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1115,7 +1115,7 @@ "text": "DataView" } ], - "path": "packages/kbn-esql-utils/src/utils/get_initial_esql_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/get_initial_esql_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1134,7 +1134,7 @@ "signature": [ "(esql: string) => number" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1148,7 +1148,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1167,7 +1167,7 @@ "signature": [ "(esql: string) => string[]" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1181,7 +1181,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1208,7 +1208,7 @@ }, " | undefined) => ({ _tstart: string; _tend?: undefined; } | { _tend: string; _tstart?: undefined; })[]" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1222,7 +1222,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1244,7 +1244,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1265,7 +1265,7 @@ "signature": [ "(esql: string) => string | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1281,7 +1281,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1302,7 +1302,7 @@ "signature": [ "(query: string) => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1316,7 +1316,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/run_query.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/run_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1335,7 +1335,7 @@ "signature": [ "(esql: string | undefined) => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1349,7 +1349,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1378,7 +1378,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/esql_fields_utils.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/esql_fields_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1400,7 +1400,7 @@ "text": "DatatableColumn" } ], - "path": "packages/kbn-esql-utils/src/utils/esql_fields_utils.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/esql_fields_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1431,7 +1431,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/esql_fields_utils.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/esql_fields_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1453,7 +1453,7 @@ "text": "DatatableColumn" } ], - "path": "packages/kbn-esql-utils/src/utils/esql_fields_utils.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/esql_fields_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1482,7 +1482,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/esql_fields_utils.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/esql_fields_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1502,7 +1502,7 @@ "text": "FieldSpec" } ], - "path": "packages/kbn-esql-utils/src/utils/esql_fields_utils.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/esql_fields_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1521,7 +1521,7 @@ "signature": [ "(query: string) => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1535,7 +1535,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1554,7 +1554,7 @@ "signature": [ "(query: string, isWrapped: boolean) => string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1568,7 +1568,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1583,7 +1583,7 @@ "signature": [ "boolean" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1620,7 +1620,7 @@ }, " | { [key: string]: any; } | null | undefined) => boolean" ], - "path": "packages/kbn-esql-utils/src/utils/query_cannot_be_sampled.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_cannot_be_sampled.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1649,7 +1649,7 @@ }, " | { [key: string]: any; } | null | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/query_cannot_be_sampled.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_cannot_be_sampled.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1668,7 +1668,7 @@ "signature": [ "(esql: string | undefined) => string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1682,7 +1682,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1701,7 +1701,7 @@ "signature": [ "(esql: string) => string[]" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1715,7 +1715,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-utils/src/utils/query_parsing_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/utils/query_parsing_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1738,7 +1738,7 @@ "signature": [ "\"enableESQL\"" ], - "path": "packages/kbn-esql-utils/constants.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1753,7 +1753,7 @@ "signature": [ "\"https://ela.st/esql-feedback\"" ], - "path": "packages/kbn-esql-utils/constants.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1765,7 +1765,7 @@ "tags": [], "label": "TextBasedLanguages", "description": [], - "path": "packages/kbn-esql-utils/src/types.ts", + "path": "src/platform/packages/shared/kbn-esql-utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_esql_utils.mdx b/api_docs/kbn_esql_utils.mdx index e73a893c2ffd4..147541982ac31 100644 --- a/api_docs/kbn_esql_utils.mdx +++ b/api_docs/kbn_esql_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-utils title: "@kbn/esql-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-utils'] --- import kbnEsqlUtilsObj from './kbn_esql_utils.devdocs.json'; diff --git a/api_docs/kbn_esql_validation_autocomplete.devdocs.json b/api_docs/kbn_esql_validation_autocomplete.devdocs.json index 837fc82d6a35b..c360268f86d3a 100644 --- a/api_docs/kbn_esql_validation_autocomplete.devdocs.json +++ b/api_docs/kbn_esql_validation_autocomplete.devdocs.json @@ -43,7 +43,7 @@ "ReferenceMaps", ", parentCommand: string | undefined) => boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -63,7 +63,7 @@ "text": "ESQLSingleAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -80,7 +80,7 @@ "FunctionParameterType", "; optional?: boolean | undefined; supportsWildcard?: boolean | undefined; constantOnly?: boolean | undefined; fieldsOnly?: boolean | undefined; acceptedValues?: string[] | undefined; literalSuggestions?: string[] | undefined; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -95,7 +95,7 @@ "signature": [ "ReferenceMaps" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -110,7 +110,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -153,7 +153,7 @@ }, "[]>" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/variables.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/variables.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -173,7 +173,7 @@ "text": "ESQLAst" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/variables.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/variables.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -196,7 +196,7 @@ }, ">" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/variables.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/variables.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -211,7 +211,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/variables.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/variables.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -272,7 +272,7 @@ }, "[]>" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -286,7 +286,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -317,7 +317,7 @@ }, ")[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -338,7 +338,7 @@ "text": "AstProviderFn" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -353,7 +353,7 @@ "signature": [ "CodeActionOptions" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -375,7 +375,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/actions.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -402,7 +402,7 @@ }, "[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -427,7 +427,7 @@ }, "[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -438,7 +438,7 @@ "tags": [], "label": "options", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -452,7 +452,7 @@ "signature": [ "\"agg\" | \"builtin\" | \"eval\" | (\"agg\" | \"builtin\" | \"eval\")[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false } @@ -984,7 +984,7 @@ }, " | undefined; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/context.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -998,7 +998,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/context.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1019,7 +1019,7 @@ "text": "ESQLAst" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/context.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1034,7 +1034,7 @@ "signature": [ "number" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/context.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1083,7 +1083,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1105,7 +1105,7 @@ " | ", "ESQLIdentifier" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1122,7 +1122,7 @@ "ReferenceMaps", ", \"fields\" | \"variables\">" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1149,7 +1149,7 @@ }, "" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1163,7 +1163,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1190,7 +1190,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1204,7 +1204,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1247,7 +1247,7 @@ }, ">>; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1261,7 +1261,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1283,7 +1283,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1310,7 +1310,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1324,7 +1324,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1353,7 +1353,7 @@ }, ", { withTypes, capitalize }: { withTypes: boolean; capitalize?: boolean | undefined; }) => { declaration: string; }[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1373,7 +1373,7 @@ "text": "FunctionDefinition" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1385,7 +1385,7 @@ "tags": [], "label": "{ withTypes, capitalize }", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1396,7 +1396,7 @@ "tags": [], "label": "withTypes", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", "deprecated": false, "trackAdoption": false }, @@ -1410,7 +1410,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/helpers.ts", "deprecated": false, "trackAdoption": false } @@ -1438,7 +1438,7 @@ }, " | undefined) => { getPolicies: () => Promise<{ name: string; sourceIndices: string[]; matchField: string; enrichFields: string[]; }[]>; getPolicyMetadata: (policyName: string) => Promise<{ name: string; sourceIndices: string[]; matchField: string; enrichFields: string[]; } | undefined>; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1459,7 +1459,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1478,7 +1478,7 @@ "signature": [ "({ fromCommand, timeField, }: { fromCommand: string; timeField?: string | undefined; }) => { label: string; description: string; queryString: string; }[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1489,7 +1489,7 @@ "tags": [], "label": "{\n fromCommand,\n timeField,\n}", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1500,7 +1500,7 @@ "tags": [], "label": "fromCommand", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", "deprecated": false, "trackAdoption": false }, @@ -1514,7 +1514,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/recommended_queries/templates.ts", "deprecated": false, "trackAdoption": false } @@ -1544,7 +1544,7 @@ "ESQLSourceResult", "[]>" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1565,7 +1565,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/resources_helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1592,7 +1592,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1612,7 +1612,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1641,7 +1641,7 @@ "FunctionSubtype", ", string> | undefined) => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1664,7 +1664,7 @@ "FunctionSubtype", ", string> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1691,7 +1691,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1711,7 +1711,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1738,7 +1738,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1758,7 +1758,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1785,7 +1785,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1805,7 +1805,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1832,7 +1832,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1852,7 +1852,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1879,7 +1879,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1899,7 +1899,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1926,7 +1926,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1946,7 +1946,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1973,7 +1973,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1993,7 +1993,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2014,7 +2014,7 @@ "ReasonTypes", " | undefined; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2028,7 +2028,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2043,7 +2043,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2058,7 +2058,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2085,7 +2085,7 @@ }, ") => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2105,7 +2105,7 @@ "text": "ESQLAstItem" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2134,7 +2134,7 @@ "FunctionSubtype", ", string>) => string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2157,7 +2157,7 @@ "FunctionSubtype", ", string>" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2176,7 +2176,7 @@ "signature": [ "(text: string, { dashSupported }: { dashSupported?: boolean | undefined; }) => boolean" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2190,7 +2190,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2202,7 +2202,7 @@ "tags": [], "label": "{ dashSupported }", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2216,7 +2216,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/helpers.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/helpers.ts", "deprecated": false, "trackAdoption": false } @@ -2262,7 +2262,7 @@ }, "[]>" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2276,7 +2276,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2291,7 +2291,7 @@ "signature": [ "number" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2306,7 +2306,7 @@ "signature": [ "EditorContext" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2327,7 +2327,7 @@ "text": "AstProviderFn" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2349,7 +2349,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/autocomplete.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2390,7 +2390,7 @@ "ValidationResult", ">" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/validation.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2404,7 +2404,7 @@ "signature": [ "string" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/validation.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2425,7 +2425,7 @@ "text": "AstProviderFn" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/validation.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2440,7 +2440,7 @@ "signature": [ "ValidationOptions" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/validation.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2462,7 +2462,7 @@ }, " | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/validation.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/validation.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -2505,7 +2505,7 @@ }, "[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/utils.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2519,7 +2519,7 @@ "signature": [ "\"error\" | \"warning\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/utils.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2550,7 +2550,7 @@ }, ")[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/utils.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2568,7 +2568,7 @@ "tags": [], "label": "CodeAction", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2579,7 +2579,7 @@ "tags": [], "label": "title", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2594,7 +2594,7 @@ "EditorError", "[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2608,7 +2608,7 @@ "signature": [ "\"quickfix\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2624,7 +2624,7 @@ "EditorError", "; text: string; }[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/code_actions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/code_actions/types.ts", "deprecated": false, "trackAdoption": false } @@ -2650,7 +2650,7 @@ "CommandBaseDefinition", "" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2664,7 +2664,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2694,7 +2694,7 @@ }, "[]) | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2715,7 +2715,7 @@ }, "" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2733,7 +2733,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2756,7 +2756,7 @@ }, "[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": true, "trackAdoption": false, "references": [ @@ -2785,7 +2785,7 @@ }, "[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": true, "trackAdoption": false, "references": [] @@ -2800,7 +2800,7 @@ "tags": [], "label": "CommandModeDefinition", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2811,7 +2811,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2822,7 +2822,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2836,7 +2836,7 @@ "signature": [ "{ name: string; description: string; }[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2850,7 +2850,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false } @@ -2876,7 +2876,7 @@ "CommandBaseDefinition", "" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2890,7 +2890,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2901,7 +2901,7 @@ "tags": [], "label": "optional", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2915,7 +2915,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2953,7 +2953,7 @@ }, "[]) | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2973,7 +2973,7 @@ "text": "ESQLCommandOption" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2995,7 +2995,7 @@ }, "" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3010,7 +3010,7 @@ "signature": [ "unknown" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3028,7 +3028,7 @@ "tags": [], "label": "ESQLCallbacks", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3044,7 +3044,7 @@ "ESQLSourceResult", "> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3066,7 +3066,7 @@ }, "> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3080,7 +3080,7 @@ "signature": [ "CallbackFn<{}, { name: string; sourceIndices: string[]; matchField: string; enrichFields: string[]; }> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3094,7 +3094,7 @@ "signature": [ "(() => Promise<{ histogramBarTarget: number; }>) | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -3112,7 +3112,7 @@ "PartialFieldsMetadataClient", "> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false } @@ -3126,7 +3126,7 @@ "tags": [], "label": "ESQLPolicy", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3137,7 +3137,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3151,7 +3151,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3162,7 +3162,7 @@ "tags": [], "label": "matchField", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3176,7 +3176,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false } @@ -3190,7 +3190,7 @@ "tags": [], "label": "ESQLRealField", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3201,7 +3201,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3215,7 +3215,7 @@ "signature": [ "\"boolean\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"version\" | \"integer\" | \"long\" | \"double\" | \"unsigned_long\" | \"unsupported\" | \"cartesian_point\" | \"cartesian_shape\" | \"counter_integer\" | \"counter_long\" | \"counter_double\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3229,7 +3229,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3243,7 +3243,7 @@ "signature": [ "{ description?: string | undefined; } | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false } @@ -3257,7 +3257,7 @@ "tags": [], "label": "ESQLVariable", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3268,7 +3268,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3282,7 +3282,7 @@ "signature": [ "\"boolean\" | \"unknown\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"keyword\" | \"text\" | \"date\" | \"date_nanos\" | \"version\" | \"integer\" | \"long\" | \"double\" | \"unsigned_long\" | \"unsupported\" | \"null\" | \"cartesian_point\" | \"cartesian_shape\" | \"counter_integer\" | \"counter_long\" | \"counter_double\" | \"time_literal\" | \"time_duration\" | \"date_period\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3302,7 +3302,7 @@ "text": "ESQLLocation" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false } @@ -3316,7 +3316,7 @@ "tags": [], "label": "FunctionDefinition", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3330,7 +3330,7 @@ "signature": [ "\"agg\" | \"builtin\" | \"eval\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3344,7 +3344,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3358,7 +3358,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3369,7 +3369,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3383,7 +3383,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3394,7 +3394,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3408,7 +3408,7 @@ "signature": [ "string[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3422,7 +3422,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3440,7 +3440,7 @@ "FunctionReturnType", "; }[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3454,7 +3454,7 @@ "signature": [ "string[] | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3486,7 +3486,7 @@ }, "[]) | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3509,7 +3509,7 @@ "FunctionSubtype", ", string>" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3527,7 +3527,7 @@ "tags": [], "label": "Literals", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3538,7 +3538,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3549,7 +3549,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/types.ts", "deprecated": false, "trackAdoption": false } @@ -3563,7 +3563,7 @@ "tags": [], "label": "SuggestionRawDefinition", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3574,7 +3574,7 @@ "tags": [], "label": "label", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3585,7 +3585,7 @@ "tags": [], "label": "text", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3599,7 +3599,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3615,7 +3615,7 @@ "signature": [ "boolean | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3631,7 +3631,7 @@ "signature": [ "\"Value\" | \"Text\" | \"Operator\" | \"Field\" | \"Method\" | \"Function\" | \"Variable\" | \"Class\" | \"Constant\" | \"Keyword\" | \"Reference\" | \"Snippet\" | \"Issue\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3644,7 +3644,7 @@ "description": [ "\nA very short description for the suggestion entry that can be shown on the UI next to the label" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3660,7 +3660,7 @@ "signature": [ "{ value: string; } | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3676,7 +3676,7 @@ "signature": [ "string | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3692,7 +3692,7 @@ "signature": [ "{ title: string; id: string; } | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3708,7 +3708,7 @@ "signature": [ "{ start: number; end: number; } | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false } @@ -3722,7 +3722,7 @@ "tags": [], "label": "ValidationErrors", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3736,7 +3736,7 @@ "signature": [ "{ message: string; type: { name: string; argType: string; value: string | number | Date; givenType: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3750,7 +3750,7 @@ "signature": [ "{ message: string; type: { fn: string; numArgs: number; passedArgs: number; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3764,7 +3764,7 @@ "signature": [ "{ message: string; type: { fn: string; numArgs: number; passedArgs: number; extraArgs: number; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3778,7 +3778,7 @@ "signature": [ "{ message: string; type: { fn: string; numArgs: number; passedArgs: number; missingArgs: number; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3792,7 +3792,7 @@ "signature": [ "{ message: string; type: { name: string | number; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3806,7 +3806,7 @@ "signature": [ "{ message: string; type: { name: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3820,7 +3820,7 @@ "signature": [ "{ message: string; type: { name: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3834,7 +3834,7 @@ "signature": [ "{ message: string; type: { name: string; argType: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3848,7 +3848,7 @@ "signature": [ "{ message: string; type: { name: string; command: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3862,7 +3862,7 @@ "signature": [ "{ message: string; type: { name: string; command: string; option: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3876,7 +3876,7 @@ "signature": [ "{ message: string; type: { name: string; value: string; supportedOptions: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3890,7 +3890,7 @@ "signature": [ "{ message: string; type: { field: string; fieldType: string; newType: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3904,7 +3904,7 @@ "signature": [ "{ message: string; type: { command: string; type: string; typeCount: number; givenType: string; column: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3918,7 +3918,7 @@ "signature": [ "{ message: string; type: { command: string; option: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3932,7 +3932,7 @@ "signature": [ "{ message: string; type: { command: string; option: string; type: string; givenValue: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3946,7 +3946,7 @@ "signature": [ "{ message: string; type: { value: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3960,7 +3960,7 @@ "signature": [ "{ message: string; type: { command: string; value: string; type: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3974,7 +3974,7 @@ "signature": [ "{ message: string; type: { name: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -3988,7 +3988,7 @@ "signature": [ "{ message: string; type: { type: string; value: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4002,7 +4002,7 @@ "signature": [ "{ message: string; type: { command: string; value: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4016,7 +4016,7 @@ "signature": [ "{ message: string; type: { name: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4030,7 +4030,7 @@ "signature": [ "{ message: string; type: { field: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4044,7 +4044,7 @@ "signature": [ "{ message: string; type: { setting: string; expected: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4058,7 +4058,7 @@ "signature": [ "{ message: string; type: { command: string; value: string; expected: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4072,7 +4072,7 @@ "signature": [ "{ message: string; type: { function: string; command: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4086,7 +4086,7 @@ "signature": [ "{ message: string; type: { fn: string; given: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4100,7 +4100,7 @@ "signature": [ "{ message: string; type: {}; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4114,7 +4114,7 @@ "signature": [ "{ message: string; type: { value: string; availableFields: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4128,7 +4128,7 @@ "signature": [ "{ message: string; type: { value: string | number; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4142,7 +4142,7 @@ "signature": [ "{ message: string; type: { commandName: string; expression: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4156,7 +4156,7 @@ "signature": [ "{ message: string; type: { commandName: string; expression: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4170,7 +4170,7 @@ "signature": [ "{ message: string; type: { nestedAgg: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false }, @@ -4184,7 +4184,7 @@ "signature": [ "{ message: string; type: { fn: string; }; }" ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false } @@ -4211,7 +4211,7 @@ "text": "ValidationErrors" } ], - "path": "packages/kbn-esql-validation-autocomplete/src/validation/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/validation/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4226,7 +4226,7 @@ "signature": [ "\"Value\" | \"Text\" | \"Operator\" | \"Field\" | \"Method\" | \"Function\" | \"Variable\" | \"Class\" | \"Constant\" | \"Keyword\" | \"Reference\" | \"Snippet\" | \"Issue\"" ], - "path": "packages/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/autocomplete/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -4240,7 +4240,7 @@ "tags": [], "label": "ENRICH_MODES", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/settings.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/settings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -4251,7 +4251,7 @@ "tags": [], "label": "name", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/settings.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/settings.ts", "deprecated": false, "trackAdoption": false }, @@ -4262,7 +4262,7 @@ "tags": [], "label": "description", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/settings.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/settings.ts", "deprecated": false, "trackAdoption": false }, @@ -4273,7 +4273,7 @@ "tags": [], "label": "prefix", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/settings.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/settings.ts", "deprecated": false, "trackAdoption": false }, @@ -4287,7 +4287,7 @@ "signature": [ "{ name: string; description: string; }[]" ], - "path": "packages/kbn-esql-validation-autocomplete/src/definitions/settings.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/definitions/settings.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_esql_validation_autocomplete.mdx b/api_docs/kbn_esql_validation_autocomplete.mdx index 3bf17b3c34754..0a9ac9b139b28 100644 --- a/api_docs/kbn_esql_validation_autocomplete.mdx +++ b/api_docs/kbn_esql_validation_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-esql-validation-autocomplete title: "@kbn/esql-validation-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/esql-validation-autocomplete plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/esql-validation-autocomplete'] --- import kbnEsqlValidationAutocompleteObj from './kbn_esql_validation_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_common.mdx b/api_docs/kbn_event_annotation_common.mdx index 671b21cbfa0a1..135919de21d39 100644 --- a/api_docs/kbn_event_annotation_common.mdx +++ b/api_docs/kbn_event_annotation_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-common title: "@kbn/event-annotation-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-common'] --- import kbnEventAnnotationCommonObj from './kbn_event_annotation_common.devdocs.json'; diff --git a/api_docs/kbn_event_annotation_components.mdx b/api_docs/kbn_event_annotation_components.mdx index 9d985d20bb771..d16d03113ce27 100644 --- a/api_docs/kbn_event_annotation_components.mdx +++ b/api_docs/kbn_event_annotation_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-event-annotation-components title: "@kbn/event-annotation-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/event-annotation-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/event-annotation-components'] --- import kbnEventAnnotationComponentsObj from './kbn_event_annotation_components.devdocs.json'; diff --git a/api_docs/kbn_expandable_flyout.mdx b/api_docs/kbn_expandable_flyout.mdx index d8b0408faf6e4..67c2c53ceb4d0 100644 --- a/api_docs/kbn_expandable_flyout.mdx +++ b/api_docs/kbn_expandable_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-expandable-flyout title: "@kbn/expandable-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/expandable-flyout plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/expandable-flyout'] --- import kbnExpandableFlyoutObj from './kbn_expandable_flyout.devdocs.json'; diff --git a/api_docs/kbn_field_types.mdx b/api_docs/kbn_field_types.mdx index fbcd51692aa34..9796938facfbb 100644 --- a/api_docs/kbn_field_types.mdx +++ b/api_docs/kbn_field_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-types title: "@kbn/field-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-types'] --- import kbnFieldTypesObj from './kbn_field_types.devdocs.json'; diff --git a/api_docs/kbn_field_utils.mdx b/api_docs/kbn_field_utils.mdx index bd3a39bf18d89..8e5483df68d9f 100644 --- a/api_docs/kbn_field_utils.mdx +++ b/api_docs/kbn_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-field-utils title: "@kbn/field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/field-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/field-utils'] --- import kbnFieldUtilsObj from './kbn_field_utils.devdocs.json'; diff --git a/api_docs/kbn_find_used_node_modules.mdx b/api_docs/kbn_find_used_node_modules.mdx index 8159d6972487e..589fa07000ee9 100644 --- a/api_docs/kbn_find_used_node_modules.mdx +++ b/api_docs/kbn_find_used_node_modules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-find-used-node-modules title: "@kbn/find-used-node-modules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/find-used-node-modules plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/find-used-node-modules'] --- import kbnFindUsedNodeModulesObj from './kbn_find_used_node_modules.devdocs.json'; diff --git a/api_docs/kbn_formatters.mdx b/api_docs/kbn_formatters.mdx index 0f2af18133972..05ff409798bae 100644 --- a/api_docs/kbn_formatters.mdx +++ b/api_docs/kbn_formatters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-formatters title: "@kbn/formatters" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/formatters plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/formatters'] --- import kbnFormattersObj from './kbn_formatters.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_services.mdx b/api_docs/kbn_ftr_common_functional_services.mdx index e2de0a89cd1bf..a601c6945befa 100644 --- a/api_docs/kbn_ftr_common_functional_services.mdx +++ b/api_docs/kbn_ftr_common_functional_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-services title: "@kbn/ftr-common-functional-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-services plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-services'] --- import kbnFtrCommonFunctionalServicesObj from './kbn_ftr_common_functional_services.devdocs.json'; diff --git a/api_docs/kbn_ftr_common_functional_ui_services.mdx b/api_docs/kbn_ftr_common_functional_ui_services.mdx index 335cb06ffaa46..41a1ed2e9cf6e 100644 --- a/api_docs/kbn_ftr_common_functional_ui_services.mdx +++ b/api_docs/kbn_ftr_common_functional_ui_services.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ftr-common-functional-ui-services title: "@kbn/ftr-common-functional-ui-services" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ftr-common-functional-ui-services plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ftr-common-functional-ui-services'] --- import kbnFtrCommonFunctionalUiServicesObj from './kbn_ftr_common_functional_ui_services.devdocs.json'; diff --git a/api_docs/kbn_gen_ai_functional_testing.mdx b/api_docs/kbn_gen_ai_functional_testing.mdx index 33e71e69f8679..ebc94ef881e85 100644 --- a/api_docs/kbn_gen_ai_functional_testing.mdx +++ b/api_docs/kbn_gen_ai_functional_testing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-gen-ai-functional-testing title: "@kbn/gen-ai-functional-testing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/gen-ai-functional-testing plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/gen-ai-functional-testing'] --- import kbnGenAiFunctionalTestingObj from './kbn_gen_ai_functional_testing.devdocs.json'; diff --git a/api_docs/kbn_generate.mdx b/api_docs/kbn_generate.mdx index 385360046777e..2e84064392c76 100644 --- a/api_docs/kbn_generate.mdx +++ b/api_docs/kbn_generate.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate title: "@kbn/generate" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate'] --- import kbnGenerateObj from './kbn_generate.devdocs.json'; diff --git a/api_docs/kbn_generate_console_definitions.mdx b/api_docs/kbn_generate_console_definitions.mdx index 932d13da30cf7..7c7da8e893bb9 100644 --- a/api_docs/kbn_generate_console_definitions.mdx +++ b/api_docs/kbn_generate_console_definitions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-console-definitions title: "@kbn/generate-console-definitions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-console-definitions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-console-definitions'] --- import kbnGenerateConsoleDefinitionsObj from './kbn_generate_console_definitions.devdocs.json'; diff --git a/api_docs/kbn_generate_csv.mdx b/api_docs/kbn_generate_csv.mdx index a721c8d5ba523..1ba4e75358a94 100644 --- a/api_docs/kbn_generate_csv.mdx +++ b/api_docs/kbn_generate_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-generate-csv title: "@kbn/generate-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/generate-csv plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/generate-csv'] --- import kbnGenerateCsvObj from './kbn_generate_csv.devdocs.json'; diff --git a/api_docs/kbn_grid_layout.mdx b/api_docs/kbn_grid_layout.mdx index 03d2ddc9309e9..3abfaaebaaa51 100644 --- a/api_docs/kbn_grid_layout.mdx +++ b/api_docs/kbn_grid_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grid-layout title: "@kbn/grid-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grid-layout plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grid-layout'] --- import kbnGridLayoutObj from './kbn_grid_layout.devdocs.json'; diff --git a/api_docs/kbn_grouping.mdx b/api_docs/kbn_grouping.mdx index 5d726eceffc72..e4933bb1ff4a2 100644 --- a/api_docs/kbn_grouping.mdx +++ b/api_docs/kbn_grouping.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-grouping title: "@kbn/grouping" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/grouping plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/grouping'] --- import kbnGroupingObj from './kbn_grouping.devdocs.json'; diff --git a/api_docs/kbn_guided_onboarding.mdx b/api_docs/kbn_guided_onboarding.mdx index c77d340f417c8..bbc027ad2c3c7 100644 --- a/api_docs/kbn_guided_onboarding.mdx +++ b/api_docs/kbn_guided_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-guided-onboarding title: "@kbn/guided-onboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/guided-onboarding plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/guided-onboarding'] --- import kbnGuidedOnboardingObj from './kbn_guided_onboarding.devdocs.json'; diff --git a/api_docs/kbn_handlebars.mdx b/api_docs/kbn_handlebars.mdx index df0c705dd63f4..638ba0efb44a1 100644 --- a/api_docs/kbn_handlebars.mdx +++ b/api_docs/kbn_handlebars.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-handlebars title: "@kbn/handlebars" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/handlebars plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/handlebars'] --- import kbnHandlebarsObj from './kbn_handlebars.devdocs.json'; diff --git a/api_docs/kbn_hapi_mocks.mdx b/api_docs/kbn_hapi_mocks.mdx index 7f22d94080cb7..d19a016a5d9f6 100644 --- a/api_docs/kbn_hapi_mocks.mdx +++ b/api_docs/kbn_hapi_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-hapi-mocks title: "@kbn/hapi-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/hapi-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/hapi-mocks'] --- import kbnHapiMocksObj from './kbn_hapi_mocks.devdocs.json'; diff --git a/api_docs/kbn_health_gateway_server.mdx b/api_docs/kbn_health_gateway_server.mdx index ca5689a02994b..36325139bd057 100644 --- a/api_docs/kbn_health_gateway_server.mdx +++ b/api_docs/kbn_health_gateway_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-health-gateway-server title: "@kbn/health-gateway-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/health-gateway-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/health-gateway-server'] --- import kbnHealthGatewayServerObj from './kbn_health_gateway_server.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_card.mdx b/api_docs/kbn_home_sample_data_card.mdx index f2c28323ea386..227d38b14298a 100644 --- a/api_docs/kbn_home_sample_data_card.mdx +++ b/api_docs/kbn_home_sample_data_card.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-card title: "@kbn/home-sample-data-card" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-card plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-card'] --- import kbnHomeSampleDataCardObj from './kbn_home_sample_data_card.devdocs.json'; diff --git a/api_docs/kbn_home_sample_data_tab.mdx b/api_docs/kbn_home_sample_data_tab.mdx index 0df08e839ec3a..21cb65455ca07 100644 --- a/api_docs/kbn_home_sample_data_tab.mdx +++ b/api_docs/kbn_home_sample_data_tab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-home-sample-data-tab title: "@kbn/home-sample-data-tab" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/home-sample-data-tab plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/home-sample-data-tab'] --- import kbnHomeSampleDataTabObj from './kbn_home_sample_data_tab.devdocs.json'; diff --git a/api_docs/kbn_i18n.mdx b/api_docs/kbn_i18n.mdx index eb2ba03eb133f..b7a54c71affa3 100644 --- a/api_docs/kbn_i18n.mdx +++ b/api_docs/kbn_i18n.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n title: "@kbn/i18n" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n'] --- import kbnI18nObj from './kbn_i18n.devdocs.json'; diff --git a/api_docs/kbn_i18n_react.mdx b/api_docs/kbn_i18n_react.mdx index 9b7a67b6ae154..de7ebf0e5ea50 100644 --- a/api_docs/kbn_i18n_react.mdx +++ b/api_docs/kbn_i18n_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-i18n-react title: "@kbn/i18n-react" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/i18n-react plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/i18n-react'] --- import kbnI18nReactObj from './kbn_i18n_react.devdocs.json'; diff --git a/api_docs/kbn_import_resolver.mdx b/api_docs/kbn_import_resolver.mdx index 39a50d92589b1..ae94fc2a4d033 100644 --- a/api_docs/kbn_import_resolver.mdx +++ b/api_docs/kbn_import_resolver.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-import-resolver title: "@kbn/import-resolver" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/import-resolver plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/import-resolver'] --- import kbnImportResolverObj from './kbn_import_resolver.devdocs.json'; diff --git a/api_docs/kbn_index_adapter.devdocs.json b/api_docs/kbn_index_adapter.devdocs.json index d87eeacf45bab..ac852981ef207 100644 --- a/api_docs/kbn_index_adapter.devdocs.json +++ b/api_docs/kbn_index_adapter.devdocs.json @@ -1306,7 +1306,7 @@ "label": "EcsFieldMap", "description": [], "signature": [ - "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", + "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; fields?: Record | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", { "pluginId": "@kbn/index-adapter", "scope": "server", @@ -1329,7 +1329,7 @@ "label": "FieldMap", "description": [], "signature": [ - "{ [P in T]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", + "{ [P in T]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; fields?: Record | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", { "pluginId": "@kbn/index-adapter", "scope": "server", @@ -1438,7 +1438,7 @@ "label": "ecsFieldMap", "description": [], "signature": [ - "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", + "{ [x: string]: { type: string; required: boolean; array?: boolean | undefined; doc_values?: boolean | undefined; enabled?: boolean | undefined; fields?: Record | undefined; format?: string | undefined; ignore_above?: number | undefined; multi_fields?: ", { "pluginId": "@kbn/index-adapter", "scope": "server", diff --git a/api_docs/kbn_index_adapter.mdx b/api_docs/kbn_index_adapter.mdx index 7ae8c3d4b7421..18930da423ca8 100644 --- a/api_docs/kbn_index_adapter.mdx +++ b/api_docs/kbn_index_adapter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-adapter title: "@kbn/index-adapter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-adapter plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-adapter'] --- import kbnIndexAdapterObj from './kbn_index_adapter.devdocs.json'; diff --git a/api_docs/kbn_index_lifecycle_management_common_shared.mdx b/api_docs/kbn_index_lifecycle_management_common_shared.mdx index 74a95171e8d88..261488413d7a3 100644 --- a/api_docs/kbn_index_lifecycle_management_common_shared.mdx +++ b/api_docs/kbn_index_lifecycle_management_common_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-lifecycle-management-common-shared title: "@kbn/index-lifecycle-management-common-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-lifecycle-management-common-shared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-lifecycle-management-common-shared'] --- import kbnIndexLifecycleManagementCommonSharedObj from './kbn_index_lifecycle_management_common_shared.devdocs.json'; diff --git a/api_docs/kbn_index_management_shared_types.mdx b/api_docs/kbn_index_management_shared_types.mdx index 26b931622b0d1..8bb71f78d7ec5 100644 --- a/api_docs/kbn_index_management_shared_types.mdx +++ b/api_docs/kbn_index_management_shared_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-index-management-shared-types title: "@kbn/index-management-shared-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/index-management-shared-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/index-management-shared-types'] --- import kbnIndexManagementSharedTypesObj from './kbn_index_management_shared_types.devdocs.json'; diff --git a/api_docs/kbn_inference_common.mdx b/api_docs/kbn_inference_common.mdx index c1ab2ab60cfd6..ae7b81e2ecca6 100644 --- a/api_docs/kbn_inference_common.mdx +++ b/api_docs/kbn_inference_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference-common title: "@kbn/inference-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference-common'] --- import kbnInferenceCommonObj from './kbn_inference_common.devdocs.json'; diff --git a/api_docs/kbn_inference_integration_flyout.devdocs.json b/api_docs/kbn_inference_integration_flyout.devdocs.json index 2ad03937be3cd..badf786077e8f 100644 --- a/api_docs/kbn_inference_integration_flyout.devdocs.json +++ b/api_docs/kbn_inference_integration_flyout.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "({ supportedNlpModels, nlpImportModel }: { supportedNlpModels: string; nlpImportModel: string; }) => React.JSX.Element" ], - "path": "x-pack/packages/ml/inference_integration_flyout/components/eland_python_client.tsx", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/components/eland_python_client.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "{ supportedNlpModels: string; nlpImportModel: string; }" ], - "path": "x-pack/packages/ml/inference_integration_flyout/components/eland_python_client.tsx", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/components/eland_python_client.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,7 +64,7 @@ "InferenceFlyoutProps", ") => React.JSX.Element" ], - "path": "x-pack/packages/ml/inference_integration_flyout/components/inference_flyout_wrapper.tsx", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/components/inference_flyout_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -78,7 +78,7 @@ "signature": [ "InferenceFlyoutProps" ], - "path": "x-pack/packages/ml/inference_integration_flyout/components/inference_flyout_wrapper.tsx", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/components/inference_flyout_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -96,7 +96,7 @@ "tags": [], "label": "ModelConfig", "description": [], - "path": "x-pack/packages/ml/inference_integration_flyout/types.ts", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -107,7 +107,7 @@ "tags": [], "label": "service", "description": [], - "path": "x-pack/packages/ml/inference_integration_flyout/types.ts", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/types.ts", "deprecated": false, "trackAdoption": false }, @@ -121,7 +121,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/inference_integration_flyout/types.ts", + "path": "x-pack/platform/packages/private/ml/inference_integration_flyout/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_inference_integration_flyout.mdx b/api_docs/kbn_inference_integration_flyout.mdx index 13e1c22c38f64..835d28fa31cbd 100644 --- a/api_docs/kbn_inference_integration_flyout.mdx +++ b/api_docs/kbn_inference_integration_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-inference_integration_flyout title: "@kbn/inference_integration_flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/inference_integration_flyout plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/inference_integration_flyout'] --- import kbnInferenceIntegrationFlyoutObj from './kbn_inference_integration_flyout.devdocs.json'; diff --git a/api_docs/kbn_infra_forge.mdx b/api_docs/kbn_infra_forge.mdx index fcad510e1f762..1da04c3ca95de 100644 --- a/api_docs/kbn_infra_forge.mdx +++ b/api_docs/kbn_infra_forge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-infra-forge title: "@kbn/infra-forge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/infra-forge plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/infra-forge'] --- import kbnInfraForgeObj from './kbn_infra_forge.devdocs.json'; diff --git a/api_docs/kbn_interpreter.mdx b/api_docs/kbn_interpreter.mdx index 46e84a40bf7f8..6f7eb31206d9a 100644 --- a/api_docs/kbn_interpreter.mdx +++ b/api_docs/kbn_interpreter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-interpreter title: "@kbn/interpreter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/interpreter plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/interpreter'] --- import kbnInterpreterObj from './kbn_interpreter.devdocs.json'; diff --git a/api_docs/kbn_investigation_shared.mdx b/api_docs/kbn_investigation_shared.mdx index eaa08d527ec11..a3d2e84dae6ef 100644 --- a/api_docs/kbn_investigation_shared.mdx +++ b/api_docs/kbn_investigation_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-investigation-shared title: "@kbn/investigation-shared" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/investigation-shared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/investigation-shared'] --- import kbnInvestigationSharedObj from './kbn_investigation_shared.devdocs.json'; diff --git a/api_docs/kbn_io_ts_utils.mdx b/api_docs/kbn_io_ts_utils.mdx index ec6f39f46cacc..db2a188e33c6a 100644 --- a/api_docs/kbn_io_ts_utils.mdx +++ b/api_docs/kbn_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-io-ts-utils title: "@kbn/io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/io-ts-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/io-ts-utils'] --- import kbnIoTsUtilsObj from './kbn_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_ipynb.mdx b/api_docs/kbn_ipynb.mdx index 79ac1e2620e93..901e82a929989 100644 --- a/api_docs/kbn_ipynb.mdx +++ b/api_docs/kbn_ipynb.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ipynb title: "@kbn/ipynb" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ipynb plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ipynb'] --- import kbnIpynbObj from './kbn_ipynb.devdocs.json'; diff --git a/api_docs/kbn_item_buffer.mdx b/api_docs/kbn_item_buffer.mdx index 0cf2a86a379ea..6a6ffb8478cb0 100644 --- a/api_docs/kbn_item_buffer.mdx +++ b/api_docs/kbn_item_buffer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-item-buffer title: "@kbn/item-buffer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/item-buffer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/item-buffer'] --- import kbnItemBufferObj from './kbn_item_buffer.devdocs.json'; diff --git a/api_docs/kbn_jest_serializers.mdx b/api_docs/kbn_jest_serializers.mdx index 7817286a036ab..7c0a7ae507c34 100644 --- a/api_docs/kbn_jest_serializers.mdx +++ b/api_docs/kbn_jest_serializers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-jest-serializers title: "@kbn/jest-serializers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/jest-serializers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/jest-serializers'] --- import kbnJestSerializersObj from './kbn_jest_serializers.devdocs.json'; diff --git a/api_docs/kbn_journeys.mdx b/api_docs/kbn_journeys.mdx index db2876feef882..8a0a6c7fddd10 100644 --- a/api_docs/kbn_journeys.mdx +++ b/api_docs/kbn_journeys.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-journeys title: "@kbn/journeys" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/journeys plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/journeys'] --- import kbnJourneysObj from './kbn_journeys.devdocs.json'; diff --git a/api_docs/kbn_json_ast.mdx b/api_docs/kbn_json_ast.mdx index 853344235ce9e..7ed7865c98c88 100644 --- a/api_docs/kbn_json_ast.mdx +++ b/api_docs/kbn_json_ast.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-ast title: "@kbn/json-ast" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-ast plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-ast'] --- import kbnJsonAstObj from './kbn_json_ast.devdocs.json'; diff --git a/api_docs/kbn_json_schemas.devdocs.json b/api_docs/kbn_json_schemas.devdocs.json index d4f3ececc9f35..b77d31be9dfd5 100644 --- a/api_docs/kbn_json_schemas.devdocs.json +++ b/api_docs/kbn_json_schemas.devdocs.json @@ -27,7 +27,7 @@ "description": [ "\n" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -41,7 +41,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -73,7 +73,7 @@ "signature": [ "(path: \"/_ml/anomaly_detectors/{job_id}\" | \"/_ml/datafeeds/{datafeed_id}\" | \"/_transform/{transform_id}\" | \"/_ml/data_frame/analytics/{id}\", method: string, props?: string[] | undefined, schema?: object | undefined) => Promise" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -87,7 +87,7 @@ "signature": [ "\"/_ml/anomaly_detectors/{job_id}\" | \"/_ml/datafeeds/{datafeed_id}\" | \"/_transform/{transform_id}\" | \"/_ml/data_frame/analytics/{id}\"" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -102,7 +102,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -117,7 +117,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -132,7 +132,7 @@ "signature": [ "object | undefined" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -152,7 +152,7 @@ "signature": [ "() => Promise" ], - "path": "x-pack/packages/ml/json_schemas/src/json_schema_service.ts", + "path": "x-pack/platform/packages/private/ml/json_schemas/src/json_schema_service.ts", "deprecated": false, "trackAdoption": false, "children": [], diff --git a/api_docs/kbn_json_schemas.mdx b/api_docs/kbn_json_schemas.mdx index be844e5dd0b76..4435f176abf77 100644 --- a/api_docs/kbn_json_schemas.mdx +++ b/api_docs/kbn_json_schemas.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-json-schemas title: "@kbn/json-schemas" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/json-schemas plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/json-schemas'] --- import kbnJsonSchemasObj from './kbn_json_schemas.devdocs.json'; diff --git a/api_docs/kbn_kibana_manifest_schema.mdx b/api_docs/kbn_kibana_manifest_schema.mdx index 907297767bcd1..8f7927fb7441a 100644 --- a/api_docs/kbn_kibana_manifest_schema.mdx +++ b/api_docs/kbn_kibana_manifest_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-kibana-manifest-schema title: "@kbn/kibana-manifest-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/kibana-manifest-schema plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/kibana-manifest-schema'] --- import kbnKibanaManifestSchemaObj from './kbn_kibana_manifest_schema.devdocs.json'; diff --git a/api_docs/kbn_language_documentation.devdocs.json b/api_docs/kbn_language_documentation.devdocs.json index 1d5cee18e66d3..2c8b9e6a70967 100644 --- a/api_docs/kbn_language_documentation.devdocs.json +++ b/api_docs/kbn_language_documentation.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "React.NamedExoticComponent & { readonly type: ({ searchInDescription, linkToDocumentation, isHelpMenuOpen, onHelpMenuVisibilityChange, }: DocumentationFlyoutProps) => React.JSX.Element; }" ], - "path": "packages/kbn-language-documentation/src/components/as_flyout/index.tsx", + "path": "src/platform/packages/private/kbn-language-documentation/src/components/as_flyout/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -61,7 +61,7 @@ "signature": [ "React.NamedExoticComponent & { readonly type: ({ searchInDescription, height }: DocumentationInlineProps) => React.JSX.Element; }" ], - "path": "packages/kbn-language-documentation/src/components/as_inline/index.tsx", + "path": "src/platform/packages/private/kbn-language-documentation/src/components/as_inline/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -93,7 +93,7 @@ "signature": [ "React.NamedExoticComponent & { readonly type: ({ language, sections, buttonProps, searchInDescription, linkToDocumentation, isHelpMenuOpen, onHelpMenuVisibilityChange, }: DocumentationPopoverProps) => React.JSX.Element; }" ], - "path": "packages/kbn-language-documentation/src/components/as_popover/index.tsx", + "path": "src/platform/packages/private/kbn-language-documentation/src/components/as_popover/index.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -125,7 +125,7 @@ "signature": [ "React.NamedExoticComponent & { readonly type: ({ language, sections, searchInDescription, linkToDocumentation, }: DocumentationProps) => React.JSX.Element; }" ], - "path": "packages/kbn-language-documentation/src/components/as_popover/popover_content.tsx", + "path": "src/platform/packages/private/kbn-language-documentation/src/components/as_popover/popover_content.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -156,7 +156,7 @@ "tags": [], "label": "LanguageDocumentationSections", "description": [], - "path": "packages/kbn-language-documentation/src/types.ts", + "path": "src/platform/packages/private/kbn-language-documentation/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -170,7 +170,7 @@ "signature": [ "{ label: string; description?: string | undefined; items: { label: string; description?: JSX.Element | undefined; }[]; }[]" ], - "path": "packages/kbn-language-documentation/src/types.ts", + "path": "src/platform/packages/private/kbn-language-documentation/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -184,7 +184,7 @@ "signature": [ "JSX.Element" ], - "path": "packages/kbn-language-documentation/src/types.ts", + "path": "src/platform/packages/private/kbn-language-documentation/src/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_language_documentation.mdx b/api_docs/kbn_language_documentation.mdx index 763b5f164d8fa..b5ee3a53170b7 100644 --- a/api_docs/kbn_language_documentation.mdx +++ b/api_docs/kbn_language_documentation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-language-documentation title: "@kbn/language-documentation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/language-documentation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/language-documentation'] --- import kbnLanguageDocumentationObj from './kbn_language_documentation.devdocs.json'; diff --git a/api_docs/kbn_lens_embeddable_utils.mdx b/api_docs/kbn_lens_embeddable_utils.mdx index 6020fd79fd2f5..3de194aa8dd62 100644 --- a/api_docs/kbn_lens_embeddable_utils.mdx +++ b/api_docs/kbn_lens_embeddable_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-embeddable-utils title: "@kbn/lens-embeddable-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-embeddable-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-embeddable-utils'] --- import kbnLensEmbeddableUtilsObj from './kbn_lens_embeddable_utils.devdocs.json'; diff --git a/api_docs/kbn_lens_formula_docs.mdx b/api_docs/kbn_lens_formula_docs.mdx index 1fbaa90bd326f..2e10d60a23927 100644 --- a/api_docs/kbn_lens_formula_docs.mdx +++ b/api_docs/kbn_lens_formula_docs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-lens-formula-docs title: "@kbn/lens-formula-docs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/lens-formula-docs plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/lens-formula-docs'] --- import kbnLensFormulaDocsObj from './kbn_lens_formula_docs.devdocs.json'; diff --git a/api_docs/kbn_logging.mdx b/api_docs/kbn_logging.mdx index 6883e1d1dca42..b12d106b4540b 100644 --- a/api_docs/kbn_logging.mdx +++ b/api_docs/kbn_logging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging title: "@kbn/logging" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging'] --- import kbnLoggingObj from './kbn_logging.devdocs.json'; diff --git a/api_docs/kbn_logging_mocks.mdx b/api_docs/kbn_logging_mocks.mdx index 82e819e8c710a..fabf0158d77f7 100644 --- a/api_docs/kbn_logging_mocks.mdx +++ b/api_docs/kbn_logging_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-logging-mocks title: "@kbn/logging-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/logging-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/logging-mocks'] --- import kbnLoggingMocksObj from './kbn_logging_mocks.devdocs.json'; diff --git a/api_docs/kbn_managed_content_badge.mdx b/api_docs/kbn_managed_content_badge.mdx index 6c6502340cf90..975c1366844ac 100644 --- a/api_docs/kbn_managed_content_badge.mdx +++ b/api_docs/kbn_managed_content_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-content-badge title: "@kbn/managed-content-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-content-badge plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-content-badge'] --- import kbnManagedContentBadgeObj from './kbn_managed_content_badge.devdocs.json'; diff --git a/api_docs/kbn_managed_vscode_config.mdx b/api_docs/kbn_managed_vscode_config.mdx index e2c540a3cec8f..20f5993d3784e 100644 --- a/api_docs/kbn_managed_vscode_config.mdx +++ b/api_docs/kbn_managed_vscode_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-managed-vscode-config title: "@kbn/managed-vscode-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/managed-vscode-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/managed-vscode-config'] --- import kbnManagedVscodeConfigObj from './kbn_managed_vscode_config.devdocs.json'; diff --git a/api_docs/kbn_management_cards_navigation.mdx b/api_docs/kbn_management_cards_navigation.mdx index 39ae693ced7ed..0fef8c4259ef7 100644 --- a/api_docs/kbn_management_cards_navigation.mdx +++ b/api_docs/kbn_management_cards_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-cards-navigation title: "@kbn/management-cards-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-cards-navigation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-cards-navigation'] --- import kbnManagementCardsNavigationObj from './kbn_management_cards_navigation.devdocs.json'; diff --git a/api_docs/kbn_management_settings_application.mdx b/api_docs/kbn_management_settings_application.mdx index fefefe4c8e1cf..4c180b669e6ef 100644 --- a/api_docs/kbn_management_settings_application.mdx +++ b/api_docs/kbn_management_settings_application.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-application title: "@kbn/management-settings-application" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-application plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-application'] --- import kbnManagementSettingsApplicationObj from './kbn_management_settings_application.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_category.mdx b/api_docs/kbn_management_settings_components_field_category.mdx index a7d2050d15a4d..cb28f1307bdc5 100644 --- a/api_docs/kbn_management_settings_components_field_category.mdx +++ b/api_docs/kbn_management_settings_components_field_category.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-category title: "@kbn/management-settings-components-field-category" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-category plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-category'] --- import kbnManagementSettingsComponentsFieldCategoryObj from './kbn_management_settings_components_field_category.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_input.mdx b/api_docs/kbn_management_settings_components_field_input.mdx index 638a6cc9e2523..74afbf9357178 100644 --- a/api_docs/kbn_management_settings_components_field_input.mdx +++ b/api_docs/kbn_management_settings_components_field_input.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-input title: "@kbn/management-settings-components-field-input" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-input plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-input'] --- import kbnManagementSettingsComponentsFieldInputObj from './kbn_management_settings_components_field_input.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_field_row.mdx b/api_docs/kbn_management_settings_components_field_row.mdx index 903e3b65fd8fc..4986de7fed647 100644 --- a/api_docs/kbn_management_settings_components_field_row.mdx +++ b/api_docs/kbn_management_settings_components_field_row.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-field-row title: "@kbn/management-settings-components-field-row" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-field-row plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-field-row'] --- import kbnManagementSettingsComponentsFieldRowObj from './kbn_management_settings_components_field_row.devdocs.json'; diff --git a/api_docs/kbn_management_settings_components_form.mdx b/api_docs/kbn_management_settings_components_form.mdx index 4055adebdd8a3..d67e63f9fd578 100644 --- a/api_docs/kbn_management_settings_components_form.mdx +++ b/api_docs/kbn_management_settings_components_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-components-form title: "@kbn/management-settings-components-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-components-form plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-components-form'] --- import kbnManagementSettingsComponentsFormObj from './kbn_management_settings_components_form.devdocs.json'; diff --git a/api_docs/kbn_management_settings_field_definition.mdx b/api_docs/kbn_management_settings_field_definition.mdx index b01b1b5458cd9..af5f139fae409 100644 --- a/api_docs/kbn_management_settings_field_definition.mdx +++ b/api_docs/kbn_management_settings_field_definition.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-field-definition title: "@kbn/management-settings-field-definition" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-field-definition plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-field-definition'] --- import kbnManagementSettingsFieldDefinitionObj from './kbn_management_settings_field_definition.devdocs.json'; diff --git a/api_docs/kbn_management_settings_ids.mdx b/api_docs/kbn_management_settings_ids.mdx index 921360662339f..d3881d109ada5 100644 --- a/api_docs/kbn_management_settings_ids.mdx +++ b/api_docs/kbn_management_settings_ids.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-ids title: "@kbn/management-settings-ids" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-ids plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-ids'] --- import kbnManagementSettingsIdsObj from './kbn_management_settings_ids.devdocs.json'; diff --git a/api_docs/kbn_management_settings_section_registry.mdx b/api_docs/kbn_management_settings_section_registry.mdx index 60ff882f3a953..a1d50b9c81982 100644 --- a/api_docs/kbn_management_settings_section_registry.mdx +++ b/api_docs/kbn_management_settings_section_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-section-registry title: "@kbn/management-settings-section-registry" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-section-registry plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-section-registry'] --- import kbnManagementSettingsSectionRegistryObj from './kbn_management_settings_section_registry.devdocs.json'; diff --git a/api_docs/kbn_management_settings_types.mdx b/api_docs/kbn_management_settings_types.mdx index 909350353b2c9..9adad01d8feb8 100644 --- a/api_docs/kbn_management_settings_types.mdx +++ b/api_docs/kbn_management_settings_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-types title: "@kbn/management-settings-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-types'] --- import kbnManagementSettingsTypesObj from './kbn_management_settings_types.devdocs.json'; diff --git a/api_docs/kbn_management_settings_utilities.mdx b/api_docs/kbn_management_settings_utilities.mdx index 530e405f64c37..331cb1ceddeac 100644 --- a/api_docs/kbn_management_settings_utilities.mdx +++ b/api_docs/kbn_management_settings_utilities.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-settings-utilities title: "@kbn/management-settings-utilities" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-settings-utilities plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-settings-utilities'] --- import kbnManagementSettingsUtilitiesObj from './kbn_management_settings_utilities.devdocs.json'; diff --git a/api_docs/kbn_management_storybook_config.mdx b/api_docs/kbn_management_storybook_config.mdx index d95db1f3995d4..ce8a3fd26d1b2 100644 --- a/api_docs/kbn_management_storybook_config.mdx +++ b/api_docs/kbn_management_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-management-storybook-config title: "@kbn/management-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/management-storybook-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/management-storybook-config'] --- import kbnManagementStorybookConfigObj from './kbn_management_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_manifest.mdx b/api_docs/kbn_manifest.mdx index 0bd7950c25e11..64218575a83a2 100644 --- a/api_docs/kbn_manifest.mdx +++ b/api_docs/kbn_manifest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-manifest title: "@kbn/manifest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/manifest plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/manifest'] --- import kbnManifestObj from './kbn_manifest.devdocs.json'; diff --git a/api_docs/kbn_mapbox_gl.mdx b/api_docs/kbn_mapbox_gl.mdx index 0c3726dea5743..0e365ab6aebdf 100644 --- a/api_docs/kbn_mapbox_gl.mdx +++ b/api_docs/kbn_mapbox_gl.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mapbox-gl title: "@kbn/mapbox-gl" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mapbox-gl plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mapbox-gl'] --- import kbnMapboxGlObj from './kbn_mapbox_gl.devdocs.json'; diff --git a/api_docs/kbn_maps_vector_tile_utils.mdx b/api_docs/kbn_maps_vector_tile_utils.mdx index f140aa071e3a6..e0b147e3efe0f 100644 --- a/api_docs/kbn_maps_vector_tile_utils.mdx +++ b/api_docs/kbn_maps_vector_tile_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-maps-vector-tile-utils title: "@kbn/maps-vector-tile-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/maps-vector-tile-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/maps-vector-tile-utils'] --- import kbnMapsVectorTileUtilsObj from './kbn_maps_vector_tile_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_agg_utils.devdocs.json b/api_docs/kbn_ml_agg_utils.devdocs.json index 8b6e1af49d539..ebfc86245c21e 100644 --- a/api_docs/kbn_ml_agg_utils.devdocs.json +++ b/api_docs/kbn_ml_agg_utils.devdocs.json @@ -33,7 +33,7 @@ "AggregationsAggregationContainer", ">" ], - "path": "x-pack/packages/ml/agg_utils/src/build_sampler_aggregation.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/build_sampler_aggregation.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/agg_utils/src/build_sampler_aggregation.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/build_sampler_aggregation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -66,7 +66,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/agg_utils/src/build_sampler_aggregation.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/build_sampler_aggregation.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -105,7 +105,7 @@ }, ">" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_agg_intervals.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_agg_intervals.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -127,7 +127,7 @@ "text": "FetchAggIntervalsParams" } ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_agg_intervals.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_agg_intervals.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -158,7 +158,7 @@ }, " | OrdinalChartData | UnsupportedChartData)[]>" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -174,7 +174,7 @@ "signature": [ "FetchHistogramsForFieldsParams" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -197,7 +197,7 @@ "signature": [ "(samplerShardSize: number) => string[]" ], - "path": "x-pack/packages/ml/agg_utils/src/get_sampler_aggregations_response_path.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/get_sampler_aggregations_response_path.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -213,7 +213,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/agg_utils/src/get_sampler_aggregations_response_path.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/get_sampler_aggregations_response_path.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -244,7 +244,7 @@ }, " | undefined) => boolean" ], - "path": "x-pack/packages/ml/agg_utils/src/time_series_metric_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/time_series_metric_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -267,7 +267,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/time_series_metric_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/time_series_metric_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -298,7 +298,7 @@ }, " | undefined) => boolean" ], - "path": "x-pack/packages/ml/agg_utils/src/time_series_metric_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/time_series_metric_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -321,7 +321,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/time_series_metric_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/time_series_metric_fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -348,7 +348,7 @@ "AggregationsMultiBucketAggregateBase", "" ], - "path": "x-pack/packages/ml/agg_utils/src/is_multi_bucket_aggregate.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/is_multi_bucket_aggregate.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -364,7 +364,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/agg_utils/src/is_multi_bucket_aggregate.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/is_multi_bucket_aggregate.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -385,7 +385,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/agg_utils/src/type_guards.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/type_guards.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -401,7 +401,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/agg_utils/src/type_guards.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/type_guards.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -424,7 +424,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/agg_utils/src/type_guards.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/type_guards.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -440,7 +440,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/agg_utils/src/type_guards.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/type_guards.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -473,7 +473,7 @@ }, " | null) & _.MemoizedFunction" ], - "path": "x-pack/packages/ml/agg_utils/src/validate_number.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/validate_number.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -489,7 +489,7 @@ "signature": [ "NumberValidatorConditions | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/validate_number.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/validate_number.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -513,7 +513,7 @@ "description": [ "\nInterface for cardinality aggregation." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -529,7 +529,7 @@ "signature": [ "FieldAggCardinality | ScriptAggCardinality" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -545,7 +545,7 @@ "description": [ "\nInterface for the parameters required to fetch aggregation intervals." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_agg_intervals.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_agg_intervals.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1815,7 +1815,7 @@ "default", "; }" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_agg_intervals.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_agg_intervals.ts", "deprecated": false, "trackAdoption": false }, @@ -1831,7 +1831,7 @@ "signature": [ "AbortSignal | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_agg_intervals.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_agg_intervals.ts", "deprecated": false, "trackAdoption": false }, @@ -1859,7 +1859,7 @@ "MappingRuntimeFields", " | undefined; randomSamplerProbability?: number | undefined; randomSamplerSeed?: number | undefined; }" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_agg_intervals.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_agg_intervals.ts", "deprecated": false, "trackAdoption": false } @@ -1875,7 +1875,7 @@ "description": [ "\nField/value pair definition." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1888,7 +1888,7 @@ "description": [ "The field name." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1904,7 +1904,7 @@ "signature": [ "string | number" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1922,7 +1922,7 @@ "description": [ "\nRepresents parameters used to identify which histogram data needs to be generated for a field." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1935,7 +1935,7 @@ "description": [ "\nThe name of the field for which histogram data is generated." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1957,7 +1957,7 @@ "text": "KBN_FIELD_TYPES" } ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1973,7 +1973,7 @@ "description": [ "\nRepresents an item set returned from `frequent_item_sets` augmented\nwith some metadata related to log rate analysis." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1996,7 +1996,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2009,7 +2009,7 @@ "description": [ "The size of the item set." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2022,7 +2022,7 @@ "description": [ "The maximum p-value associated with the item set." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2035,7 +2035,7 @@ "description": [ "The document count of the item set." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2048,7 +2048,7 @@ "description": [ "The support value of the item set." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2061,7 +2061,7 @@ "description": [ "The total document count." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2079,7 +2079,7 @@ "description": [ "\nInterface describing the data structure returned for numeric-based charts." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2102,7 +2102,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2115,7 +2115,7 @@ "description": [ "\nThe identifier for the data set." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2128,7 +2128,7 @@ "description": [ "\nThe interval value for the data." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2144,7 +2144,7 @@ "signature": [ "[number, number]" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2160,7 +2160,7 @@ "signature": [ "\"numeric\"" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false } @@ -2178,7 +2178,7 @@ "description": [ "\nInterface describing attributes used for numeric histograms." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2191,7 +2191,7 @@ "description": [ "The interval value for the histogram." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2204,7 +2204,7 @@ "description": [ "The minimum value in the histogram." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2217,7 +2217,7 @@ "description": [ "The maximum value in the histogram." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2235,7 +2235,7 @@ "description": [ "\nRepresents an item in numeric data." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2248,7 +2248,7 @@ "description": [ "\nThe numeric key." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2264,7 +2264,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2277,7 +2277,7 @@ "description": [ "\nThe document count associated with the key." ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false } @@ -2310,7 +2310,7 @@ "text": "HistogramField" } ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2341,7 +2341,7 @@ }, ".NUMBER" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false } @@ -2377,7 +2377,7 @@ "text": "FieldValuePair" } ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2390,7 +2390,7 @@ "description": [ "The key associated with the significant item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2406,7 +2406,7 @@ "signature": [ "\"keyword\" | \"log_pattern\"" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2419,7 +2419,7 @@ "description": [ "The document count for the significant item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2432,7 +2432,7 @@ "description": [ "The background count for the significant item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2445,7 +2445,7 @@ "description": [ "The total document count for all items." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2458,7 +2458,7 @@ "description": [ "The total background count for all items." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2471,7 +2471,7 @@ "description": [ "The score associated with the significant item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2487,7 +2487,7 @@ "signature": [ "number | null" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2500,7 +2500,7 @@ "description": [ "The normalized score for the significant item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2523,7 +2523,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2539,7 +2539,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2555,7 +2555,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2573,7 +2573,7 @@ "description": [ "\nRepresents a significant item group." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2586,7 +2586,7 @@ "description": [ "The identifier for the item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2609,7 +2609,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2622,7 +2622,7 @@ "description": [ "The document count associated with this item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2638,7 +2638,7 @@ "signature": [ "number | null" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2661,7 +2661,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2679,7 +2679,7 @@ "description": [ "\nRepresents histogram data for a group of field/value pairs." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2692,7 +2692,7 @@ "description": [ "The identifier for the group." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2715,7 +2715,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2750,7 +2750,7 @@ "text": "FieldValuePair" } ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2763,7 +2763,7 @@ "description": [ "The key associated with the significant item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2779,7 +2779,7 @@ "signature": [ "\"keyword\" | \"log_pattern\"" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2792,7 +2792,7 @@ "description": [ "The document count associated with this item." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2808,7 +2808,7 @@ "signature": [ "number | null" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2824,7 +2824,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2859,7 +2859,7 @@ "text": "FieldValuePair" } ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2882,7 +2882,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2908,7 +2908,7 @@ }, " extends SignificantItemHistogramItemBase" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2921,7 +2921,7 @@ "description": [ "The document count for this histogram item in the significant item context." ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2939,7 +2939,7 @@ "description": [ "\nAll available types for time series metric fields" ], - "path": "x-pack/packages/ml/agg_utils/src/time_series_metric_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/time_series_metric_fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2958,7 +2958,7 @@ "signature": [ "5000" ], - "path": "x-pack/packages/ml/agg_utils/src/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/field_histograms.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2983,7 +2983,7 @@ }, " | NumericHistogramFieldWithColumnStats | OrdinalHistogramField | UnsupportedHistogramField)[]" ], - "path": "x-pack/packages/ml/agg_utils/src/fetch_histograms_for_fields.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/fetch_histograms_for_fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3002,7 +3002,7 @@ "signature": [ "{ [key: string]: boolean; } & { min?: boolean | undefined; max?: boolean | undefined; integerOnly?: boolean | undefined; }" ], - "path": "x-pack/packages/ml/agg_utils/src/validate_number.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/validate_number.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3027,7 +3027,7 @@ }, "; }" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3044,7 +3044,7 @@ "signature": [ "\"keyword\" | \"log_pattern\"" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3063,7 +3063,7 @@ "signature": [ "{ readonly KEYWORD: \"keyword\"; readonly LOG_PATTERN: \"log_pattern\"; }" ], - "path": "x-pack/packages/ml/agg_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/agg_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_agg_utils.mdx b/api_docs/kbn_ml_agg_utils.mdx index db6fb1841b56b..ff0fc16114bba 100644 --- a/api_docs/kbn_ml_agg_utils.mdx +++ b/api_docs/kbn_ml_agg_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-agg-utils title: "@kbn/ml-agg-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-agg-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-agg-utils'] --- import kbnMlAggUtilsObj from './kbn_ml_agg_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_anomaly_utils.devdocs.json b/api_docs/kbn_ml_anomaly_utils.devdocs.json index 90796eb0b5e84..dd9541f3a9705 100644 --- a/api_docs/kbn_ml_anomaly_utils.devdocs.json +++ b/api_docs/kbn_ml_anomaly_utils.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(score: number) => number" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -86,7 +86,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -108,7 +108,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -137,7 +137,7 @@ }, ") => string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -159,7 +159,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -188,7 +188,7 @@ }, ") => string | number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -210,7 +210,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -231,7 +231,7 @@ "signature": [ "(score: number) => string" ], - "path": "x-pack/packages/ml/anomaly_utils/get_formatted_severity_score.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_formatted_severity_score.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -247,7 +247,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/anomaly_utils/get_formatted_severity_score.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_formatted_severity_score.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -275,7 +275,7 @@ "text": "MlSeverityType" } ], - "path": "x-pack/packages/ml/anomaly_utils/get_severity.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_severity.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -291,7 +291,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/anomaly_utils/get_severity.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_severity.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -312,7 +312,7 @@ "signature": [ "(normalizedScore: number) => string" ], - "path": "x-pack/packages/ml/anomaly_utils/get_severity_color.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_severity_color.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -328,7 +328,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/anomaly_utils/get_severity_color.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_severity_color.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -356,7 +356,7 @@ "text": "ML_ANOMALY_SEVERITY" } ], - "path": "x-pack/packages/ml/anomaly_utils/get_severity_type.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_severity_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -372,7 +372,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/anomaly_utils/get_severity_type.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/get_severity_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -400,7 +400,7 @@ "text": "MlSeverityType" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -416,7 +416,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -445,7 +445,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -467,7 +467,7 @@ "text": "MlAnomaliesTableRecord" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -488,7 +488,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -504,7 +504,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -535,7 +535,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -557,7 +557,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -586,7 +586,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -608,7 +608,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -629,7 +629,7 @@ "signature": [ "(functionDescription: string) => boolean" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -645,7 +645,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -666,7 +666,7 @@ "signature": [ "(functionDescription: string) => boolean" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -682,7 +682,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -702,7 +702,7 @@ "description": [ "\nDefinition for a pair of aggregation and field name." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -715,7 +715,7 @@ "description": [ "\nThe aggregation definition." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -728,7 +728,7 @@ "description": [ "\nThe field name" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -744,7 +744,7 @@ "signature": [ "{ field: string | null; value: string | null; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -760,7 +760,7 @@ "signature": [ "{ field: string | null; value: string | null; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -776,7 +776,7 @@ "signature": [ "{ field: string | null; value: string | null; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -792,7 +792,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -808,7 +808,7 @@ "description": [ "\nDefinition for a pair of aggregation and field." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -830,7 +830,7 @@ "text": "Aggregation" } ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -852,7 +852,7 @@ "text": "Field" } ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -876,7 +876,7 @@ }, "; value: string | null; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -900,7 +900,7 @@ }, "; value: string | null; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -924,7 +924,7 @@ }, "; value: string | null; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -940,7 +940,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -956,7 +956,7 @@ "description": [ "\nAggregation definition." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -978,7 +978,7 @@ "text": "ML_JOB_AGGREGATION" } ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -991,7 +991,7 @@ "description": [ "\nThe aggregation title." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1014,7 +1014,7 @@ }, " | null" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1037,7 +1037,7 @@ }, " | null" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1053,7 +1053,7 @@ "signature": [ "\"metrics\"" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1069,7 +1069,7 @@ "signature": [ "{ min: string; max: string; }" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1085,7 +1085,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1108,7 +1108,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -1124,7 +1124,7 @@ "description": [ "\nField definition" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1137,7 +1137,7 @@ "description": [ "\nThe field id" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1150,7 +1150,7 @@ "description": [ "\nThe field name" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1172,7 +1172,7 @@ "text": "ES_FIELD_TYPES" } ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1185,7 +1185,7 @@ "description": [ "\nFlag whether the field is aggregatable." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1198,7 +1198,7 @@ "description": [ "\nFlag for counter." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1221,7 +1221,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1244,7 +1244,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -1261,7 +1261,7 @@ "MappingRuntimeField", " | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -1277,7 +1277,7 @@ "description": [ "\nAnomaly table record, representing the fields shown in the ML UI anomalies table." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1290,7 +1290,7 @@ "description": [ "\nThe start time of the interval for which the anomaly data in the table is being aggregated.\nAnomalies in the table are commonly aggregated by day, hour, or at the bucket span of the job." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1312,7 +1312,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1325,7 +1325,7 @@ "description": [ "\nUnique identifier for the table row." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1338,7 +1338,7 @@ "description": [ "\nIdentifier for the anomaly detection job." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1351,7 +1351,7 @@ "description": [ "\nA unique identifier for the detector.\nThis identifier is based on the order of the detectors in the analysis configuration, starting at zero." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1364,7 +1364,7 @@ "description": [ "\nSeverity of the anomaly displaying the anomaly record_score, a normalized score between 0-100,\nwhich is based on the probability of the anomalousness of this record." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1380,7 +1380,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1396,7 +1396,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1412,7 +1412,7 @@ "signature": [ "{ [key: string]: any; }[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1428,7 +1428,7 @@ "signature": [ "number[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1444,7 +1444,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1460,7 +1460,7 @@ "signature": [ "number[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1476,7 +1476,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1492,7 +1492,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1515,7 +1515,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1531,7 +1531,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1547,7 +1547,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1563,7 +1563,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false } @@ -1596,7 +1596,7 @@ "text": "MlAnomaliesTableRecord" } ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1609,7 +1609,7 @@ "description": [ "\nThe detector name." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1625,7 +1625,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false } @@ -1641,7 +1641,7 @@ "description": [ "\nAnomaly record document for categorizer stats." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1657,7 +1657,7 @@ "signature": [ "[key: string]: any" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1670,7 +1670,7 @@ "description": [ "\nThe identifier for the anomaly detection job." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1686,7 +1686,7 @@ "signature": [ "\"categorizer_stats\"" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1702,7 +1702,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1718,7 +1718,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1731,7 +1731,7 @@ "description": [ "\nThe number of documents." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1744,7 +1744,7 @@ "description": [ "\nThe total number of categories." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1757,7 +1757,7 @@ "description": [ "\nThe number of frequent categories." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1770,7 +1770,7 @@ "description": [ "\nThe number of rare categories." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1783,7 +1783,7 @@ "description": [ "\nThe number of dead categories." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1796,7 +1796,7 @@ "description": [ "\nThe number of failed categories." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1812,7 +1812,7 @@ "signature": [ "\"ok\" | \"warn\"" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1825,7 +1825,7 @@ "description": [ "\nThe log time." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1838,7 +1838,7 @@ "description": [ "\nThe start time of the bucket for which these results were calculated." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false } @@ -1854,7 +1854,7 @@ "description": [ "\nAnomaly record document. Records contain the detailed analytical results.\nThey describe the anomalous activity that has been identified in the input data based on the detector configuration." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1870,7 +1870,7 @@ "signature": [ "[key: string]: any" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1883,7 +1883,7 @@ "description": [ "\nThe identifier for the anomaly detection job." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1896,7 +1896,7 @@ "description": [ "\nThe type of the result document, which is 'record' for record level results." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1909,7 +1909,7 @@ "description": [ "\nThe probability of the individual anomaly occurring, in the range 0 to 1.\nThis value can be held to a high precision of over 300 decimal places,\nso the record_score is provided as a human-readable and friendly interpretation of this." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1922,7 +1922,7 @@ "description": [ "\nA normalized score between 0-100, which is based on the probability of the anomalousness of this record.\nUnlike initial_record_score, this value will be updated by a re-normalization process as new data is analyzed." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1935,7 +1935,7 @@ "description": [ "\nA normalized score between 0-100, which is based on the probability of the anomalousness of this record.\nThis is the initial value that was calculated at the time the bucket was processed." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1948,7 +1948,7 @@ "description": [ "\nThe length of the bucket in seconds. This value matches the bucket_span that is specified in the job." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1961,7 +1961,7 @@ "description": [ "\nA unique identifier for the detector. This identifier is based on the order of the detectors\nin the analysis configuration, starting at zero." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1974,7 +1974,7 @@ "description": [ "\nIf true, this is an interim result. In other words, the results are calculated based on partial input data." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1987,7 +1987,7 @@ "description": [ "\nThe start time of the bucket for which these results were calculated." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2003,7 +2003,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2019,7 +2019,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2032,7 +2032,7 @@ "description": [ "\nThe function in which the anomaly occurs, as specified in the detector configuration. For example, max." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2045,7 +2045,7 @@ "description": [ "\nThe description of the function in which the anomaly occurs, as specified in the detector configuration." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2061,7 +2061,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2077,7 +2077,7 @@ "signature": [ "number[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2093,7 +2093,7 @@ "signature": [ "number[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2116,7 +2116,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2132,7 +2132,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2148,7 +2148,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2164,7 +2164,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2180,7 +2180,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2196,7 +2196,7 @@ "signature": [ "{ function: string; function_description: string; probability: number; actual: number[]; typical: number[]; field_name?: string | undefined; over_field_name?: string | undefined; over_field_value?: string | undefined; by_field_name?: string | undefined; by_field_value?: string | undefined; partition_field_name?: string | undefined; partition_field_value?: string | number | undefined; }[] | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2212,7 +2212,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2228,7 +2228,7 @@ "signature": [ "{ anomaly_type?: \"spike\" | \"dip\" | undefined; anomaly_length?: number | undefined; single_bucket_impact?: number | undefined; multi_bucket_impact?: number | undefined; anomaly_characteristics_impact?: number | undefined; lower_confidence_bound?: number | undefined; typical_value?: number | undefined; upper_confidence_bound?: number | undefined; high_variance_penalty?: boolean | undefined; incomplete_bucket_penalty?: boolean | undefined; multimodal_distribution?: boolean | undefined; } | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false } @@ -2261,7 +2261,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2274,7 +2274,7 @@ "description": [ "\nThe `earliest` timestamp." ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false }, @@ -2287,7 +2287,7 @@ "description": [ "\nThe `latest` timestamp." ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false } @@ -2303,7 +2303,7 @@ "description": [ "\nInterface of an entity field" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2316,7 +2316,7 @@ "description": [ "\nThe field name" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false }, @@ -2332,7 +2332,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false }, @@ -2355,7 +2355,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false }, @@ -2378,7 +2378,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false }, @@ -2394,7 +2394,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false } @@ -2410,7 +2410,7 @@ "description": [ "\nInfluencers are the entities that have contributed to, or are to blame for, the anomalies.\nInfluencer results are available only if an influencer_field_name is specified in the job configuration." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2423,7 +2423,7 @@ "description": [ "\nThe field name of the influencer." ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2439,7 +2439,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false } @@ -2465,7 +2465,7 @@ }, " extends BaseUrlConfig" ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2481,7 +2481,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false }, @@ -2495,7 +2495,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false } @@ -2511,7 +2511,7 @@ "description": [ "\nInterface for severity types to be used in ML_ANOMALY_SEVERITY_TYPES." ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_severity.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_severity.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2533,7 +2533,7 @@ "text": "ML_ANOMALY_SEVERITY" } ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_severity.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_severity.ts", "deprecated": false, "trackAdoption": false }, @@ -2546,7 +2546,7 @@ "description": [ "\nTranslated ML_ANOMALY_SEVERITY" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_severity.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_severity.ts", "deprecated": false, "trackAdoption": false } @@ -2562,7 +2562,7 @@ "description": [ "\nJob caps for a new job." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2585,7 +2585,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -2608,7 +2608,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -2624,7 +2624,7 @@ "description": [ "\nJob caps response for a new job." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2647,7 +2647,7 @@ "text": "NewJobCaps" } ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -2665,7 +2665,7 @@ "description": [ "\nEnum for ES aggregatins." ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2679,7 +2679,7 @@ "description": [ "\nEnum for Kibana aggregations." ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2693,7 +2693,7 @@ "description": [ "\nLabels displayed in the ML UI to indicate the severity of the anomaly according\nto the normalized anomaly score." ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_severity.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_severity.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2707,7 +2707,7 @@ "description": [ "\nAnomaly score numeric thresholds to indicate the severity of the anomaly." ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_threshold.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_threshold.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2721,7 +2721,7 @@ "description": [ "\nEnum ML_DETECTOR_RULE_ACTION" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2735,7 +2735,7 @@ "description": [ "\nEnum ML_DETECTOR_RULE_APPLIES_TO" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2749,7 +2749,7 @@ "description": [ "\nEnum ML_DETECTOR_RULE_FILTER_TYPE" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2763,7 +2763,7 @@ "description": [ "\nEnum ML_DETECTOR_RULE_OPERATOR" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2777,7 +2777,7 @@ "description": [ "\nEnum of entity field types" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2791,7 +2791,7 @@ "description": [ "\nEnum for ML job aggregations." ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2810,7 +2810,7 @@ "signature": [ "\"_doc_count\"" ], - "path": "x-pack/packages/ml/anomaly_utils/field_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2833,7 +2833,7 @@ "text": "ML_JOB_AGGREGATION" } ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2850,7 +2850,7 @@ "signature": [ "\"doc_count\"" ], - "path": "x-pack/packages/ml/anomaly_utils/field_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2867,7 +2867,7 @@ "signature": [ "\"__ml_event_rate_count__\"" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2884,7 +2884,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2901,7 +2901,7 @@ "signature": [ "QueryDslQueryContainer" ], - "path": "x-pack/packages/ml/anomaly_utils/es_client.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/es_client.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2918,7 +2918,7 @@ "signature": [ "\"metrics\"" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2935,7 +2935,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2949,7 +2949,7 @@ "description": [ "\nEnum ML_DETECTOR_RULE_PARAMS" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2963,7 +2963,7 @@ "description": [ "\nEnum ML_DETECTOR_RULE_PARAMS_FORCE_TIME_SHIFT" ], - "path": "x-pack/packages/ml/anomaly_utils/detector_rule.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/detector_rule.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2980,7 +2980,7 @@ "signature": [ "\"job_id\"" ], - "path": "x-pack/packages/ml/anomaly_utils/constants.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2997,7 +2997,7 @@ "signature": [ "\"partition_field_value\"" ], - "path": "x-pack/packages/ml/anomaly_utils/constants.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3022,7 +3022,7 @@ }, "; color: string; }[]" ], - "path": "x-pack/packages/ml/anomaly_utils/constants.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3045,7 +3045,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3062,7 +3062,7 @@ "signature": [ "\"bucket\" | \"record\" | \"influencer\"" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3079,7 +3079,7 @@ "signature": [ "\"mlcategory\"" ], - "path": "x-pack/packages/ml/anomaly_utils/field_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3096,7 +3096,7 @@ "signature": [ "\"+\" | \"-\"" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3113,7 +3113,7 @@ "signature": [ "\"partition_field\" | \"over_field\" | \"by_field\"" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3137,7 +3137,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3161,7 +3161,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3178,7 +3178,7 @@ "signature": [ "\"number\" | \"boolean\" | \"unknown\" | \"geo_point\" | \"geo_shape\" | \"ip\" | \"keyword\" | \"text\" | \"date\"" ], - "path": "x-pack/packages/ml/anomaly_utils/field_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3195,7 +3195,7 @@ "signature": [ "\"partition_field\" | \"over_field\" | \"by_field\"" ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3218,7 +3218,7 @@ "text": "MlAnomalyRecordDoc" } ], - "path": "x-pack/packages/ml/anomaly_utils/types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3242,7 +3242,7 @@ }, " | BaseUrlConfig" ], - "path": "x-pack/packages/ml/anomaly_utils/custom_urls.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/custom_urls.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3259,7 +3259,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/anomaly_utils/field_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3284,7 +3284,7 @@ }, ">]; }" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3348,7 +3348,7 @@ }, ".LOW_NON_NULL_SUM" ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3372,7 +3372,7 @@ }, " | null" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3388,7 +3388,7 @@ "description": [ "\nTwo functions for converting aggregation type names.\nML and ES use different names for the same function.\nPossible values for ML aggregation type are (defined in lib/model/CAnomalyDetector.cc):\n count\n distinct_count\n rare\n info_content\n mean\n median\n min\n max\n varp\n sum\n lat_long\n time\nThe input to toES and the output from toML correspond to the value of the\nfunction_description field of anomaly records." ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3404,7 +3404,7 @@ "signature": [ "(oldAggType: string) => string" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3420,7 +3420,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3440,7 +3440,7 @@ "signature": [ "(oldAggType: string) => string" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3456,7 +3456,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -3479,7 +3479,7 @@ "signature": [ "{ readonly BUCKET: \"bucket\"; readonly RECORD: \"record\"; readonly INFLUENCER: \"influencer\"; }" ], - "path": "x-pack/packages/ml/anomaly_utils/constants.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3496,7 +3496,7 @@ "signature": [ "{ readonly ADD: \"+\"; readonly REMOVE: \"-\"; }" ], - "path": "x-pack/packages/ml/anomaly_utils/anomaly_utils.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/anomaly_utils.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3513,7 +3513,7 @@ "signature": [ "{ readonly BOOLEAN: \"boolean\"; readonly DATE: \"date\"; readonly GEO_POINT: \"geo_point\"; readonly GEO_SHAPE: \"geo_shape\"; readonly IP: \"ip\"; readonly KEYWORD: \"keyword\"; readonly NUMBER: \"number\"; readonly TEXT: \"text\"; readonly UNKNOWN: \"unknown\"; }" ], - "path": "x-pack/packages/ml/anomaly_utils/field_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/field_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3530,7 +3530,7 @@ "signature": [ "readonly [\"partition_field\", \"over_field\", \"by_field\"]" ], - "path": "x-pack/packages/ml/anomaly_utils/constants.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3544,7 +3544,7 @@ "description": [ "\nRGB hex codes used to indicate the severity of an anomaly according to its anomaly score." ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3557,7 +3557,7 @@ "description": [ "/**\n * Color used in the UI to indicate a critical anomaly, with a score greater than or equal to 75.\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false }, @@ -3570,7 +3570,7 @@ "description": [ "/**\n * Color used in the UI to indicate a major anomaly, with a score greater than or equal to 50 and less than 75 .\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false }, @@ -3583,7 +3583,7 @@ "description": [ "/**\n * Color used in the UI to indicate a minor anomaly, with a score greater than or equal to 25 and less than 50.\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false }, @@ -3596,7 +3596,7 @@ "description": [ "/**\n * Color used in the UI to indicate a warning anomaly, with a score greater than or equal to 3 and less than 25.\n * Note in some parts of the UI, warning severity is used when the score is greater than or equal to 0.\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false }, @@ -3609,7 +3609,7 @@ "description": [ "/**\n * Color used in some parts of the UI to indicate a low severity anomaly, with a score greater than or equal to 0 and less than 3.\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false }, @@ -3622,7 +3622,7 @@ "description": [ "/**\n * Color used in the UI to indicate an anomaly for which the score is unknown.\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/severity_colors.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/severity_colors.ts", "deprecated": false, "trackAdoption": false } @@ -3638,7 +3638,7 @@ "description": [ "\nDefinition for an ml category." ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -3651,7 +3651,7 @@ "description": [ "/**\n * id `mlcategory` id\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -3664,7 +3664,7 @@ "description": [ "/**\n * name `mlcategory`\n */" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -3687,7 +3687,7 @@ }, ".KEYWORD" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -3703,7 +3703,7 @@ "signature": [ "false" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false }, @@ -3719,7 +3719,7 @@ "signature": [ "false" ], - "path": "x-pack/packages/ml/anomaly_utils/fields.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/fields.ts", "deprecated": false, "trackAdoption": false } @@ -3786,7 +3786,7 @@ }, ".LOW_NON_NULL_SUM]" ], - "path": "x-pack/packages/ml/anomaly_utils/aggregation_types.ts", + "path": "x-pack/platform/packages/shared/ml/anomaly_utils/aggregation_types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_anomaly_utils.mdx b/api_docs/kbn_ml_anomaly_utils.mdx index 1e1c9a6434285..4db52f230beba 100644 --- a/api_docs/kbn_ml_anomaly_utils.mdx +++ b/api_docs/kbn_ml_anomaly_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-anomaly-utils title: "@kbn/ml-anomaly-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-anomaly-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-anomaly-utils'] --- import kbnMlAnomalyUtilsObj from './kbn_ml_anomaly_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_cancellable_search.devdocs.json b/api_docs/kbn_ml_cancellable_search.devdocs.json index 0cb4441ffc548..583e489c63547 100644 --- a/api_docs/kbn_ml_cancellable_search.devdocs.json +++ b/api_docs/kbn_ml_cancellable_search.devdocs.json @@ -53,7 +53,7 @@ }, ">(requestBody: RequestBody, options?: {}) => Promise; cancelRequest: () => void; isLoading: boolean; }" ], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -73,7 +73,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -91,7 +91,7 @@ "tags": [], "label": "UseCancellableSearch", "description": [], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -121,7 +121,7 @@ }, ">(requestBody: RequestBody, options?: object | undefined) => Promise" ], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,7 +135,7 @@ "signature": [ "RequestBody" ], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -150,7 +150,7 @@ "signature": [ "object | undefined" ], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -168,7 +168,7 @@ "signature": [ "() => void" ], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -181,7 +181,7 @@ "tags": [], "label": "isLoading", "description": [], - "path": "x-pack/packages/ml/cancellable_search/src/use_cancellable_search.ts", + "path": "x-pack/platform/packages/private/ml/cancellable_search/src/use_cancellable_search.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ml_cancellable_search.mdx b/api_docs/kbn_ml_cancellable_search.mdx index 6ab3d1cbc0505..8f2d2ccdf2544 100644 --- a/api_docs/kbn_ml_cancellable_search.mdx +++ b/api_docs/kbn_ml_cancellable_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-cancellable-search title: "@kbn/ml-cancellable-search" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-cancellable-search plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-cancellable-search'] --- import kbnMlCancellableSearchObj from './kbn_ml_cancellable_search.devdocs.json'; diff --git a/api_docs/kbn_ml_category_validator.devdocs.json b/api_docs/kbn_ml_category_validator.devdocs.json index 701517ae7cecc..6d3bdd64b51dc 100644 --- a/api_docs/kbn_ml_category_validator.devdocs.json +++ b/api_docs/kbn_ml_category_validator.devdocs.json @@ -95,7 +95,7 @@ }, "[]; }[]; }>; }" ], - "path": "x-pack/packages/ml/category_validator/src/examples.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/src/examples.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -117,7 +117,7 @@ "text": "IScopedClusterClient" } ], - "path": "x-pack/packages/ml/category_validator/src/examples.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/src/examples.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -137,7 +137,7 @@ "description": [ "\nField example for a category." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ "description": [ "\nThe text of the field example." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -173,7 +173,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false } @@ -189,7 +189,7 @@ "description": [ "\nResult of a field example check." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -211,7 +211,7 @@ "text": "VALIDATION_RESULT" } ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -233,7 +233,7 @@ "text": "CATEGORY_EXAMPLES_VALIDATION_STATUS" } ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -246,7 +246,7 @@ "description": [ "\nThe message associated with the validation result." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false } @@ -262,7 +262,7 @@ "description": [ "\nValidation results for a specific field." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -287,7 +287,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -302,7 +302,7 @@ "description": [ "\nThe total number of examples used for validation." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -326,7 +326,7 @@ "text": "CATEGORY_EXAMPLES_VALIDATION_STATUS" } ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -351,7 +351,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false } @@ -367,7 +367,7 @@ "description": [ "\nToken" ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -380,7 +380,7 @@ "description": [ "\nThe token string." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -393,7 +393,7 @@ "description": [ "\nThe starting offset of the token." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -406,7 +406,7 @@ "description": [ "\nThe ending offset of the token." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -419,7 +419,7 @@ "description": [ "\nThe type of the token." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false }, @@ -432,7 +432,7 @@ "description": [ "\nThe position of the token." ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false } @@ -450,7 +450,7 @@ "description": [ "\nEnum representing the validation status of category examples." ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -464,7 +464,7 @@ "description": [ "\nEnum representing the validation results for field examples." ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -484,7 +484,7 @@ "MlCategorizationAnalyzerDefinition", " & { analyzer?: string | undefined; }" ], - "path": "x-pack/packages/ml/category_validator/common/types/categories.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/types/categories.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -501,7 +501,7 @@ "signature": [ "0.02" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -518,7 +518,7 @@ "signature": [ "1000" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -535,7 +535,7 @@ "signature": [ "0.75" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -552,7 +552,7 @@ "signature": [ "400" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -569,7 +569,7 @@ "signature": [ "0.75" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -586,7 +586,7 @@ "signature": [ "3" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -602,7 +602,7 @@ "description": [ "\nDescription for each validation result." ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -615,7 +615,7 @@ "description": [ "/**\n * Examples were successfully loaded.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false }, @@ -628,7 +628,7 @@ "description": [ "/**\n * The loaded examples were tokenized successfully.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false }, @@ -641,7 +641,7 @@ "description": [ "/**\n * More than {tokenCount} tokens per example were found in over {percentage}% of the loaded examples.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false }, @@ -654,7 +654,7 @@ "description": [ "/**\n * The median line length of the loaded examples was less than {medianCharCount} characters.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false }, @@ -667,7 +667,7 @@ "description": [ "/**\n * Less than {percentage}% of the loaded examples were null.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false }, @@ -680,7 +680,7 @@ "description": [ "/**\n * Less than 10000 tokens were found in total in the loaded examples.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false }, @@ -693,7 +693,7 @@ "description": [ "/**\n * The user has sufficient privileges to perform the checks.\n */" ], - "path": "x-pack/packages/ml/category_validator/common/constants/categorization.ts", + "path": "x-pack/platform/packages/private/ml/category_validator/common/constants/categorization.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ml_category_validator.mdx b/api_docs/kbn_ml_category_validator.mdx index 9254930ffca25..57f44e3457aa2 100644 --- a/api_docs/kbn_ml_category_validator.mdx +++ b/api_docs/kbn_ml_category_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-category-validator title: "@kbn/ml-category-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-category-validator plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-category-validator'] --- import kbnMlCategoryValidatorObj from './kbn_ml_category_validator.devdocs.json'; diff --git a/api_docs/kbn_ml_chi2test.devdocs.json b/api_docs/kbn_ml_chi2test.devdocs.json index d5adcc897813f..80dcaa156ee1d 100644 --- a/api_docs/kbn_ml_chi2test.devdocs.json +++ b/api_docs/kbn_ml_chi2test.devdocs.json @@ -47,7 +47,7 @@ }, "[]) => number" ], - "path": "x-pack/packages/ml/chi2test/compute_chi_2_pvalue.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/compute_chi_2_pvalue.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -70,7 +70,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/chi2test/compute_chi_2_pvalue.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/compute_chi_2_pvalue.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -94,7 +94,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/chi2test/compute_chi_2_pvalue.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/compute_chi_2_pvalue.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -119,7 +119,7 @@ "signature": [ "(chi2Statistic: number, df: number) => number" ], - "path": "x-pack/packages/ml/chi2test/critical_table_lookup.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/critical_table_lookup.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -135,7 +135,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/chi2test/critical_table_lookup.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/critical_table_lookup.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -152,7 +152,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/chi2test/critical_table_lookup.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/critical_table_lookup.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -174,7 +174,7 @@ "description": [ "\nInterface for the Histogram type used by computeChi2PValue." ], - "path": "x-pack/packages/ml/chi2test/types.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -187,7 +187,7 @@ "description": [ "\nThe doc count." ], - "path": "x-pack/packages/ml/chi2test/types.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/types.ts", "deprecated": false, "trackAdoption": false }, @@ -203,7 +203,7 @@ "signature": [ "string | number" ], - "path": "x-pack/packages/ml/chi2test/types.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/types.ts", "deprecated": false, "trackAdoption": false }, @@ -219,7 +219,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/chi2test/types.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/types.ts", "deprecated": false, "trackAdoption": false } @@ -241,7 +241,7 @@ "signature": [ "number[][]" ], - "path": "x-pack/packages/ml/chi2test/constants.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -258,7 +258,7 @@ "signature": [ "number[]" ], - "path": "x-pack/packages/ml/chi2test/constants.ts", + "path": "x-pack/platform/packages/shared/ml/chi2test/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_chi2test.mdx b/api_docs/kbn_ml_chi2test.mdx index 133915f875ab9..f5ccbecdde615 100644 --- a/api_docs/kbn_ml_chi2test.mdx +++ b/api_docs/kbn_ml_chi2test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-chi2test title: "@kbn/ml-chi2test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-chi2test plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-chi2test'] --- import kbnMlChi2testObj from './kbn_ml_chi2test.devdocs.json'; diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.devdocs.json b/api_docs/kbn_ml_data_frame_analytics_utils.devdocs.json index f4789fd7cf81b..df92540b4065d 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.devdocs.json +++ b/api_docs/kbn_ml_data_frame_analytics_utils.devdocs.json @@ -40,7 +40,7 @@ "text": "DataFrameAnalysisConfigType" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -56,7 +56,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -79,7 +79,7 @@ "MlDataframeAnalysisContainer", ") => string" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -95,7 +95,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -118,7 +118,7 @@ "MlDataframeAnalysisContainer", ") => string" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -134,7 +134,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -157,7 +157,7 @@ "MlDataframeAnalysisContainer", ") => number | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/get_num_top_classes.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/get_num_top_classes.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -173,7 +173,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/get_num_top_classes.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/get_num_top_classes.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -196,7 +196,7 @@ "MlDataframeAnalysisContainer", ") => number | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/get_num_top_feature_importance_values.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/get_num_top_feature_importance_values.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -212,7 +212,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/get_num_top_feature_importance_values.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/get_num_top_feature_importance_values.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -235,7 +235,7 @@ "MlDataframeAnalysisContainer", ") => string | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -251,7 +251,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,7 +274,7 @@ "MlDataframeAnalysisContainer", ") => number | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -290,7 +290,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -318,7 +318,7 @@ "text": "ClassificationAnalysis" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -334,7 +334,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -355,7 +355,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -371,7 +371,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -392,7 +392,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -408,7 +408,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -429,7 +429,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -445,7 +445,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -473,7 +473,7 @@ "text": "OutlierAnalysis" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -489,7 +489,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -517,7 +517,7 @@ "text": "RegressionAnalysis" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -533,7 +533,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/analytics_utils.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/analytics_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -554,7 +554,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -570,7 +570,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -591,7 +591,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -607,7 +607,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -636,7 +636,7 @@ }, ") => number" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -652,7 +652,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -669,7 +669,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -692,7 +692,7 @@ "text": "DataFrameAnalyticsConfig" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -712,7 +712,7 @@ "description": [ "\nInterface for an edge element for the map view" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -728,7 +728,7 @@ "signature": [ "{ id: string; source: string; target: string; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -744,7 +744,7 @@ "description": [ "\nInterface for a node element for the map view" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -760,7 +760,7 @@ "signature": [ "{ id: string; label: string; type: string; analysisType?: string | undefined; isRoot?: boolean | undefined; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -776,7 +776,7 @@ "description": [ "\nInterface for DFA map return type" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -799,7 +799,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -815,7 +815,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -831,7 +831,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -847,7 +847,7 @@ "description": [ "\nES result class feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -863,7 +863,7 @@ "signature": [ "string | number | boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -876,7 +876,7 @@ "description": [ "\nThe importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -892,7 +892,7 @@ "description": [ "\nES result for class feature importance summary" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -908,7 +908,7 @@ "signature": [ "string | number | boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -924,7 +924,7 @@ "signature": [ "{ max: number; min: number; mean_magnitude: number; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -940,7 +940,7 @@ "description": [ "\nInterface for classification job configuation" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -956,7 +956,7 @@ "signature": [ "[key: string]: Classification" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -972,7 +972,7 @@ "signature": [ "Classification" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -988,7 +988,7 @@ "description": [ "\nInterface for classification evaluate response" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1020,7 +1020,7 @@ }, "[] | undefined; value: number; } | undefined; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1036,7 +1036,7 @@ "description": [ "\nBaseline interface for ES result classification feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1059,7 +1059,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1075,7 +1075,7 @@ "description": [ "\nES result classification total feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1088,7 +1088,7 @@ "description": [ "\nThe feature name" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1111,7 +1111,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1127,7 +1127,7 @@ "description": [ "\nInterface for confusion matrix" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1140,7 +1140,7 @@ "description": [ "\nActual class" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1153,7 +1153,7 @@ "description": [ "\nActual class doc count" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1176,7 +1176,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1189,7 +1189,7 @@ "description": [ "\nDoc count of other predicted classes" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1217,7 +1217,7 @@ "MlDataframeAnalyticsSummary", ", \"analyzed_fields\">" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1234,7 +1234,7 @@ "MlDataframeAnalysisAnalyzedFields", " | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1257,7 +1257,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1273,7 +1273,7 @@ "description": [ "\nMeta data for a DFA job" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1296,7 +1296,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1312,7 +1312,7 @@ "signature": [ "[key: string]: any" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1340,7 +1340,7 @@ "MlDataframeAnalytics", ", \"state\">" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1356,7 +1356,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1373,7 +1373,7 @@ "\"analyzing\" | \"reindexing\" | ", "MlDataframeState" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1389,7 +1389,7 @@ "description": [ "\nInterface for DFA API response for deletion status" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1402,7 +1402,7 @@ "description": [ "\nSuccess" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1421,7 +1421,7 @@ "Boom", " | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1437,7 +1437,7 @@ "description": [ "\nInterface for evalute metrics" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1453,7 +1453,7 @@ "signature": [ "{ accuracy?: object | undefined; recall?: object | undefined; multiclass_confusion_matrix?: object | undefined; auc_roc?: { include_curve: boolean; class_name: string; } | undefined; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1469,7 +1469,7 @@ "signature": [ "{ r_squared: object; mse: object; msle: object; huber: object; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1485,7 +1485,7 @@ "description": [ "\nES result feature importance interface\nTODO We should separate the interface because classes/importance\nisn't both optional but either/or." ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1498,7 +1498,7 @@ "description": [ "\nThe feature name" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1521,7 +1521,7 @@ }, "[] | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1537,7 +1537,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1553,7 +1553,7 @@ "description": [ "\nBaseline interface for ES result feature importance class" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1569,7 +1569,7 @@ "signature": [ "string | number | boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1582,7 +1582,7 @@ "description": [ "\nBaseline" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1610,7 +1610,7 @@ "MlDataframeAnalyticsFieldSelection", ", \"mapping_types\">" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1628,7 +1628,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1644,7 +1644,7 @@ "description": [ "\nInterface for outlier analysis job configuation" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1660,7 +1660,7 @@ "signature": [ "[key: string]: {}" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1676,7 +1676,7 @@ "signature": [ "{ compute_feature_influence?: boolean | undefined; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1692,7 +1692,7 @@ "description": [ "\nInterface for predicted class" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1705,7 +1705,7 @@ "description": [ "\nPredicted class" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1718,7 +1718,7 @@ "description": [ "\nCount" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1734,7 +1734,7 @@ "description": [ "\nInterface for regression analysis job configuation" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1750,7 +1750,7 @@ "signature": [ "[key: string]: Regression" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1766,7 +1766,7 @@ "signature": [ "Regression" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1782,7 +1782,7 @@ "description": [ "\nBaseline interface for ES result regression feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1795,7 +1795,7 @@ "description": [ "\nBaseline" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1811,7 +1811,7 @@ "description": [ "\nES result regression feature importance summary" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1824,7 +1824,7 @@ "description": [ "\nMax feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1837,7 +1837,7 @@ "description": [ "\nMin feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1850,7 +1850,7 @@ "description": [ "\nMean magnitude" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1866,7 +1866,7 @@ "description": [ "\nES result for regression total feature importance" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1879,7 +1879,7 @@ "description": [ "\nFeature name" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -1901,7 +1901,7 @@ "text": "RegressionFeatureImportanceSummary" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -1917,7 +1917,7 @@ "description": [ "\nData item for ROC curve" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1930,7 +1930,7 @@ "description": [ "\nFPR" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1943,7 +1943,7 @@ "description": [ "\nThreshold" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1956,7 +1956,7 @@ "description": [ "\nTPR" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -1972,7 +1972,7 @@ "description": [ "\nES result top class interface" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1988,7 +1988,7 @@ "signature": [ "string | number | boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -2001,7 +2001,7 @@ "description": [ "\nThe class probability" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false }, @@ -2014,7 +2014,7 @@ "description": [ "\nThe class score" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false } @@ -2030,7 +2030,7 @@ "description": [ "\nInterface for a search response's track total hits option" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2046,7 +2046,7 @@ "signature": [ "{ total: { value: number; relation: string; }; hits: any[]; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2062,7 +2062,7 @@ "description": [ "\nInterface for a requect object to update a DFA job" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2078,7 +2078,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2094,7 +2094,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2110,7 +2110,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2126,7 +2126,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2149,7 +2149,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -2167,7 +2167,7 @@ "description": [ "\nEnum for a DFA configuration's advanced fields" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2181,7 +2181,7 @@ "description": [ "\nEnum for a DFA configuration's outlier analysis method" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2200,7 +2200,7 @@ "signature": [ "MlDataframeAnalysisContainer" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2217,7 +2217,7 @@ "signature": [ "\"outlier_detection\" | \"regression\" | \"classification\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2234,7 +2234,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2252,7 +2252,7 @@ "\"analyzing\" | \"reindexing\" | ", "MlDataframeState" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2269,7 +2269,7 @@ "signature": [ "8" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2286,7 +2286,7 @@ "signature": [ "\"ml\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2303,7 +2303,7 @@ "signature": [ "MlExplainDataFrameAnalyticsResponse" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2320,7 +2320,7 @@ "signature": [ "\"feature_importance\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2337,7 +2337,7 @@ "signature": [ "\"feature_influence\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2368,7 +2368,7 @@ "text": "RegressionFeatureImportanceBaseline" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2385,7 +2385,7 @@ "signature": [ "string | number | boolean" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2402,7 +2402,7 @@ "signature": [ "MlDataframeAnalysisFeatureProcessor" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2419,7 +2419,7 @@ "signature": [ "\"index\" | \"transform\" | \"analytics\" | \"analytics-job-missing\" | \"trainedModel\" | \"ingestPipeline\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2450,7 +2450,7 @@ "text": "AnalyticsMapNodeElement" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2467,7 +2467,7 @@ "signature": [ "\"ml__id_copy\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2484,7 +2484,7 @@ "signature": [ "\"ml__incremental_id\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2501,7 +2501,7 @@ "signature": [ "0" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2518,7 +2518,7 @@ "signature": [ "\"outlier_score\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2535,7 +2535,7 @@ "signature": [ "\"top_classes\"" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2559,7 +2559,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2590,7 +2590,7 @@ "text": "RegressionTotalFeatureImportance" } ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/feature_importance.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/feature_importance.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2607,7 +2607,7 @@ "signature": [ "100" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2624,7 +2624,7 @@ "signature": [ "1" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2643,7 +2643,7 @@ "signature": [ "{ readonly OUTLIER_DETECTION: \"outlier_detection\"; readonly REGRESSION: \"regression\"; readonly CLASSIFICATION: \"classification\"; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2668,7 +2668,7 @@ }, ">" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2685,7 +2685,7 @@ "signature": [ "{ readonly ANALYZING: \"analyzing\"; readonly FAILED: \"failed\"; readonly REINDEXING: \"reindexing\"; readonly STARTED: \"started\"; readonly STARTING: \"starting\"; readonly STOPPED: \"stopped\"; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2710,7 +2710,7 @@ }, ">" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/fields.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/fields.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2727,7 +2727,7 @@ "signature": [ "{ readonly FILE_DATA_VISUALIZER: \"file-data-visualizer\"; readonly DATA_FRAME_ANALYTICS: \"data-frame-analytics\"; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2744,7 +2744,7 @@ "signature": [ "{ readonly ANALYTICS: \"analytics\"; readonly ANALYTICS_JOB_MISSING: \"analytics-job-missing\"; readonly TRANSFORM: \"transform\"; readonly INDEX: \"index\"; readonly TRAINED_MODEL: \"trainedModel\"; readonly INGEST_PIPELINE: \"ingestPipeline\"; }" ], - "path": "x-pack/packages/ml/data_frame_analytics_utils/src/constants.ts", + "path": "x-pack/platform/packages/private/ml/data_frame_analytics_utils/src/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_data_frame_analytics_utils.mdx b/api_docs/kbn_ml_data_frame_analytics_utils.mdx index 6439f3f35f132..b0c26c2b62916 100644 --- a/api_docs/kbn_ml_data_frame_analytics_utils.mdx +++ b/api_docs/kbn_ml_data_frame_analytics_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-frame-analytics-utils title: "@kbn/ml-data-frame-analytics-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-frame-analytics-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-frame-analytics-utils'] --- import kbnMlDataFrameAnalyticsUtilsObj from './kbn_ml_data_frame_analytics_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_data_grid.devdocs.json b/api_docs/kbn_ml_data_grid.devdocs.json index 4d91bcddd3971..fdbaeb1925ba6 100644 --- a/api_docs/kbn_ml_data_grid.devdocs.json +++ b/api_docs/kbn_ml_data_grid.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "React.FunctionComponent" ], - "path": "x-pack/packages/ml/data_grid/components/data_grid.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/components/data_grid.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -89,7 +89,7 @@ "MappingRuntimeFieldType", " | undefined) => string | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -115,7 +115,7 @@ "MappingRuntimeFieldType", " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -146,7 +146,7 @@ }, " | undefined) => string | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -169,7 +169,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -200,7 +200,7 @@ }, ", resultsField: string) => { id: string; schema: string | undefined; isSortable: boolean; }[]" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -222,7 +222,7 @@ "text": "FieldTypes" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -239,7 +239,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -278,7 +278,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -300,7 +300,7 @@ "text": "DataGridItem" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -317,7 +317,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -334,7 +334,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -365,7 +365,7 @@ }, ") => string[]" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -387,7 +387,7 @@ "text": "DataView" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -418,7 +418,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_grid/hooks/use_column_chart.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_column_chart.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -434,7 +434,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_grid/hooks/use_column_chart.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_column_chart.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -455,7 +455,7 @@ "signature": [ "(obj: unknown, sortId: string) => any" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -471,7 +471,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -488,7 +488,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -509,7 +509,7 @@ "signature": [ "(originalObj: object, omitBy?: ((key: string) => boolean) | undefined) => { [key: string]: any; }" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -525,7 +525,7 @@ "signature": [ "object" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -542,7 +542,7 @@ "signature": [ "((key: string) => boolean) | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -580,7 +580,7 @@ "text": "TopClasses" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -602,7 +602,7 @@ "text": "DataGridItem" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -619,7 +619,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -649,7 +649,7 @@ "text": "NumericChartData" } ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -665,7 +665,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -693,7 +693,7 @@ "text": "OrdinalChartData" } ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -709,7 +709,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -737,7 +737,7 @@ "text": "UnsupportedChartData" } ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -753,7 +753,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -782,7 +782,7 @@ }, "[]) => (a: any, b: any, sortingColumnIndex?: number) => number" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -805,7 +805,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -836,7 +836,7 @@ }, ") => void" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -852,7 +852,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -875,7 +875,7 @@ "text": "IToasts" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -905,7 +905,7 @@ "text": "UseDataGridReturnType" } ], - "path": "x-pack/packages/ml/data_grid/hooks/use_data_grid.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_data_grid.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -922,7 +922,7 @@ "EuiDataGridColumn", "[]" ], - "path": "x-pack/packages/ml/data_grid/hooks/use_data_grid.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_data_grid.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -939,7 +939,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/data_grid/hooks/use_data_grid.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_data_grid.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -956,7 +956,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/data_grid/hooks/use_data_grid.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_data_grid.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -973,7 +973,7 @@ "signature": [ "((id: string) => boolean) | undefined" ], - "path": "x-pack/packages/ml/data_grid/hooks/use_data_grid.tsx", + "path": "x-pack/platform/packages/private/ml/data_grid/hooks/use_data_grid.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1029,7 +1029,7 @@ "text": "RenderCellValue" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1052,7 +1052,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1071,7 +1071,7 @@ "EuiDataGridPaginationProps", ", \"pageSize\" | \"pageIndex\">>" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1095,7 +1095,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -1112,7 +1112,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1139,7 +1139,7 @@ "EuiDataGridSetCellProps", ") => void) => void) | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1161,7 +1161,7 @@ "description": [ "\nRecord of ES field types." ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1182,7 +1182,7 @@ "text": "ES_FIELD_TYPES" } ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false } @@ -1198,7 +1198,7 @@ "description": [ "\nInterface definition for multi column sorter" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1211,7 +1211,7 @@ "description": [ "\nThe id." ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false }, @@ -1227,7 +1227,7 @@ "signature": [ "\"asc\" | \"desc\"" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false }, @@ -1240,7 +1240,7 @@ "description": [ "\nThe type of the sorter." ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false } @@ -1256,7 +1256,7 @@ "description": [ "\nRepresents numeric chart data." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1279,7 +1279,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1292,7 +1292,7 @@ "description": [ "\nIdentifier of the chart." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1305,7 +1305,7 @@ "description": [ "\nInterval value." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1321,7 +1321,7 @@ "signature": [ "[number, number]" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1337,7 +1337,7 @@ "signature": [ "\"numeric\"" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false } @@ -1353,7 +1353,7 @@ "description": [ "\nRepresents a numeric data item." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1366,7 +1366,7 @@ "description": [ "\nNumeric key." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1382,7 +1382,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1395,7 +1395,7 @@ "description": [ "\nNumber of documents." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false } @@ -1411,7 +1411,7 @@ "description": [ "\nRepresents ordinal chart data." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1424,7 +1424,7 @@ "description": [ "\nCardinality value." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1447,7 +1447,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1460,7 +1460,7 @@ "description": [ "\nIdentifier of the chart." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1476,7 +1476,7 @@ "signature": [ "\"boolean\" | \"ordinal\"" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false } @@ -1492,7 +1492,7 @@ "description": [ "\nRepresents an ordinal data item." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1505,7 +1505,7 @@ "description": [ "\nKey." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1521,7 +1521,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1534,7 +1534,7 @@ "description": [ "\nNumber of documents." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false } @@ -1550,7 +1550,7 @@ "description": [ "\nInformation about the row count." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1563,7 +1563,7 @@ "description": [ "\nRow count." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1580,7 +1580,7 @@ "SearchTotalHitsRelation", " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -1596,7 +1596,7 @@ "description": [ "\nRepresents unsupported chart data." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1609,7 +1609,7 @@ "description": [ "\nIdentifier of the chart." ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false }, @@ -1625,7 +1625,7 @@ "signature": [ "\"unsupported\"" ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false } @@ -1641,7 +1641,7 @@ "description": [ "\nReturn type of the `useDataGrid` custom hook." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1654,7 +1654,7 @@ "description": [ "\nBoolean flag for CCS warning." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1670,7 +1670,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1683,7 +1683,7 @@ "description": [ "\nBoolean flag for charts button visibily." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1700,7 +1700,7 @@ "EuiDataGridColumn", "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1713,7 +1713,7 @@ "description": [ "\nError message." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1729,7 +1729,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1742,7 +1742,7 @@ "description": [ "\nNo data message." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1758,7 +1758,7 @@ "signature": [ "(pageSize: number) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1770,7 +1770,7 @@ "tags": [], "label": "pageSize", "description": [], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -1788,7 +1788,7 @@ "signature": [ "(pageIndex: number) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1800,7 +1800,7 @@ "tags": [], "label": "pageIndex", "description": [], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -1818,7 +1818,7 @@ "signature": [ "(sortSettings: SortSettings) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1833,7 +1833,7 @@ "signature": [ "{ id: string; direction: \"asc\" | \"desc\"; }[]" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -1851,7 +1851,7 @@ "signature": [ "{ pageSize: number; pageIndex: number; }" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1867,7 +1867,7 @@ "signature": [ "() => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -1882,7 +1882,7 @@ "description": [ "\nRow count." ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1899,7 +1899,7 @@ "SearchTotalHitsRelation", " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1915,7 +1915,7 @@ "signature": [ "(value: React.SetStateAction) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1956,7 +1956,7 @@ }, "[]>) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -1989,7 +1989,7 @@ "signature": [ "(value: React.SetStateAction) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2022,7 +2022,7 @@ "signature": [ "(value: React.SetStateAction) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2057,7 +2057,7 @@ "EuiDataGridPaginationProps", ", \"pageSize\" | \"pageIndex\">>>) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2098,7 +2098,7 @@ }, ") => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2118,7 +2118,7 @@ "text": "RowCountInfo" } ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -2140,7 +2140,7 @@ "EuiDataGridColumnSortingConfig", "[]>) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2181,7 +2181,7 @@ }, ">) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2222,7 +2222,7 @@ }, "[]>) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2255,7 +2255,7 @@ "signature": [ "(value: React.SetStateAction) => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2289,7 +2289,7 @@ "EuiDataGridColumnSortingConfig", "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2311,7 +2311,7 @@ "text": "INDEX_STATUS" } ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2334,7 +2334,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2350,7 +2350,7 @@ "signature": [ "() => void" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2368,7 +2368,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2391,7 +2391,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2407,7 +2407,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2423,7 +2423,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -2457,7 +2457,7 @@ }, ", \"status\" | \"ccsWarning\" | \"rowCount\" | \"errorMessage\" | \"baseline\" | \"pagination\" | \"chartsVisible\" | \"chartsButtonVisible\" | \"columnsWithCharts\" | \"invalidSortingColumnns\" | \"noDataMessage\" | \"onChangeItemsPerPage\" | \"onChangePage\" | \"onSort\" | \"setPagination\" | \"setVisibleColumns\" | \"rowCountRelation\" | \"sortingColumns\" | \"tableItems\" | \"toggleChartVisibility\" | \"visibleColumns\" | \"predictionFieldName\" | \"resultsField\">" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2473,7 +2473,7 @@ "signature": [ "(options: CellValue) => any" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2488,7 +2488,7 @@ "signature": [ "CellValue" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -2506,7 +2506,7 @@ "signature": [ "string[] | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false }, @@ -2529,7 +2529,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -2547,7 +2547,7 @@ "description": [ "\nEnum for index status" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2588,7 +2588,7 @@ "text": "UnsupportedChartData" } ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2619,7 +2619,7 @@ "text": "OrdinalDataItem" } ], - "path": "x-pack/packages/ml/data_grid/lib/field_histograms.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/field_histograms.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2636,7 +2636,7 @@ "signature": [ "{ [x: string]: any; }" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2653,7 +2653,7 @@ "signature": [ "Dictionary<{ order: \"asc\" | \"desc\"; }>" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2670,7 +2670,7 @@ "signature": [ "{ pageSize: number; pageIndex: number; }" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2687,7 +2687,7 @@ "signature": [ "10" ], - "path": "x-pack/packages/ml/data_grid/lib/common.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/common.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2704,7 +2704,7 @@ "signature": [ "(options: CellValue) => any" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -2721,7 +2721,7 @@ "signature": [ "CellValue" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false } @@ -2741,7 +2741,7 @@ "SearchTotalHitsRelation", " | undefined" ], - "path": "x-pack/packages/ml/data_grid/lib/types.ts", + "path": "x-pack/platform/packages/private/ml/data_grid/lib/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_data_grid.mdx b/api_docs/kbn_ml_data_grid.mdx index 0d290df831643..dcd567834c179 100644 --- a/api_docs/kbn_ml_data_grid.mdx +++ b/api_docs/kbn_ml_data_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-data-grid title: "@kbn/ml-data-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-data-grid plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-data-grid'] --- import kbnMlDataGridObj from './kbn_ml_data_grid.devdocs.json'; diff --git a/api_docs/kbn_ml_date_picker.devdocs.json b/api_docs/kbn_ml_date_picker.devdocs.json index d43a34799b5ba..299b01cd41d79 100644 --- a/api_docs/kbn_ml_date_picker.devdocs.json +++ b/api_docs/kbn_ml_date_picker.devdocs.json @@ -25,7 +25,7 @@ }, ">) => React.JSX.Element" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -49,7 +49,7 @@ }, ">" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -74,7 +74,7 @@ "signature": [ "(props: DatePickerWrapperProps) => React.JSX.Element | null" ], - "path": "x-pack/packages/ml/date_picker/src/components/date_picker_wrapper.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/date_picker_wrapper.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -90,7 +90,7 @@ "signature": [ "DatePickerWrapperProps" ], - "path": "x-pack/packages/ml/date_picker/src/components/date_picker_wrapper.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/date_picker_wrapper.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -123,7 +123,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -145,7 +145,7 @@ "text": "FullTimeRangeSelectorProps" } ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -176,7 +176,7 @@ }, ">" ], - "path": "x-pack/packages/ml/date_picker/src/services/time_field_range.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/time_field_range.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -192,7 +192,7 @@ "signature": [ "GetTimeFieldRangeOptions" ], - "path": "x-pack/packages/ml/date_picker/src/services/time_field_range.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/time_field_range.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -230,7 +230,7 @@ "text": "TimeRange" } ], - "path": "x-pack/packages/ml/date_picker/src/services/full_time_range_selector_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/full_time_range_selector_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -252,7 +252,7 @@ "text": "TimefilterContract" } ], - "path": "x-pack/packages/ml/date_picker/src/services/full_time_range_selector_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/full_time_range_selector_service.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -283,7 +283,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_timefilter.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_timefilter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -309,7 +309,7 @@ "text": "RefreshInterval" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_timefilter.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_timefilter.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -337,7 +337,7 @@ "text": "TimefilterContract" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_timefilter.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_timefilter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -353,7 +353,7 @@ "signature": [ "UseTimefilterOptions" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_timefilter.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_timefilter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -383,7 +383,7 @@ "text": "TimeRange" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_timefilter.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_timefilter.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -399,7 +399,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_timefilter.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_timefilter.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -421,7 +421,7 @@ "description": [ "\nDate Picker Dependencies to be passed on via `DatePickerContextProvider`." ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -443,7 +443,7 @@ "text": "DataPublicPluginStart" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -465,7 +465,7 @@ "text": "HttpSetup" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -487,7 +487,7 @@ "text": "NotificationsSetup" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -509,7 +509,7 @@ "text": "ThemeServiceSetup" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -531,7 +531,7 @@ "text": "IUiSettingsClient" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -547,7 +547,7 @@ "signature": [ "{ readonly META_FIELDS: \"metaFields\"; readonly DOC_HIGHLIGHT: \"doc_table:highlight\"; readonly QUERY_STRING_OPTIONS: \"query:queryString:options\"; readonly QUERY_ALLOW_LEADING_WILDCARDS: \"query:allowLeadingWildcards\"; readonly SEARCH_QUERY_LANGUAGE: \"search:queryLanguage\"; readonly SORT_OPTIONS: \"sort:options\"; readonly COURIER_IGNORE_FILTER_IF_FIELD_NOT_IN_INDEX: \"courier:ignoreFilterIfFieldNotInIndex\"; readonly COURIER_SET_REQUEST_PREFERENCE: \"courier:setRequestPreference\"; readonly COURIER_CUSTOM_REQUEST_PREFERENCE: \"courier:customRequestPreference\"; readonly COURIER_MAX_CONCURRENT_SHARD_REQUESTS: \"courier:maxConcurrentShardRequests\"; readonly SEARCH_INCLUDE_FROZEN: \"search:includeFrozen\"; readonly SEARCH_TIMEOUT: \"search:timeout\"; readonly HISTOGRAM_BAR_TARGET: \"histogram:barTarget\"; readonly HISTOGRAM_MAX_BARS: \"histogram:maxBars\"; readonly HISTORY_LIMIT: \"history:limit\"; readonly TIMEPICKER_REFRESH_INTERVAL_DEFAULTS: \"timepicker:refreshIntervalDefaults\"; readonly TIMEPICKER_QUICK_RANGES: \"timepicker:quickRanges\"; readonly TIMEPICKER_TIME_DEFAULTS: \"timepicker:timeDefaults\"; readonly FILTERS_PINNED_BY_DEFAULT: \"filters:pinnedByDefault\"; readonly FILTERS_EDITOR_SUGGEST_VALUES: \"filterEditor:suggestValues\"; readonly AUTOCOMPLETE_USE_TIMERANGE: \"autocomplete:useTimeRange\"; readonly AUTOCOMPLETE_VALUE_SUGGESTION_METHOD: \"autocomplete:valueSuggestionMethod\"; readonly DATE_FORMAT: \"dateFormat\"; readonly DATEFORMAT_TZ: \"dateFormat:tz\"; }" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -569,7 +569,7 @@ "text": "I18nStart" } ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false }, @@ -585,7 +585,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/hooks/use_date_picker_context.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/hooks/use_date_picker_context.tsx", "deprecated": false, "trackAdoption": false } @@ -601,7 +601,7 @@ "description": [ "\nFullTimeRangeSelectorProps React Component props interface" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -617,7 +617,7 @@ "signature": [ "\"exclude-frozen\" | \"include-frozen\"" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -641,7 +641,7 @@ }, " | undefined) => void" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -664,7 +664,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -852,7 +852,7 @@ }, "; }" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -874,7 +874,7 @@ "text": "DataView" } ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -887,7 +887,7 @@ "description": [ "\nBoolean flag to enable/disable the full time range button." ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -904,7 +904,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false }, @@ -928,7 +928,7 @@ }, ") => void) | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -950,7 +950,7 @@ "text": "GetTimeFieldRangeResponse" } ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -977,7 +977,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/components/full_time_range_selector.tsx", + "path": "x-pack/platform/packages/private/ml/date_picker/src/components/full_time_range_selector.tsx", "deprecated": false, "trackAdoption": false } @@ -993,7 +993,7 @@ "description": [ "\nResponse interface for the `setFullTimeRange` function." ], - "path": "x-pack/packages/ml/date_picker/src/services/types.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1006,7 +1006,7 @@ "description": [ "\nSuccess boolean flag." ], - "path": "x-pack/packages/ml/date_picker/src/services/types.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1022,7 +1022,7 @@ "signature": [ "GetTimeFieldRangeResponseTime" ], - "path": "x-pack/packages/ml/date_picker/src/services/types.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/types.ts", "deprecated": false, "trackAdoption": false }, @@ -1038,7 +1038,7 @@ "signature": [ "GetTimeFieldRangeResponseTime" ], - "path": "x-pack/packages/ml/date_picker/src/services/types.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/types.ts", "deprecated": false, "trackAdoption": false } @@ -1054,7 +1054,7 @@ "description": [ "\nState definition of `mlTimefilterRefresh$` observable." ], - "path": "x-pack/packages/ml/date_picker/src/services/timefilter_refresh_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/timefilter_refresh_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1067,7 +1067,7 @@ "description": [ "\nTimestamp of the last time a refresh got triggered." ], - "path": "x-pack/packages/ml/date_picker/src/services/timefilter_refresh_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/timefilter_refresh_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1083,7 +1083,7 @@ "signature": [ "{ start: string; end: string; } | undefined" ], - "path": "x-pack/packages/ml/date_picker/src/services/timefilter_refresh_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/timefilter_refresh_service.ts", "deprecated": false, "trackAdoption": false } @@ -1099,7 +1099,7 @@ "description": [ "\nReturn type for the `getTimeFilterRange` function." ], - "path": "x-pack/packages/ml/date_picker/src/services/full_time_range_selector_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/full_time_range_selector_service.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1112,7 +1112,7 @@ "description": [ "\nFrom timestamp." ], - "path": "x-pack/packages/ml/date_picker/src/services/full_time_range_selector_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/full_time_range_selector_service.ts", "deprecated": false, "trackAdoption": false }, @@ -1125,7 +1125,7 @@ "description": [ "\nTo timestamp." ], - "path": "x-pack/packages/ml/date_picker/src/services/full_time_range_selector_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/full_time_range_selector_service.ts", "deprecated": false, "trackAdoption": false } @@ -1147,7 +1147,7 @@ "signature": [ "\"exclude-frozen\" | \"include-frozen\"" ], - "path": "x-pack/packages/ml/date_picker/src/storage.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/storage.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1164,7 +1164,7 @@ "signature": [ "\"/internal/file_upload/time_field_range\" | \"/internal/ml/fields_service/time_field_range\"" ], - "path": "x-pack/packages/ml/date_picker/src/services/full_time_range_selector_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/full_time_range_selector_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1183,7 +1183,7 @@ "signature": [ "{ readonly EXCLUDE: \"exclude-frozen\"; readonly INCLUDE: \"include-frozen\"; }" ], - "path": "x-pack/packages/ml/date_picker/src/storage.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/storage.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1209,7 +1209,7 @@ }, ">" ], - "path": "x-pack/packages/ml/date_picker/src/services/timefilter_refresh_service.ts", + "path": "x-pack/platform/packages/private/ml/date_picker/src/services/timefilter_refresh_service.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_date_picker.mdx b/api_docs/kbn_ml_date_picker.mdx index 3ff14ea53e6fe..aa266265b7c5f 100644 --- a/api_docs/kbn_ml_date_picker.mdx +++ b/api_docs/kbn_ml_date_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-picker title: "@kbn/ml-date-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-picker plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-picker'] --- import kbnMlDatePickerObj from './kbn_ml_date_picker.devdocs.json'; diff --git a/api_docs/kbn_ml_date_utils.devdocs.json b/api_docs/kbn_ml_date_utils.devdocs.json index ec0f00a08fa94..af0b344eb7449 100644 --- a/api_docs/kbn_ml_date_utils.devdocs.json +++ b/api_docs/kbn_ml_date_utils.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(ts: number) => string" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -68,7 +68,7 @@ "signature": [ "(ts: number) => string" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -84,7 +84,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -105,7 +105,7 @@ "signature": [ "(ts: number) => string" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -121,7 +121,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -142,7 +142,7 @@ "signature": [ "(value: number) => string" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -158,7 +158,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -187,7 +187,7 @@ }, " | undefined) => boolean" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -210,7 +210,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/date_utils/src/date_utils.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/date_utils.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -235,7 +235,7 @@ "signature": [ "\"YYYY-MM-DD HH:mm:ss\"" ], - "path": "x-pack/packages/ml/date_utils/src/time_format.ts", + "path": "x-pack/platform/packages/private/ml/date_utils/src/time_format.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_date_utils.mdx b/api_docs/kbn_ml_date_utils.mdx index 4ea4ffb4b3aab..060ab12936358 100644 --- a/api_docs/kbn_ml_date_utils.mdx +++ b/api_docs/kbn_ml_date_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-date-utils title: "@kbn/ml-date-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-date-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-date-utils'] --- import kbnMlDateUtilsObj from './kbn_ml_date_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_error_utils.devdocs.json b/api_docs/kbn_ml_error_utils.devdocs.json index dc3e72ba8815f..032381b3ef38a 100644 --- a/api_docs/kbn_ml_error_utils.devdocs.json +++ b/api_docs/kbn_ml_error_utils.devdocs.json @@ -42,7 +42,7 @@ }, " extends Error" ], - "path": "x-pack/packages/ml/error_utils/src/request_error.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/request_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -60,7 +60,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/error_utils/src/request_error.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/request_error.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -80,7 +80,7 @@ "text": "MLErrorObject" } ], - "path": "x-pack/packages/ml/error_utils/src/request_error.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/request_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -101,7 +101,7 @@ "text": "ErrorType" } ], - "path": "x-pack/packages/ml/error_utils/src/request_error.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/request_error.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -134,7 +134,7 @@ }, ") => string" ], - "path": "x-pack/packages/ml/error_utils/src/process_errors.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/process_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +154,7 @@ "text": "ErrorType" } ], - "path": "x-pack/packages/ml/error_utils/src/process_errors.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/process_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -190,7 +190,7 @@ "text": "MLErrorObject" } ], - "path": "x-pack/packages/ml/error_utils/src/process_errors.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/process_errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -210,7 +210,7 @@ "text": "ErrorType" } ], - "path": "x-pack/packages/ml/error_utils/src/process_errors.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/process_errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -233,7 +233,7 @@ "signature": [ "(error: any) => boolean" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -247,7 +247,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -270,7 +270,7 @@ "signature": [ "(error: any) => boolean" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -284,7 +284,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -307,7 +307,7 @@ "signature": [ "(error: any) => boolean" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -321,7 +321,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -344,7 +344,7 @@ "signature": [ "(error: any) => boolean" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -358,7 +358,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -382,7 +382,7 @@ "description": [ "\nInterface holding error message" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -397,7 +397,7 @@ "description": [ "\nmessage" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -417,7 +417,7 @@ "description": [ "\nML Error Object" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -435,7 +435,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -450,7 +450,7 @@ "description": [ "\nmessage" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -468,7 +468,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -487,7 +487,7 @@ "ErrorResponseBase", " | undefined" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -527,7 +527,7 @@ }, "" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -545,7 +545,7 @@ "signature": [ "T" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -565,7 +565,7 @@ "description": [ "\nML Response error" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -580,7 +580,7 @@ "description": [ "\nstatusCode" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -595,7 +595,7 @@ "description": [ "\nerror" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -610,7 +610,7 @@ "description": [ "\nmessage" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false }, @@ -630,7 +630,7 @@ "ErrorResponseBase", "; } | undefined" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -663,7 +663,7 @@ "text": "ErrorMessage" } ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -678,7 +678,7 @@ "description": [ "\nquery" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -715,7 +715,7 @@ "Boom", " | undefined" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -734,7 +734,7 @@ "signature": [ "ErrorResponseBase" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -754,7 +754,7 @@ "ErrorCauseKeys", " & { [property: string]: any; }" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -789,7 +789,7 @@ }, ">" ], - "path": "x-pack/packages/ml/error_utils/src/types.ts", + "path": "x-pack/platform/packages/shared/ml/error_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_error_utils.mdx b/api_docs/kbn_ml_error_utils.mdx index 9556c8e0d7988..f88871437f8b5 100644 --- a/api_docs/kbn_ml_error_utils.mdx +++ b/api_docs/kbn_ml_error_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-error-utils title: "@kbn/ml-error-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-error-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-error-utils'] --- import kbnMlErrorUtilsObj from './kbn_ml_error_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_field_stats_flyout.devdocs.json b/api_docs/kbn_ml_field_stats_flyout.devdocs.json index a8065f70dbbdf..6a36d381c9d49 100644 --- a/api_docs/kbn_ml_field_stats_flyout.devdocs.json +++ b/api_docs/kbn_ml_field_stats_flyout.devdocs.json @@ -23,7 +23,7 @@ }, ") => React.JSX.Element | null" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "text": "FieldStatsFlyoutProps" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -78,7 +78,7 @@ }, ") => React.JSX.Element | null" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_flyout.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_flyout.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -100,7 +100,7 @@ "text": "FieldStatsFlyoutProps" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_flyout.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_flyout.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -131,7 +131,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_flyout_provider.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_flyout_provider.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -153,7 +153,7 @@ "text": "FieldStatsFlyoutProviderProps" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_flyout_provider.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_flyout_provider.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -184,7 +184,7 @@ }, ") => React.JSX.Element" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -206,7 +206,7 @@ "text": "FieldStatsInfoButtonProps" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -225,7 +225,7 @@ "signature": [ "({ options, placeholder, singleSelection, onChange, selectedOptions, fullWidth, isDisabled, isLoading, isClearable, prepend, compressed, \"aria-label\": ariaLabel, \"data-test-subj\": dataTestSubj, }: OptionListWithFieldStatsProps) => React.JSX.Element" ], - "path": "x-pack/packages/ml/field_stats_flyout/options_list_with_stats/option_list_with_stats.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/options_list_with_stats/option_list_with_stats.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -239,7 +239,7 @@ "signature": [ "OptionListWithFieldStatsProps" ], - "path": "x-pack/packages/ml/field_stats_flyout/options_list_with_stats/option_list_with_stats.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/options_list_with_stats/option_list_with_stats.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -260,7 +260,7 @@ "signature": [ "() => MLJobWizardFieldStatsFlyoutProps" ], - "path": "x-pack/packages/ml/field_stats_flyout/use_field_stats_flyout_context.ts", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/use_field_stats_flyout_context.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -291,7 +291,7 @@ "SerializedStyles", "; populatedFields: Set | undefined; }" ], - "path": "x-pack/packages/ml/field_stats_flyout/use_field_stats_trigger.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/use_field_stats_trigger.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -311,7 +311,7 @@ "description": [ "\nRepresents the props for the FieldStatsFlyout component." ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -333,7 +333,7 @@ "text": "DataView" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false }, @@ -355,7 +355,7 @@ "text": "FieldStatsServices" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false }, @@ -378,7 +378,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false }, @@ -394,7 +394,7 @@ "signature": [ "object | undefined" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_content.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_content.tsx", "deprecated": false, "trackAdoption": false } @@ -410,7 +410,7 @@ "description": [ "\nRepresents the props for the FieldStatsInfoButton component." ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -434,7 +434,7 @@ }, "; }" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -447,7 +447,7 @@ "description": [ "\nThe label for the field." ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -471,7 +471,7 @@ }, ") => void) | undefined" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -493,7 +493,7 @@ "text": "FieldForStats" } ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -515,7 +515,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -531,7 +531,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false }, @@ -547,7 +547,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false } @@ -597,7 +597,7 @@ "EuiSelectableOptionBase", ", \"isGroupLabel\"> & React.HTMLAttributes & { isGroupLabel: true; } & BaseOption)" ], - "path": "x-pack/packages/ml/field_stats_flyout/options_list_with_stats/types.ts", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/options_list_with_stats/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -622,7 +622,7 @@ }, "; }" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_info_button.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_info_button.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -673,7 +673,7 @@ }, " | undefined; dslQuery?: object | undefined; disablePopulatedFields?: boolean | undefined; } & { children?: React.ReactNode; }" ], - "path": "x-pack/packages/ml/field_stats_flyout/field_stats_flyout_provider.tsx", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/field_stats_flyout_provider.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -692,7 +692,7 @@ "signature": [ "React.Context" ], - "path": "x-pack/packages/ml/field_stats_flyout/use_field_stats_flyout_context.ts", + "path": "x-pack/platform/packages/private/ml/field_stats_flyout/use_field_stats_flyout_context.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_field_stats_flyout.mdx b/api_docs/kbn_ml_field_stats_flyout.mdx index 349d59992fe87..fb9d0ca713611 100644 --- a/api_docs/kbn_ml_field_stats_flyout.mdx +++ b/api_docs/kbn_ml_field_stats_flyout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-field-stats-flyout title: "@kbn/ml-field-stats-flyout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-field-stats-flyout plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-field-stats-flyout'] --- import kbnMlFieldStatsFlyoutObj from './kbn_ml_field_stats_flyout.devdocs.json'; diff --git a/api_docs/kbn_ml_in_memory_table.devdocs.json b/api_docs/kbn_ml_in_memory_table.devdocs.json index 9436302e6e522..013406acd31bb 100644 --- a/api_docs/kbn_ml_in_memory_table.devdocs.json +++ b/api_docs/kbn_ml_in_memory_table.devdocs.json @@ -39,7 +39,7 @@ "Direction", "; }; }; setPageIndex: React.Dispatch>; }" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ "signature": [ "T[]" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -72,7 +72,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -89,7 +89,7 @@ "signature": [ "\"asc\" | \"desc\"" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -106,7 +106,7 @@ "Pagination", "> | undefined" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -136,7 +136,7 @@ }, "" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -154,7 +154,7 @@ "Criteria", ") => void" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -188,7 +188,7 @@ "signature": [ "Pagination" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false }, @@ -206,7 +206,7 @@ "Direction", "; }; }" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false }, @@ -222,7 +222,7 @@ "signature": [ "(value: React.SetStateAction) => void" ], - "path": "x-pack/packages/ml/in_memory_table/hooks/use_table_state.ts", + "path": "x-pack/platform/packages/private/ml/in_memory_table/hooks/use_table_state.ts", "deprecated": false, "trackAdoption": false, "returnComment": [], diff --git a/api_docs/kbn_ml_in_memory_table.mdx b/api_docs/kbn_ml_in_memory_table.mdx index 668afa622c871..86aa8bae3a8ef 100644 --- a/api_docs/kbn_ml_in_memory_table.mdx +++ b/api_docs/kbn_ml_in_memory_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-in-memory-table title: "@kbn/ml-in-memory-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-in-memory-table plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-in-memory-table'] --- import kbnMlInMemoryTableObj from './kbn_ml_in_memory_table.devdocs.json'; diff --git a/api_docs/kbn_ml_is_defined.devdocs.json b/api_docs/kbn_ml_is_defined.devdocs.json index 5b6259da49ef8..b227c5aef520c 100644 --- a/api_docs/kbn_ml_is_defined.devdocs.json +++ b/api_docs/kbn_ml_is_defined.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(argument: T | null | undefined) => boolean" ], - "path": "x-pack/packages/ml/is_defined/src/is_defined.ts", + "path": "x-pack/platform/packages/private/ml/is_defined/src/is_defined.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "T | null | undefined" ], - "path": "x-pack/packages/ml/is_defined/src/is_defined.ts", + "path": "x-pack/platform/packages/private/ml/is_defined/src/is_defined.ts", "deprecated": false, "trackAdoption": false, "isRequired": false diff --git a/api_docs/kbn_ml_is_defined.mdx b/api_docs/kbn_ml_is_defined.mdx index 56bcdce48e470..69647a59e5d50 100644 --- a/api_docs/kbn_ml_is_defined.mdx +++ b/api_docs/kbn_ml_is_defined.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-defined title: "@kbn/ml-is-defined" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-defined plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-defined'] --- import kbnMlIsDefinedObj from './kbn_ml_is_defined.devdocs.json'; diff --git a/api_docs/kbn_ml_is_populated_object.devdocs.json b/api_docs/kbn_ml_is_populated_object.devdocs.json index 8e83a7b773f6a..ad9ab7a872204 100644 --- a/api_docs/kbn_ml_is_populated_object.devdocs.json +++ b/api_docs/kbn_ml_is_populated_object.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(arg: unknown, requiredAttributes?: U[]) => arg is Record" ], - "path": "x-pack/packages/ml/is_populated_object/src/is_populated_object.ts", + "path": "x-pack/platform/packages/private/ml/is_populated_object/src/is_populated_object.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/is_populated_object/src/is_populated_object.ts", + "path": "x-pack/platform/packages/private/ml/is_populated_object/src/is_populated_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -60,7 +60,7 @@ "signature": [ "U[]" ], - "path": "x-pack/packages/ml/is_populated_object/src/is_populated_object.ts", + "path": "x-pack/platform/packages/private/ml/is_populated_object/src/is_populated_object.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_ml_is_populated_object.mdx b/api_docs/kbn_ml_is_populated_object.mdx index 21170c907f5c5..2ea520000e77b 100644 --- a/api_docs/kbn_ml_is_populated_object.mdx +++ b/api_docs/kbn_ml_is_populated_object.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-is-populated-object title: "@kbn/ml-is-populated-object" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-is-populated-object plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-is-populated-object'] --- import kbnMlIsPopulatedObjectObj from './kbn_ml_is_populated_object.devdocs.json'; diff --git a/api_docs/kbn_ml_kibana_theme.devdocs.json b/api_docs/kbn_ml_kibana_theme.devdocs.json index 3be69bc9b957c..c1ff32d800053 100644 --- a/api_docs/kbn_ml_kibana_theme.devdocs.json +++ b/api_docs/kbn_ml_kibana_theme.devdocs.json @@ -39,7 +39,7 @@ }, ") => { euiTheme: { euiZDataGrid: number; euiZHeaderBelowDataGrid: number; euiZDataGridCellPopover: number; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; success: string; warning: string; danger: string; ghost: string; text: string; }; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: string; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiScrollBar: string; euiScrollBarCorner: string; euiScrollBarCornerThin: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSuccessText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiLinkColor: string; euiColorChartLines: string; euiColorChartBand: string; }; }" ], - "path": "x-pack/packages/ml/kibana_theme/src/hooks.ts", + "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -59,7 +59,7 @@ "text": "ThemeServiceSetup" } ], - "path": "x-pack/packages/ml/kibana_theme/src/hooks.ts", + "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -90,7 +90,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/ml/kibana_theme/src/hooks.ts", + "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -110,7 +110,7 @@ "text": "ThemeServiceSetup" } ], - "path": "x-pack/packages/ml/kibana_theme/src/hooks.ts", + "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -135,7 +135,7 @@ "signature": [ "{ euiZDataGrid: number; euiZHeaderBelowDataGrid: number; euiZDataGridCellPopover: number; euiDataGridCellPaddingS: string; euiDataGridCellPaddingM: string; euiDataGridCellPaddingL: string; euiTableHoverColor: string; euiTableSelectedColor: string; euiTableHoverSelectedColor: string; euiTableActionsBorderColor: string; euiTableHoverClickableColor: string; euiTableFocusClickableColor: string; euiContrastRatioText: number; euiContrastRatioGraphic: number; euiContrastRatioDisabled: number; euiAnimSlightBounce: string; euiAnimSlightResistance: string; euiAnimSpeedExtraFast: string; euiAnimSpeedFast: string; euiAnimSpeedNormal: string; euiAnimSpeedSlow: string; euiAnimSpeedExtraSlow: string; euiBorderWidthThin: string; euiBorderWidthThick: string; euiBorderColor: string; euiBorderRadius: string; euiBorderRadiusSmall: string; euiBorderThick: string; euiBorderThin: string; euiBorderEditable: string; euiButtonHeight: string; euiButtonHeightSmall: string; euiButtonHeightXSmall: string; euiButtonColorDisabled: string; euiButtonColorDisabledText: string; euiButtonColorGhostDisabled: string; euiButtonTypes: { primary: string; accent: string; success: string; warning: string; danger: string; ghost: string; text: string; }; euiPaletteColorBlind: { euiColorVis0: { graphic: string; behindText: string; }; euiColorVis1: { graphic: string; behindText: string; }; euiColorVis2: { graphic: string; behindText: string; }; euiColorVis3: { graphic: string; behindText: string; }; euiColorVis4: { graphic: string; behindText: string; }; euiColorVis5: { graphic: string; behindText: string; }; euiColorVis6: { graphic: string; behindText: string; }; euiColorVis7: { graphic: string; behindText: string; }; euiColorVis8: { graphic: string; behindText: string; }; euiColorVis9: { graphic: string; behindText: string; }; }; euiPaletteColorBlindKeys: string; euiColorVis0: string; euiColorVis1: string; euiColorVis2: string; euiColorVis3: string; euiColorVis4: string; euiColorVis5: string; euiColorVis6: string; euiColorVis7: string; euiColorVis8: string; euiColorVis9: string; euiColorVis0_behindText: string; euiColorVis1_behindText: string; euiColorVis2_behindText: string; euiColorVis3_behindText: string; euiColorVis4_behindText: string; euiColorVis5_behindText: string; euiColorVis6_behindText: string; euiColorVis7_behindText: string; euiColorVis8_behindText: string; euiColorVis9_behindText: string; euiFontWeightLight: number; euiFontWeightRegular: number; euiFontWeightMedium: number; euiFontWeightSemiBold: number; euiFontWeightBold: number; euiCodeFontWeightRegular: number; euiCodeFontWeightBold: number; euiFormMaxWidth: string; euiFormControlHeight: string; euiFormControlCompressedHeight: string; euiFormControlPadding: string; euiFormControlCompressedPadding: string; euiFormControlBorderRadius: string; euiFormControlCompressedBorderRadius: string; euiRadioSize: string; euiCheckBoxSize: string; euiCheckboxBorderRadius: string; euiSwitchHeight: string; euiSwitchWidth: string; euiSwitchThumbSize: string; euiSwitchIconHeight: string; euiSwitchHeightCompressed: string; euiSwitchWidthCompressed: string; euiSwitchThumbSizeCompressed: string; euiSwitchHeightMini: string; euiSwitchWidthMini: string; euiSwitchThumbSizeMini: string; euiFormBackgroundColor: string; euiFormBackgroundDisabledColor: string; euiFormBackgroundReadOnlyColor: string; euiFormBorderOpaqueColor: string; euiFormBorderColor: string; euiFormBorderDisabledColor: string; euiFormCustomControlDisabledIconColor: string; euiFormCustomControlBorderColor: string; euiFormControlDisabledColor: string; euiFormControlBoxShadow: string; euiFormControlPlaceholderText: string; euiFormInputGroupLabelBackground: string; euiFormInputGroupBorder: string; euiSwitchOffColor: string; euiFormControlIconSizes: { small: string; medium: string; large: string; xLarge: string; xxLarge: string; }; euiFormControlLayoutGroupInputHeight: string; euiFormControlLayoutGroupInputCompressedHeight: string; euiFormControlLayoutGroupInputCompressedBorderRadius: string; euiHeaderBackgroundColor: string; euiHeaderDarkBackgroundColor: string; euiHeaderBorderColor: string; euiHeaderBreadcrumbColor: string; euiHeaderHeight: string; euiHeaderChildSize: string; euiHeaderHeightCompensation: string; euiPageDefaultMaxWidth: string; euiPageSidebarMinWidth: string; euiPanelPaddingModifiers: { paddingSmall: string; paddingMedium: string; paddingLarge: string; }; euiPanelBorderRadiusModifiers: { borderRadiusNone: number; borderRadiusMedium: string; }; euiPanelBackgroundColorModifiers: { transparent: string; plain: string; subdued: string; accent: string; primary: string; success: string; warning: string; danger: string; }; euiBreakpoints: { xs: number; s: string; m: string; l: string; xl: string; }; euiBreakpointKeys: string; euiShadowColor: string; euiSize: string; euiSizeXS: string; euiSizeS: string; euiSizeM: string; euiSizeL: string; euiSizeXL: string; euiSizeXXL: string; euiScrollBar: string; euiScrollBarCorner: string; euiScrollBarCornerThin: string; euiFocusRingColor: string; euiFocusRingAnimStartColor: string; euiFocusRingAnimStartSize: string; euiFocusRingAnimStartSizeLarge: string; euiFocusRingSizeLarge: string; euiFocusRingSize: string; euiFocusTransparency: number; euiFocusTransparencyPercent: string; euiFocusBackgroundColor: string; euiFontFamily: string; euiCodeFontFamily: string; euiFontFeatureSettings: string; euiTextScale: string; euiFontSize: string; euiFontSizeXS: string; euiFontSizeS: string; euiFontSizeM: string; euiFontSizeL: string; euiFontSizeXL: string; euiFontSizeXXL: string; euiLineHeight: number; euiBodyLineHeight: number; euiTitles: { xxxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xxs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; xs: { 'font-size': string; 'line-height': string; 'font-weight': number; }; s: { 'font-size': string; 'line-height': string; 'font-weight': number; }; m: { 'font-size': string; 'line-height': string; 'font-weight': number; }; l: { 'font-size': string; 'line-height': string; 'font-weight': number; }; }; euiZLevel0: number; euiZLevel1: number; euiZLevel2: number; euiZLevel3: number; euiZLevel4: number; euiZLevel5: number; euiZLevel6: number; euiZLevel7: number; euiZLevel8: number; euiZLevel9: number; euiZToastList: number; euiZModal: number; euiZMask: number; euiZNavigation: number; euiZContentMenu: number; euiZHeader: number; euiZFlyout: number; euiZMaskBelowHeader: number; euiZContent: number; euiColorGhost: string; euiColorInk: string; euiColorPrimary: string; euiColorAccent: string; euiColorSuccess: string; euiColorWarning: string; euiColorDanger: string; euiColorEmptyShade: string; euiColorLightestShade: string; euiColorLightShade: string; euiColorMediumShade: string; euiColorDarkShade: string; euiColorDarkestShade: string; euiColorFullShade: string; euiPageBackgroundColor: string; euiColorHighlight: string; euiTextColor: string; euiTitleColor: string; euiTextSubduedColor: string; euiColorDisabled: string; euiColorPrimaryText: string; euiColorSuccessText: string; euiColorAccentText: string; euiColorWarningText: string; euiColorDangerText: string; euiColorDisabledText: string; euiLinkColor: string; euiColorChartLines: string; euiColorChartBand: string; }" ], - "path": "x-pack/packages/ml/kibana_theme/src/hooks.ts", + "path": "x-pack/platform/packages/private/ml/kibana_theme/src/hooks.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_kibana_theme.mdx b/api_docs/kbn_ml_kibana_theme.mdx index 3de236ae8c4ef..ec8c6abba4bc9 100644 --- a/api_docs/kbn_ml_kibana_theme.mdx +++ b/api_docs/kbn_ml_kibana_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-kibana-theme title: "@kbn/ml-kibana-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-kibana-theme plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-kibana-theme'] --- import kbnMlKibanaThemeObj from './kbn_ml_kibana_theme.devdocs.json'; diff --git a/api_docs/kbn_ml_local_storage.devdocs.json b/api_docs/kbn_ml_local_storage.devdocs.json index 7bb343c45db01..11edf2cf9bc74 100644 --- a/api_docs/kbn_ml_local_storage.devdocs.json +++ b/api_docs/kbn_ml_local_storage.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "({\n children,\n storage,\n storageKeys,\n}: React.PropsWithChildren>) => React.JSX.Element" ], - "path": "x-pack/packages/ml/local_storage/src/storage_context.tsx", + "path": "x-pack/platform/packages/private/ml/local_storage/src/storage_context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "React.PropsWithChildren>" ], - "path": "x-pack/packages/ml/local_storage/src/storage_context.tsx", + "path": "x-pack/platform/packages/private/ml/local_storage/src/storage_context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -66,7 +66,7 @@ "signature": [ "(key: K, initValue: T | undefined) => [T | undefined extends undefined ? T | undefined : Exclude, (value: T) => void]" ], - "path": "x-pack/packages/ml/local_storage/src/storage_context.tsx", + "path": "x-pack/platform/packages/private/ml/local_storage/src/storage_context.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -80,7 +80,7 @@ "signature": [ "K" ], - "path": "x-pack/packages/ml/local_storage/src/storage_context.tsx", + "path": "x-pack/platform/packages/private/ml/local_storage/src/storage_context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -95,7 +95,7 @@ "signature": [ "T | undefined" ], - "path": "x-pack/packages/ml/local_storage/src/storage_context.tsx", + "path": "x-pack/platform/packages/private/ml/local_storage/src/storage_context.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false diff --git a/api_docs/kbn_ml_local_storage.mdx b/api_docs/kbn_ml_local_storage.mdx index ed4c83658c968..eeac5337d3760 100644 --- a/api_docs/kbn_ml_local_storage.mdx +++ b/api_docs/kbn_ml_local_storage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-local-storage title: "@kbn/ml-local-storage" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-local-storage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-local-storage'] --- import kbnMlLocalStorageObj from './kbn_ml_local_storage.devdocs.json'; diff --git a/api_docs/kbn_ml_nested_property.devdocs.json b/api_docs/kbn_ml_nested_property.devdocs.json index 6f5619f05d97d..7fad08f397c96 100644 --- a/api_docs/kbn_ml_nested_property.devdocs.json +++ b/api_docs/kbn_ml_nested_property.devdocs.json @@ -29,7 +29,7 @@ "signature": [ "(obj: Record, accessor: string, defaultValue: any) => any" ], - "path": "x-pack/packages/ml/nested_property/src/get_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/get_nested_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "Record" ], - "path": "x-pack/packages/ml/nested_property/src/get_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/get_nested_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -58,7 +58,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/nested_property/src/get_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/get_nested_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -73,7 +73,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/nested_property/src/get_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/get_nested_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -92,7 +92,7 @@ "signature": [ "(obj: Record, accessor: string, value: any) => Record" ], - "path": "x-pack/packages/ml/nested_property/src/set_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/set_nested_property.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -106,7 +106,7 @@ "signature": [ "Record" ], - "path": "x-pack/packages/ml/nested_property/src/set_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/set_nested_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,7 +121,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/nested_property/src/set_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/set_nested_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -136,7 +136,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/nested_property/src/set_nested_property.ts", + "path": "x-pack/platform/packages/private/ml/nested_property/src/set_nested_property.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_ml_nested_property.mdx b/api_docs/kbn_ml_nested_property.mdx index c8dc46cedde2e..72b0bd264a59f 100644 --- a/api_docs/kbn_ml_nested_property.mdx +++ b/api_docs/kbn_ml_nested_property.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-nested-property title: "@kbn/ml-nested-property" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-nested-property plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-nested-property'] --- import kbnMlNestedPropertyObj from './kbn_ml_nested_property.devdocs.json'; diff --git a/api_docs/kbn_ml_number_utils.devdocs.json b/api_docs/kbn_ml_number_utils.devdocs.json index 9529028d9506f..a7cd319a3496a 100644 --- a/api_docs/kbn_ml_number_utils.devdocs.json +++ b/api_docs/kbn_ml_number_utils.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(num: number | undefined, dp: number) => string | number" ], - "path": "x-pack/packages/ml/number_utils/src/round_to_decimal_place.ts", + "path": "x-pack/platform/packages/private/ml/number_utils/src/round_to_decimal_place.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/packages/ml/number_utils/src/round_to_decimal_place.ts", + "path": "x-pack/platform/packages/private/ml/number_utils/src/round_to_decimal_place.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -64,7 +64,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/number_utils/src/round_to_decimal_place.ts", + "path": "x-pack/platform/packages/private/ml/number_utils/src/round_to_decimal_place.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_ml_number_utils.mdx b/api_docs/kbn_ml_number_utils.mdx index d94778912183a..b213f2abdbca3 100644 --- a/api_docs/kbn_ml_number_utils.mdx +++ b/api_docs/kbn_ml_number_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-number-utils title: "@kbn/ml-number-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-number-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-number-utils'] --- import kbnMlNumberUtilsObj from './kbn_ml_number_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_parse_interval.devdocs.json b/api_docs/kbn_ml_parse_interval.devdocs.json index 6f189fe473c4f..57706f601b46b 100644 --- a/api_docs/kbn_ml_parse_interval.devdocs.json +++ b/api_docs/kbn_ml_parse_interval.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(interval: string | number, checkValidEsUnit: boolean) => moment.Duration | null" ], - "path": "x-pack/packages/ml/parse_interval/parse_interval.ts", + "path": "x-pack/platform/packages/private/ml/parse_interval/parse_interval.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "string | number" ], - "path": "x-pack/packages/ml/parse_interval/parse_interval.ts", + "path": "x-pack/platform/packages/private/ml/parse_interval/parse_interval.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -64,7 +64,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/ml/parse_interval/parse_interval.ts", + "path": "x-pack/platform/packages/private/ml/parse_interval/parse_interval.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_ml_parse_interval.mdx b/api_docs/kbn_ml_parse_interval.mdx index 2ba180a8bbf90..3bf9b5d5c9618 100644 --- a/api_docs/kbn_ml_parse_interval.mdx +++ b/api_docs/kbn_ml_parse_interval.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-parse-interval title: "@kbn/ml-parse-interval" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-parse-interval plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-parse-interval'] --- import kbnMlParseIntervalObj from './kbn_ml_parse_interval.devdocs.json'; diff --git a/api_docs/kbn_ml_query_utils.devdocs.json b/api_docs/kbn_ml_query_utils.devdocs.json index 853cbabd7a299..2e07f651d81ba 100644 --- a/api_docs/kbn_ml_query_utils.devdocs.json +++ b/api_docs/kbn_ml_query_utils.devdocs.json @@ -35,7 +35,7 @@ "QueryDslQueryContainer", " | { bool: { must_not: { term: { _tier: { value: string; }; }; }[]; }; }" ], - "path": "x-pack/packages/ml/query_utils/src/add_exclude_frozen_to_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/add_exclude_frozen_to_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -52,7 +52,7 @@ "QueryDslQueryContainer", " | undefined" ], - "path": "x-pack/packages/ml/query_utils/src/add_exclude_frozen_to_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/add_exclude_frozen_to_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -77,7 +77,7 @@ "QueryDslQueryContainer", "[]" ], - "path": "x-pack/packages/ml/query_utils/src/build_base_filter_criteria.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/build_base_filter_criteria.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -93,7 +93,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/query_utils/src/build_base_filter_criteria.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/build_base_filter_criteria.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -110,7 +110,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/packages/ml/query_utils/src/build_base_filter_criteria.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/build_base_filter_criteria.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -127,7 +127,7 @@ "signature": [ "string | number | undefined" ], - "path": "x-pack/packages/ml/query_utils/src/build_base_filter_criteria.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/build_base_filter_criteria.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -144,7 +144,7 @@ "signature": [ "string | { [key: string]: any; } | undefined" ], - "path": "x-pack/packages/ml/query_utils/src/build_base_filter_criteria.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/build_base_filter_criteria.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -159,7 +159,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/query_utils/src/build_base_filter_criteria.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/build_base_filter_criteria.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -183,7 +183,7 @@ "() => ", "QueryDslQueryContainer" ], - "path": "x-pack/packages/ml/query_utils/src/get_default_dsl_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/get_default_dsl_query.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -202,7 +202,7 @@ "signature": [ "(fieldName: string, index: number) => string" ], - "path": "x-pack/packages/ml/query_utils/src/get_safe_aggregation_name.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/get_safe_aggregation_name.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +218,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/query_utils/src/get_safe_aggregation_name.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/get_safe_aggregation_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -235,7 +235,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/query_utils/src/get_safe_aggregation_name.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/get_safe_aggregation_name.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -266,7 +266,7 @@ }, ") => boolean" ], - "path": "x-pack/packages/ml/query_utils/src/default_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/default_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -288,7 +288,7 @@ "text": "SearchQueryVariant" } ], - "path": "x-pack/packages/ml/query_utils/src/default_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/default_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -311,7 +311,7 @@ "signature": [ "(query: unknown) => boolean" ], - "path": "x-pack/packages/ml/query_utils/src/match_all_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/match_all_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -327,7 +327,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/query_utils/src/match_all_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/match_all_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -350,7 +350,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/query_utils/src/simple_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/simple_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -366,7 +366,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/query_utils/src/simple_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/simple_query.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -388,7 +388,7 @@ "description": [ "\nRepresents simple queries that are based on a boolean filter." ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -412,7 +412,7 @@ }, "]; must: []; must_not: []; should?: [] | undefined; }" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -438,7 +438,7 @@ }, "" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -456,7 +456,7 @@ "QueryDslOperator", " | undefined; }" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false } @@ -478,7 +478,7 @@ "signature": [ "object" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -495,7 +495,7 @@ "signature": [ "\"kuery\" | \"lucene\"" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -528,7 +528,7 @@ }, "" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -551,7 +551,7 @@ "SearchTotalHitsRelation", "; }" ], - "path": "x-pack/packages/ml/query_utils/src/es_client_total_hits_relation.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/es_client_total_hits_relation.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -565,7 +565,7 @@ "description": [ "\nRepresents a query that matches all documents." ], - "path": "x-pack/packages/ml/query_utils/src/match_all_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/match_all_query.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -578,7 +578,7 @@ "description": [ "/**\n * 'match_all' property specifies a query that matches all documents.\n */" ], - "path": "x-pack/packages/ml/query_utils/src/match_all_query.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/match_all_query.ts", "deprecated": false, "trackAdoption": false, "children": [] @@ -598,7 +598,7 @@ "signature": [ "{ readonly KUERY: \"kuery\"; readonly LUCENE: \"lucene\"; }" ], - "path": "x-pack/packages/ml/query_utils/src/types.ts", + "path": "x-pack/platform/packages/private/ml/query_utils/src/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_query_utils.mdx b/api_docs/kbn_ml_query_utils.mdx index ef520802f826f..1a60664793716 100644 --- a/api_docs/kbn_ml_query_utils.mdx +++ b/api_docs/kbn_ml_query_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-query-utils title: "@kbn/ml-query-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-query-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-query-utils'] --- import kbnMlQueryUtilsObj from './kbn_ml_query_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_random_sampler_utils.devdocs.json b/api_docs/kbn_ml_random_sampler_utils.devdocs.json index e0073eca3670d..1aa3a1d50aba5 100644 --- a/api_docs/kbn_ml_random_sampler_utils.devdocs.json +++ b/api_docs/kbn_ml_random_sampler_utils.devdocs.json @@ -27,7 +27,7 @@ "description": [ "\nClass that helps manage random sampling settings\nAutomatically calculates the probability if only total doc count is provided\nElse, use the probability that was explicitly set" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -91,7 +91,7 @@ }, ") => void) | undefined" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -115,7 +115,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -140,7 +140,7 @@ }, ") => void) | undefined" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -160,7 +160,7 @@ "signature": [ "(docCount: number) => void" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -176,7 +176,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -196,7 +196,7 @@ "signature": [ "() => number" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -222,7 +222,7 @@ }, ") => void" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -244,7 +244,7 @@ "text": "RandomSamplerOption" } ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -274,7 +274,7 @@ }, ">" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -299,7 +299,7 @@ "text": "RandomSamplerOption" } ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -325,7 +325,7 @@ }, ") => void" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -347,7 +347,7 @@ "text": "RandomSamplerProbability" } ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -377,7 +377,7 @@ }, ">" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -402,7 +402,7 @@ "text": "RandomSamplerProbability" } ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -426,7 +426,7 @@ "AggregationsAggregate", ">>(responseAggs: T) => T | T[string]; probability: number; }" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -455,7 +455,7 @@ "AggregationsAggregate", ">>(responseAggs: T) => T | T[string]; probability: number; }" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_wrapper.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_wrapper.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -471,7 +471,7 @@ "signature": [ "RandomSamplerOptions" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_wrapper.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_wrapper.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -494,7 +494,7 @@ "signature": [ "(totalDocCount: number) => number" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/get_sample_probability.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/get_sample_probability.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -510,7 +510,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/get_sample_probability.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/get_sample_probability.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -537,7 +537,7 @@ "signature": [ "0.001" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -554,7 +554,7 @@ "signature": [ "0.00001" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -571,7 +571,7 @@ "signature": [ "number[]" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -585,7 +585,7 @@ "description": [ "\nDefault step minimum probability for default sampling" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -602,7 +602,7 @@ "signature": [ "\"off\" | \"on_automatic\" | \"on_manual\"" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -619,7 +619,7 @@ "signature": [ "number | null" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -642,7 +642,7 @@ "AggregationsAggregate", ">>(responseAggs: T) => T | T[string]; probability: number; }" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_wrapper.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_wrapper.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -661,7 +661,7 @@ "signature": [ "{ readonly ON_AUTOMATIC: \"on_automatic\"; readonly ON_MANUAL: \"on_manual\"; readonly OFF: \"off\"; }" ], - "path": "x-pack/packages/ml/random_sampler_utils/src/random_sampler_manager.ts", + "path": "x-pack/platform/packages/shared/ml/random_sampler_utils/src/random_sampler_manager.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_random_sampler_utils.mdx b/api_docs/kbn_ml_random_sampler_utils.mdx index e618befbbf1ec..f69df764055bf 100644 --- a/api_docs/kbn_ml_random_sampler_utils.mdx +++ b/api_docs/kbn_ml_random_sampler_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-random-sampler-utils title: "@kbn/ml-random-sampler-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-random-sampler-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-random-sampler-utils'] --- import kbnMlRandomSamplerUtilsObj from './kbn_ml_random_sampler_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_route_utils.devdocs.json b/api_docs/kbn_ml_route_utils.devdocs.json index 5fdddb76ef656..a9aa11eb9a8a4 100644 --- a/api_docs/kbn_ml_route_utils.devdocs.json +++ b/api_docs/kbn_ml_route_utils.devdocs.json @@ -46,7 +46,7 @@ "text": "KibanaExecutionContext" } ], - "path": "x-pack/packages/ml/route_utils/src/create_execution_context.ts", + "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -68,7 +68,7 @@ "text": "CoreStart" } ], - "path": "x-pack/packages/ml/route_utils/src/create_execution_context.ts", + "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +85,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/route_utils/src/create_execution_context.ts", + "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -102,7 +102,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/route_utils/src/create_execution_context.ts", + "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -119,7 +119,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/route_utils/src/create_execution_context.ts", + "path": "x-pack/platform/packages/private/ml/route_utils/src/create_execution_context.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_ml_route_utils.mdx b/api_docs/kbn_ml_route_utils.mdx index 7b1c80ad74db7..7e6193f7913de 100644 --- a/api_docs/kbn_ml_route_utils.mdx +++ b/api_docs/kbn_ml_route_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-route-utils title: "@kbn/ml-route-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-route-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-route-utils'] --- import kbnMlRouteUtilsObj from './kbn_ml_route_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_runtime_field_utils.devdocs.json b/api_docs/kbn_ml_runtime_field_utils.devdocs.json index 091befd71f2a1..05a8d5d3cd075 100644 --- a/api_docs/kbn_ml_runtime_field_utils.devdocs.json +++ b/api_docs/kbn_ml_runtime_field_utils.devdocs.json @@ -43,7 +43,7 @@ "MappingRuntimeFields", " | undefined" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/get_combined_runtime_mappings.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/get_combined_runtime_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -66,7 +66,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/get_combined_runtime_mappings.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/get_combined_runtime_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -84,7 +84,7 @@ "MappingRuntimeFields", " | undefined" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/get_combined_runtime_mappings.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/get_combined_runtime_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -105,7 +105,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/is_runtime_field.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/is_runtime_field.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -121,7 +121,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/is_runtime_field.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/is_runtime_field.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -142,7 +142,7 @@ "signature": [ "(arg: unknown) => boolean" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/is_runtime_mappings.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/is_runtime_mappings.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -158,7 +158,7 @@ "signature": [ "unknown" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/is_runtime_mappings.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/is_runtime_mappings.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -185,7 +185,7 @@ "MappingRuntimeField", "; }" ], - "path": "x-pack/packages/ml/runtime_field_utils/src/is_runtime_mappings.ts", + "path": "x-pack/platform/packages/shared/ml/runtime_field_utils/src/is_runtime_mappings.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_runtime_field_utils.mdx b/api_docs/kbn_ml_runtime_field_utils.mdx index 640565c3d610b..9cb3071903dbc 100644 --- a/api_docs/kbn_ml_runtime_field_utils.mdx +++ b/api_docs/kbn_ml_runtime_field_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-runtime-field-utils title: "@kbn/ml-runtime-field-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-runtime-field-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-runtime-field-utils'] --- import kbnMlRuntimeFieldUtilsObj from './kbn_ml_runtime_field_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_string_hash.devdocs.json b/api_docs/kbn_ml_string_hash.devdocs.json index b4feed9dd180b..68821989dee2a 100644 --- a/api_docs/kbn_ml_string_hash.devdocs.json +++ b/api_docs/kbn_ml_string_hash.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(str: string) => number" ], - "path": "x-pack/packages/ml/string_hash/src/string_hash.ts", + "path": "x-pack/platform/packages/private/ml/string_hash/src/string_hash.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/string_hash/src/string_hash.ts", + "path": "x-pack/platform/packages/private/ml/string_hash/src/string_hash.ts", "deprecated": false, "trackAdoption": false, "isRequired": true diff --git a/api_docs/kbn_ml_string_hash.mdx b/api_docs/kbn_ml_string_hash.mdx index c0a6996f1a0c1..75f14776987da 100644 --- a/api_docs/kbn_ml_string_hash.mdx +++ b/api_docs/kbn_ml_string_hash.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-string-hash title: "@kbn/ml-string-hash" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-string-hash plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-string-hash'] --- import kbnMlStringHashObj from './kbn_ml_string_hash.devdocs.json'; diff --git a/api_docs/kbn_ml_time_buckets.devdocs.json b/api_docs/kbn_ml_time_buckets.devdocs.json index 34126310879bc..f1a791518dde4 100644 --- a/api_docs/kbn_ml_time_buckets.devdocs.json +++ b/api_docs/kbn_ml_time_buckets.devdocs.json @@ -27,7 +27,7 @@ "description": [ "\nRepresents a configurable utility class for working with time buckets." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -65,7 +65,7 @@ "text": "TimeBucketsConfig" } ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -85,7 +85,7 @@ "signature": [ "(barTarget: number) => void" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -101,7 +101,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -121,7 +121,7 @@ "signature": [ "(maxBars: number) => void" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -137,7 +137,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -157,7 +157,7 @@ "signature": [ "(interval: string) => void" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -173,7 +173,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -201,7 +201,7 @@ }, ") => void" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -223,7 +223,7 @@ "text": "TimeRangeBounds" } ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -243,7 +243,7 @@ "signature": [ "() => { min: moment.Moment; max: moment.Moment; }" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -270,7 +270,7 @@ "text": "TimeBucketsInterval" } ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -297,7 +297,7 @@ "text": "TimeBucketsInterval" } ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -313,7 +313,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -335,7 +335,7 @@ "signature": [ "() => string" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -384,7 +384,7 @@ }, ">" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -406,7 +406,7 @@ "text": "TimeRangeBounds" } ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -429,7 +429,7 @@ "text": "TimeBucketsInterval" } ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -446,7 +446,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -484,7 +484,7 @@ "text": "TimeBuckets" } ], - "path": "x-pack/packages/ml/time_buckets/use_time_buckets.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/use_time_buckets.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -506,7 +506,7 @@ "text": "IUiSettingsClient" } ], - "path": "x-pack/packages/ml/time_buckets/use_time_buckets.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/use_time_buckets.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -528,7 +528,7 @@ "description": [ "\nConfiguration options for initializing TimeBuckets." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -541,7 +541,7 @@ "description": [ "\nThe maximum number of bars to display on the histogram." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false }, @@ -554,7 +554,7 @@ "description": [ "\nThe targeted number of bars for the histogram." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false }, @@ -567,7 +567,7 @@ "description": [ "\nThe date format string." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false }, @@ -583,7 +583,7 @@ "signature": [ "string[][]" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false } @@ -599,7 +599,7 @@ "description": [ "\nDefines the structure for time intervals used within TimeBuckets." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -615,7 +615,7 @@ "signature": [ "() => number" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -633,7 +633,7 @@ "signature": [ "() => number" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -648,7 +648,7 @@ "description": [ "\nThe string expression representing the interval." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false } @@ -664,7 +664,7 @@ "description": [ "\nRepresents the minimum and maximum time bounds for a time range." ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -680,7 +680,7 @@ "signature": [ "moment.Moment | undefined" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false }, @@ -696,7 +696,7 @@ "signature": [ "moment.Moment | undefined" ], - "path": "x-pack/packages/ml/time_buckets/time_buckets.d.ts", + "path": "x-pack/platform/packages/private/ml/time_buckets/time_buckets.d.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ml_time_buckets.mdx b/api_docs/kbn_ml_time_buckets.mdx index e4074560b5da0..88bd28976b294 100644 --- a/api_docs/kbn_ml_time_buckets.mdx +++ b/api_docs/kbn_ml_time_buckets.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-time-buckets title: "@kbn/ml-time-buckets" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-time-buckets plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-time-buckets'] --- import kbnMlTimeBucketsObj from './kbn_ml_time_buckets.devdocs.json'; diff --git a/api_docs/kbn_ml_trained_models_utils.devdocs.json b/api_docs/kbn_ml_trained_models_utils.devdocs.json index e3c63f83892f7..601f27d5df2d1 100644 --- a/api_docs/kbn_ml_trained_models_utils.devdocs.json +++ b/api_docs/kbn_ml_trained_models_utils.devdocs.json @@ -31,7 +31,7 @@ "InferenceServiceSettings", ") => boolean" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -45,7 +45,7 @@ "signature": [ "InferenceServiceSettings" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -63,7 +63,7 @@ "tags": [], "label": "GetModelDownloadConfigOptions", "description": [], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -84,7 +84,7 @@ }, " | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false } @@ -98,7 +98,7 @@ "tags": [], "label": "ModelDefinition", "description": [], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -114,7 +114,7 @@ "signature": [ "\"elser\" | \"e5\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -125,7 +125,7 @@ "tags": [], "label": "version", "description": [], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -141,7 +141,7 @@ "signature": [ "object" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -152,7 +152,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -166,7 +166,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -180,7 +180,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -194,7 +194,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -210,7 +210,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -223,7 +223,7 @@ "description": [ "Indicates if model version is supported by the cluster" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -237,7 +237,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -253,7 +253,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -269,7 +269,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -283,7 +283,7 @@ "signature": [ "readonly string[] | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false }, @@ -297,7 +297,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false } @@ -317,7 +317,7 @@ "signature": [ "\"prepackaged\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -329,7 +329,7 @@ "tags": [], "label": "BUILT_IN_MODEL_TYPE", "description": [], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -344,7 +344,7 @@ "signature": [ "\"started\" | \"starting\" | \"stopping\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -359,7 +359,7 @@ "signature": [ "\".multilingual-e5-small_linux-x86_64\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -374,7 +374,7 @@ "signature": [ "\".multilingual-e5-small\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -389,7 +389,7 @@ "signature": [ "\"elastic\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -404,7 +404,7 @@ "signature": [ "\"elastic\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -419,7 +419,7 @@ "signature": [ "\"elser\" | \"e5\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -434,7 +434,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -449,7 +449,7 @@ "signature": [ "\".elser_model_1\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -464,7 +464,7 @@ "signature": [ "\".elser_model_2_linux-x86_64\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -479,7 +479,7 @@ "signature": [ "\".elser_model_2\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -494,7 +494,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -509,7 +509,7 @@ "signature": [ "2 | 1" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -526,7 +526,7 @@ " & ", "InferenceServiceSettings" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -541,7 +541,7 @@ "signature": [ "\"lang_ident_model_1\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -556,7 +556,7 @@ "signature": [ "\".multilingual-e5-small_linux-x86_64\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -571,7 +571,7 @@ "signature": [ "\".elser_model_2_linux-x86_64\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -586,7 +586,7 @@ "signature": [ "2 | 1" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -608,7 +608,7 @@ }, " & { model_id: string; }" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -623,7 +623,7 @@ "signature": [ "\"started\" | \"starting\" | \"stopping\" | \"downloading\" | \"downloaded\" | \"notDownloaded\" | null" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -638,7 +638,7 @@ "signature": [ "\"text_embedding\" | \"text_expansion\" | \"ner\" | \"question_answering\" | \"zero_shot_classification\" | \"text_classification\" | \"fill_mask\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -653,7 +653,7 @@ "signature": [ "\"pytorch\" | \"tree_ensemble\" | \"lang_ident\"" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -670,7 +670,7 @@ "signature": [ "{ readonly STARTED: \"started\"; readonly STARTING: \"starting\"; readonly STOPPING: \"stopping\"; }" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -693,7 +693,7 @@ }, ", \"supported\">; }" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -708,7 +708,7 @@ "signature": [ "{ readonly DOWNLOADING: \"downloading\"; readonly DOWNLOADED: \"downloaded\"; readonly NOT_DOWNLOADED: \"notDownloaded\"; readonly STARTED: \"started\"; readonly STARTING: \"starting\"; readonly STOPPING: \"stopping\"; }" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -723,7 +723,7 @@ "signature": [ "{ readonly NER: \"ner\"; readonly QUESTION_ANSWERING: \"question_answering\"; readonly ZERO_SHOT_CLASSIFICATION: \"zero_shot_classification\"; readonly TEXT_CLASSIFICATION: \"text_classification\"; readonly TEXT_EMBEDDING: \"text_embedding\"; readonly FILL_MASK: \"fill_mask\"; readonly TEXT_EXPANSION: \"text_expansion\"; }" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -738,7 +738,7 @@ "signature": [ "{ readonly PYTORCH: \"pytorch\"; readonly TREE_ENSEMBLE: \"tree_ensemble\"; readonly LANG_IDENT: \"lang_ident\"; }" ], - "path": "x-pack/packages/ml/trained_models_utils/src/constants/trained_models.ts", + "path": "x-pack/platform/packages/shared/ml/trained_models_utils/src/constants/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_trained_models_utils.mdx b/api_docs/kbn_ml_trained_models_utils.mdx index e2ff281706aaf..5b424e788fa4c 100644 --- a/api_docs/kbn_ml_trained_models_utils.mdx +++ b/api_docs/kbn_ml_trained_models_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-trained-models-utils title: "@kbn/ml-trained-models-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-trained-models-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-trained-models-utils'] --- import kbnMlTrainedModelsUtilsObj from './kbn_ml_trained_models_utils.devdocs.json'; diff --git a/api_docs/kbn_ml_ui_actions.devdocs.json b/api_docs/kbn_ml_ui_actions.devdocs.json index 6fe15ef82553e..680f2007095e2 100644 --- a/api_docs/kbn_ml_ui_actions.devdocs.json +++ b/api_docs/kbn_ml_ui_actions.devdocs.json @@ -27,7 +27,7 @@ "tags": [], "label": "CategorizeFieldContext", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "text": "DataViewField" } ], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -67,7 +67,7 @@ "text": "DataView" } ], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -78,7 +78,7 @@ "tags": [], "label": "originatingApp", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -92,7 +92,7 @@ "signature": [ "{ from: number; to: number; field?: { name: string; value: string; } | undefined; } | undefined" ], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false } @@ -106,7 +106,7 @@ "tags": [], "label": "CreateCategorizationADJobContext", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -126,7 +126,7 @@ "text": "DataViewField" } ], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -146,7 +146,7 @@ "text": "DataView" } ], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -160,7 +160,7 @@ "signature": [ "QueryDslQueryContainer" ], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -174,7 +174,7 @@ "signature": [ "{ from: string; to: string; mode?: \"absolute\" | \"relative\" | undefined; }" ], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false } @@ -194,7 +194,7 @@ "signature": [ "\"ACTION_CATEGORIZE_FIELD\"" ], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -209,7 +209,7 @@ "signature": [ "\"CATEGORIZE_FIELD_TRIGGER\"" ], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -224,7 +224,7 @@ "signature": [ "\"createMLADCategorizationJobAction\"" ], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -239,7 +239,7 @@ "signature": [ "\"CREATE_PATTERN_ANALYSIS_TO_ML_AD_JOB_TRIGGER\"" ], - "path": "x-pack/packages/ml/ui_actions/src/ml/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/ml/ui_actions.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -253,7 +253,7 @@ "tags": [], "label": "categorizeFieldTrigger", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -264,7 +264,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -275,7 +275,7 @@ "tags": [], "label": "title", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false }, @@ -286,7 +286,7 @@ "tags": [], "label": "description", "description": [], - "path": "x-pack/packages/ml/ui_actions/src/aiops/ui_actions.ts", + "path": "x-pack/platform/packages/private/ml/ui_actions/src/aiops/ui_actions.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ml_ui_actions.mdx b/api_docs/kbn_ml_ui_actions.mdx index 1c03049df0fdb..77a49b4237d19 100644 --- a/api_docs/kbn_ml_ui_actions.mdx +++ b/api_docs/kbn_ml_ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-ui-actions title: "@kbn/ml-ui-actions" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-ui-actions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-ui-actions'] --- import kbnMlUiActionsObj from './kbn_ml_ui_actions.devdocs.json'; diff --git a/api_docs/kbn_ml_url_state.devdocs.json b/api_docs/kbn_ml_url_state.devdocs.json index e2f8e56166522..fdb0e03e3d1c8 100644 --- a/api_docs/kbn_ml_url_state.devdocs.json +++ b/api_docs/kbn_ml_url_state.devdocs.json @@ -37,7 +37,7 @@ }, "" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -55,7 +55,7 @@ "Observable", "" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -71,7 +71,7 @@ "signature": [ "() => T | null" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [], @@ -87,7 +87,7 @@ "signature": [ "(update: Partial, replaceState?: boolean | undefined) => void" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -101,7 +101,7 @@ "signature": [ "Partial" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -116,7 +116,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -136,7 +136,7 @@ "signature": [ "(currentState: T) => void" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -150,7 +150,7 @@ "signature": [ "T" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -170,7 +170,7 @@ "signature": [ "(callback: (update: Partial, replaceState?: boolean | undefined) => void) => void" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -184,7 +184,7 @@ "signature": [ "(update: Partial, replaceState?: boolean | undefined) => void" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -209,7 +209,7 @@ "signature": [ "(queryParam: string) => boolean" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -223,7 +223,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -250,7 +250,7 @@ }, "" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -264,7 +264,7 @@ "signature": [ "string" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -285,7 +285,7 @@ "UrlState", ">>" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -317,7 +317,7 @@ "signature": [ "({ children }: { children?: React.ReactNode; }) => React.JSX.Element" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -331,7 +331,7 @@ "signature": [ "{ children?: React.ReactNode; }" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -368,7 +368,7 @@ }, "]" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -382,7 +382,7 @@ "signature": [ "T[\"pageKey\"]" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -397,7 +397,7 @@ "signature": [ "T[\"pageUrlState\"] | undefined" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -432,7 +432,7 @@ }, ", value?: unknown, replaceState?: boolean | undefined) => void]" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -452,7 +452,7 @@ "text": "Accessor" } ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -480,7 +480,7 @@ }, "" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -494,7 +494,7 @@ "signature": [ "[id: string]: TValue" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false } @@ -508,7 +508,7 @@ "tags": [], "label": "ListingPageUrlState", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -519,7 +519,7 @@ "tags": [], "label": "pageSize", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -530,7 +530,7 @@ "tags": [], "label": "pageIndex", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -541,7 +541,7 @@ "tags": [], "label": "sortField", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -552,7 +552,7 @@ "tags": [], "label": "sortDirection", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -566,7 +566,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -580,7 +580,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -594,7 +594,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false } @@ -608,7 +608,7 @@ "tags": [], "label": "PageUrlState", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -619,7 +619,7 @@ "tags": [], "label": "pageKey", "description": [], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -633,7 +633,7 @@ "signature": [ "object" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false } @@ -653,7 +653,7 @@ "signature": [ "\"_a\" | \"_g\"" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -684,7 +684,7 @@ }, ", value?: any, replaceState?: boolean | undefined) => void" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false, "returnComment": [], @@ -699,7 +699,7 @@ "signature": [ "\"_a\" | \"_g\"" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -721,7 +721,7 @@ }, "" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -735,7 +735,7 @@ "signature": [ "any" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false }, @@ -749,7 +749,7 @@ "signature": [ "boolean | undefined" ], - "path": "x-pack/packages/ml/url_state/src/url_state.tsx", + "path": "x-pack/platform/packages/private/ml/url_state/src/url_state.tsx", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_ml_url_state.mdx b/api_docs/kbn_ml_url_state.mdx index c53c8cb1664fe..ee7e90997496a 100644 --- a/api_docs/kbn_ml_url_state.mdx +++ b/api_docs/kbn_ml_url_state.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-url-state title: "@kbn/ml-url-state" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-url-state plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-url-state'] --- import kbnMlUrlStateObj from './kbn_ml_url_state.devdocs.json'; diff --git a/api_docs/kbn_ml_validators.devdocs.json b/api_docs/kbn_ml_validators.devdocs.json index ee66386f35dfa..9dc4a56010d1d 100644 --- a/api_docs/kbn_ml_validators.devdocs.json +++ b/api_docs/kbn_ml_validators.devdocs.json @@ -31,7 +31,7 @@ "signature": [ "(validators: ((value: any) => { [key: string]: any; } | null)[]) => (value: any) => { [key: string]: any; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -47,7 +47,7 @@ "signature": [ "((value: any) => { [key: string]: any; } | null)[]" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -70,7 +70,7 @@ "signature": [ "(dict: string[], shouldInclude: boolean) => (value: string) => { matchDict: string; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -86,7 +86,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -103,7 +103,7 @@ "signature": [ "boolean" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -126,7 +126,7 @@ "signature": [ "(maxLength: number) => (value: string) => { maxLength: { requiredLength: number; actualLength: number; }; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -142,7 +142,7 @@ "signature": [ "number" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -163,7 +163,7 @@ "signature": [ "(allowedUnits: string[]) => (value: T) => { invalidUnits: { allowedUnits: string; }; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -179,7 +179,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -202,7 +202,7 @@ "signature": [ "(pattern: RegExp) => (value: string) => { pattern: { matchPattern: string; }; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -218,7 +218,7 @@ "signature": [ "RegExp" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -241,7 +241,7 @@ "signature": [ "() => (value: T) => { required: boolean; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -262,7 +262,7 @@ "signature": [ "() => (value: string) => { invalidTimeInterval: boolean; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -282,7 +282,7 @@ "description": [ "\nInterface for a callout message." ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -295,7 +295,7 @@ "description": [ "\nUnique identifier for the callout message." ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -308,7 +308,7 @@ "description": [ "\nHeading of the callout message." ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -330,7 +330,7 @@ "text": "VALIDATION_STATUS" } ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -343,7 +343,7 @@ "description": [ "\nText of the callout message." ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false }, @@ -359,7 +359,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false } @@ -377,7 +377,7 @@ "description": [ "\nEnum for the validation status." ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -396,7 +396,7 @@ "signature": [ "-1" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -413,7 +413,7 @@ "signature": [ "string[]" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -430,7 +430,7 @@ "signature": [ "0.3" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -447,7 +447,7 @@ "signature": [ "100" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -464,7 +464,7 @@ "signature": [ "64" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -481,7 +481,7 @@ "signature": [ "{ invalidUnits: { allowedUnits: string; }; } | null" ], - "path": "x-pack/packages/ml/validators/validators.ts", + "path": "x-pack/platform/packages/private/ml/validators/validators.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -498,7 +498,7 @@ "signature": [ "25" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -515,7 +515,7 @@ "signature": [ "10" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -532,7 +532,7 @@ "signature": [ "true" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -549,7 +549,7 @@ "signature": [ "200" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -566,7 +566,7 @@ "signature": [ "200000" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -590,7 +590,7 @@ }, "[]" ], - "path": "x-pack/packages/ml/validators/constants.ts", + "path": "x-pack/platform/packages/private/ml/validators/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/kbn_ml_validators.mdx b/api_docs/kbn_ml_validators.mdx index 1b3c9e4a492d7..b6ae503df089d 100644 --- a/api_docs/kbn_ml_validators.mdx +++ b/api_docs/kbn_ml_validators.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ml-validators title: "@kbn/ml-validators" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ml-validators plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ml-validators'] --- import kbnMlValidatorsObj from './kbn_ml_validators.devdocs.json'; diff --git a/api_docs/kbn_mock_idp_utils.mdx b/api_docs/kbn_mock_idp_utils.mdx index b98b41e38c79e..aa1e3a3a44da7 100644 --- a/api_docs/kbn_mock_idp_utils.mdx +++ b/api_docs/kbn_mock_idp_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-mock-idp-utils title: "@kbn/mock-idp-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/mock-idp-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/mock-idp-utils'] --- import kbnMockIdpUtilsObj from './kbn_mock_idp_utils.devdocs.json'; diff --git a/api_docs/kbn_monaco.devdocs.json b/api_docs/kbn_monaco.devdocs.json index 14dd9560fc8b7..f7e2884661b14 100644 --- a/api_docs/kbn_monaco.devdocs.json +++ b/api_docs/kbn_monaco.devdocs.json @@ -487,7 +487,7 @@ "tags": [], "label": "ESQLCallbacks", "description": [], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -503,7 +503,7 @@ "ESQLSourceResult", "> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false }, @@ -525,7 +525,7 @@ }, "> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false }, @@ -539,7 +539,7 @@ "signature": [ "CallbackFn<{}, { name: string; sourceIndices: string[]; matchField: string; enrichFields: string[]; }> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false }, @@ -553,7 +553,7 @@ "signature": [ "(() => Promise<{ histogramBarTarget: number; }>) | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -571,7 +571,7 @@ "PartialFieldsMetadataClient", "> | undefined" ], - "path": "packages/kbn-esql-validation-autocomplete/src/shared/types.ts", + "path": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src/shared/types.ts", "deprecated": false, "trackAdoption": false } diff --git a/api_docs/kbn_monaco.mdx b/api_docs/kbn_monaco.mdx index 73ad695231248..89a2aa83a701f 100644 --- a/api_docs/kbn_monaco.mdx +++ b/api_docs/kbn_monaco.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-monaco title: "@kbn/monaco" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/monaco plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/monaco'] --- import kbnMonacoObj from './kbn_monaco.devdocs.json'; diff --git a/api_docs/kbn_object_versioning.mdx b/api_docs/kbn_object_versioning.mdx index 6cfdc4f77c47c..62193d39e1e39 100644 --- a/api_docs/kbn_object_versioning.mdx +++ b/api_docs/kbn_object_versioning.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning title: "@kbn/object-versioning" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning'] --- import kbnObjectVersioningObj from './kbn_object_versioning.devdocs.json'; diff --git a/api_docs/kbn_object_versioning_utils.mdx b/api_docs/kbn_object_versioning_utils.mdx index a2640170665d6..5f48f93631b5a 100644 --- a/api_docs/kbn_object_versioning_utils.mdx +++ b/api_docs/kbn_object_versioning_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-object-versioning-utils title: "@kbn/object-versioning-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/object-versioning-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/object-versioning-utils'] --- import kbnObjectVersioningUtilsObj from './kbn_object_versioning_utils.devdocs.json'; diff --git a/api_docs/kbn_observability_alert_details.mdx b/api_docs/kbn_observability_alert_details.mdx index 8d1c8135c7387..fc1c9ad0e3723 100644 --- a/api_docs/kbn_observability_alert_details.mdx +++ b/api_docs/kbn_observability_alert_details.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alert-details title: "@kbn/observability-alert-details" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alert-details plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alert-details'] --- import kbnObservabilityAlertDetailsObj from './kbn_observability_alert_details.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_rule_utils.mdx b/api_docs/kbn_observability_alerting_rule_utils.mdx index b8ad353e1d446..92530c3edb177 100644 --- a/api_docs/kbn_observability_alerting_rule_utils.mdx +++ b/api_docs/kbn_observability_alerting_rule_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-rule-utils title: "@kbn/observability-alerting-rule-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-rule-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-rule-utils'] --- import kbnObservabilityAlertingRuleUtilsObj from './kbn_observability_alerting_rule_utils.devdocs.json'; diff --git a/api_docs/kbn_observability_alerting_test_data.mdx b/api_docs/kbn_observability_alerting_test_data.mdx index c2bc82c710fc0..f8f849871e1cd 100644 --- a/api_docs/kbn_observability_alerting_test_data.mdx +++ b/api_docs/kbn_observability_alerting_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-alerting-test-data title: "@kbn/observability-alerting-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-alerting-test-data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-alerting-test-data'] --- import kbnObservabilityAlertingTestDataObj from './kbn_observability_alerting_test_data.devdocs.json'; diff --git a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx index decdca8201c68..5c5c59993a441 100644 --- a/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx +++ b/api_docs/kbn_observability_get_padded_alert_time_range_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-get-padded-alert-time-range-util title: "@kbn/observability-get-padded-alert-time-range-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-get-padded-alert-time-range-util plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-get-padded-alert-time-range-util'] --- import kbnObservabilityGetPaddedAlertTimeRangeUtilObj from './kbn_observability_get_padded_alert_time_range_util.devdocs.json'; diff --git a/api_docs/kbn_observability_logs_overview.mdx b/api_docs/kbn_observability_logs_overview.mdx index 8fb17eed98b28..276476ac7430b 100644 --- a/api_docs/kbn_observability_logs_overview.mdx +++ b/api_docs/kbn_observability_logs_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-logs-overview title: "@kbn/observability-logs-overview" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-logs-overview plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-logs-overview'] --- import kbnObservabilityLogsOverviewObj from './kbn_observability_logs_overview.devdocs.json'; diff --git a/api_docs/kbn_observability_synthetics_test_data.mdx b/api_docs/kbn_observability_synthetics_test_data.mdx index 0894f83212771..fe1ff61f417f9 100644 --- a/api_docs/kbn_observability_synthetics_test_data.mdx +++ b/api_docs/kbn_observability_synthetics_test_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-observability-synthetics-test-data title: "@kbn/observability-synthetics-test-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/observability-synthetics-test-data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/observability-synthetics-test-data'] --- import kbnObservabilitySyntheticsTestDataObj from './kbn_observability_synthetics_test_data.devdocs.json'; diff --git a/api_docs/kbn_openapi_bundler.mdx b/api_docs/kbn_openapi_bundler.mdx index 47776abaaf11e..03890b35301f6 100644 --- a/api_docs/kbn_openapi_bundler.mdx +++ b/api_docs/kbn_openapi_bundler.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-bundler title: "@kbn/openapi-bundler" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-bundler plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-bundler'] --- import kbnOpenapiBundlerObj from './kbn_openapi_bundler.devdocs.json'; diff --git a/api_docs/kbn_openapi_generator.mdx b/api_docs/kbn_openapi_generator.mdx index 597b377014ddf..8a7c6d88ea4d4 100644 --- a/api_docs/kbn_openapi_generator.mdx +++ b/api_docs/kbn_openapi_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-openapi-generator title: "@kbn/openapi-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/openapi-generator plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/openapi-generator'] --- import kbnOpenapiGeneratorObj from './kbn_openapi_generator.devdocs.json'; diff --git a/api_docs/kbn_optimizer.devdocs.json b/api_docs/kbn_optimizer.devdocs.json index c660b7a84ef44..3baaaae1a72ba 100644 --- a/api_docs/kbn_optimizer.devdocs.json +++ b/api_docs/kbn_optimizer.devdocs.json @@ -280,6 +280,21 @@ "deprecated": false, "trackAdoption": false, "isRequired": true + }, + { + "parentPluginId": "@kbn/optimizer", + "id": "def-server.OptimizerConfig.Unnamed.$12", + "type": "string", + "tags": [], + "label": "reactVersion", + "description": [], + "signature": [ + "string" + ], + "path": "packages/kbn-optimizer/src/optimizer/optimizer_config.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true } ], "returnComment": [] diff --git a/api_docs/kbn_optimizer.mdx b/api_docs/kbn_optimizer.mdx index bfa45c75094b8..175d8c0e1b5f3 100644 --- a/api_docs/kbn_optimizer.mdx +++ b/api_docs/kbn_optimizer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer title: "@kbn/optimizer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer'] --- import kbnOptimizerObj from './kbn_optimizer.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 45 | 0 | 45 | 9 | +| 46 | 0 | 46 | 9 | ## Server diff --git a/api_docs/kbn_optimizer_webpack_helpers.mdx b/api_docs/kbn_optimizer_webpack_helpers.mdx index a68d3bc4556d9..9807ae3e162c7 100644 --- a/api_docs/kbn_optimizer_webpack_helpers.mdx +++ b/api_docs/kbn_optimizer_webpack_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-optimizer-webpack-helpers title: "@kbn/optimizer-webpack-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/optimizer-webpack-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/optimizer-webpack-helpers'] --- import kbnOptimizerWebpackHelpersObj from './kbn_optimizer_webpack_helpers.devdocs.json'; diff --git a/api_docs/kbn_osquery_io_ts_types.mdx b/api_docs/kbn_osquery_io_ts_types.mdx index 1731e4939d8ed..736ca4874ace0 100644 --- a/api_docs/kbn_osquery_io_ts_types.mdx +++ b/api_docs/kbn_osquery_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-osquery-io-ts-types title: "@kbn/osquery-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/osquery-io-ts-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/osquery-io-ts-types'] --- import kbnOsqueryIoTsTypesObj from './kbn_osquery_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_panel_loader.mdx b/api_docs/kbn_panel_loader.mdx index 0a00c2a0d7f8c..6cbe5e72b18cd 100644 --- a/api_docs/kbn_panel_loader.mdx +++ b/api_docs/kbn_panel_loader.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-panel-loader title: "@kbn/panel-loader" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/panel-loader plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/panel-loader'] --- import kbnPanelLoaderObj from './kbn_panel_loader.devdocs.json'; diff --git a/api_docs/kbn_performance_testing_dataset_extractor.mdx b/api_docs/kbn_performance_testing_dataset_extractor.mdx index cae4528ff02bc..5d30afaad94f7 100644 --- a/api_docs/kbn_performance_testing_dataset_extractor.mdx +++ b/api_docs/kbn_performance_testing_dataset_extractor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-performance-testing-dataset-extractor title: "@kbn/performance-testing-dataset-extractor" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/performance-testing-dataset-extractor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/performance-testing-dataset-extractor'] --- import kbnPerformanceTestingDatasetExtractorObj from './kbn_performance_testing_dataset_extractor.devdocs.json'; diff --git a/api_docs/kbn_plugin_check.mdx b/api_docs/kbn_plugin_check.mdx index 63a61adda1be8..61775fada02fc 100644 --- a/api_docs/kbn_plugin_check.mdx +++ b/api_docs/kbn_plugin_check.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-check title: "@kbn/plugin-check" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-check plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-check'] --- import kbnPluginCheckObj from './kbn_plugin_check.devdocs.json'; diff --git a/api_docs/kbn_plugin_generator.mdx b/api_docs/kbn_plugin_generator.mdx index 0155c9cf789ff..8b9db012aca7e 100644 --- a/api_docs/kbn_plugin_generator.mdx +++ b/api_docs/kbn_plugin_generator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-generator title: "@kbn/plugin-generator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-generator plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-generator'] --- import kbnPluginGeneratorObj from './kbn_plugin_generator.devdocs.json'; diff --git a/api_docs/kbn_plugin_helpers.mdx b/api_docs/kbn_plugin_helpers.mdx index 8207fd6fa3471..ae741374afa7c 100644 --- a/api_docs/kbn_plugin_helpers.mdx +++ b/api_docs/kbn_plugin_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-plugin-helpers title: "@kbn/plugin-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/plugin-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/plugin-helpers'] --- import kbnPluginHelpersObj from './kbn_plugin_helpers.devdocs.json'; diff --git a/api_docs/kbn_presentation_containers.mdx b/api_docs/kbn_presentation_containers.mdx index 731daffabdb33..2219051de19e4 100644 --- a/api_docs/kbn_presentation_containers.mdx +++ b/api_docs/kbn_presentation_containers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-containers title: "@kbn/presentation-containers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-containers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-containers'] --- import kbnPresentationContainersObj from './kbn_presentation_containers.devdocs.json'; diff --git a/api_docs/kbn_presentation_publishing.devdocs.json b/api_docs/kbn_presentation_publishing.devdocs.json index f631ed6e70da3..ab054f8e4ee19 100644 --- a/api_docs/kbn_presentation_publishing.devdocs.json +++ b/api_docs/kbn_presentation_publishing.devdocs.json @@ -7270,7 +7270,7 @@ "label": "resetUnsavedChanges", "description": [], "signature": [ - "() => void" + "() => boolean" ], "path": "packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts", "deprecated": false, diff --git a/api_docs/kbn_presentation_publishing.mdx b/api_docs/kbn_presentation_publishing.mdx index 0c4395d41bac2..57156f455fc4a 100644 --- a/api_docs/kbn_presentation_publishing.mdx +++ b/api_docs/kbn_presentation_publishing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-presentation-publishing title: "@kbn/presentation-publishing" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/presentation-publishing plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/presentation-publishing'] --- import kbnPresentationPublishingObj from './kbn_presentation_publishing.devdocs.json'; diff --git a/api_docs/kbn_product_doc_artifact_builder.mdx b/api_docs/kbn_product_doc_artifact_builder.mdx index 0adcc08296025..2a27a3eb5c837 100644 --- a/api_docs/kbn_product_doc_artifact_builder.mdx +++ b/api_docs/kbn_product_doc_artifact_builder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-artifact-builder title: "@kbn/product-doc-artifact-builder" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-artifact-builder plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-artifact-builder'] --- import kbnProductDocArtifactBuilderObj from './kbn_product_doc_artifact_builder.devdocs.json'; diff --git a/api_docs/kbn_product_doc_common.mdx b/api_docs/kbn_product_doc_common.mdx index 3a09cf3a07604..fa1ddf25aeb27 100644 --- a/api_docs/kbn_product_doc_common.mdx +++ b/api_docs/kbn_product_doc_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-product-doc-common title: "@kbn/product-doc-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/product-doc-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/product-doc-common'] --- import kbnProductDocCommonObj from './kbn_product_doc_common.devdocs.json'; diff --git a/api_docs/kbn_profiling_utils.mdx b/api_docs/kbn_profiling_utils.mdx index 499ed85ff8989..16f9e36a856f7 100644 --- a/api_docs/kbn_profiling_utils.mdx +++ b/api_docs/kbn_profiling_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-profiling-utils title: "@kbn/profiling-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/profiling-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/profiling-utils'] --- import kbnProfilingUtilsObj from './kbn_profiling_utils.devdocs.json'; diff --git a/api_docs/kbn_random_sampling.mdx b/api_docs/kbn_random_sampling.mdx index d2ef079e5ed31..6fd0b3d1727b4 100644 --- a/api_docs/kbn_random_sampling.mdx +++ b/api_docs/kbn_random_sampling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-random-sampling title: "@kbn/random-sampling" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/random-sampling plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/random-sampling'] --- import kbnRandomSamplingObj from './kbn_random_sampling.devdocs.json'; diff --git a/api_docs/kbn_react_field.mdx b/api_docs/kbn_react_field.mdx index 4e72583f09413..acde3d9b4c4db 100644 --- a/api_docs/kbn_react_field.mdx +++ b/api_docs/kbn_react_field.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-field title: "@kbn/react-field" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-field plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-field'] --- import kbnReactFieldObj from './kbn_react_field.devdocs.json'; diff --git a/api_docs/kbn_react_hooks.mdx b/api_docs/kbn_react_hooks.mdx index 77cfde23d7c82..7a13604cc9a0a 100644 --- a/api_docs/kbn_react_hooks.mdx +++ b/api_docs/kbn_react_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-hooks title: "@kbn/react-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-hooks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-hooks'] --- import kbnReactHooksObj from './kbn_react_hooks.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_common.mdx b/api_docs/kbn_react_kibana_context_common.mdx index c0459bddf8b5e..e4478b802c0c4 100644 --- a/api_docs/kbn_react_kibana_context_common.mdx +++ b/api_docs/kbn_react_kibana_context_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-common title: "@kbn/react-kibana-context-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-common'] --- import kbnReactKibanaContextCommonObj from './kbn_react_kibana_context_common.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_render.mdx b/api_docs/kbn_react_kibana_context_render.mdx index fe5ae226bd20d..de6526007e27a 100644 --- a/api_docs/kbn_react_kibana_context_render.mdx +++ b/api_docs/kbn_react_kibana_context_render.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-render title: "@kbn/react-kibana-context-render" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-render plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-render'] --- import kbnReactKibanaContextRenderObj from './kbn_react_kibana_context_render.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_root.mdx b/api_docs/kbn_react_kibana_context_root.mdx index 0faaa93d45832..5ae581983f572 100644 --- a/api_docs/kbn_react_kibana_context_root.mdx +++ b/api_docs/kbn_react_kibana_context_root.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-root title: "@kbn/react-kibana-context-root" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-root plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-root'] --- import kbnReactKibanaContextRootObj from './kbn_react_kibana_context_root.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_styled.mdx b/api_docs/kbn_react_kibana_context_styled.mdx index 62dffb3241381..040b05718f8c6 100644 --- a/api_docs/kbn_react_kibana_context_styled.mdx +++ b/api_docs/kbn_react_kibana_context_styled.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-styled title: "@kbn/react-kibana-context-styled" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-styled plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-styled'] --- import kbnReactKibanaContextStyledObj from './kbn_react_kibana_context_styled.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_context_theme.mdx b/api_docs/kbn_react_kibana_context_theme.mdx index 52028663e3c53..a10eb5ae7ca0d 100644 --- a/api_docs/kbn_react_kibana_context_theme.mdx +++ b/api_docs/kbn_react_kibana_context_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-context-theme title: "@kbn/react-kibana-context-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-context-theme plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-context-theme'] --- import kbnReactKibanaContextThemeObj from './kbn_react_kibana_context_theme.devdocs.json'; diff --git a/api_docs/kbn_react_kibana_mount.mdx b/api_docs/kbn_react_kibana_mount.mdx index 8d873a6f0114a..1b2af6522c1cd 100644 --- a/api_docs/kbn_react_kibana_mount.mdx +++ b/api_docs/kbn_react_kibana_mount.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-react-kibana-mount title: "@kbn/react-kibana-mount" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/react-kibana-mount plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-kibana-mount'] --- import kbnReactKibanaMountObj from './kbn_react_kibana_mount.devdocs.json'; diff --git a/api_docs/kbn_react_mute_legacy_root_warning.devdocs.json b/api_docs/kbn_react_mute_legacy_root_warning.devdocs.json new file mode 100644 index 0000000000000..af0925516e765 --- /dev/null +++ b/api_docs/kbn_react_mute_legacy_root_warning.devdocs.json @@ -0,0 +1,47 @@ +{ + "id": "@kbn/react-mute-legacy-root-warning", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [ + { + "parentPluginId": "@kbn/react-mute-legacy-root-warning", + "id": "def-common.muteLegacyRootWarning", + "type": "Function", + "tags": [], + "label": "muteLegacyRootWarning", + "description": [ + "\nAfter we upgrade to React 18, we will see a warning in the console that we are using the legacy ReactDOM.render API.\nThis warning is expected as we are in the process of migrating to the new createRoot API.\nHowever, it is very noisy and we want to mute it for now." + ], + "signature": [ + "() => void" + ], + "path": "packages/kbn-react-mute-legacy-root-warning/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_react_mute_legacy_root_warning.mdx b/api_docs/kbn_react_mute_legacy_root_warning.mdx new file mode 100644 index 0000000000000..a0b6111a5b56a --- /dev/null +++ b/api_docs/kbn_react_mute_legacy_root_warning.mdx @@ -0,0 +1,30 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnReactMuteLegacyRootWarningPluginApi +slug: /kibana-dev-docs/api/kbn-react-mute-legacy-root-warning +title: "@kbn/react-mute-legacy-root-warning" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/react-mute-legacy-root-warning plugin +date: 2024-12-10 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/react-mute-legacy-root-warning'] +--- +import kbnReactMuteLegacyRootWarningObj from './kbn_react_mute_legacy_root_warning.devdocs.json'; + + + +Contact [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 1 | 0 | 0 | 0 | + +## Common + +### Functions + + diff --git a/api_docs/kbn_recently_accessed.mdx b/api_docs/kbn_recently_accessed.mdx index 7650a73fadb44..1c7322e524649 100644 --- a/api_docs/kbn_recently_accessed.mdx +++ b/api_docs/kbn_recently_accessed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-recently-accessed title: "@kbn/recently-accessed" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/recently-accessed plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/recently-accessed'] --- import kbnRecentlyAccessedObj from './kbn_recently_accessed.devdocs.json'; diff --git a/api_docs/kbn_repo_file_maps.mdx b/api_docs/kbn_repo_file_maps.mdx index 6479106494587..cf7709abb7f35 100644 --- a/api_docs/kbn_repo_file_maps.mdx +++ b/api_docs/kbn_repo_file_maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-file-maps title: "@kbn/repo-file-maps" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-file-maps plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-file-maps'] --- import kbnRepoFileMapsObj from './kbn_repo_file_maps.devdocs.json'; diff --git a/api_docs/kbn_repo_linter.mdx b/api_docs/kbn_repo_linter.mdx index f5dba539c9277..354c33d80654e 100644 --- a/api_docs/kbn_repo_linter.mdx +++ b/api_docs/kbn_repo_linter.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-linter title: "@kbn/repo-linter" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-linter plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-linter'] --- import kbnRepoLinterObj from './kbn_repo_linter.devdocs.json'; diff --git a/api_docs/kbn_repo_path.mdx b/api_docs/kbn_repo_path.mdx index 5b685744fb24c..54526e5317998 100644 --- a/api_docs/kbn_repo_path.mdx +++ b/api_docs/kbn_repo_path.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-path title: "@kbn/repo-path" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-path plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-path'] --- import kbnRepoPathObj from './kbn_repo_path.devdocs.json'; diff --git a/api_docs/kbn_repo_source_classifier.mdx b/api_docs/kbn_repo_source_classifier.mdx index 62adc07dd34c1..77193b39aaf89 100644 --- a/api_docs/kbn_repo_source_classifier.mdx +++ b/api_docs/kbn_repo_source_classifier.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-repo-source-classifier title: "@kbn/repo-source-classifier" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/repo-source-classifier plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/repo-source-classifier'] --- import kbnRepoSourceClassifierObj from './kbn_repo_source_classifier.devdocs.json'; diff --git a/api_docs/kbn_reporting_common.mdx b/api_docs/kbn_reporting_common.mdx index 3b619e74db9fd..fc271f63ea3d2 100644 --- a/api_docs/kbn_reporting_common.mdx +++ b/api_docs/kbn_reporting_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-common title: "@kbn/reporting-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-common'] --- import kbnReportingCommonObj from './kbn_reporting_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_csv_share_panel.mdx b/api_docs/kbn_reporting_csv_share_panel.mdx index d6e6218ec0a96..ef317de7ff4bb 100644 --- a/api_docs/kbn_reporting_csv_share_panel.mdx +++ b/api_docs/kbn_reporting_csv_share_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-csv-share-panel title: "@kbn/reporting-csv-share-panel" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-csv-share-panel plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-csv-share-panel'] --- import kbnReportingCsvSharePanelObj from './kbn_reporting_csv_share_panel.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv.mdx b/api_docs/kbn_reporting_export_types_csv.mdx index 1afa85a6e464a..b1f0cba5d2309 100644 --- a/api_docs/kbn_reporting_export_types_csv.mdx +++ b/api_docs/kbn_reporting_export_types_csv.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv title: "@kbn/reporting-export-types-csv" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv'] --- import kbnReportingExportTypesCsvObj from './kbn_reporting_export_types_csv.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_csv_common.mdx b/api_docs/kbn_reporting_export_types_csv_common.mdx index 5c07301747222..6797e44a17699 100644 --- a/api_docs/kbn_reporting_export_types_csv_common.mdx +++ b/api_docs/kbn_reporting_export_types_csv_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-csv-common title: "@kbn/reporting-export-types-csv-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-csv-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-csv-common'] --- import kbnReportingExportTypesCsvCommonObj from './kbn_reporting_export_types_csv_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf.mdx b/api_docs/kbn_reporting_export_types_pdf.mdx index 3b88f50cdabd5..ba65a70ac6bb1 100644 --- a/api_docs/kbn_reporting_export_types_pdf.mdx +++ b/api_docs/kbn_reporting_export_types_pdf.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf title: "@kbn/reporting-export-types-pdf" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf'] --- import kbnReportingExportTypesPdfObj from './kbn_reporting_export_types_pdf.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_pdf_common.mdx b/api_docs/kbn_reporting_export_types_pdf_common.mdx index 24306e0d4137a..a73dd9fedb5e4 100644 --- a/api_docs/kbn_reporting_export_types_pdf_common.mdx +++ b/api_docs/kbn_reporting_export_types_pdf_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-pdf-common title: "@kbn/reporting-export-types-pdf-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-pdf-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-pdf-common'] --- import kbnReportingExportTypesPdfCommonObj from './kbn_reporting_export_types_pdf_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png.mdx b/api_docs/kbn_reporting_export_types_png.mdx index 3b12623500ef3..e575f36bcf820 100644 --- a/api_docs/kbn_reporting_export_types_png.mdx +++ b/api_docs/kbn_reporting_export_types_png.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png title: "@kbn/reporting-export-types-png" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png'] --- import kbnReportingExportTypesPngObj from './kbn_reporting_export_types_png.devdocs.json'; diff --git a/api_docs/kbn_reporting_export_types_png_common.mdx b/api_docs/kbn_reporting_export_types_png_common.mdx index f948b46ee59dc..2387ddfb2b759 100644 --- a/api_docs/kbn_reporting_export_types_png_common.mdx +++ b/api_docs/kbn_reporting_export_types_png_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-export-types-png-common title: "@kbn/reporting-export-types-png-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-export-types-png-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-export-types-png-common'] --- import kbnReportingExportTypesPngCommonObj from './kbn_reporting_export_types_png_common.devdocs.json'; diff --git a/api_docs/kbn_reporting_mocks_server.mdx b/api_docs/kbn_reporting_mocks_server.mdx index 9e81dc73fb003..6ad57318e6a09 100644 --- a/api_docs/kbn_reporting_mocks_server.mdx +++ b/api_docs/kbn_reporting_mocks_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-mocks-server title: "@kbn/reporting-mocks-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-mocks-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-mocks-server'] --- import kbnReportingMocksServerObj from './kbn_reporting_mocks_server.devdocs.json'; diff --git a/api_docs/kbn_reporting_public.mdx b/api_docs/kbn_reporting_public.mdx index 4397969cd250d..f2d6aca304578 100644 --- a/api_docs/kbn_reporting_public.mdx +++ b/api_docs/kbn_reporting_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-public title: "@kbn/reporting-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-public plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-public'] --- import kbnReportingPublicObj from './kbn_reporting_public.devdocs.json'; diff --git a/api_docs/kbn_reporting_server.mdx b/api_docs/kbn_reporting_server.mdx index d6db703f11ef4..54280e3d10199 100644 --- a/api_docs/kbn_reporting_server.mdx +++ b/api_docs/kbn_reporting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-reporting-server title: "@kbn/reporting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/reporting-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/reporting-server'] --- import kbnReportingServerObj from './kbn_reporting_server.devdocs.json'; diff --git a/api_docs/kbn_resizable_layout.mdx b/api_docs/kbn_resizable_layout.mdx index d40e362f2bf25..697be56d70d0b 100644 --- a/api_docs/kbn_resizable_layout.mdx +++ b/api_docs/kbn_resizable_layout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-resizable-layout title: "@kbn/resizable-layout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/resizable-layout plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/resizable-layout'] --- import kbnResizableLayoutObj from './kbn_resizable_layout.devdocs.json'; diff --git a/api_docs/kbn_response_ops_feature_flag_service.mdx b/api_docs/kbn_response_ops_feature_flag_service.mdx index bf6426d023133..57f0048adcf1c 100644 --- a/api_docs/kbn_response_ops_feature_flag_service.mdx +++ b/api_docs/kbn_response_ops_feature_flag_service.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-feature-flag-service title: "@kbn/response-ops-feature-flag-service" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-feature-flag-service plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-feature-flag-service'] --- import kbnResponseOpsFeatureFlagServiceObj from './kbn_response_ops_feature_flag_service.devdocs.json'; diff --git a/api_docs/kbn_response_ops_rule_form.mdx b/api_docs/kbn_response_ops_rule_form.mdx index 1e15947867eae..d11ded24d77dc 100644 --- a/api_docs/kbn_response_ops_rule_form.mdx +++ b/api_docs/kbn_response_ops_rule_form.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-rule-form title: "@kbn/response-ops-rule-form" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-form plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-form'] --- import kbnResponseOpsRuleFormObj from './kbn_response_ops_rule_form.devdocs.json'; diff --git a/api_docs/kbn_response_ops_rule_params.mdx b/api_docs/kbn_response_ops_rule_params.mdx index 260185a1a4670..d7cddafb1e606 100644 --- a/api_docs/kbn_response_ops_rule_params.mdx +++ b/api_docs/kbn_response_ops_rule_params.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-response-ops-rule-params title: "@kbn/response-ops-rule-params" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/response-ops-rule-params plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/response-ops-rule-params'] --- import kbnResponseOpsRuleParamsObj from './kbn_response_ops_rule_params.devdocs.json'; diff --git a/api_docs/kbn_rison.mdx b/api_docs/kbn_rison.mdx index 8c8d6887fb7c0..f2f4a8baf58be 100644 --- a/api_docs/kbn_rison.mdx +++ b/api_docs/kbn_rison.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rison title: "@kbn/rison" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rison plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rison'] --- import kbnRisonObj from './kbn_rison.devdocs.json'; diff --git a/api_docs/kbn_rollup.mdx b/api_docs/kbn_rollup.mdx index 05a93d079043b..db40f919b9dca 100644 --- a/api_docs/kbn_rollup.mdx +++ b/api_docs/kbn_rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rollup title: "@kbn/rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rollup plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rollup'] --- import kbnRollupObj from './kbn_rollup.devdocs.json'; diff --git a/api_docs/kbn_router_to_openapispec.mdx b/api_docs/kbn_router_to_openapispec.mdx index 97c78729dda35..354dedf7e6620 100644 --- a/api_docs/kbn_router_to_openapispec.mdx +++ b/api_docs/kbn_router_to_openapispec.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-to-openapispec title: "@kbn/router-to-openapispec" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-to-openapispec plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-to-openapispec'] --- import kbnRouterToOpenapispecObj from './kbn_router_to_openapispec.devdocs.json'; diff --git a/api_docs/kbn_router_utils.mdx b/api_docs/kbn_router_utils.mdx index ad87e883999fb..499bad3166c47 100644 --- a/api_docs/kbn_router_utils.mdx +++ b/api_docs/kbn_router_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-router-utils title: "@kbn/router-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/router-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/router-utils'] --- import kbnRouterUtilsObj from './kbn_router_utils.devdocs.json'; diff --git a/api_docs/kbn_rrule.mdx b/api_docs/kbn_rrule.mdx index 7e3046a04893d..ef55ace7e4222 100644 --- a/api_docs/kbn_rrule.mdx +++ b/api_docs/kbn_rrule.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rrule title: "@kbn/rrule" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rrule plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rrule'] --- import kbnRruleObj from './kbn_rrule.devdocs.json'; diff --git a/api_docs/kbn_rule_data_utils.mdx b/api_docs/kbn_rule_data_utils.mdx index d41aa154bd0d1..30bd03d23c3cb 100644 --- a/api_docs/kbn_rule_data_utils.mdx +++ b/api_docs/kbn_rule_data_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-rule-data-utils title: "@kbn/rule-data-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/rule-data-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/rule-data-utils'] --- import kbnRuleDataUtilsObj from './kbn_rule_data_utils.devdocs.json'; diff --git a/api_docs/kbn_saved_objects_settings.mdx b/api_docs/kbn_saved_objects_settings.mdx index 29d1661a9869d..dc4cfeb2093f8 100644 --- a/api_docs/kbn_saved_objects_settings.mdx +++ b/api_docs/kbn_saved_objects_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-objects-settings title: "@kbn/saved-objects-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-objects-settings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-objects-settings'] --- import kbnSavedObjectsSettingsObj from './kbn_saved_objects_settings.devdocs.json'; diff --git a/api_docs/kbn_saved_search_component.mdx b/api_docs/kbn_saved_search_component.mdx index 82baa72c17cfd..83958a1b8f7a3 100644 --- a/api_docs/kbn_saved_search_component.mdx +++ b/api_docs/kbn_saved_search_component.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-saved-search-component title: "@kbn/saved-search-component" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/saved-search-component plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/saved-search-component'] --- import kbnSavedSearchComponentObj from './kbn_saved_search_component.devdocs.json'; diff --git a/api_docs/kbn_scout.devdocs.json b/api_docs/kbn_scout.devdocs.json index 2ff2ea1d3c0d5..3eaffaf3d88cd 100644 --- a/api_docs/kbn_scout.devdocs.json +++ b/api_docs/kbn_scout.devdocs.json @@ -1589,44 +1589,6 @@ ], "initialIsOpen": false }, - { - "parentPluginId": "@kbn/scout", - "id": "def-common.runTestsCli", - "type": "Function", - "tags": [], - "label": "runTestsCli", - "description": [ - "\nStart servers and run the tests" - ], - "signature": [ - "() => void" - ], - "path": "packages/kbn-scout/src/cli/run_tests_cli.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, - { - "parentPluginId": "@kbn/scout", - "id": "def-common.startServersCli", - "type": "Function", - "tags": [], - "label": "startServersCli", - "description": [ - "\nStart servers" - ], - "signature": [ - "() => void" - ], - "path": "packages/kbn-scout/src/cli/start_servers_cli.ts", - "deprecated": false, - "trackAdoption": false, - "children": [], - "returnComment": [], - "initialIsOpen": false - }, { "parentPluginId": "@kbn/scout", "id": "def-common.test", diff --git a/api_docs/kbn_scout.mdx b/api_docs/kbn_scout.mdx index ef0afbf3e7153..e5b3bff9f472a 100644 --- a/api_docs/kbn_scout.mdx +++ b/api_docs/kbn_scout.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-scout title: "@kbn/scout" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/scout plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout'] --- import kbnScoutObj from './kbn_scout.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 119 | 0 | 86 | 8 | +| 117 | 0 | 86 | 8 | ## Common diff --git a/api_docs/kbn_scout_info.devdocs.json b/api_docs/kbn_scout_info.devdocs.json new file mode 100644 index 0000000000000..2bfe02ca9adad --- /dev/null +++ b/api_docs/kbn_scout_info.devdocs.json @@ -0,0 +1,103 @@ +{ + "id": "@kbn/scout-info", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [ + { + "parentPluginId": "@kbn/scout-info", + "id": "def-common.SCOUT_OUTPUT_ROOT", + "type": "string", + "tags": [], + "label": "SCOUT_OUTPUT_ROOT", + "description": [], + "path": "packages/kbn-scout-info/src/paths.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-info", + "id": "def-common.SCOUT_REPORT_OUTPUT_ROOT", + "type": "string", + "tags": [], + "label": "SCOUT_REPORT_OUTPUT_ROOT", + "description": [], + "path": "packages/kbn-scout-info/src/paths.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-info", + "id": "def-common.SCOUT_SERVERS_ROOT", + "type": "string", + "tags": [], + "label": "SCOUT_SERVERS_ROOT", + "description": [], + "path": "packages/kbn-scout-info/src/paths.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-info", + "id": "def-common.SCOUT_TEST_EVENTS_DATA_STREAM_NAME", + "type": "string", + "tags": [], + "label": "SCOUT_TEST_EVENTS_DATA_STREAM_NAME", + "description": [], + "path": "packages/kbn-scout-info/src/reporting.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-info", + "id": "def-common.SCOUT_TEST_EVENTS_INDEX_PATTERN", + "type": "string", + "tags": [], + "label": "SCOUT_TEST_EVENTS_INDEX_PATTERN", + "description": [], + "path": "packages/kbn-scout-info/src/reporting.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-info", + "id": "def-common.SCOUT_TEST_EVENTS_TEMPLATE_NAME", + "type": "string", + "tags": [], + "label": "SCOUT_TEST_EVENTS_TEMPLATE_NAME", + "description": [], + "signature": [ + "\"scout-test-events\"" + ], + "path": "packages/kbn-scout-info/src/reporting.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_scout_info.mdx b/api_docs/kbn_scout_info.mdx new file mode 100644 index 0000000000000..e06c3d3af8170 --- /dev/null +++ b/api_docs/kbn_scout_info.mdx @@ -0,0 +1,30 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnScoutInfoPluginApi +slug: /kibana-dev-docs/api/kbn-scout-info +title: "@kbn/scout-info" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/scout-info plugin +date: 2024-12-10 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-info'] +--- +import kbnScoutInfoObj from './kbn_scout_info.devdocs.json'; + + + +Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 6 | 0 | 6 | 0 | + +## Common + +### Consts, variables and types + + diff --git a/api_docs/kbn_scout_reporting.devdocs.json b/api_docs/kbn_scout_reporting.devdocs.json new file mode 100644 index 0000000000000..38f8bc7834e02 --- /dev/null +++ b/api_docs/kbn_scout_reporting.devdocs.json @@ -0,0 +1,1137 @@ +{ + "id": "@kbn/scout-reporting", + "client": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "server": { + "classes": [], + "functions": [], + "interfaces": [], + "enums": [], + "misc": [], + "objects": [] + }, + "common": { + "classes": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport", + "type": "Class", + "tags": [], + "label": "ScoutReport", + "description": [ + "\n" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.log", + "type": "Object", + "tags": [], + "label": "log", + "description": [], + "signature": [ + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.workDir", + "type": "string", + "tags": [], + "label": "workDir", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.concluded", + "type": "boolean", + "tags": [], + "label": "concluded", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "log", + "description": [], + "signature": [ + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + }, + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.eventLogPath", + "type": "string", + "tags": [], + "label": "eventLogPath", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.logEvent", + "type": "Function", + "tags": [], + "label": "logEvent", + "description": [ + "\nLogs an event to be processed by this reporter\n" + ], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportEvent", + "text": "ScoutReportEvent" + }, + ") => void" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.logEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [ + "- Event to record" + ], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportEvent", + "text": "ScoutReportEvent" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.save", + "type": "Function", + "tags": [], + "label": "save", + "description": [ + "\nSave the report to a non-ephemeral location\n" + ], + "signature": [ + "(destination: string) => void" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.save.$1", + "type": "string", + "tags": [], + "label": "destination", + "description": [ + "- Full path to the save location. Must not exist." + ], + "signature": [ + "string" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReport.conclude", + "type": "Function", + "tags": [], + "label": "conclude", + "description": [ + "\nCall this when you're done adding information to this report.\n\n⚠️**This will delete all the contents of the report's working directory**" + ], + "signature": [ + "() => void" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream", + "type": "Class", + "tags": [], + "label": "ScoutReportDataStream", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.Unnamed", + "type": "Function", + "tags": [], + "label": "Constructor", + "description": [], + "signature": [ + "any" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.Unnamed.$1", + "type": "Object", + "tags": [], + "label": "es", + "description": [], + "signature": [ + "default" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.Unnamed.$2", + "type": "Object", + "tags": [], + "label": "log", + "description": [], + "signature": [ + { + "pluginId": "@kbn/tooling-log", + "scope": "common", + "docId": "kibKbnToolingLogPluginApi", + "section": "def-common.ToolingLog", + "text": "ToolingLog" + }, + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.exists", + "type": "Function", + "tags": [], + "label": "exists", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.initialize", + "type": "Function", + "tags": [], + "label": "initialize", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.setupComponentTemplates", + "type": "Function", + "tags": [], + "label": "setupComponentTemplates", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.setupIndexTemplate", + "type": "Function", + "tags": [], + "label": "setupIndexTemplate", + "description": [], + "signature": [ + "() => Promise" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.addEvent", + "type": "Function", + "tags": [], + "label": "addEvent", + "description": [], + "signature": [ + "(event: ", + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportEvent", + "text": "ScoutReportEvent" + }, + ") => Promise" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.addEvent.$1", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportEvent", + "text": "ScoutReportEvent" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.addEventsFromFile", + "type": "Function", + "tags": [], + "label": "addEventsFromFile", + "description": [], + "signature": [ + "(eventLogPath: string) => Promise" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportDataStream.addEventsFromFile.$1", + "type": "string", + "tags": [], + "label": "eventLogPath", + "description": [], + "signature": [ + "string" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/persistence/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [] + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportError", + "type": "Class", + "tags": [], + "label": "ScoutReportError", + "description": [ + "\nGeneric error raised by a Scout report" + ], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportError", + "text": "ScoutReportError" + }, + " extends Error" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "initialIsOpen": false + } + ], + "functions": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.generateTestRunId", + "type": "Function", + "tags": [], + "label": "generateTestRunId", + "description": [], + "signature": [ + "() => string" + ], + "path": "packages/kbn-scout-reporting/src/reporting/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.getTestIDForTitle", + "type": "Function", + "tags": [], + "label": "getTestIDForTitle", + "description": [], + "signature": [ + "(title: string) => string" + ], + "path": "packages/kbn-scout-reporting/src/reporting/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.getTestIDForTitle.$1", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "signature": [ + "string" + ], + "path": "packages/kbn-scout-reporting/src/reporting/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": true + } + ], + "returnComment": [], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.scoutPlaywrightReporter", + "type": "Function", + "tags": [], + "label": "scoutPlaywrightReporter", + "description": [], + "signature": [ + "(options?: ", + "ScoutPlaywrightReporterOptions", + " | undefined) => ", + "ReporterDescription" + ], + "path": "packages/kbn-scout-reporting/src/reporting/index.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.scoutPlaywrightReporter.$1", + "type": "Object", + "tags": [], + "label": "options", + "description": [], + "signature": [ + "ScoutPlaywrightReporterOptions", + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/index.ts", + "deprecated": false, + "trackAdoption": false, + "isRequired": false + } + ], + "returnComment": [], + "initialIsOpen": false + } + ], + "interfaces": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutFileInfo", + "type": "Interface", + "tags": [], + "label": "ScoutFileInfo", + "description": [ + "\nScout file info" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutFileInfo.path", + "type": "string", + "tags": [], + "label": "path", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutFileInfo.owner", + "type": "CompoundType", + "tags": [], + "label": "owner", + "description": [], + "signature": [ + "string | string[]" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReporterInfo", + "type": "Interface", + "tags": [], + "label": "ScoutReporterInfo", + "description": [ + "\nScout reporter info" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReporterInfo.name", + "type": "string", + "tags": [], + "label": "name", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReporterInfo.type", + "type": "CompoundType", + "tags": [], + "label": "type", + "description": [], + "signature": [ + "\"jest\" | \"playwright\" | \"ftr\"" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent", + "type": "Interface", + "tags": [], + "label": "ScoutReportEvent", + "description": [ + "\nDocument that records an event to be logged by the Scout reporter" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.timestamp", + "type": "Object", + "tags": [], + "label": "'@timestamp'", + "description": [], + "signature": [ + "Date | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.buildkite", + "type": "Object", + "tags": [], + "label": "buildkite", + "description": [], + "signature": [ + "BuildkiteMetadata", + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.host", + "type": "Object", + "tags": [], + "label": "host", + "description": [], + "signature": [ + "HostMetadata", + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.event", + "type": "Object", + "tags": [], + "label": "event", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportEventInfo", + "text": "ScoutReportEventInfo" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.file", + "type": "Object", + "tags": [], + "label": "file", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutFileInfo", + "text": "ScoutFileInfo" + }, + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.labels", + "type": "Object", + "tags": [], + "label": "labels", + "description": [], + "signature": [ + "{ [id: string]: string; } | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.reporter", + "type": "Object", + "tags": [], + "label": "reporter", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReporterInfo", + "text": "ScoutReporterInfo" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.test_run", + "type": "Object", + "tags": [], + "label": "test_run", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutTestRunInfo", + "text": "ScoutTestRunInfo" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.suite", + "type": "Object", + "tags": [], + "label": "suite", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutSuiteInfo", + "text": "ScoutSuiteInfo" + }, + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEvent.test", + "type": "Object", + "tags": [], + "label": "test", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutTestInfo", + "text": "ScoutTestInfo" + }, + " | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEventInfo", + "type": "Interface", + "tags": [], + "label": "ScoutReportEventInfo", + "description": [ + "\nScout report event info" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEventInfo.action", + "type": "Enum", + "tags": [], + "label": "action", + "description": [], + "signature": [ + { + "pluginId": "@kbn/scout-reporting", + "scope": "common", + "docId": "kibKbnScoutReportingPluginApi", + "section": "def-common.ScoutReportEventAction", + "text": "ScoutReportEventAction" + } + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEventInfo.outcome", + "type": "CompoundType", + "tags": [], + "label": "outcome", + "description": [], + "signature": [ + "\"unknown\" | \"success\" | \"failure\" | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEventInfo.error", + "type": "Object", + "tags": [], + "label": "error", + "description": [], + "signature": [ + "{ message?: string | undefined; id?: string | undefined; code?: string | undefined; stack_trace?: string | undefined; type?: string | undefined; } | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutSuiteInfo", + "type": "Interface", + "tags": [], + "label": "ScoutSuiteInfo", + "description": [ + "\nScout suite info" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutSuiteInfo.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutSuiteInfo.type", + "type": "string", + "tags": [], + "label": "type", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo", + "type": "Interface", + "tags": [], + "label": "ScoutTestInfo", + "description": [ + "\nScout test info" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.title", + "type": "string", + "tags": [], + "label": "title", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.tags", + "type": "Array", + "tags": [], + "label": "tags", + "description": [], + "signature": [ + "string[]" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.annotations", + "type": "Array", + "tags": [], + "label": "annotations", + "description": [], + "signature": [ + "{ type: string; description?: string | undefined; }[] | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.expected_status", + "type": "string", + "tags": [], + "label": "expected_status", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.duration", + "type": "number", + "tags": [], + "label": "duration", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.status", + "type": "string", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestInfo.step", + "type": "Object", + "tags": [], + "label": "step", + "description": [], + "signature": [ + "{ title: string; category?: string | undefined; duration?: number | undefined; } | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestRunInfo", + "type": "Interface", + "tags": [], + "label": "ScoutTestRunInfo", + "description": [ + "\nScout test run info" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "children": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestRunInfo.id", + "type": "string", + "tags": [], + "label": "id", + "description": [], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestRunInfo.status", + "type": "string", + "tags": [], + "label": "status", + "description": [], + "signature": [ + "string | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + }, + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutTestRunInfo.duration", + "type": "number", + "tags": [], + "label": "duration", + "description": [], + "signature": [ + "number | undefined" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false + } + ], + "initialIsOpen": false + } + ], + "enums": [ + { + "parentPluginId": "@kbn/scout-reporting", + "id": "def-common.ScoutReportEventAction", + "type": "Enum", + "tags": [], + "label": "ScoutReportEventAction", + "description": [ + "\nScout reporter event type" + ], + "path": "packages/kbn-scout-reporting/src/reporting/report/event.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + } + ], + "misc": [], + "objects": [] + } +} \ No newline at end of file diff --git a/api_docs/kbn_scout_reporting.mdx b/api_docs/kbn_scout_reporting.mdx new file mode 100644 index 0000000000000..83f93554a4c59 --- /dev/null +++ b/api_docs/kbn_scout_reporting.mdx @@ -0,0 +1,39 @@ +--- +#### +#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. +#### Reach out in #docs-engineering for more info. +#### +id: kibKbnScoutReportingPluginApi +slug: /kibana-dev-docs/api/kbn-scout-reporting +title: "@kbn/scout-reporting" +image: https://source.unsplash.com/400x175/?github +description: API docs for the @kbn/scout-reporting plugin +date: 2024-12-10 +tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/scout-reporting'] +--- +import kbnScoutReportingObj from './kbn_scout_reporting.devdocs.json'; + + + +Contact [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) for questions regarding this plugin. + +**Code health stats** + +| Public API count | Any count | Items lacking comments | Missing exports | +|-------------------|-----------|------------------------|-----------------| +| 68 | 0 | 53 | 3 | + +## Common + +### Functions + + +### Classes + + +### Interfaces + + +### Enums + + diff --git a/api_docs/kbn_screenshotting_server.mdx b/api_docs/kbn_screenshotting_server.mdx index a9c94365eddf3..7ada739fa09a9 100644 --- a/api_docs/kbn_screenshotting_server.mdx +++ b/api_docs/kbn_screenshotting_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-screenshotting-server title: "@kbn/screenshotting-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/screenshotting-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/screenshotting-server'] --- import kbnScreenshottingServerObj from './kbn_screenshotting_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_components.mdx b/api_docs/kbn_search_api_keys_components.mdx index 66cb7dbe9abf7..ce83b7341015f 100644 --- a/api_docs/kbn_search_api_keys_components.mdx +++ b/api_docs/kbn_search_api_keys_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-components title: "@kbn/search-api-keys-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-components'] --- import kbnSearchApiKeysComponentsObj from './kbn_search_api_keys_components.devdocs.json'; diff --git a/api_docs/kbn_search_api_keys_server.mdx b/api_docs/kbn_search_api_keys_server.mdx index a90ceec93df04..6af6e2a754994 100644 --- a/api_docs/kbn_search_api_keys_server.mdx +++ b/api_docs/kbn_search_api_keys_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-keys-server title: "@kbn/search-api-keys-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-keys-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-keys-server'] --- import kbnSearchApiKeysServerObj from './kbn_search_api_keys_server.devdocs.json'; diff --git a/api_docs/kbn_search_api_panels.mdx b/api_docs/kbn_search_api_panels.mdx index 1c9b421cad59f..0eaeae8c49c00 100644 --- a/api_docs/kbn_search_api_panels.mdx +++ b/api_docs/kbn_search_api_panels.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-api-panels title: "@kbn/search-api-panels" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-api-panels plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-api-panels'] --- import kbnSearchApiPanelsObj from './kbn_search_api_panels.devdocs.json'; diff --git a/api_docs/kbn_search_connectors.mdx b/api_docs/kbn_search_connectors.mdx index 0c4a44da5d667..31c2ae5d16f11 100644 --- a/api_docs/kbn_search_connectors.mdx +++ b/api_docs/kbn_search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-connectors title: "@kbn/search-connectors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-connectors plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-connectors'] --- import kbnSearchConnectorsObj from './kbn_search_connectors.devdocs.json'; diff --git a/api_docs/kbn_search_errors.mdx b/api_docs/kbn_search_errors.mdx index 3f3b506b96f67..d807d557e6404 100644 --- a/api_docs/kbn_search_errors.mdx +++ b/api_docs/kbn_search_errors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-errors title: "@kbn/search-errors" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-errors plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-errors'] --- import kbnSearchErrorsObj from './kbn_search_errors.devdocs.json'; diff --git a/api_docs/kbn_search_index_documents.mdx b/api_docs/kbn_search_index_documents.mdx index 6cf7e74f0ac9f..c87dba5e4faad 100644 --- a/api_docs/kbn_search_index_documents.mdx +++ b/api_docs/kbn_search_index_documents.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-index-documents title: "@kbn/search-index-documents" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-index-documents plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-index-documents'] --- import kbnSearchIndexDocumentsObj from './kbn_search_index_documents.devdocs.json'; diff --git a/api_docs/kbn_search_response_warnings.mdx b/api_docs/kbn_search_response_warnings.mdx index 4d366205fd18b..0b28331cd33a5 100644 --- a/api_docs/kbn_search_response_warnings.mdx +++ b/api_docs/kbn_search_response_warnings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-response-warnings title: "@kbn/search-response-warnings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-response-warnings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-response-warnings'] --- import kbnSearchResponseWarningsObj from './kbn_search_response_warnings.devdocs.json'; diff --git a/api_docs/kbn_search_shared_ui.mdx b/api_docs/kbn_search_shared_ui.mdx index f8a8d9b511797..9012e3a9da187 100644 --- a/api_docs/kbn_search_shared_ui.mdx +++ b/api_docs/kbn_search_shared_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-shared-ui title: "@kbn/search-shared-ui" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-shared-ui plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-shared-ui'] --- import kbnSearchSharedUiObj from './kbn_search_shared_ui.devdocs.json'; diff --git a/api_docs/kbn_search_types.mdx b/api_docs/kbn_search_types.mdx index 65a85a103bbbc..4c448ff834846 100644 --- a/api_docs/kbn_search_types.mdx +++ b/api_docs/kbn_search_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-search-types title: "@kbn/search-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/search-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/search-types'] --- import kbnSearchTypesObj from './kbn_search_types.devdocs.json'; diff --git a/api_docs/kbn_security_api_key_management.mdx b/api_docs/kbn_security_api_key_management.mdx index b7addc04ae90b..dd6c4e355b536 100644 --- a/api_docs/kbn_security_api_key_management.mdx +++ b/api_docs/kbn_security_api_key_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-api-key-management title: "@kbn/security-api-key-management" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-api-key-management plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-api-key-management'] --- import kbnSecurityApiKeyManagementObj from './kbn_security_api_key_management.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core.mdx b/api_docs/kbn_security_authorization_core.mdx index 7afb119975218..08692cd14f622 100644 --- a/api_docs/kbn_security_authorization_core.mdx +++ b/api_docs/kbn_security_authorization_core.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core title: "@kbn/security-authorization-core" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core'] --- import kbnSecurityAuthorizationCoreObj from './kbn_security_authorization_core.devdocs.json'; diff --git a/api_docs/kbn_security_authorization_core_common.mdx b/api_docs/kbn_security_authorization_core_common.mdx index 3e82afcc6548a..8fd2cf460021e 100644 --- a/api_docs/kbn_security_authorization_core_common.mdx +++ b/api_docs/kbn_security_authorization_core_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-authorization-core-common title: "@kbn/security-authorization-core-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-authorization-core-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-authorization-core-common'] --- import kbnSecurityAuthorizationCoreCommonObj from './kbn_security_authorization_core_common.devdocs.json'; diff --git a/api_docs/kbn_security_form_components.mdx b/api_docs/kbn_security_form_components.mdx index 89c542075f19e..4defccc0e674a 100644 --- a/api_docs/kbn_security_form_components.mdx +++ b/api_docs/kbn_security_form_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-form-components title: "@kbn/security-form-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-form-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-form-components'] --- import kbnSecurityFormComponentsObj from './kbn_security_form_components.devdocs.json'; diff --git a/api_docs/kbn_security_hardening.mdx b/api_docs/kbn_security_hardening.mdx index d81eb10e69423..0c4468431ffe9 100644 --- a/api_docs/kbn_security_hardening.mdx +++ b/api_docs/kbn_security_hardening.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-hardening title: "@kbn/security-hardening" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-hardening plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-hardening'] --- import kbnSecurityHardeningObj from './kbn_security_hardening.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_common.mdx b/api_docs/kbn_security_plugin_types_common.mdx index f526311795c7b..df118cc8509c0 100644 --- a/api_docs/kbn_security_plugin_types_common.mdx +++ b/api_docs/kbn_security_plugin_types_common.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-common title: "@kbn/security-plugin-types-common" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-common plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-common'] --- import kbnSecurityPluginTypesCommonObj from './kbn_security_plugin_types_common.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_public.mdx b/api_docs/kbn_security_plugin_types_public.mdx index 3c25cd3a16df2..f476cf48ccdd7 100644 --- a/api_docs/kbn_security_plugin_types_public.mdx +++ b/api_docs/kbn_security_plugin_types_public.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-public title: "@kbn/security-plugin-types-public" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-public plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-public'] --- import kbnSecurityPluginTypesPublicObj from './kbn_security_plugin_types_public.devdocs.json'; diff --git a/api_docs/kbn_security_plugin_types_server.devdocs.json b/api_docs/kbn_security_plugin_types_server.devdocs.json index b066cbead7eaf..b8a5df3a3b0c9 100644 --- a/api_docs/kbn_security_plugin_types_server.devdocs.json +++ b/api_docs/kbn_security_plugin_types_server.devdocs.json @@ -4909,10 +4909,6 @@ "plugin": "serverlessSearch", "path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts" }, - { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" - }, { "plugin": "upgradeAssistant", "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" @@ -4968,6 +4964,10 @@ { "plugin": "fleet", "path": "x-pack/plugins/fleet/server/routes/setup/handlers.test.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" } ] }, diff --git a/api_docs/kbn_security_plugin_types_server.mdx b/api_docs/kbn_security_plugin_types_server.mdx index deab25afe7652..7976f4a945fb8 100644 --- a/api_docs/kbn_security_plugin_types_server.mdx +++ b/api_docs/kbn_security_plugin_types_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-plugin-types-server title: "@kbn/security-plugin-types-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-plugin-types-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-plugin-types-server'] --- import kbnSecurityPluginTypesServerObj from './kbn_security_plugin_types_server.devdocs.json'; diff --git a/api_docs/kbn_security_role_management_model.mdx b/api_docs/kbn_security_role_management_model.mdx index 70cc895ec666a..9a4ab0b9242e9 100644 --- a/api_docs/kbn_security_role_management_model.mdx +++ b/api_docs/kbn_security_role_management_model.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-role-management-model title: "@kbn/security-role-management-model" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-role-management-model plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-role-management-model'] --- import kbnSecurityRoleManagementModelObj from './kbn_security_role_management_model.devdocs.json'; diff --git a/api_docs/kbn_security_solution_distribution_bar.mdx b/api_docs/kbn_security_solution_distribution_bar.mdx index 11d88409e098a..697f727b79d61 100644 --- a/api_docs/kbn_security_solution_distribution_bar.mdx +++ b/api_docs/kbn_security_solution_distribution_bar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-distribution-bar title: "@kbn/security-solution-distribution-bar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-distribution-bar plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-distribution-bar'] --- import kbnSecuritySolutionDistributionBarObj from './kbn_security_solution_distribution_bar.devdocs.json'; diff --git a/api_docs/kbn_security_solution_features.mdx b/api_docs/kbn_security_solution_features.mdx index c2c2114ad0193..ba2edfd501e56 100644 --- a/api_docs/kbn_security_solution_features.mdx +++ b/api_docs/kbn_security_solution_features.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-features title: "@kbn/security-solution-features" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-features plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-features'] --- import kbnSecuritySolutionFeaturesObj from './kbn_security_solution_features.devdocs.json'; diff --git a/api_docs/kbn_security_solution_navigation.mdx b/api_docs/kbn_security_solution_navigation.mdx index 359b80c11454b..09fe67fe7946a 100644 --- a/api_docs/kbn_security_solution_navigation.mdx +++ b/api_docs/kbn_security_solution_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-navigation title: "@kbn/security-solution-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-navigation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-navigation'] --- import kbnSecuritySolutionNavigationObj from './kbn_security_solution_navigation.devdocs.json'; diff --git a/api_docs/kbn_security_solution_side_nav.mdx b/api_docs/kbn_security_solution_side_nav.mdx index 99a55df0639a1..e06a281b52d67 100644 --- a/api_docs/kbn_security_solution_side_nav.mdx +++ b/api_docs/kbn_security_solution_side_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-side-nav title: "@kbn/security-solution-side-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-side-nav plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-side-nav'] --- import kbnSecuritySolutionSideNavObj from './kbn_security_solution_side_nav.devdocs.json'; diff --git a/api_docs/kbn_security_solution_storybook_config.mdx b/api_docs/kbn_security_solution_storybook_config.mdx index aff9c39b67c4f..440095f2cc18c 100644 --- a/api_docs/kbn_security_solution_storybook_config.mdx +++ b/api_docs/kbn_security_solution_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-solution-storybook-config title: "@kbn/security-solution-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-solution-storybook-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-solution-storybook-config'] --- import kbnSecuritySolutionStorybookConfigObj from './kbn_security_solution_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_security_ui_components.mdx b/api_docs/kbn_security_ui_components.mdx index 930b7a74f50bf..369deb84d5fdd 100644 --- a/api_docs/kbn_security_ui_components.mdx +++ b/api_docs/kbn_security_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-security-ui-components title: "@kbn/security-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/security-ui-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/security-ui-components'] --- import kbnSecurityUiComponentsObj from './kbn_security_ui_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_autocomplete.mdx b/api_docs/kbn_securitysolution_autocomplete.mdx index 86c35ac5ea83f..e06d9857ba312 100644 --- a/api_docs/kbn_securitysolution_autocomplete.mdx +++ b/api_docs/kbn_securitysolution_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-autocomplete title: "@kbn/securitysolution-autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-autocomplete plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-autocomplete'] --- import kbnSecuritysolutionAutocompleteObj from './kbn_securitysolution_autocomplete.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_data_table.mdx b/api_docs/kbn_securitysolution_data_table.mdx index 6fb4d430f9f7b..bd1680ab7c165 100644 --- a/api_docs/kbn_securitysolution_data_table.mdx +++ b/api_docs/kbn_securitysolution_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-data-table title: "@kbn/securitysolution-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-data-table plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-data-table'] --- import kbnSecuritysolutionDataTableObj from './kbn_securitysolution_data_table.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_ecs.mdx b/api_docs/kbn_securitysolution_ecs.mdx index 95d3f04331a95..3088d20513408 100644 --- a/api_docs/kbn_securitysolution_ecs.mdx +++ b/api_docs/kbn_securitysolution_ecs.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-ecs title: "@kbn/securitysolution-ecs" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-ecs plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-ecs'] --- import kbnSecuritysolutionEcsObj from './kbn_securitysolution_ecs.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_es_utils.mdx b/api_docs/kbn_securitysolution_es_utils.mdx index b0ac3ab72c50c..6d98ee04fb159 100644 --- a/api_docs/kbn_securitysolution_es_utils.mdx +++ b/api_docs/kbn_securitysolution_es_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-es-utils title: "@kbn/securitysolution-es-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-es-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-es-utils'] --- import kbnSecuritysolutionEsUtilsObj from './kbn_securitysolution_es_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_exception_list_components.mdx b/api_docs/kbn_securitysolution_exception_list_components.mdx index a18079cacec1f..b267a800bb667 100644 --- a/api_docs/kbn_securitysolution_exception_list_components.mdx +++ b/api_docs/kbn_securitysolution_exception_list_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-exception-list-components title: "@kbn/securitysolution-exception-list-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-exception-list-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-exception-list-components'] --- import kbnSecuritysolutionExceptionListComponentsObj from './kbn_securitysolution_exception_list_components.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_hook_utils.mdx b/api_docs/kbn_securitysolution_hook_utils.mdx index 67d09777d4df5..f26d3d93dfc4e 100644 --- a/api_docs/kbn_securitysolution_hook_utils.mdx +++ b/api_docs/kbn_securitysolution_hook_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-hook-utils title: "@kbn/securitysolution-hook-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-hook-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-hook-utils'] --- import kbnSecuritysolutionHookUtilsObj from './kbn_securitysolution_hook_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx index 8255c7ae7e235..2c8bcf2913986 100644 --- a/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_alerting_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-alerting-types title: "@kbn/securitysolution-io-ts-alerting-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-alerting-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-alerting-types'] --- import kbnSecuritysolutionIoTsAlertingTypesObj from './kbn_securitysolution_io_ts_alerting_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_list_types.mdx b/api_docs/kbn_securitysolution_io_ts_list_types.mdx index 394665ffe4dd1..1cfd4acdd73eb 100644 --- a/api_docs/kbn_securitysolution_io_ts_list_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_list_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-list-types title: "@kbn/securitysolution-io-ts-list-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-list-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-list-types'] --- import kbnSecuritysolutionIoTsListTypesObj from './kbn_securitysolution_io_ts_list_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_types.mdx b/api_docs/kbn_securitysolution_io_ts_types.mdx index c3193f06b7d92..63131851f322e 100644 --- a/api_docs/kbn_securitysolution_io_ts_types.mdx +++ b/api_docs/kbn_securitysolution_io_ts_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-types title: "@kbn/securitysolution-io-ts-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-types'] --- import kbnSecuritysolutionIoTsTypesObj from './kbn_securitysolution_io_ts_types.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_io_ts_utils.mdx b/api_docs/kbn_securitysolution_io_ts_utils.mdx index 09b7de0f592b8..aadaa9bb5e058 100644 --- a/api_docs/kbn_securitysolution_io_ts_utils.mdx +++ b/api_docs/kbn_securitysolution_io_ts_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-io-ts-utils title: "@kbn/securitysolution-io-ts-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-io-ts-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-io-ts-utils'] --- import kbnSecuritysolutionIoTsUtilsObj from './kbn_securitysolution_io_ts_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_api.mdx b/api_docs/kbn_securitysolution_list_api.mdx index d9a92b672b2d7..acda4d82918e1 100644 --- a/api_docs/kbn_securitysolution_list_api.mdx +++ b/api_docs/kbn_securitysolution_list_api.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-api title: "@kbn/securitysolution-list-api" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-api plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-api'] --- import kbnSecuritysolutionListApiObj from './kbn_securitysolution_list_api.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_constants.mdx b/api_docs/kbn_securitysolution_list_constants.mdx index a2c9a505f1b9a..6cc5f6231ab41 100644 --- a/api_docs/kbn_securitysolution_list_constants.mdx +++ b/api_docs/kbn_securitysolution_list_constants.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-constants title: "@kbn/securitysolution-list-constants" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-constants plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-constants'] --- import kbnSecuritysolutionListConstantsObj from './kbn_securitysolution_list_constants.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_hooks.mdx b/api_docs/kbn_securitysolution_list_hooks.mdx index a0f5721f99660..4b4ae0c9f0a3a 100644 --- a/api_docs/kbn_securitysolution_list_hooks.mdx +++ b/api_docs/kbn_securitysolution_list_hooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-hooks title: "@kbn/securitysolution-list-hooks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-hooks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-hooks'] --- import kbnSecuritysolutionListHooksObj from './kbn_securitysolution_list_hooks.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_list_utils.mdx b/api_docs/kbn_securitysolution_list_utils.mdx index aa03f2b7cb73f..0bb78551477da 100644 --- a/api_docs/kbn_securitysolution_list_utils.mdx +++ b/api_docs/kbn_securitysolution_list_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-list-utils title: "@kbn/securitysolution-list-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-list-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-list-utils'] --- import kbnSecuritysolutionListUtilsObj from './kbn_securitysolution_list_utils.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_rules.mdx b/api_docs/kbn_securitysolution_rules.mdx index 53c236ba812ae..0a9a4ac9323e0 100644 --- a/api_docs/kbn_securitysolution_rules.mdx +++ b/api_docs/kbn_securitysolution_rules.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-rules title: "@kbn/securitysolution-rules" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-rules plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-rules'] --- import kbnSecuritysolutionRulesObj from './kbn_securitysolution_rules.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_t_grid.mdx b/api_docs/kbn_securitysolution_t_grid.mdx index b85416de518f6..62a0d9909e409 100644 --- a/api_docs/kbn_securitysolution_t_grid.mdx +++ b/api_docs/kbn_securitysolution_t_grid.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-t-grid title: "@kbn/securitysolution-t-grid" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-t-grid plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-t-grid'] --- import kbnSecuritysolutionTGridObj from './kbn_securitysolution_t_grid.devdocs.json'; diff --git a/api_docs/kbn_securitysolution_utils.mdx b/api_docs/kbn_securitysolution_utils.mdx index 438e43ad81cf8..0673ea18beffb 100644 --- a/api_docs/kbn_securitysolution_utils.mdx +++ b/api_docs/kbn_securitysolution_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-securitysolution-utils title: "@kbn/securitysolution-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/securitysolution-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/securitysolution-utils'] --- import kbnSecuritysolutionUtilsObj from './kbn_securitysolution_utils.devdocs.json'; diff --git a/api_docs/kbn_server_http_tools.mdx b/api_docs/kbn_server_http_tools.mdx index 185bf71e61b75..c467d3e2445ac 100644 --- a/api_docs/kbn_server_http_tools.mdx +++ b/api_docs/kbn_server_http_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-http-tools title: "@kbn/server-http-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-http-tools plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-http-tools'] --- import kbnServerHttpToolsObj from './kbn_server_http_tools.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository.mdx b/api_docs/kbn_server_route_repository.mdx index c6e0bca53dba8..c569f7af69c10 100644 --- a/api_docs/kbn_server_route_repository.mdx +++ b/api_docs/kbn_server_route_repository.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository title: "@kbn/server-route-repository" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository'] --- import kbnServerRouteRepositoryObj from './kbn_server_route_repository.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_client.mdx b/api_docs/kbn_server_route_repository_client.mdx index d28ed5d04280b..bf4bea214db22 100644 --- a/api_docs/kbn_server_route_repository_client.mdx +++ b/api_docs/kbn_server_route_repository_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-client title: "@kbn/server-route-repository-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-client plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-client'] --- import kbnServerRouteRepositoryClientObj from './kbn_server_route_repository_client.devdocs.json'; diff --git a/api_docs/kbn_server_route_repository_utils.mdx b/api_docs/kbn_server_route_repository_utils.mdx index 8739a6dc0addd..1cc5a5d72b0d7 100644 --- a/api_docs/kbn_server_route_repository_utils.mdx +++ b/api_docs/kbn_server_route_repository_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-server-route-repository-utils title: "@kbn/server-route-repository-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/server-route-repository-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/server-route-repository-utils'] --- import kbnServerRouteRepositoryUtilsObj from './kbn_server_route_repository_utils.devdocs.json'; diff --git a/api_docs/kbn_serverless_common_settings.mdx b/api_docs/kbn_serverless_common_settings.mdx index 9655a6afedb3b..cd0c189f2a912 100644 --- a/api_docs/kbn_serverless_common_settings.mdx +++ b/api_docs/kbn_serverless_common_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-common-settings title: "@kbn/serverless-common-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-common-settings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-common-settings'] --- import kbnServerlessCommonSettingsObj from './kbn_serverless_common_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_observability_settings.mdx b/api_docs/kbn_serverless_observability_settings.mdx index a43f4e27ce56b..756a31d3679cd 100644 --- a/api_docs/kbn_serverless_observability_settings.mdx +++ b/api_docs/kbn_serverless_observability_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-observability-settings title: "@kbn/serverless-observability-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-observability-settings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-observability-settings'] --- import kbnServerlessObservabilitySettingsObj from './kbn_serverless_observability_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_project_switcher.mdx b/api_docs/kbn_serverless_project_switcher.mdx index 5d3033d56d563..7444f55f614df 100644 --- a/api_docs/kbn_serverless_project_switcher.mdx +++ b/api_docs/kbn_serverless_project_switcher.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-project-switcher title: "@kbn/serverless-project-switcher" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-project-switcher plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-project-switcher'] --- import kbnServerlessProjectSwitcherObj from './kbn_serverless_project_switcher.devdocs.json'; diff --git a/api_docs/kbn_serverless_search_settings.mdx b/api_docs/kbn_serverless_search_settings.mdx index 7d4afcec96af3..09f93f60ffc6a 100644 --- a/api_docs/kbn_serverless_search_settings.mdx +++ b/api_docs/kbn_serverless_search_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-search-settings title: "@kbn/serverless-search-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-search-settings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-search-settings'] --- import kbnServerlessSearchSettingsObj from './kbn_serverless_search_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_security_settings.mdx b/api_docs/kbn_serverless_security_settings.mdx index 670031fdb2609..a8758f5ecad7e 100644 --- a/api_docs/kbn_serverless_security_settings.mdx +++ b/api_docs/kbn_serverless_security_settings.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-security-settings title: "@kbn/serverless-security-settings" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-security-settings plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-security-settings'] --- import kbnServerlessSecuritySettingsObj from './kbn_serverless_security_settings.devdocs.json'; diff --git a/api_docs/kbn_serverless_storybook_config.mdx b/api_docs/kbn_serverless_storybook_config.mdx index 843ea3fd02e77..c5a5f69686dfc 100644 --- a/api_docs/kbn_serverless_storybook_config.mdx +++ b/api_docs/kbn_serverless_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-serverless-storybook-config title: "@kbn/serverless-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/serverless-storybook-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/serverless-storybook-config'] --- import kbnServerlessStorybookConfigObj from './kbn_serverless_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_svg.mdx b/api_docs/kbn_shared_svg.mdx index f28463e32218d..e2e57260035d2 100644 --- a/api_docs/kbn_shared_svg.mdx +++ b/api_docs/kbn_shared_svg.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-svg title: "@kbn/shared-svg" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-svg plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-svg'] --- import kbnSharedSvgObj from './kbn_shared_svg.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_avatar_solution.mdx b/api_docs/kbn_shared_ux_avatar_solution.mdx index 23ddb3688ae47..5cc189ae94891 100644 --- a/api_docs/kbn_shared_ux_avatar_solution.mdx +++ b/api_docs/kbn_shared_ux_avatar_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-avatar-solution title: "@kbn/shared-ux-avatar-solution" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-avatar-solution plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-avatar-solution'] --- import kbnSharedUxAvatarSolutionObj from './kbn_shared_ux_avatar_solution.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx index e9c51c3d0d65b..6eb5a4029897d 100644 --- a/api_docs/kbn_shared_ux_button_exit_full_screen.mdx +++ b/api_docs/kbn_shared_ux_button_exit_full_screen.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-exit-full-screen title: "@kbn/shared-ux-button-exit-full-screen" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-exit-full-screen plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-exit-full-screen'] --- import kbnSharedUxButtonExitFullScreenObj from './kbn_shared_ux_button_exit_full_screen.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_button_toolbar.mdx b/api_docs/kbn_shared_ux_button_toolbar.mdx index 840eb469a3853..3757ca9c569ee 100644 --- a/api_docs/kbn_shared_ux_button_toolbar.mdx +++ b/api_docs/kbn_shared_ux_button_toolbar.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-button-toolbar title: "@kbn/shared-ux-button-toolbar" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-button-toolbar plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-button-toolbar'] --- import kbnSharedUxButtonToolbarObj from './kbn_shared_ux_button_toolbar.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data.mdx b/api_docs/kbn_shared_ux_card_no_data.mdx index e2d2e9d4c4c48..f0252f01c744c 100644 --- a/api_docs/kbn_shared_ux_card_no_data.mdx +++ b/api_docs/kbn_shared_ux_card_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data title: "@kbn/shared-ux-card-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data'] --- import kbnSharedUxCardNoDataObj from './kbn_shared_ux_card_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx index 595ca70e888a0..fb0e3a99631db 100644 --- a/api_docs/kbn_shared_ux_card_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_card_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-card-no-data-mocks title: "@kbn/shared-ux-card-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-card-no-data-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-card-no-data-mocks'] --- import kbnSharedUxCardNoDataMocksObj from './kbn_shared_ux_card_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_chrome_navigation.mdx b/api_docs/kbn_shared_ux_chrome_navigation.mdx index d2fd20d6d72d7..5e3fe38d97284 100644 --- a/api_docs/kbn_shared_ux_chrome_navigation.mdx +++ b/api_docs/kbn_shared_ux_chrome_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-chrome-navigation title: "@kbn/shared-ux-chrome-navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-chrome-navigation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-chrome-navigation'] --- import kbnSharedUxChromeNavigationObj from './kbn_shared_ux_chrome_navigation.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_error_boundary.mdx b/api_docs/kbn_shared_ux_error_boundary.mdx index 70e428afa23a1..ae38a19b7f620 100644 --- a/api_docs/kbn_shared_ux_error_boundary.mdx +++ b/api_docs/kbn_shared_ux_error_boundary.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-error-boundary title: "@kbn/shared-ux-error-boundary" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-error-boundary plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-error-boundary'] --- import kbnSharedUxErrorBoundaryObj from './kbn_shared_ux_error_boundary.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_context.mdx b/api_docs/kbn_shared_ux_file_context.mdx index 5b0462fd2c6eb..6beb3f26d8480 100644 --- a/api_docs/kbn_shared_ux_file_context.mdx +++ b/api_docs/kbn_shared_ux_file_context.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-context title: "@kbn/shared-ux-file-context" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-context plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-context'] --- import kbnSharedUxFileContextObj from './kbn_shared_ux_file_context.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image.mdx b/api_docs/kbn_shared_ux_file_image.mdx index 075fb613cd1f2..706879497645a 100644 --- a/api_docs/kbn_shared_ux_file_image.mdx +++ b/api_docs/kbn_shared_ux_file_image.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image title: "@kbn/shared-ux-file-image" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image'] --- import kbnSharedUxFileImageObj from './kbn_shared_ux_file_image.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_image_mocks.mdx b/api_docs/kbn_shared_ux_file_image_mocks.mdx index 35d09676f85b7..9dad1bda446b4 100644 --- a/api_docs/kbn_shared_ux_file_image_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_image_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-image-mocks title: "@kbn/shared-ux-file-image-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-image-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-image-mocks'] --- import kbnSharedUxFileImageMocksObj from './kbn_shared_ux_file_image_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_mocks.mdx b/api_docs/kbn_shared_ux_file_mocks.mdx index e0a42081fb0ae..cf98a19607492 100644 --- a/api_docs/kbn_shared_ux_file_mocks.mdx +++ b/api_docs/kbn_shared_ux_file_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-mocks title: "@kbn/shared-ux-file-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-mocks'] --- import kbnSharedUxFileMocksObj from './kbn_shared_ux_file_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_picker.mdx b/api_docs/kbn_shared_ux_file_picker.mdx index 36136ee6bc21f..1b3576896484e 100644 --- a/api_docs/kbn_shared_ux_file_picker.mdx +++ b/api_docs/kbn_shared_ux_file_picker.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-picker title: "@kbn/shared-ux-file-picker" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-picker plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-picker'] --- import kbnSharedUxFilePickerObj from './kbn_shared_ux_file_picker.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_types.mdx b/api_docs/kbn_shared_ux_file_types.mdx index d83b29307f7b2..60b250e385b9d 100644 --- a/api_docs/kbn_shared_ux_file_types.mdx +++ b/api_docs/kbn_shared_ux_file_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-types title: "@kbn/shared-ux-file-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-types'] --- import kbnSharedUxFileTypesObj from './kbn_shared_ux_file_types.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_upload.mdx b/api_docs/kbn_shared_ux_file_upload.mdx index 25f9aa482b8ba..cc92bd7686b6a 100644 --- a/api_docs/kbn_shared_ux_file_upload.mdx +++ b/api_docs/kbn_shared_ux_file_upload.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-upload title: "@kbn/shared-ux-file-upload" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-upload plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-upload'] --- import kbnSharedUxFileUploadObj from './kbn_shared_ux_file_upload.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_file_util.mdx b/api_docs/kbn_shared_ux_file_util.mdx index 5680ed994f064..ba6df33a865c1 100644 --- a/api_docs/kbn_shared_ux_file_util.mdx +++ b/api_docs/kbn_shared_ux_file_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-file-util title: "@kbn/shared-ux-file-util" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-file-util plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-file-util'] --- import kbnSharedUxFileUtilObj from './kbn_shared_ux_file_util.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app.mdx b/api_docs/kbn_shared_ux_link_redirect_app.mdx index 3d10f635bf425..d1908e5a20433 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app title: "@kbn/shared-ux-link-redirect-app" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app'] --- import kbnSharedUxLinkRedirectAppObj from './kbn_shared_ux_link_redirect_app.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx index 1673b1c4af8ea..68514ec9753e4 100644 --- a/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx +++ b/api_docs/kbn_shared_ux_link_redirect_app_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-link-redirect-app-mocks title: "@kbn/shared-ux-link-redirect-app-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-link-redirect-app-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-link-redirect-app-mocks'] --- import kbnSharedUxLinkRedirectAppMocksObj from './kbn_shared_ux_link_redirect_app_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown.mdx b/api_docs/kbn_shared_ux_markdown.mdx index e5aed6399e471..2604477f27e1b 100644 --- a/api_docs/kbn_shared_ux_markdown.mdx +++ b/api_docs/kbn_shared_ux_markdown.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown title: "@kbn/shared-ux-markdown" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown'] --- import kbnSharedUxMarkdownObj from './kbn_shared_ux_markdown.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_markdown_mocks.mdx b/api_docs/kbn_shared_ux_markdown_mocks.mdx index 8d02fe0be10b1..26126b89dc85d 100644 --- a/api_docs/kbn_shared_ux_markdown_mocks.mdx +++ b/api_docs/kbn_shared_ux_markdown_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-markdown-mocks title: "@kbn/shared-ux-markdown-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-markdown-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-markdown-mocks'] --- import kbnSharedUxMarkdownMocksObj from './kbn_shared_ux_markdown_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx index 6fd00462e3bf2..471a0023258bb 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data title: "@kbn/shared-ux-page-analytics-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data'] --- import kbnSharedUxPageAnalyticsNoDataObj from './kbn_shared_ux_page_analytics_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx index 2f7e0817771b9..265d15cbaf4d2 100644 --- a/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_analytics_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-analytics-no-data-mocks title: "@kbn/shared-ux-page-analytics-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-analytics-no-data-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-analytics-no-data-mocks'] --- import kbnSharedUxPageAnalyticsNoDataMocksObj from './kbn_shared_ux_page_analytics_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx index 069dfcb9fbaec..83e3c89c5514a 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data title: "@kbn/shared-ux-page-kibana-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data'] --- import kbnSharedUxPageKibanaNoDataObj from './kbn_shared_ux_page_kibana_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx index d528ffafd4da5..9913f12207e24 100644 --- a/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-no-data-mocks title: "@kbn/shared-ux-page-kibana-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-no-data-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-no-data-mocks'] --- import kbnSharedUxPageKibanaNoDataMocksObj from './kbn_shared_ux_page_kibana_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template.mdx b/api_docs/kbn_shared_ux_page_kibana_template.mdx index 55ac71143836e..067d0719f9b2a 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template title: "@kbn/shared-ux-page-kibana-template" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template'] --- import kbnSharedUxPageKibanaTemplateObj from './kbn_shared_ux_page_kibana_template.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx index 42ac104b0c211..28f6bbf10e0c7 100644 --- a/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_kibana_template_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-kibana-template-mocks title: "@kbn/shared-ux-page-kibana-template-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-kibana-template-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-kibana-template-mocks'] --- import kbnSharedUxPageKibanaTemplateMocksObj from './kbn_shared_ux_page_kibana_template_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data.mdx b/api_docs/kbn_shared_ux_page_no_data.mdx index cb691cf4d7b9a..f3f85740ba4d2 100644 --- a/api_docs/kbn_shared_ux_page_no_data.mdx +++ b/api_docs/kbn_shared_ux_page_no_data.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data title: "@kbn/shared-ux-page-no-data" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data'] --- import kbnSharedUxPageNoDataObj from './kbn_shared_ux_page_no_data.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config.mdx b/api_docs/kbn_shared_ux_page_no_data_config.mdx index a790e78d121a5..9d2b9dff40a0c 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config title: "@kbn/shared-ux-page-no-data-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config'] --- import kbnSharedUxPageNoDataConfigObj from './kbn_shared_ux_page_no_data_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx index bd281432706ea..19760b957cb9a 100644 --- a/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_config_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-config-mocks title: "@kbn/shared-ux-page-no-data-config-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-config-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-config-mocks'] --- import kbnSharedUxPageNoDataConfigMocksObj from './kbn_shared_ux_page_no_data_config_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx index 73ebee8e29eb3..e970f0fc22c63 100644 --- a/api_docs/kbn_shared_ux_page_no_data_mocks.mdx +++ b/api_docs/kbn_shared_ux_page_no_data_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-no-data-mocks title: "@kbn/shared-ux-page-no-data-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-no-data-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-no-data-mocks'] --- import kbnSharedUxPageNoDataMocksObj from './kbn_shared_ux_page_no_data_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_page_solution_nav.mdx b/api_docs/kbn_shared_ux_page_solution_nav.mdx index 865add3b07ef6..5aa822627f552 100644 --- a/api_docs/kbn_shared_ux_page_solution_nav.mdx +++ b/api_docs/kbn_shared_ux_page_solution_nav.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-page-solution-nav title: "@kbn/shared-ux-page-solution-nav" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-page-solution-nav plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-page-solution-nav'] --- import kbnSharedUxPageSolutionNavObj from './kbn_shared_ux_page_solution_nav.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx index e4d710217ccbe..240e58147a121 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views title: "@kbn/shared-ux-prompt-no-data-views" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views'] --- import kbnSharedUxPromptNoDataViewsObj from './kbn_shared_ux_prompt_no_data_views.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx index 83dc4791ae154..8642aa9ac4f84 100644 --- a/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx +++ b/api_docs/kbn_shared_ux_prompt_no_data_views_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-no-data-views-mocks title: "@kbn/shared-ux-prompt-no-data-views-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-no-data-views-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-no-data-views-mocks'] --- import kbnSharedUxPromptNoDataViewsMocksObj from './kbn_shared_ux_prompt_no_data_views_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_prompt_not_found.mdx b/api_docs/kbn_shared_ux_prompt_not_found.mdx index 8aa01e3acf25e..1a02155b99cbf 100644 --- a/api_docs/kbn_shared_ux_prompt_not_found.mdx +++ b/api_docs/kbn_shared_ux_prompt_not_found.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-prompt-not-found title: "@kbn/shared-ux-prompt-not-found" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-prompt-not-found plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-prompt-not-found'] --- import kbnSharedUxPromptNotFoundObj from './kbn_shared_ux_prompt_not_found.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router.mdx b/api_docs/kbn_shared_ux_router.mdx index 4ff2029daa23c..95ebb75b17f29 100644 --- a/api_docs/kbn_shared_ux_router.mdx +++ b/api_docs/kbn_shared_ux_router.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router title: "@kbn/shared-ux-router" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router'] --- import kbnSharedUxRouterObj from './kbn_shared_ux_router.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_router_mocks.mdx b/api_docs/kbn_shared_ux_router_mocks.mdx index 7db5fa82847c8..18ffcec0fd798 100644 --- a/api_docs/kbn_shared_ux_router_mocks.mdx +++ b/api_docs/kbn_shared_ux_router_mocks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-router-mocks title: "@kbn/shared-ux-router-mocks" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-router-mocks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-router-mocks'] --- import kbnSharedUxRouterMocksObj from './kbn_shared_ux_router_mocks.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_config.mdx b/api_docs/kbn_shared_ux_storybook_config.mdx index de5a46d70a443..32cbf9523ead0 100644 --- a/api_docs/kbn_shared_ux_storybook_config.mdx +++ b/api_docs/kbn_shared_ux_storybook_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-config title: "@kbn/shared-ux-storybook-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-config'] --- import kbnSharedUxStorybookConfigObj from './kbn_shared_ux_storybook_config.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_storybook_mock.mdx b/api_docs/kbn_shared_ux_storybook_mock.mdx index b4f31672ebbd1..55867fa84a977 100644 --- a/api_docs/kbn_shared_ux_storybook_mock.mdx +++ b/api_docs/kbn_shared_ux_storybook_mock.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-storybook-mock title: "@kbn/shared-ux-storybook-mock" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-storybook-mock plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-storybook-mock'] --- import kbnSharedUxStorybookMockObj from './kbn_shared_ux_storybook_mock.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_tabbed_modal.mdx b/api_docs/kbn_shared_ux_tabbed_modal.mdx index a9e2d67a05887..a69c91c82d529 100644 --- a/api_docs/kbn_shared_ux_tabbed_modal.mdx +++ b/api_docs/kbn_shared_ux_tabbed_modal.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-tabbed-modal title: "@kbn/shared-ux-tabbed-modal" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-tabbed-modal plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-tabbed-modal'] --- import kbnSharedUxTabbedModalObj from './kbn_shared_ux_tabbed_modal.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_table_persist.mdx b/api_docs/kbn_shared_ux_table_persist.mdx index 5bf22d3826d56..23c94ff6dd4fa 100644 --- a/api_docs/kbn_shared_ux_table_persist.mdx +++ b/api_docs/kbn_shared_ux_table_persist.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-table-persist title: "@kbn/shared-ux-table-persist" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-table-persist plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-table-persist'] --- import kbnSharedUxTablePersistObj from './kbn_shared_ux_table_persist.devdocs.json'; diff --git a/api_docs/kbn_shared_ux_utility.mdx b/api_docs/kbn_shared_ux_utility.mdx index 28963fdd249cd..2cc2dc17261d9 100644 --- a/api_docs/kbn_shared_ux_utility.mdx +++ b/api_docs/kbn_shared_ux_utility.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-shared-ux-utility title: "@kbn/shared-ux-utility" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/shared-ux-utility plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/shared-ux-utility'] --- import kbnSharedUxUtilityObj from './kbn_shared_ux_utility.devdocs.json'; diff --git a/api_docs/kbn_slo_schema.mdx b/api_docs/kbn_slo_schema.mdx index 94e741e17d659..0e07f12737d33 100644 --- a/api_docs/kbn_slo_schema.mdx +++ b/api_docs/kbn_slo_schema.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-slo-schema title: "@kbn/slo-schema" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/slo-schema plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/slo-schema'] --- import kbnSloSchemaObj from './kbn_slo_schema.devdocs.json'; diff --git a/api_docs/kbn_some_dev_log.mdx b/api_docs/kbn_some_dev_log.mdx index 9006f72a90c57..266e25316751e 100644 --- a/api_docs/kbn_some_dev_log.mdx +++ b/api_docs/kbn_some_dev_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-some-dev-log title: "@kbn/some-dev-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/some-dev-log plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/some-dev-log'] --- import kbnSomeDevLogObj from './kbn_some_dev_log.devdocs.json'; diff --git a/api_docs/kbn_sort_predicates.mdx b/api_docs/kbn_sort_predicates.mdx index 28faae1ba3889..6df76da5ee1c7 100644 --- a/api_docs/kbn_sort_predicates.mdx +++ b/api_docs/kbn_sort_predicates.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sort-predicates title: "@kbn/sort-predicates" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sort-predicates plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sort-predicates'] --- import kbnSortPredicatesObj from './kbn_sort_predicates.devdocs.json'; diff --git a/api_docs/kbn_sse_utils.mdx b/api_docs/kbn_sse_utils.mdx index 9440d87e8a46b..c7e2ed7c6e7ff 100644 --- a/api_docs/kbn_sse_utils.mdx +++ b/api_docs/kbn_sse_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils title: "@kbn/sse-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils'] --- import kbnSseUtilsObj from './kbn_sse_utils.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_client.mdx b/api_docs/kbn_sse_utils_client.mdx index ecc41aece679e..71c40e3e32ecf 100644 --- a/api_docs/kbn_sse_utils_client.mdx +++ b/api_docs/kbn_sse_utils_client.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-client title: "@kbn/sse-utils-client" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-client plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-client'] --- import kbnSseUtilsClientObj from './kbn_sse_utils_client.devdocs.json'; diff --git a/api_docs/kbn_sse_utils_server.mdx b/api_docs/kbn_sse_utils_server.mdx index 78e9155eec9b5..ba641ade176f3 100644 --- a/api_docs/kbn_sse_utils_server.mdx +++ b/api_docs/kbn_sse_utils_server.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-sse-utils-server title: "@kbn/sse-utils-server" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/sse-utils-server plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/sse-utils-server'] --- import kbnSseUtilsServerObj from './kbn_sse_utils_server.devdocs.json'; diff --git a/api_docs/kbn_std.mdx b/api_docs/kbn_std.mdx index d485778c4a39d..713b5a6e82643 100644 --- a/api_docs/kbn_std.mdx +++ b/api_docs/kbn_std.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-std title: "@kbn/std" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/std plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/std'] --- import kbnStdObj from './kbn_std.devdocs.json'; diff --git a/api_docs/kbn_stdio_dev_helpers.mdx b/api_docs/kbn_stdio_dev_helpers.mdx index 4fdf351787b34..434de060b7cb1 100644 --- a/api_docs/kbn_stdio_dev_helpers.mdx +++ b/api_docs/kbn_stdio_dev_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-stdio-dev-helpers title: "@kbn/stdio-dev-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/stdio-dev-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/stdio-dev-helpers'] --- import kbnStdioDevHelpersObj from './kbn_stdio_dev_helpers.devdocs.json'; diff --git a/api_docs/kbn_storybook.mdx b/api_docs/kbn_storybook.mdx index 10b34c0c1bdc2..5e4273929e997 100644 --- a/api_docs/kbn_storybook.mdx +++ b/api_docs/kbn_storybook.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-storybook title: "@kbn/storybook" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/storybook plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/storybook'] --- import kbnStorybookObj from './kbn_storybook.devdocs.json'; diff --git a/api_docs/kbn_synthetics_e2e.mdx b/api_docs/kbn_synthetics_e2e.mdx index 641af0cc50205..21c5a7dfe8815 100644 --- a/api_docs/kbn_synthetics_e2e.mdx +++ b/api_docs/kbn_synthetics_e2e.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-e2e title: "@kbn/synthetics-e2e" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-e2e plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-e2e'] --- import kbnSyntheticsE2eObj from './kbn_synthetics_e2e.devdocs.json'; diff --git a/api_docs/kbn_synthetics_private_location.mdx b/api_docs/kbn_synthetics_private_location.mdx index 17045e59ccd21..fcc0b28808d36 100644 --- a/api_docs/kbn_synthetics_private_location.mdx +++ b/api_docs/kbn_synthetics_private_location.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-synthetics-private-location title: "@kbn/synthetics-private-location" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/synthetics-private-location plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/synthetics-private-location'] --- import kbnSyntheticsPrivateLocationObj from './kbn_synthetics_private_location.devdocs.json'; diff --git a/api_docs/kbn_telemetry_tools.mdx b/api_docs/kbn_telemetry_tools.mdx index a17beea8efb04..bf80b02cdbb5f 100644 --- a/api_docs/kbn_telemetry_tools.mdx +++ b/api_docs/kbn_telemetry_tools.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-telemetry-tools title: "@kbn/telemetry-tools" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/telemetry-tools plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/telemetry-tools'] --- import kbnTelemetryToolsObj from './kbn_telemetry_tools.devdocs.json'; diff --git a/api_docs/kbn_test.devdocs.json b/api_docs/kbn_test.devdocs.json index 85e09a0c2b0bc..f011ccc602fd9 100644 --- a/api_docs/kbn_test.devdocs.json +++ b/api_docs/kbn_test.devdocs.json @@ -5989,6 +5989,22 @@ "deprecated": false, "trackAdoption": false }, + { + "parentPluginId": "@kbn/test", + "id": "def-common.Suite.fullTitle", + "type": "Function", + "tags": [], + "label": "fullTitle", + "description": [], + "signature": [ + "() => string" + ], + "path": "packages/kbn-test/src/functional_test_runner/fake_mocha_types.ts", + "deprecated": false, + "trackAdoption": false, + "children": [], + "returnComment": [] + }, { "parentPluginId": "@kbn/test", "id": "def-common.Suite.file", @@ -6207,6 +6223,20 @@ "path": "packages/kbn-test/src/functional_test_runner/fake_mocha_types.ts", "deprecated": false, "trackAdoption": false + }, + { + "parentPluginId": "@kbn/test", + "id": "def-common.Test.err", + "type": "Object", + "tags": [], + "label": "err", + "description": [], + "signature": [ + "Error | undefined" + ], + "path": "packages/kbn-test/src/functional_test_runner/fake_mocha_types.ts", + "deprecated": false, + "trackAdoption": false } ], "initialIsOpen": false diff --git a/api_docs/kbn_test.mdx b/api_docs/kbn_test.mdx index 96e905f052287..90b99d676f20b 100644 --- a/api_docs/kbn_test.mdx +++ b/api_docs/kbn_test.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test title: "@kbn/test" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test'] --- import kbnTestObj from './kbn_test.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kiban | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 358 | 4 | 303 | 14 | +| 360 | 4 | 305 | 14 | ## Common diff --git a/api_docs/kbn_test_eui_helpers.mdx b/api_docs/kbn_test_eui_helpers.mdx index 64681737e5467..c2087a4d8dcc4 100644 --- a/api_docs/kbn_test_eui_helpers.mdx +++ b/api_docs/kbn_test_eui_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-eui-helpers title: "@kbn/test-eui-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-eui-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-eui-helpers'] --- import kbnTestEuiHelpersObj from './kbn_test_eui_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_jest_helpers.mdx b/api_docs/kbn_test_jest_helpers.mdx index 72162df584c31..a4c009f13823c 100644 --- a/api_docs/kbn_test_jest_helpers.mdx +++ b/api_docs/kbn_test_jest_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-jest-helpers title: "@kbn/test-jest-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-jest-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-jest-helpers'] --- import kbnTestJestHelpersObj from './kbn_test_jest_helpers.devdocs.json'; diff --git a/api_docs/kbn_test_subj_selector.mdx b/api_docs/kbn_test_subj_selector.mdx index c3cd84fec7652..3eee4b5fcf634 100644 --- a/api_docs/kbn_test_subj_selector.mdx +++ b/api_docs/kbn_test_subj_selector.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-test-subj-selector title: "@kbn/test-subj-selector" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/test-subj-selector plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/test-subj-selector'] --- import kbnTestSubjSelectorObj from './kbn_test_subj_selector.devdocs.json'; diff --git a/api_docs/kbn_timerange.mdx b/api_docs/kbn_timerange.mdx index 1faa4f0a42b44..c623e767d0235 100644 --- a/api_docs/kbn_timerange.mdx +++ b/api_docs/kbn_timerange.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-timerange title: "@kbn/timerange" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/timerange plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/timerange'] --- import kbnTimerangeObj from './kbn_timerange.devdocs.json'; diff --git a/api_docs/kbn_tooling_log.mdx b/api_docs/kbn_tooling_log.mdx index b7d2cca603f20..7e39333f85ded 100644 --- a/api_docs/kbn_tooling_log.mdx +++ b/api_docs/kbn_tooling_log.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-tooling-log title: "@kbn/tooling-log" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/tooling-log plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/tooling-log'] --- import kbnToolingLogObj from './kbn_tooling_log.devdocs.json'; diff --git a/api_docs/kbn_transpose_utils.mdx b/api_docs/kbn_transpose_utils.mdx index fb308448162ff..ee25d7b22877f 100644 --- a/api_docs/kbn_transpose_utils.mdx +++ b/api_docs/kbn_transpose_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-transpose-utils title: "@kbn/transpose-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/transpose-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/transpose-utils'] --- import kbnTransposeUtilsObj from './kbn_transpose_utils.devdocs.json'; diff --git a/api_docs/kbn_triggers_actions_ui_types.mdx b/api_docs/kbn_triggers_actions_ui_types.mdx index 68466de99e352..1ed43aacfbebd 100644 --- a/api_docs/kbn_triggers_actions_ui_types.mdx +++ b/api_docs/kbn_triggers_actions_ui_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-triggers-actions-ui-types title: "@kbn/triggers-actions-ui-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/triggers-actions-ui-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/triggers-actions-ui-types'] --- import kbnTriggersActionsUiTypesObj from './kbn_triggers_actions_ui_types.devdocs.json'; diff --git a/api_docs/kbn_try_in_console.mdx b/api_docs/kbn_try_in_console.mdx index 63490e157f56c..ab433f5c8f1c8 100644 --- a/api_docs/kbn_try_in_console.mdx +++ b/api_docs/kbn_try_in_console.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-try-in-console title: "@kbn/try-in-console" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/try-in-console plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/try-in-console'] --- import kbnTryInConsoleObj from './kbn_try_in_console.devdocs.json'; diff --git a/api_docs/kbn_ts_projects.mdx b/api_docs/kbn_ts_projects.mdx index 16409c3e23822..089172c24b07f 100644 --- a/api_docs/kbn_ts_projects.mdx +++ b/api_docs/kbn_ts_projects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ts-projects title: "@kbn/ts-projects" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ts-projects plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ts-projects'] --- import kbnTsProjectsObj from './kbn_ts_projects.devdocs.json'; diff --git a/api_docs/kbn_typed_react_router_config.mdx b/api_docs/kbn_typed_react_router_config.mdx index 4bc505cdd98ef..e71c62047b2e0 100644 --- a/api_docs/kbn_typed_react_router_config.mdx +++ b/api_docs/kbn_typed_react_router_config.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-typed-react-router-config title: "@kbn/typed-react-router-config" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/typed-react-router-config plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/typed-react-router-config'] --- import kbnTypedReactRouterConfigObj from './kbn_typed_react_router_config.devdocs.json'; diff --git a/api_docs/kbn_ui_actions_browser.mdx b/api_docs/kbn_ui_actions_browser.mdx index ccb1a264175b1..91519393d174e 100644 --- a/api_docs/kbn_ui_actions_browser.mdx +++ b/api_docs/kbn_ui_actions_browser.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-actions-browser title: "@kbn/ui-actions-browser" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-actions-browser plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-actions-browser'] --- import kbnUiActionsBrowserObj from './kbn_ui_actions_browser.devdocs.json'; diff --git a/api_docs/kbn_ui_shared_deps_src.mdx b/api_docs/kbn_ui_shared_deps_src.mdx index fa1f25e1e319c..8ef4bbb1b2dd9 100644 --- a/api_docs/kbn_ui_shared_deps_src.mdx +++ b/api_docs/kbn_ui_shared_deps_src.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-shared-deps-src title: "@kbn/ui-shared-deps-src" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-shared-deps-src plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-shared-deps-src'] --- import kbnUiSharedDepsSrcObj from './kbn_ui_shared_deps_src.devdocs.json'; diff --git a/api_docs/kbn_ui_theme.mdx b/api_docs/kbn_ui_theme.mdx index 3272ba2b16226..50f9bb53556b5 100644 --- a/api_docs/kbn_ui_theme.mdx +++ b/api_docs/kbn_ui_theme.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-ui-theme title: "@kbn/ui-theme" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/ui-theme plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/ui-theme'] --- import kbnUiThemeObj from './kbn_ui_theme.devdocs.json'; diff --git a/api_docs/kbn_unified_data_table.mdx b/api_docs/kbn_unified_data_table.mdx index c3131a5f9f5ee..ecf1da9eed3f9 100644 --- a/api_docs/kbn_unified_data_table.mdx +++ b/api_docs/kbn_unified_data_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-data-table title: "@kbn/unified-data-table" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-data-table plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-data-table'] --- import kbnUnifiedDataTableObj from './kbn_unified_data_table.devdocs.json'; diff --git a/api_docs/kbn_unified_doc_viewer.mdx b/api_docs/kbn_unified_doc_viewer.mdx index 6f6da12d6c133..9adf0481ac2ce 100644 --- a/api_docs/kbn_unified_doc_viewer.mdx +++ b/api_docs/kbn_unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-doc-viewer title: "@kbn/unified-doc-viewer" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-doc-viewer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-doc-viewer'] --- import kbnUnifiedDocViewerObj from './kbn_unified_doc_viewer.devdocs.json'; diff --git a/api_docs/kbn_unified_field_list.mdx b/api_docs/kbn_unified_field_list.mdx index 2c61ebffaf511..a25c3dc4592e4 100644 --- a/api_docs/kbn_unified_field_list.mdx +++ b/api_docs/kbn_unified_field_list.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unified-field-list title: "@kbn/unified-field-list" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unified-field-list plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unified-field-list'] --- import kbnUnifiedFieldListObj from './kbn_unified_field_list.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_badge.mdx b/api_docs/kbn_unsaved_changes_badge.mdx index e1be6e933dc43..a39c3736b9066 100644 --- a/api_docs/kbn_unsaved_changes_badge.mdx +++ b/api_docs/kbn_unsaved_changes_badge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-badge title: "@kbn/unsaved-changes-badge" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-badge plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-badge'] --- import kbnUnsavedChangesBadgeObj from './kbn_unsaved_changes_badge.devdocs.json'; diff --git a/api_docs/kbn_unsaved_changes_prompt.mdx b/api_docs/kbn_unsaved_changes_prompt.mdx index 3a99d7e1303b7..58ddf3fd5c7a5 100644 --- a/api_docs/kbn_unsaved_changes_prompt.mdx +++ b/api_docs/kbn_unsaved_changes_prompt.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-unsaved-changes-prompt title: "@kbn/unsaved-changes-prompt" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/unsaved-changes-prompt plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/unsaved-changes-prompt'] --- import kbnUnsavedChangesPromptObj from './kbn_unsaved_changes_prompt.devdocs.json'; diff --git a/api_docs/kbn_use_tracked_promise.mdx b/api_docs/kbn_use_tracked_promise.mdx index b248472540f72..a00d54551c2d0 100644 --- a/api_docs/kbn_use_tracked_promise.mdx +++ b/api_docs/kbn_use_tracked_promise.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-use-tracked-promise title: "@kbn/use-tracked-promise" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/use-tracked-promise plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/use-tracked-promise'] --- import kbnUseTrackedPromiseObj from './kbn_use_tracked_promise.devdocs.json'; diff --git a/api_docs/kbn_user_profile_components.devdocs.json b/api_docs/kbn_user_profile_components.devdocs.json index 8bc50f12685d1..2824a1c269765 100644 --- a/api_docs/kbn_user_profile_components.devdocs.json +++ b/api_docs/kbn_user_profile_components.devdocs.json @@ -872,6 +872,14 @@ "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, + "; userProfile: ", + { + "pluginId": "@kbn/core-user-profile-browser", + "scope": "public", + "docId": "kibKbnCoreUserProfileBrowserPluginApi", + "section": "def-public.UserProfileService", + "text": "UserProfileService" + }, "; i18n: ", { "pluginId": "@kbn/core-i18n-browser", diff --git a/api_docs/kbn_user_profile_components.mdx b/api_docs/kbn_user_profile_components.mdx index 553ad9d7b09ae..1eaf4a327fa29 100644 --- a/api_docs/kbn_user_profile_components.mdx +++ b/api_docs/kbn_user_profile_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-user-profile-components title: "@kbn/user-profile-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/user-profile-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/user-profile-components'] --- import kbnUserProfileComponentsObj from './kbn_user_profile_components.devdocs.json'; diff --git a/api_docs/kbn_utility_types.mdx b/api_docs/kbn_utility_types.mdx index 7fd54ecb498a8..a70e0d6405ebc 100644 --- a/api_docs/kbn_utility_types.mdx +++ b/api_docs/kbn_utility_types.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types title: "@kbn/utility-types" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types'] --- import kbnUtilityTypesObj from './kbn_utility_types.devdocs.json'; diff --git a/api_docs/kbn_utility_types_jest.mdx b/api_docs/kbn_utility_types_jest.mdx index feb9caabfe11b..f6f8885e181e6 100644 --- a/api_docs/kbn_utility_types_jest.mdx +++ b/api_docs/kbn_utility_types_jest.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utility-types-jest title: "@kbn/utility-types-jest" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utility-types-jest plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utility-types-jest'] --- import kbnUtilityTypesJestObj from './kbn_utility_types_jest.devdocs.json'; diff --git a/api_docs/kbn_utils.mdx b/api_docs/kbn_utils.mdx index 85975194a95ff..f5093649e563e 100644 --- a/api_docs/kbn_utils.mdx +++ b/api_docs/kbn_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-utils title: "@kbn/utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/utils'] --- import kbnUtilsObj from './kbn_utils.devdocs.json'; diff --git a/api_docs/kbn_visualization_ui_components.mdx b/api_docs/kbn_visualization_ui_components.mdx index 82d247342ffc8..a375d6d38afb0 100644 --- a/api_docs/kbn_visualization_ui_components.mdx +++ b/api_docs/kbn_visualization_ui_components.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-ui-components title: "@kbn/visualization-ui-components" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-ui-components plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-ui-components'] --- import kbnVisualizationUiComponentsObj from './kbn_visualization_ui_components.devdocs.json'; diff --git a/api_docs/kbn_visualization_utils.mdx b/api_docs/kbn_visualization_utils.mdx index 51e438970b975..ed9aad8b4139b 100644 --- a/api_docs/kbn_visualization_utils.mdx +++ b/api_docs/kbn_visualization_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-visualization-utils title: "@kbn/visualization-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/visualization-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/visualization-utils'] --- import kbnVisualizationUtilsObj from './kbn_visualization_utils.devdocs.json'; diff --git a/api_docs/kbn_xstate_utils.mdx b/api_docs/kbn_xstate_utils.mdx index f3cad21bacbdf..9004a0f42745e 100644 --- a/api_docs/kbn_xstate_utils.mdx +++ b/api_docs/kbn_xstate_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-xstate-utils title: "@kbn/xstate-utils" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/xstate-utils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/xstate-utils'] --- import kbnXstateUtilsObj from './kbn_xstate_utils.devdocs.json'; diff --git a/api_docs/kbn_yarn_lock_validator.mdx b/api_docs/kbn_yarn_lock_validator.mdx index d7245b98ea4f8..653fcb4d79bff 100644 --- a/api_docs/kbn_yarn_lock_validator.mdx +++ b/api_docs/kbn_yarn_lock_validator.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-yarn-lock-validator title: "@kbn/yarn-lock-validator" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/yarn-lock-validator plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/yarn-lock-validator'] --- import kbnYarnLockValidatorObj from './kbn_yarn_lock_validator.devdocs.json'; diff --git a/api_docs/kbn_zod.mdx b/api_docs/kbn_zod.mdx index da5ea1dfc6bae..40a181dc684d8 100644 --- a/api_docs/kbn_zod.mdx +++ b/api_docs/kbn_zod.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod title: "@kbn/zod" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod'] --- import kbnZodObj from './kbn_zod.devdocs.json'; diff --git a/api_docs/kbn_zod_helpers.mdx b/api_docs/kbn_zod_helpers.mdx index a752c55ddc132..0885ecaca7222 100644 --- a/api_docs/kbn_zod_helpers.mdx +++ b/api_docs/kbn_zod_helpers.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kbn-zod-helpers title: "@kbn/zod-helpers" image: https://source.unsplash.com/400x175/?github description: API docs for the @kbn/zod-helpers plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/zod-helpers'] --- import kbnZodHelpersObj from './kbn_zod_helpers.devdocs.json'; diff --git a/api_docs/kibana_overview.mdx b/api_docs/kibana_overview.mdx index c68307b29dc4f..6aff7fa949e00 100644 --- a/api_docs/kibana_overview.mdx +++ b/api_docs/kibana_overview.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaOverview title: "kibanaOverview" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaOverview plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaOverview'] --- import kibanaOverviewObj from './kibana_overview.devdocs.json'; diff --git a/api_docs/kibana_react.mdx b/api_docs/kibana_react.mdx index 07a8a3a767f73..be05b56eda8bb 100644 --- a/api_docs/kibana_react.mdx +++ b/api_docs/kibana_react.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaReact title: "kibanaReact" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaReact plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaReact'] --- import kibanaReactObj from './kibana_react.devdocs.json'; diff --git a/api_docs/kibana_utils.mdx b/api_docs/kibana_utils.mdx index 2eb2821a93259..5396d6f8ed22b 100644 --- a/api_docs/kibana_utils.mdx +++ b/api_docs/kibana_utils.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kibanaUtils title: "kibanaUtils" image: https://source.unsplash.com/400x175/?github description: API docs for the kibanaUtils plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kibanaUtils'] --- import kibanaUtilsObj from './kibana_utils.devdocs.json'; diff --git a/api_docs/kubernetes_security.mdx b/api_docs/kubernetes_security.mdx index 8dd69b939c367..2e7cf52c6ee91 100644 --- a/api_docs/kubernetes_security.mdx +++ b/api_docs/kubernetes_security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/kubernetesSecurity title: "kubernetesSecurity" image: https://source.unsplash.com/400x175/?github description: API docs for the kubernetesSecurity plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'kubernetesSecurity'] --- import kubernetesSecurityObj from './kubernetes_security.devdocs.json'; diff --git a/api_docs/lens.devdocs.json b/api_docs/lens.devdocs.json index 2aafc998767a6..17f5de4a4d6e4 100644 --- a/api_docs/lens.devdocs.json +++ b/api_docs/lens.devdocs.json @@ -131,7 +131,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined; resetUnsavedChanges?: (() => void) | undefined; serializeState: () => ", + " | undefined; resetUnsavedChanges?: (() => boolean) | undefined; serializeState: () => ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -17755,7 +17755,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined; resetUnsavedChanges?: (() => void) | undefined; serializeState: () => ", + " | undefined; resetUnsavedChanges?: (() => boolean) | undefined; serializeState: () => ", { "pluginId": "@kbn/utility-types", "scope": "common", @@ -20309,7 +20309,7 @@ "section": "def-public.PublishingSubject", "text": "PublishingSubject" }, - " | undefined; resetUnsavedChanges?: (() => void) | undefined; serializeState: () => ", + " | undefined; resetUnsavedChanges?: (() => boolean) | undefined; serializeState: () => ", { "pluginId": "@kbn/utility-types", "scope": "common", diff --git a/api_docs/lens.mdx b/api_docs/lens.mdx index 8d4fd3da7943f..e90abb70f6549 100644 --- a/api_docs/lens.mdx +++ b/api_docs/lens.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lens title: "lens" image: https://source.unsplash.com/400x175/?github description: API docs for the lens plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lens'] --- import lensObj from './lens.devdocs.json'; diff --git a/api_docs/license_api_guard.mdx b/api_docs/license_api_guard.mdx index b1ffc9acd51d6..7229770a2ce29 100644 --- a/api_docs/license_api_guard.mdx +++ b/api_docs/license_api_guard.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseApiGuard title: "licenseApiGuard" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseApiGuard plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseApiGuard'] --- import licenseApiGuardObj from './license_api_guard.devdocs.json'; diff --git a/api_docs/license_management.mdx b/api_docs/license_management.mdx index 3083de68055f7..704efebb74b73 100644 --- a/api_docs/license_management.mdx +++ b/api_docs/license_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licenseManagement title: "licenseManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the licenseManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licenseManagement'] --- import licenseManagementObj from './license_management.devdocs.json'; diff --git a/api_docs/licensing.devdocs.json b/api_docs/licensing.devdocs.json index 954110ba3ede9..f9770fc80ae0a 100644 --- a/api_docs/licensing.devdocs.json +++ b/api_docs/licensing.devdocs.json @@ -808,7 +808,7 @@ }, { "plugin": "aiops", - "path": "x-pack/plugins/aiops/public/plugin.tsx" + "path": "x-pack/platform/plugins/shared/aiops/public/plugin.tsx" }, { "plugin": "licenseManagement", @@ -816,7 +816,7 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/public/plugin.ts" + "path": "x-pack/platform/plugins/shared/ml/public/plugin.ts" }, { "plugin": "crossClusterReplication", @@ -2194,17 +2194,13 @@ "plugin": "alerting", "path": "x-pack/plugins/alerting/server/plugin.ts" }, - { - "plugin": "aiops", - "path": "x-pack/plugins/aiops/server/plugin.ts" - }, { "plugin": "remoteClusters", "path": "x-pack/plugins/remote_clusters/server/plugin.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts" }, { "plugin": "graph", @@ -2250,10 +2246,6 @@ "plugin": "snapshotRestore", "path": "x-pack/plugins/snapshot_restore/server/services/license.ts" }, - { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/services/license.ts" - }, { "plugin": "upgradeAssistant", "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/reindex_service.ts" @@ -2282,6 +2274,14 @@ "plugin": "securitySolution", "path": "x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/get_is_alert_suppression_active.test.ts" }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/services/license.ts" + }, + { + "plugin": "aiops", + "path": "x-pack/platform/plugins/shared/aiops/server/plugin.ts" + }, { "plugin": "actions", "path": "x-pack/plugins/actions/server/lib/license_state.test.ts" diff --git a/api_docs/licensing.mdx b/api_docs/licensing.mdx index b04e8cf06df2a..cb2fa10f2037f 100644 --- a/api_docs/licensing.mdx +++ b/api_docs/licensing.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/licensing title: "licensing" image: https://source.unsplash.com/400x175/?github description: API docs for the licensing plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'licensing'] --- import licensingObj from './licensing.devdocs.json'; diff --git a/api_docs/links.mdx b/api_docs/links.mdx index 1dee83eef373a..3624254804ce6 100644 --- a/api_docs/links.mdx +++ b/api_docs/links.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/links title: "links" image: https://source.unsplash.com/400x175/?github description: API docs for the links plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'links'] --- import linksObj from './links.devdocs.json'; diff --git a/api_docs/lists.mdx b/api_docs/lists.mdx index c32a868b4514a..c01f7076c28f9 100644 --- a/api_docs/lists.mdx +++ b/api_docs/lists.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/lists title: "lists" image: https://source.unsplash.com/400x175/?github description: API docs for the lists plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'lists'] --- import listsObj from './lists.devdocs.json'; diff --git a/api_docs/llm_tasks.mdx b/api_docs/llm_tasks.mdx index b6b6e620eabd1..2adb45f4aaf45 100644 --- a/api_docs/llm_tasks.mdx +++ b/api_docs/llm_tasks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/llmTasks title: "llmTasks" image: https://source.unsplash.com/400x175/?github description: API docs for the llmTasks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'llmTasks'] --- import llmTasksObj from './llm_tasks.devdocs.json'; diff --git a/api_docs/logs_data_access.mdx b/api_docs/logs_data_access.mdx index 79bba12fc13dd..c1e10f806bb00 100644 --- a/api_docs/logs_data_access.mdx +++ b/api_docs/logs_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsDataAccess title: "logsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the logsDataAccess plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsDataAccess'] --- import logsDataAccessObj from './logs_data_access.devdocs.json'; diff --git a/api_docs/logs_explorer.mdx b/api_docs/logs_explorer.mdx index 3b58b1eaddec4..6149d530e0934 100644 --- a/api_docs/logs_explorer.mdx +++ b/api_docs/logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsExplorer title: "logsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the logsExplorer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsExplorer'] --- import logsExplorerObj from './logs_explorer.devdocs.json'; diff --git a/api_docs/logs_shared.mdx b/api_docs/logs_shared.mdx index 85afe3d43e4e1..aadc044bb6f73 100644 --- a/api_docs/logs_shared.mdx +++ b/api_docs/logs_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/logsShared title: "logsShared" image: https://source.unsplash.com/400x175/?github description: API docs for the logsShared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'logsShared'] --- import logsSharedObj from './logs_shared.devdocs.json'; diff --git a/api_docs/management.mdx b/api_docs/management.mdx index 90011f8ae29e7..02f48da672886 100644 --- a/api_docs/management.mdx +++ b/api_docs/management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/management title: "management" image: https://source.unsplash.com/400x175/?github description: API docs for the management plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'management'] --- import managementObj from './management.devdocs.json'; diff --git a/api_docs/maps.mdx b/api_docs/maps.mdx index aeef24dfcd9a5..13be2f6257719 100644 --- a/api_docs/maps.mdx +++ b/api_docs/maps.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/maps title: "maps" image: https://source.unsplash.com/400x175/?github description: API docs for the maps plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'maps'] --- import mapsObj from './maps.devdocs.json'; diff --git a/api_docs/maps_ems.mdx b/api_docs/maps_ems.mdx index 0bf35b95bbfd5..acb7b46255e2f 100644 --- a/api_docs/maps_ems.mdx +++ b/api_docs/maps_ems.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mapsEms title: "mapsEms" image: https://source.unsplash.com/400x175/?github description: API docs for the mapsEms plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mapsEms'] --- import mapsEmsObj from './maps_ems.devdocs.json'; diff --git a/api_docs/metrics_data_access.mdx b/api_docs/metrics_data_access.mdx index fb826bdeb961d..59a57b0fade86 100644 --- a/api_docs/metrics_data_access.mdx +++ b/api_docs/metrics_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/metricsDataAccess title: "metricsDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the metricsDataAccess plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'metricsDataAccess'] --- import metricsDataAccessObj from './metrics_data_access.devdocs.json'; diff --git a/api_docs/ml.devdocs.json b/api_docs/ml.devdocs.json index 484e9c66925f6..f4f94a547565e 100644 --- a/api_docs/ml.devdocs.json +++ b/api_docs/ml.devdocs.json @@ -29,7 +29,7 @@ "MlLocatorParams", ">" ], - "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/ml_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -43,7 +43,7 @@ "signature": [ "\"ML_APP_LOCATOR\"" ], - "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/ml_locator.ts", "deprecated": false, "trackAdoption": false }, @@ -61,7 +61,7 @@ "KibanaLocation", ">" ], - "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/ml_locator.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -75,7 +75,7 @@ "signature": [ "MlLocatorParams" ], - "path": "x-pack/plugins/ml/public/locator/ml_locator.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/ml_locator.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -98,7 +98,7 @@ "signature": [ "({ jobIds }: Props) => React.JSX.Element" ], - "path": "x-pack/plugins/ml/public/application/components/jobs_awaiting_node_warning/new_job_awaiting_node_shared/lazy_loader.tsx", + "path": "x-pack/platform/plugins/shared/ml/public/application/components/jobs_awaiting_node_warning/new_job_awaiting_node_shared/lazy_loader.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -112,7 +112,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/ml/public/application/components/jobs_awaiting_node_warning/new_job_awaiting_node_shared/lazy_loader.tsx", + "path": "x-pack/platform/plugins/shared/ml/public/application/components/jobs_awaiting_node_warning/new_job_awaiting_node_shared/lazy_loader.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -131,7 +131,7 @@ "signature": [ "({ nodeAvailableCallback, size }: Props) => React.JSX.Element | null" ], - "path": "x-pack/plugins/ml/public/application/components/node_available_warning/node_available_warning_shared.tsx", + "path": "x-pack/platform/plugins/shared/ml/public/application/components/node_available_warning/node_available_warning_shared.tsx", "deprecated": false, "trackAdoption": false, "children": [ @@ -145,7 +145,7 @@ "signature": [ "Props" ], - "path": "x-pack/plugins/ml/public/application/components/node_available_warning/node_available_warning_shared.tsx", + "path": "x-pack/platform/plugins/shared/ml/public/application/components/node_available_warning/node_available_warning_shared.tsx", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -180,7 +180,7 @@ "MlLocatorParams", ", dependencies?: React.DependencyList | undefined) => string" ], - "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/use_ml_href.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -206,7 +206,7 @@ "ElasticModels", " | undefined; } | undefined" ], - "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/use_ml_href.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -221,7 +221,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/use_ml_href.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -236,7 +236,7 @@ "signature": [ "MlLocatorParams" ], - "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/use_ml_href.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -251,7 +251,7 @@ "signature": [ "React.DependencyList | undefined" ], - "path": "x-pack/plugins/ml/public/locator/use_ml_href.ts", + "path": "x-pack/platform/plugins/shared/ml/public/locator/use_ml_href.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -290,7 +290,7 @@ ",", "AnomalySwimlaneEmbeddableCustomInput" ], - "path": "x-pack/plugins/ml/public/embeddables/anomaly_swimlane/types.ts", + "path": "x-pack/platform/plugins/shared/ml/public/embeddables/anomaly_swimlane/types.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -303,7 +303,7 @@ "tags": [], "label": "DataRecognizerConfigResponse", "description": [], - "path": "x-pack/plugins/ml/common/types/modules.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -318,7 +318,7 @@ "DatafeedResponse", "[]" ], - "path": "x-pack/plugins/ml/common/types/modules.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts", "deprecated": false, "trackAdoption": false }, @@ -333,7 +333,7 @@ "JobResponse", "[]" ], - "path": "x-pack/plugins/ml/common/types/modules.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts", "deprecated": false, "trackAdoption": false }, @@ -353,7 +353,7 @@ "KibanaObjectResponse", "[]; }" ], - "path": "x-pack/plugins/ml/common/types/modules.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/modules.ts", "deprecated": false, "trackAdoption": false } @@ -367,7 +367,7 @@ "tags": [], "label": "JobExistResult", "description": [], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -378,7 +378,7 @@ "tags": [], "label": "jobsExist", "description": [], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false }, @@ -393,7 +393,7 @@ "JobStat", "[]" ], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false } @@ -407,7 +407,7 @@ "tags": [], "label": "JobStat", "description": [], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -418,7 +418,7 @@ "tags": [], "label": "id", "description": [], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false }, @@ -429,7 +429,7 @@ "tags": [], "label": "earliestTimestampMs", "description": [], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false }, @@ -440,7 +440,7 @@ "tags": [], "label": "latestTimestampMs", "description": [], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false }, @@ -454,7 +454,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/data_recognizer.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/data_recognizer.ts", "deprecated": false, "trackAdoption": false } @@ -468,7 +468,7 @@ "tags": [], "label": "MlCapabilitiesResponse", "description": [], - "path": "x-pack/plugins/ml/common/types/capabilities.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -482,7 +482,7 @@ "signature": [ "{ isADEnabled: boolean; isDFAEnabled: boolean; isNLPEnabled: boolean; } & { canGetJobs: boolean; canGetDatafeeds: boolean; canGetCalendars: boolean; canFindFileStructure: boolean; canGetDataFrameAnalytics: boolean; canGetAnnotations: boolean; canCreateAnnotation: boolean; canDeleteAnnotation: boolean; canUseMlAlerts: boolean; canGetTrainedModels: boolean; canTestTrainedModels: boolean; canGetFieldInfo: boolean; canGetMlInfo: boolean; canUseAiops: boolean; } & { canCreateJob: boolean; canDeleteJob: boolean; canOpenJob: boolean; canCloseJob: boolean; canResetJob: boolean; canUpdateJob: boolean; canForecastJob: boolean; canDeleteForecast: boolean; canCreateDatafeed: boolean; canDeleteDatafeed: boolean; canStartStopDatafeed: boolean; canUpdateDatafeed: boolean; canPreviewDatafeed: boolean; canGetFilters: boolean; canCreateCalendar: boolean; canDeleteCalendar: boolean; canCreateFilter: boolean; canDeleteFilter: boolean; canCreateDataFrameAnalytics: boolean; canDeleteDataFrameAnalytics: boolean; canStartStopDataFrameAnalytics: boolean; canCreateMlAlerts: boolean; canUseMlAlerts: boolean; canViewMlNodes: boolean; canCreateTrainedModels: boolean; canDeleteTrainedModels: boolean; canStartStopTrainedModels: boolean; canCreateInferenceEndpoint: boolean; }" ], - "path": "x-pack/plugins/ml/common/types/capabilities.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -493,7 +493,7 @@ "tags": [], "label": "upgradeInProgress", "description": [], - "path": "x-pack/plugins/ml/common/types/capabilities.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -504,7 +504,7 @@ "tags": [], "label": "isPlatinumOrTrialLicense", "description": [], - "path": "x-pack/plugins/ml/common/types/capabilities.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/capabilities.ts", "deprecated": false, "trackAdoption": false }, @@ -515,7 +515,7 @@ "tags": [], "label": "mlFeatureEnabledInSpace", "description": [], - "path": "x-pack/plugins/ml/common/types/capabilities.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/capabilities.ts", "deprecated": false, "trackAdoption": false } @@ -531,7 +531,7 @@ "description": [ "\nA summary of an anomaly detection job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -544,7 +544,7 @@ "description": [ "\nThe identifier for the anomaly detection job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -557,7 +557,7 @@ "description": [ "\nA description of the job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -573,7 +573,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -589,7 +589,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -605,7 +605,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -623,7 +623,7 @@ " | ", "JobActionState" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -639,7 +639,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -652,7 +652,7 @@ "description": [ "\nFlag indicating whether a datafeed exists for the job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -665,7 +665,7 @@ "description": [ "\nThe identifier for the datafeed." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -678,7 +678,7 @@ "description": [ "\nThe status of the datafeed." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -694,7 +694,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -710,7 +710,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -726,7 +726,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -743,7 +743,7 @@ "CombinedJob", " | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -759,7 +759,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -777,7 +777,7 @@ "AuditMessage", "> | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -790,7 +790,7 @@ "description": [ "\nFlag indicating whether results of the job can be viewed in the Single Metric Viewer." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -806,7 +806,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -823,7 +823,7 @@ "MlJobBlocked", " | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -839,7 +839,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -855,7 +855,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -868,7 +868,7 @@ "description": [ "\nIndicates whether the job is currently awaiting assignment to a node before opening." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -885,7 +885,7 @@ "MlAnomalyDetectionAlertRule", "[] | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -901,7 +901,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -914,7 +914,7 @@ "description": [ "\nThe size of the interval that the analysis is aggregated into, typically between 5m and 1h." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -930,7 +930,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false } @@ -950,7 +950,7 @@ "signature": [ "\"ml_anomaly_swimlane\"" ], - "path": "x-pack/plugins/ml/public/embeddables/constants.ts", + "path": "x-pack/platform/plugins/shared/ml/public/embeddables/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1039,7 +1039,7 @@ " & ", "AnomalySwimLaneComponentApi" ], - "path": "x-pack/plugins/ml/public/embeddables/anomaly_swimlane/types.ts", + "path": "x-pack/platform/plugins/shared/ml/public/embeddables/anomaly_swimlane/types.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1054,7 +1054,7 @@ "signature": [ "\"anomaly-swim-lane\"" ], - "path": "x-pack/plugins/ml/public/ui_actions/constants.ts", + "path": "x-pack/platform/plugins/shared/ml/public/ui_actions/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1078,7 +1078,7 @@ "MlLocatorParams", ">" ], - "path": "x-pack/plugins/ml/common/types/locator.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1120,7 +1120,7 @@ }, " | undefined; } & Record) | undefined; }" ], - "path": "x-pack/plugins/ml/common/types/trained_models.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/trained_models.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1137,7 +1137,7 @@ "signature": [ "{ readonly ANOMALY_DETECTION_JOBS_MANAGE: \"jobs\"; readonly ANOMALY_EXPLORER: \"explorer\"; readonly SINGLE_METRIC_VIEWER: \"timeseriesexplorer\"; readonly DATA_FRAME_ANALYTICS_JOBS_MANAGE: \"data_frame_analytics\"; readonly DATA_FRAME_ANALYTICS_SOURCE_SELECTION: \"data_frame_analytics/source_selection\"; readonly DATA_FRAME_ANALYTICS_CREATE_JOB: \"data_frame_analytics/new_job\"; readonly TRAINED_MODELS_MANAGE: \"trained_models\"; readonly DATA_DRIFT_INDEX_SELECT: \"data_drift_index_select\"; readonly DATA_DRIFT_CUSTOM: \"data_drift_custom\"; readonly DATA_DRIFT: \"data_drift\"; readonly NODES: \"nodes\"; readonly MEMORY_USAGE: \"memory_usage\"; readonly DATA_FRAME_ANALYTICS_EXPLORATION: \"data_frame_analytics/exploration\"; readonly DATA_FRAME_ANALYTICS_MAP: \"data_frame_analytics/map\"; readonly SUPPLIED_CONFIGURATIONS: \"supplied_configurations\"; readonly DATA_VISUALIZER: \"datavisualizer\"; readonly DATA_VISUALIZER_INDEX_SELECT: \"datavisualizer_index_select\"; readonly DATA_VISUALIZER_FILE: \"filedatavisualizer\"; readonly DATA_VISUALIZER_ESQL: \"datavisualizer/esql\"; readonly DATA_VISUALIZER_INDEX_VIEWER: \"jobs/new_job/datavisualizer\"; readonly ANOMALY_DETECTION_CREATE_JOB: \"jobs/new_job\"; readonly ANOMALY_DETECTION_CREATE_JOB_RECOGNIZER: \"jobs/new_job/recognize\"; readonly ANOMALY_DETECTION_CREATE_JOB_SINGLE_METRIC: \"jobs/new_job/single_metric\"; readonly ANOMALY_DETECTION_CREATE_JOB_MULTI_METRIC: \"jobs/new_job/multi_metric\"; readonly ANOMALY_DETECTION_CREATE_JOB_CONVERT_TO_MULTI_METRIC: \"jobs/new_job/convert_to_multi_metric\"; readonly ANOMALY_DETECTION_CREATE_JOB_ADVANCED: \"jobs/new_job/advanced\"; readonly ANOMALY_DETECTION_CREATE_JOB_POPULATION: \"jobs/new_job/population\"; readonly ANOMALY_DETECTION_CREATE_JOB_CATEGORIZATION: \"jobs/new_job/categorization\"; readonly ANOMALY_DETECTION_CREATE_JOB_RARE: \"jobs/new_job/rare\"; readonly ANOMALY_DETECTION_CREATE_JOB_GEO: \"jobs/new_job/geo\"; readonly ANOMALY_DETECTION_CREATE_JOB_CONVERT_TO_ADVANCED: \"jobs/new_job/convert_to_advanced\"; readonly ANOMALY_DETECTION_CREATE_JOB_SELECT_TYPE: \"jobs/new_job/step/job_type\"; readonly ANOMALY_DETECTION_CREATE_JOB_SELECT_INDEX: \"jobs/new_job/step/index_or_search\"; readonly ANOMALY_DETECTION_CREATE_JOB_FROM_LENS: \"jobs/new_job/from_lens\"; readonly ANOMALY_DETECTION_CREATE_JOB_FROM_PATTERN_ANALYSIS: \"jobs/new_job/from_pattern_analysis\"; readonly ANOMALY_DETECTION_CREATE_JOB_FROM_MAP: \"jobs/new_job/from_map\"; readonly ANOMALY_DETECTION_MODULES_VIEW_OR_CREATE: \"modules/check_view_or_create\"; readonly SETTINGS: \"settings\"; readonly CALENDARS_MANAGE: \"settings/calendars_list\"; readonly CALENDARS_DST_MANAGE: \"settings/calendars_dst_list\"; readonly CALENDARS_NEW: \"settings/calendars_list/new_calendar\"; readonly CALENDARS_DST_NEW: \"settings/calendars_dst_list/new_calendar\"; readonly CALENDARS_EDIT: \"settings/calendars_list/edit_calendar\"; readonly CALENDARS_DST_EDIT: \"settings/calendars_dst_list/edit_calendar\"; readonly FILTER_LISTS_MANAGE: \"settings/filter_lists\"; readonly FILTER_LISTS_NEW: \"settings/filter_lists/new_filter_list\"; readonly FILTER_LISTS_EDIT: \"settings/filter_lists/edit_filter_list\"; readonly OVERVIEW: \"overview\"; readonly NOTIFICATIONS: \"notifications\"; readonly AIOPS: \"aiops\"; readonly AIOPS_EXPLAIN_LOG_RATE_SPIKES: \"aiops/explain_log_rate_spikes\"; readonly AIOPS_EXPLAIN_LOG_RATE_SPIKES_INDEX_SELECT: \"aiops/explain_log_rate_spikes_index_select\"; readonly AIOPS_LOG_RATE_ANALYSIS: \"aiops/log_rate_analysis\"; readonly AIOPS_LOG_RATE_ANALYSIS_INDEX_SELECT: \"aiops/log_rate_analysis_index_select\"; readonly AIOPS_LOG_CATEGORIZATION: \"aiops/log_categorization\"; readonly AIOPS_LOG_CATEGORIZATION_INDEX_SELECT: \"aiops/log_categorization_index_select\"; readonly AIOPS_CHANGE_POINT_DETECTION: \"aiops/change_point_detection\"; readonly AIOPS_CHANGE_POINT_DETECTION_INDEX_SELECT: \"aiops/change_point_detection_index_select\"; }" ], - "path": "x-pack/plugins/ml/common/constants/locator.ts", + "path": "x-pack/platform/plugins/shared/ml/common/constants/locator.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -1165,7 +1165,7 @@ "ElasticModels", " | undefined; }" ], - "path": "x-pack/plugins/ml/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/ml/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -1721,7 +1721,7 @@ "AnomalySwimLaneProps", " & React.RefAttributes<{}>>; }; }" ], - "path": "x-pack/plugins/ml/public/plugin.ts", + "path": "x-pack/platform/plugins/shared/ml/public/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -1747,7 +1747,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1761,7 +1761,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1775,7 +1775,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1803,7 +1803,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1817,7 +1817,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1831,7 +1831,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1859,7 +1859,7 @@ }, " extends Error" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1873,7 +1873,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1887,7 +1887,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/server/lib/capabilities/errors.ts", + "path": "x-pack/platform/plugins/shared/ml/server/lib/capabilities/errors.ts", "deprecated": false, "trackAdoption": false, "isRequired": false @@ -1910,7 +1910,7 @@ "description": [ "\nA summary of an anomaly detection job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -1923,7 +1923,7 @@ "description": [ "\nThe identifier for the anomaly detection job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -1936,7 +1936,7 @@ "description": [ "\nA description of the job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -1952,7 +1952,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -1968,7 +1968,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -1984,7 +1984,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2002,7 +2002,7 @@ " | ", "JobActionState" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2018,7 +2018,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2031,7 +2031,7 @@ "description": [ "\nFlag indicating whether a datafeed exists for the job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2044,7 +2044,7 @@ "description": [ "\nThe identifier for the datafeed." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2057,7 +2057,7 @@ "description": [ "\nThe status of the datafeed." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2073,7 +2073,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2089,7 +2089,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2105,7 +2105,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2122,7 +2122,7 @@ "CombinedJob", " | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2138,7 +2138,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2156,7 +2156,7 @@ "AuditMessage", "> | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2169,7 +2169,7 @@ "description": [ "\nFlag indicating whether results of the job can be viewed in the Single Metric Viewer." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2185,7 +2185,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2202,7 +2202,7 @@ "MlJobBlocked", " | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2218,7 +2218,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2234,7 +2234,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2247,7 +2247,7 @@ "description": [ "\nIndicates whether the job is currently awaiting assignment to a node before opening." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2264,7 +2264,7 @@ "MlAnomalyDetectionAlertRule", "[] | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2280,7 +2280,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2293,7 +2293,7 @@ "description": [ "\nThe size of the interval that the analysis is aggregated into, typically between 5m and 1h." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2309,7 +2309,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false } @@ -2337,7 +2337,7 @@ "AnomalyDetectionRuleState", "; } | undefined>; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2360,7 +2360,7 @@ "MlDatafeedStats", "[]; }>; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2375,7 +2375,7 @@ "signature": [ "MlDatafeedStats" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/datafeed_stats.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2390,7 +2390,7 @@ "signature": [ "MlJob" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/job.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2417,7 +2417,7 @@ "Results", ">; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2440,7 +2440,7 @@ "AggregationsAggregate", ">>>; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2465,7 +2465,7 @@ "DataRecognizerConfigResponse", ">; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2490,7 +2490,7 @@ }, "[]; interval: string; examplesByJobId?: { [key: string]: any; } | undefined; }>; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2507,7 +2507,7 @@ " | ", "JobActionState" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2596,7 +2596,7 @@ "MlTrainedModelConfig", ">; }" ], - "path": "x-pack/plugins/ml/server/shared.ts", + "path": "x-pack/platform/plugins/shared/ml/server/shared.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -2647,7 +2647,7 @@ "; } | undefined>; }; } & ", "TrainedModelsProvider" ], - "path": "x-pack/plugins/ml/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "setup", @@ -2663,7 +2663,7 @@ "signature": [ "void" ], - "path": "x-pack/plugins/ml/server/plugin.ts", + "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts", "deprecated": false, "trackAdoption": false, "lifecycle": "start", @@ -2684,7 +2684,7 @@ "() => ", "MlCapabilities" ], - "path": "x-pack/plugins/ml/common/types/capabilities.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/capabilities.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -2702,7 +2702,7 @@ "description": [ "\nA summary of an anomaly detection job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -2715,7 +2715,7 @@ "description": [ "\nThe identifier for the anomaly detection job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2728,7 +2728,7 @@ "description": [ "\nA description of the job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2744,7 +2744,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2760,7 +2760,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2776,7 +2776,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2794,7 +2794,7 @@ " | ", "JobActionState" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2810,7 +2810,7 @@ "signature": [ "string[]" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2823,7 +2823,7 @@ "description": [ "\nFlag indicating whether a datafeed exists for the job." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2836,7 +2836,7 @@ "description": [ "\nThe identifier for the datafeed." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2849,7 +2849,7 @@ "description": [ "\nThe status of the datafeed." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2865,7 +2865,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2881,7 +2881,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2897,7 +2897,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2914,7 +2914,7 @@ "CombinedJob", " | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2930,7 +2930,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2948,7 +2948,7 @@ "AuditMessage", "> | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2961,7 +2961,7 @@ "description": [ "\nFlag indicating whether results of the job can be viewed in the Single Metric Viewer." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2977,7 +2977,7 @@ "signature": [ "string | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -2994,7 +2994,7 @@ "MlJobBlocked", " | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3010,7 +3010,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3026,7 +3026,7 @@ "signature": [ "number | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3039,7 +3039,7 @@ "description": [ "\nIndicates whether the job is currently awaiting assignment to a node before opening." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3056,7 +3056,7 @@ "MlAnomalyDetectionAlertRule", "[] | undefined" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3072,7 +3072,7 @@ "signature": [ "{ [x: string]: string; }" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3085,7 +3085,7 @@ "description": [ "\nThe size of the interval that the analysis is aggregated into, typically between 5m and 1h." ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false }, @@ -3101,7 +3101,7 @@ "signature": [ "any" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false } @@ -3119,7 +3119,7 @@ "description": [ "\nThe status of the datafeed." ], - "path": "x-pack/plugins/ml/common/constants/states.ts", + "path": "x-pack/platform/plugins/shared/ml/common/constants/states.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3133,7 +3133,7 @@ "description": [ "\nThe status of the anomaly detection job." ], - "path": "x-pack/plugins/ml/common/constants/states.ts", + "path": "x-pack/platform/plugins/shared/ml/common/constants/states.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3150,7 +3150,7 @@ "signature": [ "MlDatafeed" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/datafeed.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/datafeed.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3165,7 +3165,7 @@ "signature": [ "MlJob" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/job.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3180,7 +3180,7 @@ "signature": [ "(\"xpack.ml.anomaly_detection_alert\" | \"xpack.ml.anomaly_detection_jobs_health\")[]" ], - "path": "x-pack/plugins/ml/common/constants/alerts.ts", + "path": "x-pack/platform/plugins/shared/ml/common/constants/alerts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3197,7 +3197,7 @@ " | ", "JobActionState" ], - "path": "x-pack/plugins/ml/common/types/anomaly_detection_jobs/summary_job.ts", + "path": "x-pack/platform/plugins/shared/ml/common/types/anomaly_detection_jobs/summary_job.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false @@ -3214,7 +3214,7 @@ "signature": [ "{ readonly ANOMALY_DETECTION: \"xpack.ml.anomaly_detection_alert\"; readonly AD_JOBS_HEALTH: \"xpack.ml.anomaly_detection_jobs_health\"; }" ], - "path": "x-pack/plugins/ml/common/constants/alerts.ts", + "path": "x-pack/platform/plugins/shared/ml/common/constants/alerts.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/ml.mdx b/api_docs/ml.mdx index 5a8942adba924..792589e932c7e 100644 --- a/api_docs/ml.mdx +++ b/api_docs/ml.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ml title: "ml" image: https://source.unsplash.com/400x175/?github description: API docs for the ml plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ml'] --- import mlObj from './ml.devdocs.json'; diff --git a/api_docs/mock_idp_plugin.mdx b/api_docs/mock_idp_plugin.mdx index 0c0c49bf1e417..17d3e33d2eba0 100644 --- a/api_docs/mock_idp_plugin.mdx +++ b/api_docs/mock_idp_plugin.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/mockIdpPlugin title: "mockIdpPlugin" image: https://source.unsplash.com/400x175/?github description: API docs for the mockIdpPlugin plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'mockIdpPlugin'] --- import mockIdpPluginObj from './mock_idp_plugin.devdocs.json'; diff --git a/api_docs/monitoring.mdx b/api_docs/monitoring.mdx index 2cee11a246db2..5b7f69096f7c8 100644 --- a/api_docs/monitoring.mdx +++ b/api_docs/monitoring.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoring title: "monitoring" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoring plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoring'] --- import monitoringObj from './monitoring.devdocs.json'; diff --git a/api_docs/monitoring_collection.mdx b/api_docs/monitoring_collection.mdx index c8491c0521324..782c0b380c1f9 100644 --- a/api_docs/monitoring_collection.mdx +++ b/api_docs/monitoring_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/monitoringCollection title: "monitoringCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the monitoringCollection plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'monitoringCollection'] --- import monitoringCollectionObj from './monitoring_collection.devdocs.json'; diff --git a/api_docs/navigation.mdx b/api_docs/navigation.mdx index fd85a0831cfad..cfa72847f2677 100644 --- a/api_docs/navigation.mdx +++ b/api_docs/navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/navigation title: "navigation" image: https://source.unsplash.com/400x175/?github description: API docs for the navigation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'navigation'] --- import navigationObj from './navigation.devdocs.json'; diff --git a/api_docs/newsfeed.mdx b/api_docs/newsfeed.mdx index 215db70f3378f..5cae7cf8fb46f 100644 --- a/api_docs/newsfeed.mdx +++ b/api_docs/newsfeed.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/newsfeed title: "newsfeed" image: https://source.unsplash.com/400x175/?github description: API docs for the newsfeed plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'newsfeed'] --- import newsfeedObj from './newsfeed.devdocs.json'; diff --git a/api_docs/no_data_page.mdx b/api_docs/no_data_page.mdx index 7ad04ffd66795..186c617fbef8d 100644 --- a/api_docs/no_data_page.mdx +++ b/api_docs/no_data_page.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/noDataPage title: "noDataPage" image: https://source.unsplash.com/400x175/?github description: API docs for the noDataPage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'noDataPage'] --- import noDataPageObj from './no_data_page.devdocs.json'; diff --git a/api_docs/notifications.mdx b/api_docs/notifications.mdx index 65849375b304d..3e281d9a87f84 100644 --- a/api_docs/notifications.mdx +++ b/api_docs/notifications.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/notifications title: "notifications" image: https://source.unsplash.com/400x175/?github description: API docs for the notifications plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'notifications'] --- import notificationsObj from './notifications.devdocs.json'; diff --git a/api_docs/observability.mdx b/api_docs/observability.mdx index fc80b200eadc5..397f23be76136 100644 --- a/api_docs/observability.mdx +++ b/api_docs/observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observability title: "observability" image: https://source.unsplash.com/400x175/?github description: API docs for the observability plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observability'] --- import observabilityObj from './observability.devdocs.json'; diff --git a/api_docs/observability_a_i_assistant.devdocs.json b/api_docs/observability_a_i_assistant.devdocs.json index 322e88d27cdf3..548b3f1e3fd6c 100644 --- a/api_docs/observability_a_i_assistant.devdocs.json +++ b/api_docs/observability_a_i_assistant.devdocs.json @@ -308,13 +308,7 @@ "() => (source: ", "Observable", "<", - { - "pluginId": "observabilityAIAssistant", - "scope": "common", - "docId": "kibObservabilityAIAssistantPluginApi", - "section": "def-common.ChatCompletionChunkEvent", - "text": "ChatCompletionChunkEvent" - }, + "ChatEvent", ">) => ", "Observable", "<", @@ -1462,7 +1456,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - ", \"name\" | \"description\" | \"parameters\">[] | undefined; functionCall?: string | undefined; signal: AbortSignal; scopes: ", + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">, \"name\" | \"description\" | \"parameters\">[] | undefined; functionCall?: string | undefined; signal: AbortSignal; scopes: ", { "pluginId": "@kbn/ai-assistant-common", "scope": "common", @@ -1560,7 +1562,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - ", \"name\" | \"description\" | \"parameters\">[] | undefined" + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">, \"name\" | \"description\" | \"parameters\">[] | undefined" ], "path": "x-pack/plugins/observability_solution/observability_ai_assistant/public/types.ts", "deprecated": false, @@ -1843,7 +1853,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]" + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]" ], "path": "x-pack/plugins/observability_solution/observability_ai_assistant/public/types.ts", "deprecated": false, @@ -1931,7 +1949,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]>" + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]>" ], "path": "x-pack/plugins/observability_solution/observability_ai_assistant/public/types.ts", "deprecated": false, @@ -2649,7 +2675,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]; systemMessage: string; }, ", + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]; systemMessage: string; }, ", "ObservabilityAIAssistantRouteCreateOptions", ">; \"GET /internal/observability_ai_assistant/connectors\": ", { @@ -3619,7 +3653,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]; systemMessage: string; }, ", + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]; systemMessage: string; }, ", "ObservabilityAIAssistantRouteCreateOptions", ">; \"GET /internal/observability_ai_assistant/connectors\": ", { @@ -5326,7 +5368,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]; systemMessage: string; }, ", + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]; systemMessage: string; }, ", "ObservabilityAIAssistantRouteCreateOptions", ">; \"GET /internal/observability_ai_assistant/connectors\": ", { @@ -6523,7 +6573,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]; systemMessage: string; }, ", + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]; systemMessage: string; }, ", "ObservabilityAIAssistantRouteCreateOptions", ">; \"GET /internal/observability_ai_assistant/connectors\": ", { @@ -8263,7 +8321,15 @@ "section": "def-common.FunctionDefinition", "text": "FunctionDefinition" }, - "[]; systemMessage: string; }, ", + "<", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.CompatibleJSONSchema", + "text": "CompatibleJSONSchema" + }, + ">[]; systemMessage: string; }, ", "ObservabilityAIAssistantRouteCreateOptions", ">; \"GET /internal/observability_ai_assistant/connectors\": ", { @@ -9090,13 +9156,7 @@ "() => (source: ", "Observable", "<", - { - "pluginId": "observabilityAIAssistant", - "scope": "common", - "docId": "kibObservabilityAIAssistantPluginApi", - "section": "def-common.ChatCompletionChunkEvent", - "text": "ChatCompletionChunkEvent" - }, + "ChatEvent", ">) => ", "Observable", "<", @@ -10067,6 +10127,29 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "observabilityAIAssistant", + "id": "def-common.ChatCompletionMessageEvent", + "type": "Type", + "tags": [], + "label": "ChatCompletionMessageEvent", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.StreamingChatResponseEventType", + "text": "StreamingChatResponseEventType" + }, + ".ChatCompletionMessage; } & { id: string; message: { content?: string | undefined; function_call?: { name?: string | undefined; arguments?: string | undefined; } | undefined; }; }" + ], + "path": "x-pack/plugins/observability_solution/observability_ai_assistant/common/conversation_complete.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "observabilityAIAssistant", "id": "def-common.CompatibleJSONSchema", @@ -10302,6 +10385,14 @@ "text": "ChatCompletionChunkEvent" }, " | ", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.ChatCompletionMessageEvent", + "text": "ChatCompletionMessageEvent" + }, + " | ", { "pluginId": "observabilityAIAssistant", "scope": "common", @@ -10310,7 +10401,13 @@ "text": "ChatCompletionErrorEvent" }, " | ", - "TokenCountEvent", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.TokenCountEvent", + "text": "TokenCountEvent" + }, " | ", { "pluginId": "observabilityAIAssistant", @@ -10365,7 +10462,21 @@ "text": "ChatCompletionChunkEvent" }, " | ", - "TokenCountEvent", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.ChatCompletionMessageEvent", + "text": "ChatCompletionMessageEvent" + }, + " | ", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.TokenCountEvent", + "text": "TokenCountEvent" + }, " | ", { "pluginId": "observabilityAIAssistant", @@ -10380,6 +10491,29 @@ "trackAdoption": false, "initialIsOpen": false }, + { + "parentPluginId": "observabilityAIAssistant", + "id": "def-common.TokenCountEvent", + "type": "Type", + "tags": [], + "label": "TokenCountEvent", + "description": [], + "signature": [ + "{ type: ", + { + "pluginId": "observabilityAIAssistant", + "scope": "common", + "docId": "kibObservabilityAIAssistantPluginApi", + "section": "def-common.StreamingChatResponseEventType", + "text": "StreamingChatResponseEventType" + }, + ".TokenCount; } & { tokens: { completion: number; prompt: number; total: number; }; }" + ], + "path": "x-pack/plugins/observability_solution/observability_ai_assistant/common/conversation_complete.ts", + "deprecated": false, + "trackAdoption": false, + "initialIsOpen": false + }, { "parentPluginId": "observabilityAIAssistant", "id": "def-common.VISUALIZE_ESQL_USER_INTENTIONS", diff --git a/api_docs/observability_a_i_assistant.mdx b/api_docs/observability_a_i_assistant.mdx index f0c47eda762b8..a238101a6e23b 100644 --- a/api_docs/observability_a_i_assistant.mdx +++ b/api_docs/observability_a_i_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistant title: "observabilityAIAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistant plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistant'] --- import observabilityAIAssistantObj from './observability_a_i_assistant.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 296 | 1 | 294 | 28 | +| 298 | 1 | 296 | 28 | ## Client diff --git a/api_docs/observability_a_i_assistant_app.mdx b/api_docs/observability_a_i_assistant_app.mdx index 67f15ea754257..d17a9e0e27f08 100644 --- a/api_docs/observability_a_i_assistant_app.mdx +++ b/api_docs/observability_a_i_assistant_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAIAssistantApp title: "observabilityAIAssistantApp" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAIAssistantApp plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAIAssistantApp'] --- import observabilityAIAssistantAppObj from './observability_a_i_assistant_app.devdocs.json'; diff --git a/api_docs/observability_ai_assistant_management.mdx b/api_docs/observability_ai_assistant_management.mdx index 6633eedc78444..ee6994ae7dc22 100644 --- a/api_docs/observability_ai_assistant_management.mdx +++ b/api_docs/observability_ai_assistant_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityAiAssistantManagement title: "observabilityAiAssistantManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityAiAssistantManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityAiAssistantManagement'] --- import observabilityAiAssistantManagementObj from './observability_ai_assistant_management.devdocs.json'; diff --git a/api_docs/observability_logs_explorer.mdx b/api_docs/observability_logs_explorer.mdx index 72970e9eef0b9..eefd6bbbc17b9 100644 --- a/api_docs/observability_logs_explorer.mdx +++ b/api_docs/observability_logs_explorer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityLogsExplorer title: "observabilityLogsExplorer" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityLogsExplorer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityLogsExplorer'] --- import observabilityLogsExplorerObj from './observability_logs_explorer.devdocs.json'; diff --git a/api_docs/observability_onboarding.mdx b/api_docs/observability_onboarding.mdx index 558269ec46097..46b8953d5f670 100644 --- a/api_docs/observability_onboarding.mdx +++ b/api_docs/observability_onboarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityOnboarding title: "observabilityOnboarding" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityOnboarding plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityOnboarding'] --- import observabilityOnboardingObj from './observability_onboarding.devdocs.json'; diff --git a/api_docs/observability_shared.mdx b/api_docs/observability_shared.mdx index 5a4dcff470879..d8f637861d6e7 100644 --- a/api_docs/observability_shared.mdx +++ b/api_docs/observability_shared.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/observabilityShared title: "observabilityShared" image: https://source.unsplash.com/400x175/?github description: API docs for the observabilityShared plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'observabilityShared'] --- import observabilitySharedObj from './observability_shared.devdocs.json'; diff --git a/api_docs/osquery.mdx b/api_docs/osquery.mdx index 9747ed154a8e2..deaeb4de2d923 100644 --- a/api_docs/osquery.mdx +++ b/api_docs/osquery.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/osquery title: "osquery" image: https://source.unsplash.com/400x175/?github description: API docs for the osquery plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'osquery'] --- import osqueryObj from './osquery.devdocs.json'; diff --git a/api_docs/painless_lab.mdx b/api_docs/painless_lab.mdx index 4f77a739e1689..c701e7935d091 100644 --- a/api_docs/painless_lab.mdx +++ b/api_docs/painless_lab.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/painlessLab title: "painlessLab" image: https://source.unsplash.com/400x175/?github description: API docs for the painlessLab plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'painlessLab'] --- import painlessLabObj from './painless_lab.devdocs.json'; diff --git a/api_docs/plugin_directory.mdx b/api_docs/plugin_directory.mdx index 1fb71c7427236..a010cb19a416e 100644 --- a/api_docs/plugin_directory.mdx +++ b/api_docs/plugin_directory.mdx @@ -7,7 +7,7 @@ id: kibDevDocsPluginDirectory slug: /kibana-dev-docs/api-meta/plugin-api-directory title: Directory description: Directory of public APIs available through plugins or packages. -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana'] --- @@ -15,13 +15,13 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | Count | Plugins or Packages with a
public API | Number of teams | |--------------|----------|------------------------| -| 898 | 765 | 43 | +| 901 | 768 | 43 | ### Public API health stats | API Count | Any Count | Missing comments | Missing exports | |--------------|----------|-----------------|--------| -| 54982 | 240 | 41356 | 2028 | +| 55052 | 240 | 41416 | 2030 | ## Plugin Directory @@ -156,7 +156,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 3 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 1 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 697 | 2 | 689 | 23 | -| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 296 | 1 | 294 | 28 | +| | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 298 | 1 | 296 | 28 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 4 | 0 | 4 | 0 | | | [@elastic/obs-ai-assistant](https://github.com/orgs/elastic/teams/obs-ai-assistant) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | This plugin exposes and registers observability log consumption features. | 19 | 0 | 19 | 1 | @@ -186,7 +186,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin hosting shared features for connectors | 7 | 0 | 7 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 10 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 18 | 0 | 18 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 11 | 0 | 7 | 1 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 4 | 0 | 4 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 22 | 0 | 22 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | Plugin to provide access to and rendering of python notebooks for use in the persistent developer console. | 10 | 0 | 10 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 13 | 0 | 13 | 0 | @@ -501,7 +501,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/kibana-management](https://github.com/orgs/elastic/teams/kibana-management) | - | 4 | 0 | 4 | 0 | | | [@elastic/ml-ui](https://github.com/orgs/elastic/teams/ml-ui) | - | 3 | 0 | 3 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 65 | 0 | 53 | 0 | -| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 22 | 0 | 22 | 0 | +| | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 21 | 0 | 21 | 0 | | | [@elastic/security-solution](https://github.com/orgs/elastic/teams/security-solution) | - | 5 | 0 | 5 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/kibana-data-discovery](https://github.com/orgs/elastic/teams/kibana-data-discovery) | - | 8 | 0 | 8 | 0 | @@ -636,7 +636,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 4 | 0 | 4 | 1 | | | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 12 | 0 | 12 | 0 | | | [@elastic/security-detection-rule-management](https://github.com/orgs/elastic/teams/security-detection-rule-management) | - | 15 | 0 | 15 | 0 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 45 | 0 | 45 | 9 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 46 | 0 | 46 | 9 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 51 | 5 | 34 | 0 | | | [@elastic/security-asset-management](https://github.com/orgs/elastic/teams/security-asset-management) | - | 66 | 0 | 66 | 0 | | | [@elastic/kibana-presentation](https://github.com/orgs/elastic/teams/kibana-presentation) | - | 5 | 0 | 5 | 0 | @@ -658,6 +658,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 18 | 0 | 3 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 15 | 0 | 4 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 11 | 0 | 8 | 0 | +| | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 1 | 0 | 0 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 14 | 0 | 7 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 18 | 0 | 18 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 40 | 0 | 38 | 5 | @@ -686,7 +687,9 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/security-detections-response](https://github.com/orgs/elastic/teams/security-detections-response) | - | 152 | 0 | 140 | 0 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 2 | 0 | 2 | 0 | | | [@elastic/obs-ux-logs-team](https://github.com/orgs/elastic/teams/obs-ux-logs-team) | - | 15 | 0 | 14 | 0 | -| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 119 | 0 | 86 | 8 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 117 | 0 | 86 | 8 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 6 | 0 | 6 | 0 | +| | [@elastic/appex-qa](https://github.com/orgs/elastic/teams/appex-qa) | - | 68 | 0 | 53 | 3 | | | [@elastic/appex-sharedux](https://github.com/orgs/elastic/teams/appex-sharedux) | - | 35 | 0 | 34 | 0 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 8 | 0 | 8 | 1 | | | [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-kibana) | - | 3 | 0 | 3 | 0 | @@ -792,7 +795,7 @@ tags: ['contributor', 'dev', 'apidocs', 'kibana'] | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 32 | 2 | 32 | 0 | | | [@elastic/obs-ux-management-team](https://github.com/orgs/elastic/teams/obs-ux-management-team) | - | 19 | 0 | 19 | 0 | | | [@elastic/kibana-core](https://github.com/orgs/elastic/teams/kibana-core) | - | 7 | 0 | 5 | 1 | -| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 358 | 4 | 303 | 14 | +| | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 360 | 4 | 305 | 14 | | | [@elastic/kibana-visualizations](https://github.com/orgs/elastic/teams/kibana-visualizations) | - | 37 | 1 | 19 | 0 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 131 | 3 | 98 | 2 | | | [@elastic/kibana-operations](https://github.com/orgs/elastic/teams/kibana-operations) | - | 2 | 0 | 1 | 0 | diff --git a/api_docs/presentation_panel.mdx b/api_docs/presentation_panel.mdx index 1521bdc2902c8..405058c4edb25 100644 --- a/api_docs/presentation_panel.mdx +++ b/api_docs/presentation_panel.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationPanel title: "presentationPanel" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationPanel plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationPanel'] --- import presentationPanelObj from './presentation_panel.devdocs.json'; diff --git a/api_docs/presentation_util.mdx b/api_docs/presentation_util.mdx index 31035379b014e..f76c594cfb617 100644 --- a/api_docs/presentation_util.mdx +++ b/api_docs/presentation_util.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/presentationUtil title: "presentationUtil" image: https://source.unsplash.com/400x175/?github description: API docs for the presentationUtil plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'presentationUtil'] --- import presentationUtilObj from './presentation_util.devdocs.json'; diff --git a/api_docs/product_doc_base.mdx b/api_docs/product_doc_base.mdx index 2651c38873223..8697949c31bc7 100644 --- a/api_docs/product_doc_base.mdx +++ b/api_docs/product_doc_base.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/productDocBase title: "productDocBase" image: https://source.unsplash.com/400x175/?github description: API docs for the productDocBase plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'productDocBase'] --- import productDocBaseObj from './product_doc_base.devdocs.json'; diff --git a/api_docs/profiling.mdx b/api_docs/profiling.mdx index 1d69e13ba338b..2f2edbd73b900 100644 --- a/api_docs/profiling.mdx +++ b/api_docs/profiling.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profiling title: "profiling" image: https://source.unsplash.com/400x175/?github description: API docs for the profiling plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profiling'] --- import profilingObj from './profiling.devdocs.json'; diff --git a/api_docs/profiling_data_access.mdx b/api_docs/profiling_data_access.mdx index cb4a883f11f32..522147b1c44c4 100644 --- a/api_docs/profiling_data_access.mdx +++ b/api_docs/profiling_data_access.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/profilingDataAccess title: "profilingDataAccess" image: https://source.unsplash.com/400x175/?github description: API docs for the profilingDataAccess plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'profilingDataAccess'] --- import profilingDataAccessObj from './profiling_data_access.devdocs.json'; diff --git a/api_docs/remote_clusters.mdx b/api_docs/remote_clusters.mdx index b2902855bb00f..fa12a3aa38bdd 100644 --- a/api_docs/remote_clusters.mdx +++ b/api_docs/remote_clusters.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/remoteClusters title: "remoteClusters" image: https://source.unsplash.com/400x175/?github description: API docs for the remoteClusters plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'remoteClusters'] --- import remoteClustersObj from './remote_clusters.devdocs.json'; diff --git a/api_docs/reporting.mdx b/api_docs/reporting.mdx index a6597664e3d43..517733987a9a3 100644 --- a/api_docs/reporting.mdx +++ b/api_docs/reporting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/reporting title: "reporting" image: https://source.unsplash.com/400x175/?github description: API docs for the reporting plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'reporting'] --- import reportingObj from './reporting.devdocs.json'; diff --git a/api_docs/rollup.mdx b/api_docs/rollup.mdx index e80f1702a5abf..ddc9a17fdda4e 100644 --- a/api_docs/rollup.mdx +++ b/api_docs/rollup.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/rollup title: "rollup" image: https://source.unsplash.com/400x175/?github description: API docs for the rollup plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'rollup'] --- import rollupObj from './rollup.devdocs.json'; diff --git a/api_docs/rule_registry.mdx b/api_docs/rule_registry.mdx index 9c3e88384057a..2dfad9af095ad 100644 --- a/api_docs/rule_registry.mdx +++ b/api_docs/rule_registry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ruleRegistry title: "ruleRegistry" image: https://source.unsplash.com/400x175/?github description: API docs for the ruleRegistry plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ruleRegistry'] --- import ruleRegistryObj from './rule_registry.devdocs.json'; diff --git a/api_docs/runtime_fields.mdx b/api_docs/runtime_fields.mdx index 6a0966e2860bb..6ec93b8215ca5 100644 --- a/api_docs/runtime_fields.mdx +++ b/api_docs/runtime_fields.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/runtimeFields title: "runtimeFields" image: https://source.unsplash.com/400x175/?github description: API docs for the runtimeFields plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'runtimeFields'] --- import runtimeFieldsObj from './runtime_fields.devdocs.json'; diff --git a/api_docs/saved_objects.mdx b/api_docs/saved_objects.mdx index f2c4ae70642a8..7a4f8e71721f2 100644 --- a/api_docs/saved_objects.mdx +++ b/api_docs/saved_objects.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjects title: "savedObjects" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjects plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjects'] --- import savedObjectsObj from './saved_objects.devdocs.json'; diff --git a/api_docs/saved_objects_finder.mdx b/api_docs/saved_objects_finder.mdx index dfca992f25c4b..f84b1de547b6c 100644 --- a/api_docs/saved_objects_finder.mdx +++ b/api_docs/saved_objects_finder.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsFinder title: "savedObjectsFinder" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsFinder plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsFinder'] --- import savedObjectsFinderObj from './saved_objects_finder.devdocs.json'; diff --git a/api_docs/saved_objects_management.mdx b/api_docs/saved_objects_management.mdx index 42f00081936b3..5af681ef08084 100644 --- a/api_docs/saved_objects_management.mdx +++ b/api_docs/saved_objects_management.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsManagement title: "savedObjectsManagement" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsManagement plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsManagement'] --- import savedObjectsManagementObj from './saved_objects_management.devdocs.json'; diff --git a/api_docs/saved_objects_tagging.mdx b/api_docs/saved_objects_tagging.mdx index a7e301f4a6ecb..b32e5a9d99d35 100644 --- a/api_docs/saved_objects_tagging.mdx +++ b/api_docs/saved_objects_tagging.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTagging title: "savedObjectsTagging" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTagging plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTagging'] --- import savedObjectsTaggingObj from './saved_objects_tagging.devdocs.json'; diff --git a/api_docs/saved_objects_tagging_oss.mdx b/api_docs/saved_objects_tagging_oss.mdx index 5d0c2ef6c4985..dd7b41d92559d 100644 --- a/api_docs/saved_objects_tagging_oss.mdx +++ b/api_docs/saved_objects_tagging_oss.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedObjectsTaggingOss title: "savedObjectsTaggingOss" image: https://source.unsplash.com/400x175/?github description: API docs for the savedObjectsTaggingOss plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedObjectsTaggingOss'] --- import savedObjectsTaggingOssObj from './saved_objects_tagging_oss.devdocs.json'; diff --git a/api_docs/saved_search.mdx b/api_docs/saved_search.mdx index 8247bfe895789..5a2fae0d7abd3 100644 --- a/api_docs/saved_search.mdx +++ b/api_docs/saved_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/savedSearch title: "savedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the savedSearch plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'savedSearch'] --- import savedSearchObj from './saved_search.devdocs.json'; diff --git a/api_docs/screenshot_mode.mdx b/api_docs/screenshot_mode.mdx index 253172ba83d39..eb3e94d6aeabb 100644 --- a/api_docs/screenshot_mode.mdx +++ b/api_docs/screenshot_mode.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotMode title: "screenshotMode" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotMode plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotMode'] --- import screenshotModeObj from './screenshot_mode.devdocs.json'; diff --git a/api_docs/screenshotting.mdx b/api_docs/screenshotting.mdx index ce03de084ad06..7519647f5d444 100644 --- a/api_docs/screenshotting.mdx +++ b/api_docs/screenshotting.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/screenshotting title: "screenshotting" image: https://source.unsplash.com/400x175/?github description: API docs for the screenshotting plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'screenshotting'] --- import screenshottingObj from './screenshotting.devdocs.json'; diff --git a/api_docs/search_assistant.mdx b/api_docs/search_assistant.mdx index 3b9cc3999d1f1..10999a62b75f5 100644 --- a/api_docs/search_assistant.mdx +++ b/api_docs/search_assistant.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchAssistant title: "searchAssistant" image: https://source.unsplash.com/400x175/?github description: API docs for the searchAssistant plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchAssistant'] --- import searchAssistantObj from './search_assistant.devdocs.json'; diff --git a/api_docs/search_connectors.mdx b/api_docs/search_connectors.mdx index 91241f9933692..4c51a6bfb01e1 100644 --- a/api_docs/search_connectors.mdx +++ b/api_docs/search_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchConnectors title: "searchConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the searchConnectors plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchConnectors'] --- import searchConnectorsObj from './search_connectors.devdocs.json'; diff --git a/api_docs/search_homepage.mdx b/api_docs/search_homepage.mdx index d38c224e1264d..26fd2f09cf18c 100644 --- a/api_docs/search_homepage.mdx +++ b/api_docs/search_homepage.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchHomepage title: "searchHomepage" image: https://source.unsplash.com/400x175/?github description: API docs for the searchHomepage plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchHomepage'] --- import searchHomepageObj from './search_homepage.devdocs.json'; diff --git a/api_docs/search_indices.devdocs.json b/api_docs/search_indices.devdocs.json index 5a7119d60d4f3..71fee82506aed 100644 --- a/api_docs/search_indices.devdocs.json +++ b/api_docs/search_indices.devdocs.json @@ -85,7 +85,7 @@ "label": "startAppId", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"searchInferenceEndpoints\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], "path": "x-pack/plugins/search_indices/public/types.ts", "deprecated": false, diff --git a/api_docs/search_indices.mdx b/api_docs/search_indices.mdx index f716291619da0..d3e710662efa5 100644 --- a/api_docs/search_indices.mdx +++ b/api_docs/search_indices.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchIndices title: "searchIndices" image: https://source.unsplash.com/400x175/?github description: API docs for the searchIndices plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchIndices'] --- import searchIndicesObj from './search_indices.devdocs.json'; diff --git a/api_docs/search_inference_endpoints.devdocs.json b/api_docs/search_inference_endpoints.devdocs.json index b581c15ca04bc..1354b40b902b9 100644 --- a/api_docs/search_inference_endpoints.devdocs.json +++ b/api_docs/search_inference_endpoints.devdocs.json @@ -5,23 +5,7 @@ "functions": [], "interfaces": [], "enums": [], - "misc": [ - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.INFERENCE_ENDPOINTS_UI_FLAG", - "type": "string", - "tags": [], - "label": "INFERENCE_ENDPOINTS_UI_FLAG", - "description": [], - "signature": [ - "\"inferenceEndpointsUi:enabled\"" - ], - "path": "x-pack/plugins/search_inference_endpoints/public/index.ts", - "deprecated": false, - "trackAdoption": false, - "initialIsOpen": false - } - ], + "misc": [], "objects": [], "setup": { "parentPluginId": "searchInferenceEndpoints", @@ -47,100 +31,7 @@ "path": "x-pack/plugins/search_inference_endpoints/public/types.ts", "deprecated": false, "trackAdoption": false, - "children": [ - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.SearchInferenceEndpointsPluginStart.InferenceEdnpointsProvider", - "type": "Function", - "tags": [], - "label": "InferenceEdnpointsProvider", - "description": [], - "signature": [ - "React.FunctionComponent<", - "InferenceEndpointsProviderProps", - " & { children?: React.ReactNode; }>" - ], - "path": "x-pack/plugins/search_inference_endpoints/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.SearchInferenceEndpointsPluginStart.InferenceEdnpointsProvider.$1", - "type": "Uncategorized", - "tags": [], - "label": "props", - "description": [], - "signature": [ - "P" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.SearchInferenceEndpointsPluginStart.InferenceEdnpointsProvider.$2", - "type": "Any", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "any" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - } - ] - }, - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.SearchInferenceEndpointsPluginStart.InferenceEndpoints", - "type": "Function", - "tags": [], - "label": "InferenceEndpoints", - "description": [], - "signature": [ - "React.FunctionComponent<{}>" - ], - "path": "x-pack/plugins/search_inference_endpoints/public/types.ts", - "deprecated": false, - "trackAdoption": false, - "returnComment": [], - "children": [ - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.SearchInferenceEndpointsPluginStart.InferenceEndpoints.$1", - "type": "Uncategorized", - "tags": [], - "label": "props", - "description": [], - "signature": [ - "P" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - }, - { - "parentPluginId": "searchInferenceEndpoints", - "id": "def-public.SearchInferenceEndpointsPluginStart.InferenceEndpoints.$2", - "type": "Any", - "tags": [], - "label": "context", - "description": [], - "signature": [ - "any" - ], - "path": "node_modules/@types/react/ts5.0/index.d.ts", - "deprecated": false, - "trackAdoption": false - } - ] - } - ], + "children": [], "lifecycle": "start", "initialIsOpen": true } diff --git a/api_docs/search_inference_endpoints.mdx b/api_docs/search_inference_endpoints.mdx index eeca68fce592b..586130aa4c7fb 100644 --- a/api_docs/search_inference_endpoints.mdx +++ b/api_docs/search_inference_endpoints.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchInferenceEndpoints title: "searchInferenceEndpoints" image: https://source.unsplash.com/400x175/?github description: API docs for the searchInferenceEndpoints plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchInferenceEndpoints'] --- import searchInferenceEndpointsObj from './search_inference_endpoints.devdocs.json'; @@ -21,7 +21,7 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki | Public API count | Any count | Items lacking comments | Missing exports | |-------------------|-----------|------------------------|-----------------| -| 11 | 0 | 7 | 1 | +| 4 | 0 | 4 | 0 | ## Client @@ -31,9 +31,6 @@ Contact [@elastic/search-kibana](https://github.com/orgs/elastic/teams/search-ki ### Start -### Consts, variables and types - - ## Server ### Setup diff --git a/api_docs/search_navigation.devdocs.json b/api_docs/search_navigation.devdocs.json index 3c362fdfc3aa5..3ec95f74ec323 100644 --- a/api_docs/search_navigation.devdocs.json +++ b/api_docs/search_navigation.devdocs.json @@ -132,7 +132,7 @@ "label": "link", "description": [], "signature": [ - "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"searchInferenceEndpoints\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" + "\"fleet\" | \"graph\" | \"ml\" | \"monitoring\" | \"profiling\" | \"metrics\" | \"management\" | \"apm\" | \"synthetics\" | \"ux\" | \"canvas\" | \"logs\" | \"dashboards\" | \"slo\" | \"observabilityAIAssistant\" | \"home\" | \"integrations\" | \"discover\" | \"observability-overview\" | \"streams\" | \"appSearch\" | \"dev_tools\" | \"maps\" | \"visualize\" | \"dev_tools:console\" | \"dev_tools:searchprofiler\" | \"dev_tools:painless_lab\" | \"dev_tools:grokdebugger\" | \"ml:notifications\" | \"ml:nodes\" | \"ml:overview\" | \"ml:memoryUsage\" | \"ml:settings\" | \"ml:dataVisualizer\" | \"ml:logPatternAnalysis\" | \"ml:logRateAnalysis\" | \"ml:singleMetricViewer\" | \"ml:anomalyDetection\" | \"ml:anomalyExplorer\" | \"ml:dataDrift\" | \"ml:dataFrameAnalytics\" | \"ml:resultExplorer\" | \"ml:analyticsMap\" | \"ml:aiOps\" | \"ml:changePointDetections\" | \"ml:modelManagement\" | \"ml:nodesOverview\" | \"ml:esqlDataVisualizer\" | \"ml:fileUpload\" | \"ml:indexDataVisualizer\" | \"ml:calendarSettings\" | \"ml:filterListsSettings\" | \"ml:suppliedConfigurations\" | \"osquery\" | \"management:transform\" | \"management:watcher\" | \"management:cases\" | \"management:tags\" | \"management:maintenanceWindows\" | \"management:cross_cluster_replication\" | \"management:dataViews\" | \"management:spaces\" | \"management:settings\" | \"management:users\" | \"management:migrate_data\" | \"management:search_sessions\" | \"management:data_quality\" | \"management:filesManagement\" | \"management:pipelines\" | \"management:roles\" | \"management:reporting\" | \"management:aiAssistantManagementSelection\" | \"management:securityAiAssistantManagement\" | \"management:observabilityAiAssistantManagement\" | \"management:api_keys\" | \"management:license_management\" | \"management:index_lifecycle_management\" | \"management:index_management\" | \"management:ingest_pipelines\" | \"management:jobsListLink\" | \"management:objects\" | \"management:remote_clusters\" | \"management:role_mappings\" | \"management:rollup_jobs\" | \"management:snapshot_restore\" | \"management:triggersActions\" | \"management:triggersActionsConnectors\" | \"management:upgrade_assistant\" | \"enterpriseSearch\" | \"enterpriseSearchContent\" | \"enterpriseSearchApplications\" | \"enterpriseSearchAnalytics\" | \"workplaceSearch\" | \"serverlessElasticsearch\" | \"serverlessConnectors\" | \"serverlessWebCrawlers\" | \"searchPlayground\" | \"searchInferenceEndpoints\" | \"searchHomepage\" | \"enterpriseSearchContent:connectors\" | \"enterpriseSearchContent:searchIndices\" | \"enterpriseSearchContent:webCrawlers\" | \"enterpriseSearchApplications:searchApplications\" | \"appSearch:engines\" | \"searchInferenceEndpoints:inferenceEndpoints\" | \"elasticsearchStart\" | \"elasticsearchIndices\" | \"enterpriseSearchElasticsearch\" | \"enterpriseSearchVectorSearch\" | \"enterpriseSearchSemanticSearch\" | \"enterpriseSearchAISearch\" | \"elasticsearchIndices:createIndex\" | \"observability-logs-explorer\" | \"last-used-logs-viewer\" | \"observabilityOnboarding\" | \"inventory\" | \"logs:settings\" | \"logs:stream\" | \"logs:log-categories\" | \"logs:anomalies\" | \"observability-overview:cases\" | \"observability-overview:alerts\" | \"observability-overview:rules\" | \"observability-overview:cases_create\" | \"observability-overview:cases_configure\" | \"metrics:settings\" | \"metrics:hosts\" | \"metrics:inventory\" | \"metrics:metrics-explorer\" | \"metrics:assetDetails\" | \"apm:services\" | \"apm:traces\" | \"apm:dependencies\" | \"apm:service-map\" | \"apm:settings\" | \"apm:service-groups-list\" | \"apm:storage-explorer\" | \"synthetics:overview\" | \"synthetics:certificates\" | \"profiling:functions\" | \"profiling:stacktraces\" | \"profiling:flamegraphs\" | \"inventory:datastreams\" | \"streams:overview\" | \"securitySolutionUI\" | \"securitySolutionUI:\" | \"securitySolutionUI:cases\" | \"securitySolutionUI:alerts\" | \"securitySolutionUI:rules\" | \"securitySolutionUI:policy\" | \"securitySolutionUI:overview\" | \"securitySolutionUI:dashboards\" | \"securitySolutionUI:kubernetes\" | \"securitySolutionUI:cases_create\" | \"securitySolutionUI:cases_configure\" | \"securitySolutionUI:hosts\" | \"securitySolutionUI:users\" | \"securitySolutionUI:cloud_defend-policies\" | \"securitySolutionUI:cloud_security_posture-dashboard\" | \"securitySolutionUI:cloud_security_posture-findings\" | \"securitySolutionUI:cloud_security_posture-benchmarks\" | \"securitySolutionUI:network\" | \"securitySolutionUI:data_quality\" | \"securitySolutionUI:explore\" | \"securitySolutionUI:assets\" | \"securitySolutionUI:cloud_defend\" | \"securitySolutionUI:notes\" | \"securitySolutionUI:administration\" | \"securitySolutionUI:attack_discovery\" | \"securitySolutionUI:blocklist\" | \"securitySolutionUI:cloud_security_posture-rules\" | \"securitySolutionUI:detections\" | \"securitySolutionUI:detection_response\" | \"securitySolutionUI:endpoints\" | \"securitySolutionUI:event_filters\" | \"securitySolutionUI:exceptions\" | \"securitySolutionUI:host_isolation_exceptions\" | \"securitySolutionUI:hosts-all\" | \"securitySolutionUI:hosts-anomalies\" | \"securitySolutionUI:hosts-risk\" | \"securitySolutionUI:hosts-events\" | \"securitySolutionUI:hosts-sessions\" | \"securitySolutionUI:hosts-uncommon_processes\" | \"securitySolutionUI:investigations\" | \"securitySolutionUI:get_started\" | \"securitySolutionUI:machine_learning-landing\" | \"securitySolutionUI:network-anomalies\" | \"securitySolutionUI:network-dns\" | \"securitySolutionUI:network-events\" | \"securitySolutionUI:network-flows\" | \"securitySolutionUI:network-http\" | \"securitySolutionUI:network-tls\" | \"securitySolutionUI:response_actions_history\" | \"securitySolutionUI:rules-add\" | \"securitySolutionUI:rules-create\" | \"securitySolutionUI:rules-landing\" | \"securitySolutionUI:siem_migrations-rules\" | \"securitySolutionUI:threat_intelligence\" | \"securitySolutionUI:timelines\" | \"securitySolutionUI:timelines-templates\" | \"securitySolutionUI:trusted_apps\" | \"securitySolutionUI:users-all\" | \"securitySolutionUI:users-anomalies\" | \"securitySolutionUI:users-authentications\" | \"securitySolutionUI:users-events\" | \"securitySolutionUI:users-risk\" | \"securitySolutionUI:entity_analytics\" | \"securitySolutionUI:entity_analytics-management\" | \"securitySolutionUI:entity_analytics-asset-classification\" | \"securitySolutionUI:entity_analytics-entity_store_management\" | \"securitySolutionUI:coverage-overview\" | \"fleet:settings\" | \"fleet:agents\" | \"fleet:policies\" | \"fleet:data_streams\" | \"fleet:enrollment_tokens\" | \"fleet:uninstall_tokens\"" ], "path": "x-pack/plugins/search_solution/search_navigation/public/types.ts", "deprecated": false, diff --git a/api_docs/search_navigation.mdx b/api_docs/search_navigation.mdx index edb285432f591..68c346df437e9 100644 --- a/api_docs/search_navigation.mdx +++ b/api_docs/search_navigation.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNavigation title: "searchNavigation" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNavigation plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNavigation'] --- import searchNavigationObj from './search_navigation.devdocs.json'; diff --git a/api_docs/search_notebooks.mdx b/api_docs/search_notebooks.mdx index 05e5e98d6a686..60127da7c23ad 100644 --- a/api_docs/search_notebooks.mdx +++ b/api_docs/search_notebooks.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchNotebooks title: "searchNotebooks" image: https://source.unsplash.com/400x175/?github description: API docs for the searchNotebooks plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchNotebooks'] --- import searchNotebooksObj from './search_notebooks.devdocs.json'; diff --git a/api_docs/search_playground.mdx b/api_docs/search_playground.mdx index 3000a842f2dd3..f21a543026a9b 100644 --- a/api_docs/search_playground.mdx +++ b/api_docs/search_playground.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/searchPlayground title: "searchPlayground" image: https://source.unsplash.com/400x175/?github description: API docs for the searchPlayground plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'searchPlayground'] --- import searchPlaygroundObj from './search_playground.devdocs.json'; diff --git a/api_docs/security.devdocs.json b/api_docs/security.devdocs.json index ed40895d05a0f..c1f411fb8b769 100644 --- a/api_docs/security.devdocs.json +++ b/api_docs/security.devdocs.json @@ -1189,6 +1189,14 @@ "section": "def-public.ThemeServiceSetup", "text": "ThemeServiceSetup" }, + "; userProfile: ", + { + "pluginId": "@kbn/core-user-profile-browser", + "scope": "public", + "docId": "kibKbnCoreUserProfileBrowserPluginApi", + "section": "def-public.UserProfileService", + "text": "UserProfileService" + }, "; }" ], "path": "x-pack/plugins/security/public/index.ts", @@ -6332,7 +6340,7 @@ "references": [ { "plugin": "ml", - "path": "x-pack/plugins/ml/server/routes/annotations.ts" + "path": "x-pack/platform/plugins/shared/ml/server/routes/annotations.ts" }, { "plugin": "securitySolution", @@ -6372,19 +6380,19 @@ }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/saved_objects/initialization/initialization.ts" + "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/initialization/initialization.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/saved_objects/sync_task.ts" + "path": "x-pack/platform/plugins/shared/ml/server/saved_objects/sync_task.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts" }, { "plugin": "ml", - "path": "x-pack/plugins/ml/server/plugin.ts" + "path": "x-pack/platform/plugins/shared/ml/server/plugin.ts" }, { "plugin": "enterpriseSearch", @@ -6517,10 +6525,6 @@ "plugin": "serverlessSearch", "path": "x-pack/plugins/serverless_search/server/routes/api_key_routes.ts" }, - { - "plugin": "transform", - "path": "x-pack/plugins/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" - }, { "plugin": "upgradeAssistant", "path": "x-pack/plugins/upgrade_assistant/server/lib/reindexing/credential_store.ts" @@ -6576,6 +6580,10 @@ { "plugin": "fleet", "path": "x-pack/plugins/fleet/server/routes/setup/handlers.test.ts" + }, + { + "plugin": "transform", + "path": "x-pack/platform/plugins/private/transform/server/routes/api/reauthorize_transforms/route_handler_factory.ts" } ] }, diff --git a/api_docs/security.mdx b/api_docs/security.mdx index d435dce83c6de..ee526e2bdc142 100644 --- a/api_docs/security.mdx +++ b/api_docs/security.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/security title: "security" image: https://source.unsplash.com/400x175/?github description: API docs for the security plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'security'] --- import securityObj from './security.devdocs.json'; diff --git a/api_docs/security_solution.devdocs.json b/api_docs/security_solution.devdocs.json index ff8b79974b7b8..83890026a0c99 100644 --- a/api_docs/security_solution.devdocs.json +++ b/api_docs/security_solution.devdocs.json @@ -522,7 +522,7 @@ "\nExperimental flag needed to enable the link" ], "signature": [ - "\"assistantModelEvaluation\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"siemMigrationsEnabled\" | undefined" + "\"assistantModelEvaluation\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"siemMigrationsEnabled\" | undefined" ], "path": "x-pack/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -602,7 +602,7 @@ "\nExperimental flag needed to disable the link. Opposite of experimentalKey" ], "signature": [ - "\"assistantModelEvaluation\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"siemMigrationsEnabled\" | undefined" + "\"assistantModelEvaluation\" | \"defendInsights\" | \"alertSuppressionForSequenceEqlRuleEnabled\" | \"excludePoliciesInFilterEnabled\" | \"kubernetesEnabled\" | \"donutChartEmbeddablesEnabled\" | \"previewTelemetryUrlEnabled\" | \"extendedRuleExecutionLoggingEnabled\" | \"socTrendsEnabled\" | \"responseActionUploadEnabled\" | \"automatedProcessActionsEnabled\" | \"responseActionsSentinelOneV1Enabled\" | \"responseActionsSentinelOneV2Enabled\" | \"responseActionsSentinelOneGetFileEnabled\" | \"responseActionsSentinelOneKillProcessEnabled\" | \"responseActionsSentinelOneProcessesEnabled\" | \"responseActionsCrowdstrikeManualHostIsolationEnabled\" | \"endpointManagementSpaceAwarenessEnabled\" | \"securitySolutionNotesDisabled\" | \"entityAlertPreviewDisabled\" | \"newUserDetailsFlyoutManagedUser\" | \"riskScoringPersistence\" | \"riskScoringRoutesEnabled\" | \"esqlRulesDisabled\" | \"protectionUpdatesEnabled\" | \"disableTimelineSaveTour\" | \"riskEnginePrivilegesRouteEnabled\" | \"sentinelOneDataInAnalyzerEnabled\" | \"sentinelOneManualHostActionsEnabled\" | \"crowdstrikeDataInAnalyzerEnabled\" | \"responseActionsTelemetryEnabled\" | \"jamfDataInAnalyzerEnabled\" | \"timelineEsqlTabDisabled\" | \"analyzerDatePickersAndSourcererDisabled\" | \"graphVisualizationInFlyoutEnabled\" | \"prebuiltRulesCustomizationEnabled\" | \"malwareOnWriteScanOptionAvailable\" | \"unifiedManifestEnabled\" | \"valueListItemsModalEnabled\" | \"filterProcessDescendantsForEventFiltersEnabled\" | \"dataIngestionHubEnabled\" | \"entityStoreDisabled\" | \"serviceEntityStoreEnabled\" | \"siemMigrationsEnabled\" | undefined" ], "path": "x-pack/plugins/security_solution/public/common/links/types.ts", "deprecated": false, @@ -1882,7 +1882,7 @@ "label": "experimentalFeatures", "description": [], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; }" ], "path": "x-pack/plugins/security_solution/public/types.ts", "deprecated": false, @@ -3130,7 +3130,7 @@ "\nThe security solution generic experimental features" ], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; }" ], "path": "x-pack/plugins/security_solution/server/plugin_contract.ts", "deprecated": false, @@ -3303,7 +3303,7 @@ "label": "ExperimentalFeatures", "description": [], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: boolean; readonly excludePoliciesInFilterEnabled: boolean; readonly kubernetesEnabled: boolean; readonly donutChartEmbeddablesEnabled: boolean; readonly previewTelemetryUrlEnabled: boolean; readonly extendedRuleExecutionLoggingEnabled: boolean; readonly socTrendsEnabled: boolean; readonly responseActionUploadEnabled: boolean; readonly automatedProcessActionsEnabled: boolean; readonly responseActionsSentinelOneV1Enabled: boolean; readonly responseActionsSentinelOneV2Enabled: boolean; readonly responseActionsSentinelOneGetFileEnabled: boolean; readonly responseActionsSentinelOneKillProcessEnabled: boolean; readonly responseActionsSentinelOneProcessesEnabled: boolean; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: boolean; readonly endpointManagementSpaceAwarenessEnabled: boolean; readonly securitySolutionNotesDisabled: boolean; readonly entityAlertPreviewDisabled: boolean; readonly assistantModelEvaluation: boolean; readonly newUserDetailsFlyoutManagedUser: boolean; readonly riskScoringPersistence: boolean; readonly riskScoringRoutesEnabled: boolean; readonly esqlRulesDisabled: boolean; readonly protectionUpdatesEnabled: boolean; readonly disableTimelineSaveTour: boolean; readonly riskEnginePrivilegesRouteEnabled: boolean; readonly sentinelOneDataInAnalyzerEnabled: boolean; readonly sentinelOneManualHostActionsEnabled: boolean; readonly crowdstrikeDataInAnalyzerEnabled: boolean; readonly responseActionsTelemetryEnabled: boolean; readonly jamfDataInAnalyzerEnabled: boolean; readonly timelineEsqlTabDisabled: boolean; readonly analyzerDatePickersAndSourcererDisabled: boolean; readonly graphVisualizationInFlyoutEnabled: boolean; readonly prebuiltRulesCustomizationEnabled: boolean; readonly malwareOnWriteScanOptionAvailable: boolean; readonly unifiedManifestEnabled: boolean; readonly valueListItemsModalEnabled: boolean; readonly filterProcessDescendantsForEventFiltersEnabled: boolean; readonly dataIngestionHubEnabled: boolean; readonly entityStoreDisabled: boolean; readonly serviceEntityStoreEnabled: boolean; readonly siemMigrationsEnabled: boolean; readonly defendInsights: boolean; }" ], "path": "x-pack/plugins/security_solution/common/experimental_features.ts", "deprecated": false, @@ -3369,7 +3369,7 @@ "\nA list of allowed values that can be used in `xpack.securitySolution.enableExperimental`.\nThis object is then used to validate and parse the value entered." ], "signature": [ - "{ readonly alertSuppressionForSequenceEqlRuleEnabled: true; readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: false; readonly securitySolutionNotesDisabled: false; readonly entityAlertPreviewDisabled: false; readonly assistantModelEvaluation: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly responseActionsTelemetryEnabled: false; readonly jamfDataInAnalyzerEnabled: true; readonly timelineEsqlTabDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly graphVisualizationInFlyoutEnabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly siemMigrationsEnabled: false; readonly defendInsights: false; }" + "{ readonly alertSuppressionForSequenceEqlRuleEnabled: true; readonly excludePoliciesInFilterEnabled: false; readonly kubernetesEnabled: false; readonly donutChartEmbeddablesEnabled: false; readonly previewTelemetryUrlEnabled: false; readonly extendedRuleExecutionLoggingEnabled: false; readonly socTrendsEnabled: false; readonly responseActionUploadEnabled: true; readonly automatedProcessActionsEnabled: true; readonly responseActionsSentinelOneV1Enabled: true; readonly responseActionsSentinelOneV2Enabled: true; readonly responseActionsSentinelOneGetFileEnabled: true; readonly responseActionsSentinelOneKillProcessEnabled: true; readonly responseActionsSentinelOneProcessesEnabled: true; readonly responseActionsCrowdstrikeManualHostIsolationEnabled: true; readonly endpointManagementSpaceAwarenessEnabled: false; readonly securitySolutionNotesDisabled: false; readonly entityAlertPreviewDisabled: false; readonly assistantModelEvaluation: false; readonly newUserDetailsFlyoutManagedUser: false; readonly riskScoringPersistence: true; readonly riskScoringRoutesEnabled: true; readonly esqlRulesDisabled: false; readonly protectionUpdatesEnabled: true; readonly disableTimelineSaveTour: false; readonly riskEnginePrivilegesRouteEnabled: true; readonly sentinelOneDataInAnalyzerEnabled: true; readonly sentinelOneManualHostActionsEnabled: true; readonly crowdstrikeDataInAnalyzerEnabled: true; readonly responseActionsTelemetryEnabled: false; readonly jamfDataInAnalyzerEnabled: true; readonly timelineEsqlTabDisabled: false; readonly analyzerDatePickersAndSourcererDisabled: false; readonly graphVisualizationInFlyoutEnabled: false; readonly prebuiltRulesCustomizationEnabled: false; readonly malwareOnWriteScanOptionAvailable: true; readonly unifiedManifestEnabled: true; readonly valueListItemsModalEnabled: true; readonly filterProcessDescendantsForEventFiltersEnabled: true; readonly dataIngestionHubEnabled: false; readonly entityStoreDisabled: false; readonly serviceEntityStoreEnabled: true; readonly siemMigrationsEnabled: false; readonly defendInsights: false; }" ], "path": "x-pack/plugins/security_solution/common/experimental_features.ts", "deprecated": false, diff --git a/api_docs/security_solution.mdx b/api_docs/security_solution.mdx index 6a937903d3aea..3187c6ebb1327 100644 --- a/api_docs/security_solution.mdx +++ b/api_docs/security_solution.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolution title: "securitySolution" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolution plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolution'] --- import securitySolutionObj from './security_solution.devdocs.json'; diff --git a/api_docs/security_solution_ess.mdx b/api_docs/security_solution_ess.mdx index a2bb5aeb18d7f..ac50037684913 100644 --- a/api_docs/security_solution_ess.mdx +++ b/api_docs/security_solution_ess.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionEss title: "securitySolutionEss" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionEss plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionEss'] --- import securitySolutionEssObj from './security_solution_ess.devdocs.json'; diff --git a/api_docs/security_solution_serverless.mdx b/api_docs/security_solution_serverless.mdx index 54a3288fb071b..c564182e3e4a8 100644 --- a/api_docs/security_solution_serverless.mdx +++ b/api_docs/security_solution_serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/securitySolutionServerless title: "securitySolutionServerless" image: https://source.unsplash.com/400x175/?github description: API docs for the securitySolutionServerless plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'securitySolutionServerless'] --- import securitySolutionServerlessObj from './security_solution_serverless.devdocs.json'; diff --git a/api_docs/serverless.mdx b/api_docs/serverless.mdx index 5a082f55db64b..b8f60227062d9 100644 --- a/api_docs/serverless.mdx +++ b/api_docs/serverless.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverless title: "serverless" image: https://source.unsplash.com/400x175/?github description: API docs for the serverless plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverless'] --- import serverlessObj from './serverless.devdocs.json'; diff --git a/api_docs/serverless_observability.mdx b/api_docs/serverless_observability.mdx index 0a4e99c9f57d9..2b29dcbc97034 100644 --- a/api_docs/serverless_observability.mdx +++ b/api_docs/serverless_observability.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessObservability title: "serverlessObservability" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessObservability plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessObservability'] --- import serverlessObservabilityObj from './serverless_observability.devdocs.json'; diff --git a/api_docs/serverless_search.mdx b/api_docs/serverless_search.mdx index 972c872ec300f..4c4ffb23c5acc 100644 --- a/api_docs/serverless_search.mdx +++ b/api_docs/serverless_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/serverlessSearch title: "serverlessSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the serverlessSearch plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'serverlessSearch'] --- import serverlessSearchObj from './serverless_search.devdocs.json'; diff --git a/api_docs/session_view.mdx b/api_docs/session_view.mdx index 3007a0d2e1698..b085908391dcc 100644 --- a/api_docs/session_view.mdx +++ b/api_docs/session_view.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/sessionView title: "sessionView" image: https://source.unsplash.com/400x175/?github description: API docs for the sessionView plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'sessionView'] --- import sessionViewObj from './session_view.devdocs.json'; diff --git a/api_docs/share.mdx b/api_docs/share.mdx index c89cb2c3c1346..b533d5e9cdafa 100644 --- a/api_docs/share.mdx +++ b/api_docs/share.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/share title: "share" image: https://source.unsplash.com/400x175/?github description: API docs for the share plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'share'] --- import shareObj from './share.devdocs.json'; diff --git a/api_docs/slo.mdx b/api_docs/slo.mdx index 956c6b6b19f5e..34be1f29719bd 100644 --- a/api_docs/slo.mdx +++ b/api_docs/slo.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/slo title: "slo" image: https://source.unsplash.com/400x175/?github description: API docs for the slo plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'slo'] --- import sloObj from './slo.devdocs.json'; diff --git a/api_docs/snapshot_restore.mdx b/api_docs/snapshot_restore.mdx index ed39ad019c3ef..fe3e8f32c653d 100644 --- a/api_docs/snapshot_restore.mdx +++ b/api_docs/snapshot_restore.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/snapshotRestore title: "snapshotRestore" image: https://source.unsplash.com/400x175/?github description: API docs for the snapshotRestore plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'snapshotRestore'] --- import snapshotRestoreObj from './snapshot_restore.devdocs.json'; diff --git a/api_docs/spaces.mdx b/api_docs/spaces.mdx index 0c50774f7ca5f..27ce322add6ab 100644 --- a/api_docs/spaces.mdx +++ b/api_docs/spaces.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/spaces title: "spaces" image: https://source.unsplash.com/400x175/?github description: API docs for the spaces plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces'] --- import spacesObj from './spaces.devdocs.json'; diff --git a/api_docs/stack_alerts.mdx b/api_docs/stack_alerts.mdx index 7446ad78868ab..5303fd771eb84 100644 --- a/api_docs/stack_alerts.mdx +++ b/api_docs/stack_alerts.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackAlerts title: "stackAlerts" image: https://source.unsplash.com/400x175/?github description: API docs for the stackAlerts plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts'] --- import stackAlertsObj from './stack_alerts.devdocs.json'; diff --git a/api_docs/stack_connectors.mdx b/api_docs/stack_connectors.mdx index caa17c8e9c2be..8e9ed5dc29325 100644 --- a/api_docs/stack_connectors.mdx +++ b/api_docs/stack_connectors.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/stackConnectors title: "stackConnectors" image: https://source.unsplash.com/400x175/?github description: API docs for the stackConnectors plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackConnectors'] --- import stackConnectorsObj from './stack_connectors.devdocs.json'; diff --git a/api_docs/streams.mdx b/api_docs/streams.mdx index 9d0e55270db93..c998504b68e13 100644 --- a/api_docs/streams.mdx +++ b/api_docs/streams.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streams title: "streams" image: https://source.unsplash.com/400x175/?github description: API docs for the streams plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streams'] --- import streamsObj from './streams.devdocs.json'; diff --git a/api_docs/streams_app.mdx b/api_docs/streams_app.mdx index 448d90ee1acb1..c33f416e0da40 100644 --- a/api_docs/streams_app.mdx +++ b/api_docs/streams_app.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/streamsApp title: "streamsApp" image: https://source.unsplash.com/400x175/?github description: API docs for the streamsApp plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'streamsApp'] --- import streamsAppObj from './streams_app.devdocs.json'; diff --git a/api_docs/task_manager.mdx b/api_docs/task_manager.mdx index 6561f34505d36..34fb36b7d6fd0 100644 --- a/api_docs/task_manager.mdx +++ b/api_docs/task_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/taskManager title: "taskManager" image: https://source.unsplash.com/400x175/?github description: API docs for the taskManager plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'taskManager'] --- import taskManagerObj from './task_manager.devdocs.json'; diff --git a/api_docs/telemetry.mdx b/api_docs/telemetry.mdx index cb5d5add77c5d..207ac79533832 100644 --- a/api_docs/telemetry.mdx +++ b/api_docs/telemetry.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetry title: "telemetry" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetry plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetry'] --- import telemetryObj from './telemetry.devdocs.json'; diff --git a/api_docs/telemetry_collection_manager.mdx b/api_docs/telemetry_collection_manager.mdx index c2163f75976c6..627e061f33085 100644 --- a/api_docs/telemetry_collection_manager.mdx +++ b/api_docs/telemetry_collection_manager.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryCollectionManager title: "telemetryCollectionManager" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryCollectionManager plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryCollectionManager'] --- import telemetryCollectionManagerObj from './telemetry_collection_manager.devdocs.json'; diff --git a/api_docs/telemetry_management_section.mdx b/api_docs/telemetry_management_section.mdx index e5a25759c256a..32336fbcf4fd3 100644 --- a/api_docs/telemetry_management_section.mdx +++ b/api_docs/telemetry_management_section.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/telemetryManagementSection title: "telemetryManagementSection" image: https://source.unsplash.com/400x175/?github description: API docs for the telemetryManagementSection plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'telemetryManagementSection'] --- import telemetryManagementSectionObj from './telemetry_management_section.devdocs.json'; diff --git a/api_docs/threat_intelligence.mdx b/api_docs/threat_intelligence.mdx index 1a1c0681fa461..058f185518266 100644 --- a/api_docs/threat_intelligence.mdx +++ b/api_docs/threat_intelligence.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/threatIntelligence title: "threatIntelligence" image: https://source.unsplash.com/400x175/?github description: API docs for the threatIntelligence plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'threatIntelligence'] --- import threatIntelligenceObj from './threat_intelligence.devdocs.json'; diff --git a/api_docs/timelines.mdx b/api_docs/timelines.mdx index f32783a2a7b7e..d3c4eb10322de 100644 --- a/api_docs/timelines.mdx +++ b/api_docs/timelines.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/timelines title: "timelines" image: https://source.unsplash.com/400x175/?github description: API docs for the timelines plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'timelines'] --- import timelinesObj from './timelines.devdocs.json'; diff --git a/api_docs/transform.devdocs.json b/api_docs/transform.devdocs.json index 19576a0b4813b..ce5c2b1bb2f98 100644 --- a/api_docs/transform.devdocs.json +++ b/api_docs/transform.devdocs.json @@ -23,7 +23,7 @@ "TransformHealthRuleParams", ">" ], - "path": "x-pack/plugins/transform/public/alerting/transform_health_rule_type/register_transform_health_rule.ts", + "path": "x-pack/platform/plugins/private/transform/public/alerting/transform_health_rule_type/register_transform_health_rule.ts", "deprecated": false, "trackAdoption": false, "children": [], @@ -49,7 +49,7 @@ "signature": [ "(params: RegisterParams) => void" ], - "path": "x-pack/plugins/transform/server/lib/alerting/transform_health_rule_type/register_transform_health_rule_type.ts", + "path": "x-pack/platform/plugins/private/transform/server/lib/alerting/transform_health_rule_type/register_transform_health_rule_type.ts", "deprecated": false, "trackAdoption": false, "children": [ @@ -63,7 +63,7 @@ "signature": [ "RegisterParams" ], - "path": "x-pack/plugins/transform/server/lib/alerting/transform_health_rule_type/register_transform_health_rule_type.ts", + "path": "x-pack/platform/plugins/private/transform/server/lib/alerting/transform_health_rule_type/register_transform_health_rule_type.ts", "deprecated": false, "trackAdoption": false, "isRequired": true @@ -95,7 +95,7 @@ "signature": [ "{ readonly TRANSFORM_HEALTH: \"transform_health\"; }" ], - "path": "x-pack/plugins/transform/common/constants.ts", + "path": "x-pack/platform/plugins/private/transform/common/constants.ts", "deprecated": false, "trackAdoption": false, "initialIsOpen": false diff --git a/api_docs/transform.mdx b/api_docs/transform.mdx index f7304a65979fd..47e11b4c27bff 100644 --- a/api_docs/transform.mdx +++ b/api_docs/transform.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/transform title: "transform" image: https://source.unsplash.com/400x175/?github description: API docs for the transform plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'transform'] --- import transformObj from './transform.devdocs.json'; diff --git a/api_docs/triggers_actions_ui.mdx b/api_docs/triggers_actions_ui.mdx index 4468496de6844..f6897f079dd4f 100644 --- a/api_docs/triggers_actions_ui.mdx +++ b/api_docs/triggers_actions_ui.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/triggersActionsUi title: "triggersActionsUi" image: https://source.unsplash.com/400x175/?github description: API docs for the triggersActionsUi plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'triggersActionsUi'] --- import triggersActionsUiObj from './triggers_actions_ui.devdocs.json'; diff --git a/api_docs/ui_actions.mdx b/api_docs/ui_actions.mdx index 4a8f8cb9f2016..b259a3b7ab81a 100644 --- a/api_docs/ui_actions.mdx +++ b/api_docs/ui_actions.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActions title: "uiActions" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActions plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActions'] --- import uiActionsObj from './ui_actions.devdocs.json'; diff --git a/api_docs/ui_actions_enhanced.mdx b/api_docs/ui_actions_enhanced.mdx index e3627b097069d..3cadaea195dc2 100644 --- a/api_docs/ui_actions_enhanced.mdx +++ b/api_docs/ui_actions_enhanced.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uiActionsEnhanced title: "uiActionsEnhanced" image: https://source.unsplash.com/400x175/?github description: API docs for the uiActionsEnhanced plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uiActionsEnhanced'] --- import uiActionsEnhancedObj from './ui_actions_enhanced.devdocs.json'; diff --git a/api_docs/unified_doc_viewer.mdx b/api_docs/unified_doc_viewer.mdx index 7d7e73e57078f..795a362575f0c 100644 --- a/api_docs/unified_doc_viewer.mdx +++ b/api_docs/unified_doc_viewer.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedDocViewer title: "unifiedDocViewer" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedDocViewer plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedDocViewer'] --- import unifiedDocViewerObj from './unified_doc_viewer.devdocs.json'; diff --git a/api_docs/unified_histogram.mdx b/api_docs/unified_histogram.mdx index 35d412b992932..8c934b6a5263e 100644 --- a/api_docs/unified_histogram.mdx +++ b/api_docs/unified_histogram.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedHistogram title: "unifiedHistogram" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedHistogram plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedHistogram'] --- import unifiedHistogramObj from './unified_histogram.devdocs.json'; diff --git a/api_docs/unified_search.mdx b/api_docs/unified_search.mdx index 2c536c958ac0d..10bbb6d686cf2 100644 --- a/api_docs/unified_search.mdx +++ b/api_docs/unified_search.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch title: "unifiedSearch" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch'] --- import unifiedSearchObj from './unified_search.devdocs.json'; diff --git a/api_docs/unified_search_autocomplete.mdx b/api_docs/unified_search_autocomplete.mdx index 38d9dfaf31856..f6d9d17e126d7 100644 --- a/api_docs/unified_search_autocomplete.mdx +++ b/api_docs/unified_search_autocomplete.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/unifiedSearch-autocomplete title: "unifiedSearch.autocomplete" image: https://source.unsplash.com/400x175/?github description: API docs for the unifiedSearch.autocomplete plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'unifiedSearch.autocomplete'] --- import unifiedSearchAutocompleteObj from './unified_search_autocomplete.devdocs.json'; diff --git a/api_docs/uptime.mdx b/api_docs/uptime.mdx index dc4170cd0781e..dc8ab141643a6 100644 --- a/api_docs/uptime.mdx +++ b/api_docs/uptime.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/uptime title: "uptime" image: https://source.unsplash.com/400x175/?github description: API docs for the uptime plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'uptime'] --- import uptimeObj from './uptime.devdocs.json'; diff --git a/api_docs/url_forwarding.mdx b/api_docs/url_forwarding.mdx index 8408c82d3d893..e8a3ff383b534 100644 --- a/api_docs/url_forwarding.mdx +++ b/api_docs/url_forwarding.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/urlForwarding title: "urlForwarding" image: https://source.unsplash.com/400x175/?github description: API docs for the urlForwarding plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'urlForwarding'] --- import urlForwardingObj from './url_forwarding.devdocs.json'; diff --git a/api_docs/usage_collection.mdx b/api_docs/usage_collection.mdx index e7c82388d0175..0dae6d29e8b4d 100644 --- a/api_docs/usage_collection.mdx +++ b/api_docs/usage_collection.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/usageCollection title: "usageCollection" image: https://source.unsplash.com/400x175/?github description: API docs for the usageCollection plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'usageCollection'] --- import usageCollectionObj from './usage_collection.devdocs.json'; diff --git a/api_docs/ux.mdx b/api_docs/ux.mdx index 39505f5cac022..606ada6a8816d 100644 --- a/api_docs/ux.mdx +++ b/api_docs/ux.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/ux title: "ux" image: https://source.unsplash.com/400x175/?github description: API docs for the ux plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'ux'] --- import uxObj from './ux.devdocs.json'; diff --git a/api_docs/vis_default_editor.mdx b/api_docs/vis_default_editor.mdx index 6e734270d68e3..fbaea5e2d110d 100644 --- a/api_docs/vis_default_editor.mdx +++ b/api_docs/vis_default_editor.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visDefaultEditor title: "visDefaultEditor" image: https://source.unsplash.com/400x175/?github description: API docs for the visDefaultEditor plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visDefaultEditor'] --- import visDefaultEditorObj from './vis_default_editor.devdocs.json'; diff --git a/api_docs/vis_type_gauge.mdx b/api_docs/vis_type_gauge.mdx index 170f6e9726eaf..05e17b746a628 100644 --- a/api_docs/vis_type_gauge.mdx +++ b/api_docs/vis_type_gauge.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeGauge title: "visTypeGauge" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeGauge plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeGauge'] --- import visTypeGaugeObj from './vis_type_gauge.devdocs.json'; diff --git a/api_docs/vis_type_heatmap.mdx b/api_docs/vis_type_heatmap.mdx index d72bed3f09e42..91d0b3ba9e2cc 100644 --- a/api_docs/vis_type_heatmap.mdx +++ b/api_docs/vis_type_heatmap.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeHeatmap title: "visTypeHeatmap" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeHeatmap plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeHeatmap'] --- import visTypeHeatmapObj from './vis_type_heatmap.devdocs.json'; diff --git a/api_docs/vis_type_pie.mdx b/api_docs/vis_type_pie.mdx index ba05453aebec2..51ad1945ad75a 100644 --- a/api_docs/vis_type_pie.mdx +++ b/api_docs/vis_type_pie.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypePie title: "visTypePie" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypePie plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypePie'] --- import visTypePieObj from './vis_type_pie.devdocs.json'; diff --git a/api_docs/vis_type_table.mdx b/api_docs/vis_type_table.mdx index 4e7ef467aa1a8..0adee8b9b5585 100644 --- a/api_docs/vis_type_table.mdx +++ b/api_docs/vis_type_table.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTable title: "visTypeTable" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTable plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTable'] --- import visTypeTableObj from './vis_type_table.devdocs.json'; diff --git a/api_docs/vis_type_timelion.mdx b/api_docs/vis_type_timelion.mdx index 4f3b18e3fbbc7..37fe584a900b1 100644 --- a/api_docs/vis_type_timelion.mdx +++ b/api_docs/vis_type_timelion.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimelion title: "visTypeTimelion" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimelion plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimelion'] --- import visTypeTimelionObj from './vis_type_timelion.devdocs.json'; diff --git a/api_docs/vis_type_timeseries.mdx b/api_docs/vis_type_timeseries.mdx index 58593e6edb5ae..f59f7e828cdd1 100644 --- a/api_docs/vis_type_timeseries.mdx +++ b/api_docs/vis_type_timeseries.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeTimeseries title: "visTypeTimeseries" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeTimeseries plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeTimeseries'] --- import visTypeTimeseriesObj from './vis_type_timeseries.devdocs.json'; diff --git a/api_docs/vis_type_vega.mdx b/api_docs/vis_type_vega.mdx index 52bcb0296efc1..af2b3adaa3d40 100644 --- a/api_docs/vis_type_vega.mdx +++ b/api_docs/vis_type_vega.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVega title: "visTypeVega" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVega plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVega'] --- import visTypeVegaObj from './vis_type_vega.devdocs.json'; diff --git a/api_docs/vis_type_vislib.mdx b/api_docs/vis_type_vislib.mdx index d13a2efdd3f4b..a48db75fbdd6e 100644 --- a/api_docs/vis_type_vislib.mdx +++ b/api_docs/vis_type_vislib.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeVislib title: "visTypeVislib" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeVislib plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeVislib'] --- import visTypeVislibObj from './vis_type_vislib.devdocs.json'; diff --git a/api_docs/vis_type_xy.mdx b/api_docs/vis_type_xy.mdx index d2ab103b95a09..ec33e813e88bf 100644 --- a/api_docs/vis_type_xy.mdx +++ b/api_docs/vis_type_xy.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visTypeXy title: "visTypeXy" image: https://source.unsplash.com/400x175/?github description: API docs for the visTypeXy plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visTypeXy'] --- import visTypeXyObj from './vis_type_xy.devdocs.json'; diff --git a/api_docs/visualizations.mdx b/api_docs/visualizations.mdx index 9261d7b4e0322..a8031263a8f9f 100644 --- a/api_docs/visualizations.mdx +++ b/api_docs/visualizations.mdx @@ -8,7 +8,7 @@ slug: /kibana-dev-docs/api/visualizations title: "visualizations" image: https://source.unsplash.com/400x175/?github description: API docs for the visualizations plugin -date: 2024-12-08 +date: 2024-12-10 tags: ['contributor', 'dev', 'apidocs', 'kibana', 'visualizations'] --- import visualizationsObj from './visualizations.devdocs.json'; diff --git a/dev_docs/tutorials/endpoints.mdx b/dev_docs/tutorials/endpoints.mdx index 851c3046fead6..fadde7d30f649 100644 --- a/dev_docs/tutorials/endpoints.mdx +++ b/dev_docs/tutorials/endpoints.mdx @@ -368,7 +368,7 @@ export class MyPlugin implements Plugin { By default, when security is enabled, endpoints require the user to be authenticated to be accessed, and will return a `401 - Unauthorized` otherwise. -It is possible to disable this requirement using the `authRequired` option of the route. +It is possible to disable this requirement using the `security.authc.enabled` option of the route. ```ts import type { CoreSetup, Plugin } from '@kbn/core/server'; @@ -380,8 +380,11 @@ export class MyPlugin implements Plugin { { path: '/api/my_plugin/get_object', validate: false, - options: { - authRequired: false, + security: { + authc: { + enabled: false, + reason: 'This endpoint does not require authentication', + }, }, }, async (context, request, response) => { @@ -394,7 +397,7 @@ export class MyPlugin implements Plugin { } ``` -Note that in addition to `true` and `false`, `authRequired` accepts a third value, `'optional'`. When used, +Note that in addition to `true` and `false`, `security.authc.enabled` accepts a third value, `'optional'`. When used, Kibana will try to authenticate the user but will allow access to the endpoint regardless of the result. In that case, the developer needs to manually checks if the user is authenticated via `request.auth.isAuthenticated`. @@ -416,8 +419,11 @@ export class MyPlugin implements Plugin { { path: '/api/my_plugin/get_object', validate: false, - options: { - authRequired: false, + security: { + authc: { + enabled: false, + reason: 'This endpoint does not require authentication', + }, }, }, async (context, request, response) => { diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index 2fe0c672af734..7de266985c6d6 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -643,7 +643,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/inference/README.md[inference] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/inference/README.md[inference] |The inference plugin is a central place to handle all interactions with the Elasticsearch Inference API and external LLM APIs. Its goals are: @@ -698,7 +698,7 @@ the infrastructure monitoring use-case within Kibana. using the CURL scripts in the scripts folder. -|{kib-repo}blob/{branch}/x-pack/plugins/ai_infra/llm_tasks/README.md[llmTasks] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/ai_infra/llm_tasks/README.md[llmTasks] |This plugin contains various LLM tasks. @@ -779,7 +779,7 @@ Elastic. |This plugin helps users learn how to use the Painless scripting language. -|{kib-repo}blob/{branch}/x-pack/plugins/ai_infra/product_doc_base/README.md[productDocBase] +|{kib-repo}blob/{branch}/x-pack/platform/plugins/shared/ai_infra/product_doc_base/README.md[productDocBase] |This plugin contains the product documentation base service. @@ -988,4 +988,4 @@ include::{kibana-root}/src/plugins/expressions/README.asciidoc[leveloffset=+1] include::{kibana-root}/src/plugins/ui_actions/README.asciidoc[leveloffset=+1] include::{kibana-root}/x-pack/plugins/dashboard_enhanced/README.asciidoc[leveloffset=+1] include::{kibana-root}/x-pack/plugins/embeddable_enhanced/README.asciidoc[leveloffset=+1] -include::{kibana-root}/x-pack/plugins/translations/README.asciidoc[leveloffset=+1] +include::{kibana-root}/x-pack/platform/plugins/private/translations/README.asciidoc[leveloffset=+1] diff --git a/examples/embeddable_examples/public/app/presentation_container_example/page_api.ts b/examples/embeddable_examples/public/app/presentation_container_example/page_api.ts index 517f0534993ef..59f06847a1538 100644 --- a/examples/embeddable_examples/public/app/presentation_container_example/page_api.ts +++ b/examples/embeddable_examples/public/app/presentation_container_example/page_api.ts @@ -250,6 +250,7 @@ export function getPageApi() { children$.next(children); } newPanels = {}; + return true; }, timeRange$, unsavedChanges: unsavedChanges$ as PublishingSubject, diff --git a/legacy_rfcs/text/0005_route_handler.md b/legacy_rfcs/text/0005_route_handler.md index 909cabb536ec8..d154d918448b6 100644 --- a/legacy_rfcs/text/0005_route_handler.md +++ b/legacy_rfcs/text/0005_route_handler.md @@ -45,7 +45,6 @@ interface KibanaRequest { path: string; method: 'get' | 'post' | ... options: { - authRequired: boolean; tags: string []; } } diff --git a/oas_docs/output/kibana.yaml b/oas_docs/output/kibana.yaml index b83907699ec76..d9dbce0c460ec 100644 --- a/oas_docs/output/kibana.yaml +++ b/oas_docs/output/kibana.yaml @@ -11087,6 +11087,7 @@ paths: - Security Detections API /api/detection_engine/signals/finalize_migration: post: + deprecated: true description: | Finalize successful migrations of detection alerts. This replaces the original index's alias with the successfully migrated index's alias. The endpoint is idempotent; therefore, it can safely be used to poll a given migration and, upon completion, @@ -11141,6 +11142,7 @@ paths: - Security Detections API /api/detection_engine/signals/migration: delete: + deprecated: true description: | Migrations favor data integrity over shard size. Consequently, unused or orphaned indices are artifacts of the migration process. A successful migration will result in both the old and new indices being present. @@ -11198,6 +11200,7 @@ paths: tags: - Security Detections API post: + deprecated: true description: | Initiate a migration of detection alerts. Migrations are initiated per index. While the process is neither destructive nor interferes with existing data, it may be resource-intensive. As such, it is recommended that you plan your migrations accordingly. @@ -11261,6 +11264,7 @@ paths: - Security Detections API /api/detection_engine/signals/migration_status: post: + deprecated: true description: Retrieve indices that contain detection alerts of a particular age, along with migration information for each of those indices. operationId: ReadAlertsMigrationStatus parameters: diff --git a/package.json b/package.json index facb7ae498c28..47f098d33f40d 100644 --- a/package.json +++ b/package.json @@ -577,8 +577,8 @@ "@kbn/index-management-plugin": "link:x-pack/plugins/index_management", "@kbn/index-management-shared-types": "link:x-pack/packages/index-management/index_management_shared_types", "@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-common": "link:x-pack/platform/packages/shared/ai-infra/inference-common", + "@kbn/inference-plugin": "link:x-pack/platform/plugins/shared/inference", "@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", @@ -620,7 +620,7 @@ "@kbn/licensing-plugin": "link:x-pack/plugins/licensing", "@kbn/links-plugin": "link:src/plugins/links", "@kbn/lists-plugin": "link:x-pack/plugins/lists", - "@kbn/llm-tasks-plugin": "link:x-pack/plugins/ai_infra/llm_tasks", + "@kbn/llm-tasks-plugin": "link:x-pack/platform/plugins/shared/ai_infra/llm_tasks", "@kbn/locator-examples-plugin": "link:examples/locator_examples", "@kbn/locator-explorer-plugin": "link:examples/locator_explorer", "@kbn/logging": "link:packages/kbn-logging", @@ -712,7 +712,7 @@ "@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/openapi-common": "link:packages/kbn-openapi-common", - "@kbn/osquery-io-ts-types": "link:packages/kbn-osquery-io-ts-types", + "@kbn/osquery-io-ts-types": "link:src/platform/packages/shared/kbn-osquery-io-ts-types", "@kbn/osquery-plugin": "link:x-pack/plugins/osquery", "@kbn/paertial-results-example-plugin": "link:examples/partial_results_example", "@kbn/painless-lab-plugin": "link:x-pack/plugins/painless_lab", @@ -724,8 +724,8 @@ "@kbn/presentation-panel-plugin": "link:src/plugins/presentation_panel", "@kbn/presentation-publishing": "link:packages/presentation/presentation_publishing", "@kbn/presentation-util-plugin": "link:src/plugins/presentation_util", - "@kbn/product-doc-base-plugin": "link:x-pack/plugins/ai_infra/product_doc_base", - "@kbn/product-doc-common": "link:x-pack/packages/ai-infra/product-doc-common", + "@kbn/product-doc-base-plugin": "link:x-pack/platform/plugins/shared/ai_infra/product_doc_base", + "@kbn/product-doc-common": "link:x-pack/platform/packages/shared/ai-infra/product-doc-common", "@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", @@ -963,7 +963,7 @@ "@kbn/timerange": "link:packages/kbn-timerange", "@kbn/tinymath": "link:packages/kbn-tinymath", "@kbn/transform-plugin": "link:x-pack/platform/plugins/private/transform", - "@kbn/translations-plugin": "link:x-pack/plugins/translations", + "@kbn/translations-plugin": "link:x-pack/platform/plugins/private/translations", "@kbn/transpose-utils": "link:packages/kbn-transpose-utils", "@kbn/triggers-actions-ui-example-plugin": "link:x-pack/examples/triggers_actions_ui_example", "@kbn/triggers-actions-ui-plugin": "link:x-pack/plugins/triggers_actions_ui", diff --git a/packages/core/http/core-http-server/src/router/route.ts b/packages/core/http/core-http-server/src/router/route.ts index 2efd405274113..5480c38d9cd1c 100644 --- a/packages/core/http/core-http-server/src/router/route.ts +++ b/packages/core/http/core-http-server/src/router/route.ts @@ -291,6 +291,8 @@ export interface RouteConfigOptions { * Can be useful when we grant access to a resource but want to identify a user if possible. * * Defaults to `true` if an auth mechanism is registered. + * + * @deprecated Use `security.authc.enabled` instead */ authRequired?: boolean | 'optional'; diff --git a/packages/kbn-optimizer/limits.yml b/packages/kbn-optimizer/limits.yml index b1b4cb38d3f19..3152a02cd730f 100644 --- a/packages/kbn-optimizer/limits.yml +++ b/packages/kbn-optimizer/limits.yml @@ -2,7 +2,7 @@ pageLoadAssetSize: actions: 20000 advancedSettings: 27596 aiAssistantManagementSelection: 19146 - aiops: 17680 + aiops: 18000 alerting: 106936 apm: 64385 assetInventory: 18478 diff --git a/packages/kbn-securitysolution-list-hooks/src/use_create_list_item/index.ts b/packages/kbn-securitysolution-list-hooks/src/use_create_list_item/index.ts index 289da386d8690..98939d93185d6 100644 --- a/packages/kbn-securitysolution-list-hooks/src/use_create_list_item/index.ts +++ b/packages/kbn-securitysolution-list-hooks/src/use_create_list_item/index.ts @@ -28,7 +28,7 @@ export const useCreateListItemMutation = ( const invalidateListItemQuery = useInvalidateListItemQuery(); return useMutation, CreateListMutationParams>( ({ listId, value, http }) => - createListItemWithOptionalSignal({ listId, value, http, refresh: 'true' }), + createListItemWithOptionalSignal({ listId, value, http, refresh: 'wait_for' }), { ...options, mutationKey: CREATE_LIST_ITEM_MUTATION_KEY, diff --git a/packages/kbn-securitysolution-list-hooks/src/use_delete_list_item/index.ts b/packages/kbn-securitysolution-list-hooks/src/use_delete_list_item/index.ts index 11cb95dfddd47..63107edda73a9 100644 --- a/packages/kbn-securitysolution-list-hooks/src/use_delete_list_item/index.ts +++ b/packages/kbn-securitysolution-list-hooks/src/use_delete_list_item/index.ts @@ -26,7 +26,7 @@ export const useDeleteListItemMutation = ( ) => { const invalidateListItemQuery = useInvalidateListItemQuery(); return useMutation, DeleteListMutationParams>( - ({ id, http }) => deleteListItemWithOptionalSignal({ id, http, refresh: 'true' }), + ({ id, http }) => deleteListItemWithOptionalSignal({ id, http }), { ...options, mutationKey: DELETE_LIST_ITEM_MUTATION_KEY, diff --git a/packages/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.test.ts b/packages/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.test.ts index fd708d14d97be..cd03db5431bcc 100644 --- a/packages/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.test.ts +++ b/packages/presentation/presentation_containers/interfaces/unsaved_changes/children_unsaved_changes.test.ts @@ -14,11 +14,11 @@ import { waitFor } from '@testing-library/react'; describe('childrenUnsavedChanges$', () => { const child1Api = { unsavedChanges: new BehaviorSubject(undefined), - resetUnsavedChanges: () => undefined, + resetUnsavedChanges: () => true, }; const child2Api = { unsavedChanges: new BehaviorSubject(undefined), - resetUnsavedChanges: () => undefined, + resetUnsavedChanges: () => true, }; const children$ = new BehaviorSubject<{ [key: string]: unknown }>({}); const onFireMock = jest.fn(); @@ -99,7 +99,7 @@ describe('childrenUnsavedChanges$', () => { ...children$.value, child3: { unsavedChanges: new BehaviorSubject({ key1: 'modified value' }), - resetUnsavedChanges: () => undefined, + resetUnsavedChanges: () => true, }, }); diff --git a/packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts b/packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts index 70085b88e1a8b..fb767fb11cffd 100644 --- a/packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts +++ b/packages/presentation/presentation_containers/interfaces/unsaved_changes/initialize_unsaved_changes.ts @@ -95,10 +95,19 @@ export const initializeUnsavedChanges = ( unsavedChanges, resetUnsavedChanges: () => { const lastSaved = lastSavedState$.getValue(); + + // Do not reset to undefined or empty last saved state + // Temporary fix for https://github.com/elastic/kibana/issues/201627 + // TODO remove when architecture fix resolves issue. + if (comparatorKeys.length && (!lastSaved || Object.keys(lastSaved).length === 0)) { + return false; + } + for (const key of comparatorKeys) { const setter = comparators[key][1]; // setter function is the 1st element of the tuple setter(lastSaved?.[key] as RuntimeState[typeof key]); } + return true; }, snapshotRuntimeState, } as PublishesUnsavedChanges & HasSnapshottableState, diff --git a/packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts b/packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts index 90a01d5bc736e..e9b4adbec5384 100644 --- a/packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts +++ b/packages/presentation/presentation_publishing/interfaces/publishes_unsaved_changes.ts @@ -11,7 +11,7 @@ import { PublishingSubject } from '../publishing_subject'; export interface PublishesUnsavedChanges { unsavedChanges: PublishingSubject | undefined>; - resetUnsavedChanges: () => void; + resetUnsavedChanges: () => boolean; } export const apiPublishesUnsavedChanges = (api: unknown): api is PublishesUnsavedChanges => { diff --git a/renovate.json b/renovate.json index d36be57301abb..7903b41f290d3 100644 --- a/renovate.json +++ b/renovate.json @@ -2093,15 +2093,22 @@ "groupName": "platform security modules", "matchDepNames": [ "css.escape", + "dependency-check", "node-forge", "formik", - "@types/node-forge", + "handlebars", + "js-sha256", "require-in-the-middle", + "tape", "tough-cookie", - "@types/tough-cookie", "xml-crypto", - "@types/xml-crypto", - "@kayahr/text-encoding" + "@elastic/node-crypto", + "@kayahr/text-encoding", + "@types/lodash", + "@types/minimist", + "@types/node-forge", + "@types/tough-cookie", + "@types/xml-crypto" ], "reviewers": [ "team:kibana-security" diff --git a/src/dev/i18n_tools/README.md b/src/dev/i18n_tools/README.md index 6fc50a3a59b47..041d7215f00ef 100644 --- a/src/dev/i18n_tools/README.md +++ b/src/dev/i18n_tools/README.md @@ -134,7 +134,7 @@ The tool throws an exception if `formats` object is missing in locale file. ### Usage ```bash -node scripts/i18n_integrate --source path/to/locale.json --target x-pack/plugins/translations/translations/locale.json +node scripts/i18n_integrate --source path/to/locale.json --target x-pack/platform/plugins/private/translations/translations/locale.json ``` * `--source` path to the JSON file with translations that should be integrated. diff --git a/src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts b/src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts index 271d34d800471..b79fab50089f4 100644 --- a/src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts +++ b/src/platform/packages/shared/kbn-doc-links/src/get_doc_links.ts @@ -504,6 +504,7 @@ export const getDocLinks = ({ kibanaBranch, buildFlavor }: GetDocLinkOptions): D }, detectionEngineOverview: `${SECURITY_SOLUTION_DOCS}detection-engine-overview.html`, aiAssistant: `${SECURITY_SOLUTION_DOCS}security-assistant.html`, + signalsMigrationApi: `${SECURITY_SOLUTION_DOCS}signals-migration-api.html`, }, query: { eql: `${ELASTICSEARCH_DOCS}eql.html`, diff --git a/src/platform/packages/shared/kbn-doc-links/src/types.ts b/src/platform/packages/shared/kbn-doc-links/src/types.ts index 749e7a40708ca..fd1c2cf8fe3ca 100644 --- a/src/platform/packages/shared/kbn-doc-links/src/types.ts +++ b/src/platform/packages/shared/kbn-doc-links/src/types.ts @@ -372,6 +372,7 @@ export interface DocLinks { readonly assetCriticality: string; }; readonly detectionEngineOverview: string; + readonly signalsMigrationApi: string; }; readonly query: { readonly eql: string; diff --git a/packages/kbn-osquery-io-ts-types/README.md b/src/platform/packages/shared/kbn-osquery-io-ts-types/README.md similarity index 100% rename from packages/kbn-osquery-io-ts-types/README.md rename to src/platform/packages/shared/kbn-osquery-io-ts-types/README.md diff --git a/packages/kbn-osquery-io-ts-types/index.ts b/src/platform/packages/shared/kbn-osquery-io-ts-types/index.ts similarity index 100% rename from packages/kbn-osquery-io-ts-types/index.ts rename to src/platform/packages/shared/kbn-osquery-io-ts-types/index.ts diff --git a/packages/kbn-osquery-io-ts-types/jest.config.js b/src/platform/packages/shared/kbn-osquery-io-ts-types/jest.config.js similarity index 83% rename from packages/kbn-osquery-io-ts-types/jest.config.js rename to src/platform/packages/shared/kbn-osquery-io-ts-types/jest.config.js index ec4b87bbab8b7..c7af15d3dfcf4 100644 --- a/packages/kbn-osquery-io-ts-types/jest.config.js +++ b/src/platform/packages/shared/kbn-osquery-io-ts-types/jest.config.js @@ -9,6 +9,6 @@ module.exports = { preset: '@kbn/test/jest_node', - rootDir: '../..', - roots: ['/packages/kbn-osquery-io-ts-types'], + rootDir: '../../../../..', + roots: ['/src/platform/packages/shared/kbn-osquery-io-ts-types'], }; diff --git a/packages/kbn-osquery-io-ts-types/kibana.jsonc b/src/platform/packages/shared/kbn-osquery-io-ts-types/kibana.jsonc similarity index 100% rename from packages/kbn-osquery-io-ts-types/kibana.jsonc rename to src/platform/packages/shared/kbn-osquery-io-ts-types/kibana.jsonc diff --git a/packages/kbn-osquery-io-ts-types/package.json b/src/platform/packages/shared/kbn-osquery-io-ts-types/package.json similarity index 100% rename from packages/kbn-osquery-io-ts-types/package.json rename to src/platform/packages/shared/kbn-osquery-io-ts-types/package.json diff --git a/packages/kbn-osquery-io-ts-types/src/live_query/index.ts b/src/platform/packages/shared/kbn-osquery-io-ts-types/src/live_query/index.ts similarity index 100% rename from packages/kbn-osquery-io-ts-types/src/live_query/index.ts rename to src/platform/packages/shared/kbn-osquery-io-ts-types/src/live_query/index.ts diff --git a/packages/kbn-osquery-io-ts-types/tsconfig.json b/src/platform/packages/shared/kbn-osquery-io-ts-types/tsconfig.json similarity index 82% rename from packages/kbn-osquery-io-ts-types/tsconfig.json rename to src/platform/packages/shared/kbn-osquery-io-ts-types/tsconfig.json index 780216a67a247..98950df02fde7 100644 --- a/packages/kbn-osquery-io-ts-types/tsconfig.json +++ b/src/platform/packages/shared/kbn-osquery-io-ts-types/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/async_search.submit.json b/src/plugins/console/server/lib/spec_definitions/json/generated/async_search.submit.json index 3da69d695ef76..b3a72fc3463d7 100644 --- a/src/plugins/console/server/lib/spec_definitions/json/generated/async_search.submit.json +++ b/src/plugins/console/server/lib/spec_definitions/json/generated/async_search.submit.json @@ -11,11 +11,6 @@ "0" ], "keep_on_completion": "__flag__", - "keep_alive": [ - "5d", - "-1", - "0" - ], "allow_no_indices": "__flag__", "allow_partial_search_results": "__flag__", "analyzer": "", @@ -43,9 +38,6 @@ "lenient": "__flag__", "max_concurrent_shard_requests": "", "preference": "", - "pre_filter_shard_size": [ - "1" - ], "request_cache": "__flag__", "routing": "", "search_type": [ diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_alias.json b/src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_alias.json index f7363a98be8f6..313f86b340244 100644 --- a/src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_alias.json +++ b/src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_alias.json @@ -13,7 +13,12 @@ "hidden", "none" ], - "ignore_unavailable": "__flag__" + "ignore_unavailable": "__flag__", + "master_timeout": [ + "30s", + "-1", + "0" + ] }, "methods": [ "HEAD" diff --git a/src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_alias.json b/src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_alias.json index df62ef8714edb..236cd8b363c7e 100644 --- a/src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_alias.json +++ b/src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_alias.json @@ -13,7 +13,12 @@ "hidden", "none" ], - "ignore_unavailable": "__flag__" + "ignore_unavailable": "__flag__", + "master_timeout": [ + "30s", + "-1", + "0" + ] }, "methods": [ "GET" diff --git a/src/plugins/controls/public/controls/mocks/control_mocks.ts b/src/plugins/controls/public/controls/mocks/control_mocks.ts index e71ecb12e030b..128e89c5c6028 100644 --- a/src/plugins/controls/public/controls/mocks/control_mocks.ts +++ b/src/plugins/controls/public/controls/mocks/control_mocks.ts @@ -43,7 +43,9 @@ export const getMockedBuildApi = uuid, parentApi: controlGroupApi ?? getMockedControlGroupApi(), unsavedChanges: new BehaviorSubject | undefined>(undefined), - resetUnsavedChanges: () => {}, + resetUnsavedChanges: () => { + return true; + }, type: factory.type, }; }; diff --git a/src/plugins/controls/public/controls/timeslider_control/get_timeslider_control_factory.test.tsx b/src/plugins/controls/public/controls/timeslider_control/get_timeslider_control_factory.test.tsx index a49f1489d31d1..44574757837ce 100644 --- a/src/plugins/controls/public/controls/timeslider_control/get_timeslider_control_factory.test.tsx +++ b/src/plugins/controls/public/controls/timeslider_control/get_timeslider_control_factory.test.tsx @@ -48,7 +48,9 @@ describe('TimesliderControlApi', () => { uuid, parentApi: controlGroupApi, unsavedChanges: new BehaviorSubject | undefined>(undefined), - resetUnsavedChanges: () => {}, + resetUnsavedChanges: () => { + return true; + }, type: factory.type, }; } diff --git a/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx b/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx index 99f4fb7c2fa90..7063414ccca7c 100644 --- a/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx +++ b/src/plugins/dashboard/public/dashboard_container/embeddable/dashboard_container.tsx @@ -68,6 +68,7 @@ import { KibanaRenderContextProvider } from '@kbn/react-kibana-context-render'; import { LocatorPublic } from '@kbn/share-plugin/common'; import { ExitFullScreenButtonKibanaProvider } from '@kbn/shared-ux-button-exit-full-screen'; +import { i18n } from '@kbn/i18n'; import { DASHBOARD_CONTAINER_TYPE, DashboardApi, DashboardLocatorParams } from '../..'; import type { DashboardAttributes } from '../../../server/content_management'; import { DashboardContainerInput, DashboardPanelMap, DashboardPanelState } from '../../../common'; @@ -957,7 +958,16 @@ export class DashboardContainer for (const panelId of Object.keys(currentChildren)) { if (this.getInput().panels[panelId]) { const child = currentChildren[panelId]; - if (apiPublishesUnsavedChanges(child)) child.resetUnsavedChanges(); + if (apiPublishesUnsavedChanges(child)) { + const success = child.resetUnsavedChanges(); + if (!success) { + coreServices.notifications.toasts.addWarning( + i18n.translate('dashboard.reset.panelError', { + defaultMessage: 'Unable to reset panel changes', + }) + ); + } + } } else { // if reset resulted in panel removal, we need to update the list of children delete currentChildren[panelId]; diff --git a/src/plugins/dev_tools/public/plugin.ts b/src/plugins/dev_tools/public/plugin.ts index 9dde73d2909e0..2e82df062ff8c 100644 --- a/src/plugins/dev_tools/public/plugin.ts +++ b/src/plugins/dev_tools/public/plugin.ts @@ -116,7 +116,7 @@ export class DevToolsPlugin implements Plugin { const deepLinks: AppDeepLink[] = [...this.devTools.values()] .filter( // Some tools do not use a string title, so we filter those out - (tool) => !tool.enableRouting && !tool.isDisabled() && typeof tool.title === 'string' + (tool) => !tool.isDisabled() && typeof tool.title === 'string' ) .map((tool) => { const deepLink: AppDeepLink = { diff --git a/tsconfig.base.json b/tsconfig.base.json index 9a44fec9d5498..bc77936f8d3b9 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1062,10 +1062,10 @@ "@kbn/index-patterns-test-plugin/*": ["test/plugin_functional/plugins/index_patterns/*"], "@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"], - "@kbn/inference-plugin/*": ["x-pack/plugins/inference/*"], + "@kbn/inference-common": ["x-pack/platform/packages/shared/ai-infra/inference-common"], + "@kbn/inference-common/*": ["x-pack/platform/packages/shared/ai-infra/inference-common/*"], + "@kbn/inference-plugin": ["x-pack/platform/plugins/shared/inference"], + "@kbn/inference-plugin/*": ["x-pack/platform/plugins/shared/inference/*"], "@kbn/infra-forge": ["x-pack/packages/kbn-infra-forge"], "@kbn/infra-forge/*": ["x-pack/packages/kbn-infra-forge/*"], "@kbn/infra-plugin": ["x-pack/plugins/observability_solution/infra"], @@ -1160,8 +1160,8 @@ "@kbn/lint-ts-projects-cli/*": ["packages/kbn-lint-ts-projects-cli/*"], "@kbn/lists-plugin": ["x-pack/plugins/lists"], "@kbn/lists-plugin/*": ["x-pack/plugins/lists/*"], - "@kbn/llm-tasks-plugin": ["x-pack/plugins/ai_infra/llm_tasks"], - "@kbn/llm-tasks-plugin/*": ["x-pack/plugins/ai_infra/llm_tasks/*"], + "@kbn/llm-tasks-plugin": ["x-pack/platform/plugins/shared/ai_infra/llm_tasks"], + "@kbn/llm-tasks-plugin/*": ["x-pack/platform/plugins/shared/ai_infra/llm_tasks/*"], "@kbn/locator-examples-plugin": ["examples/locator_examples"], "@kbn/locator-examples-plugin/*": ["examples/locator_examples/*"], "@kbn/locator-explorer-plugin": ["examples/locator_explorer"], @@ -1366,8 +1366,8 @@ "@kbn/optimizer/*": ["packages/kbn-optimizer/*"], "@kbn/optimizer-webpack-helpers": ["packages/kbn-optimizer-webpack-helpers"], "@kbn/optimizer-webpack-helpers/*": ["packages/kbn-optimizer-webpack-helpers/*"], - "@kbn/osquery-io-ts-types": ["packages/kbn-osquery-io-ts-types"], - "@kbn/osquery-io-ts-types/*": ["packages/kbn-osquery-io-ts-types/*"], + "@kbn/osquery-io-ts-types": ["src/platform/packages/shared/kbn-osquery-io-ts-types"], + "@kbn/osquery-io-ts-types/*": ["src/platform/packages/shared/kbn-osquery-io-ts-types/*"], "@kbn/osquery-plugin": ["x-pack/plugins/osquery"], "@kbn/osquery-plugin/*": ["x-pack/plugins/osquery/*"], "@kbn/paertial-results-example-plugin": ["examples/partial_results_example"], @@ -1404,10 +1404,10 @@ "@kbn/presentation-util-plugin/*": ["src/plugins/presentation_util/*"], "@kbn/product-doc-artifact-builder": ["x-pack/packages/ai-infra/product-doc-artifact-builder"], "@kbn/product-doc-artifact-builder/*": ["x-pack/packages/ai-infra/product-doc-artifact-builder/*"], - "@kbn/product-doc-base-plugin": ["x-pack/plugins/ai_infra/product_doc_base"], - "@kbn/product-doc-base-plugin/*": ["x-pack/plugins/ai_infra/product_doc_base/*"], - "@kbn/product-doc-common": ["x-pack/packages/ai-infra/product-doc-common"], - "@kbn/product-doc-common/*": ["x-pack/packages/ai-infra/product-doc-common/*"], + "@kbn/product-doc-base-plugin": ["x-pack/platform/plugins/shared/ai_infra/product_doc_base"], + "@kbn/product-doc-base-plugin/*": ["x-pack/platform/plugins/shared/ai_infra/product_doc_base/*"], + "@kbn/product-doc-common": ["x-pack/platform/packages/shared/ai-infra/product-doc-common"], + "@kbn/product-doc-common/*": ["x-pack/platform/packages/shared/ai-infra/product-doc-common/*"], "@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"], @@ -1932,8 +1932,8 @@ "@kbn/tooling-log/*": ["packages/kbn-tooling-log/*"], "@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/translations-plugin": ["x-pack/platform/plugins/private/translations"], + "@kbn/translations-plugin/*": ["x-pack/platform/plugins/private/translations/*"], "@kbn/transpose-utils": ["packages/kbn-transpose-utils"], "@kbn/transpose-utils/*": ["packages/kbn-transpose-utils/*"], "@kbn/triggers-actions-ui-example-plugin": ["x-pack/examples/triggers_actions_ui_example"], diff --git a/x-pack/.i18nrc.json b/x-pack/.i18nrc.json index 29cd97f61b970..d16cbe9a627dc 100644 --- a/x-pack/.i18nrc.json +++ b/x-pack/.i18nrc.json @@ -66,7 +66,7 @@ "xpack.fleet": "plugins/fleet", "xpack.ingestPipelines": "plugins/ingest_pipelines", "xpack.integrationAssistant": "plugins/integration_assistant", - "xpack.inference": "plugins/inference", + "xpack.inference": "platform/plugins/shared/inference", "xpack.inventory": "plugins/observability_solution/inventory", "xpack.investigate": "plugins/observability_solution/investigate", "xpack.investigateApp": "plugins/observability_solution/investigate_app", diff --git a/x-pack/packages/kbn-elastic-assistant/impl/assistant/assistant_animated_icon.tsx b/x-pack/packages/kbn-elastic-assistant/impl/assistant/assistant_animated_icon.tsx index eeb6e83368acd..f569ca1450caf 100644 --- a/x-pack/packages/kbn-elastic-assistant/impl/assistant/assistant_animated_icon.tsx +++ b/x-pack/packages/kbn-elastic-assistant/impl/assistant/assistant_animated_icon.tsx @@ -7,7 +7,6 @@ import React from 'react'; import styled from '@emotion/styled'; -import { euiThemeVars } from '@kbn/ui-theme'; import { AssistantAvatar } from './assistant_avatar/assistant_avatar'; const Container = styled.div` @@ -18,8 +17,8 @@ const Container = styled.div` display: flex; justify-content: center; align-items: center; - margin-top: ${euiThemeVars.euiSizeXXL}; - margin-bottom: ${euiThemeVars.euiSizeL}; + margin-top: ${({ theme }) => theme.euiTheme.size.xxl}; + margin-bottom: ${({ theme }) => theme.euiTheme.size.l}; :before, :after { @@ -45,7 +44,7 @@ const Animation = styled.div` top: 0; left: 0; z-index: 0; - border: 1px solid ${euiThemeVars.euiColorPrimary}; + border: 1px solid ${(props) => props.theme.euiTheme.colors.borderBasePlain}; border-radius: inherit; animation: 4s cubic-bezier(0.42, 0, 0.37, 1) 0.5s infinite normal none running pulsing; } diff --git a/x-pack/packages/kbn-elastic-assistant/impl/data_anonymization_editor/stats/index.tsx b/x-pack/packages/kbn-elastic-assistant/impl/data_anonymization_editor/stats/index.tsx index b628119032d1a..180933409aafd 100644 --- a/x-pack/packages/kbn-elastic-assistant/impl/data_anonymization_editor/stats/index.tsx +++ b/x-pack/packages/kbn-elastic-assistant/impl/data_anonymization_editor/stats/index.tsx @@ -9,8 +9,8 @@ import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; import { AnonymizationFieldResponse } from '@kbn/elastic-assistant-common/impl/schemas/anonymization_fields/bulk_crud_anonymization_fields_route.gen'; import { Replacements } from '@kbn/elastic-assistant-common'; import React, { useMemo } from 'react'; -// eslint-disable-next-line @kbn/eslint/module_migration -import styled from 'styled-components'; + +import styled from '@emotion/styled'; import { AllowedStat } from './allowed_stat'; import { AnonymizedStat } from './anonymized_stat'; @@ -18,7 +18,7 @@ import { getStats } from '../get_stats'; import { AvailableStat } from './available_stat'; const StatFlexItem = styled(EuiFlexItem)` - margin-right: ${({ theme }) => theme.eui.euiSizeL}; + margin-right: ${({ theme }) => theme.euiTheme.size.l}; `; interface Props { diff --git a/x-pack/packages/kbn-elastic-assistant/impl/mock/test_providers/test_providers.tsx b/x-pack/packages/kbn-elastic-assistant/impl/mock/test_providers/test_providers.tsx index 763085cca2688..d19dd7ff70890 100644 --- a/x-pack/packages/kbn-elastic-assistant/impl/mock/test_providers/test_providers.tsx +++ b/x-pack/packages/kbn-elastic-assistant/impl/mock/test_providers/test_providers.tsx @@ -8,10 +8,9 @@ import { httpServiceMock } from '@kbn/core-http-browser-mocks'; import { I18nProvider } from '@kbn/i18n-react'; import { actionTypeRegistryMock } from '@kbn/triggers-actions-ui-plugin/public/application/action_type_registry.mock'; -import { euiDarkVars } from '@kbn/ui-theme'; import React from 'react'; -// eslint-disable-next-line @kbn/eslint/module_migration -import { ThemeProvider } from 'styled-components'; + +import { EuiThemeProvider as ThemeProvider } from '@elastic/eui'; import { QueryClient, QueryClientProvider } from '@tanstack/react-query'; import { UserProfileService } from '@kbn/core/public'; @@ -67,7 +66,7 @@ export const TestProvidersComponent: React.FC = ({ return ( - ({ eui: euiDarkVars, darkMode: true })}> + /x-pack/packages/ai-infra/inference-common'], + rootDir: '../../../../../..', + roots: ['/x-pack/platform/packages/shared/ai-infra/inference-common'], }; diff --git a/x-pack/packages/ai-infra/inference-common/kibana.jsonc b/x-pack/platform/packages/shared/ai-infra/inference-common/kibana.jsonc similarity index 100% rename from x-pack/packages/ai-infra/inference-common/kibana.jsonc rename to x-pack/platform/packages/shared/ai-infra/inference-common/kibana.jsonc diff --git a/x-pack/packages/ai-infra/inference-common/package.json b/x-pack/platform/packages/shared/ai-infra/inference-common/package.json similarity index 100% rename from x-pack/packages/ai-infra/inference-common/package.json rename to x-pack/platform/packages/shared/ai-infra/inference-common/package.json diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/api.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/api.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/api.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/api.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/bound_api.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/bound_api.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/bound_api.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/bound_api.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/errors.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/errors.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/errors.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/errors.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/event_utils.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/event_utils.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/event_utils.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/event_utils.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/events.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/events.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/events.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/events.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/index.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/index.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/index.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/index.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/messages.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/messages.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/messages.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/messages.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/tool_schema.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/tool_schema.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/tool_schema.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/tool_schema.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/chat_complete/tools.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/tools.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/chat_complete/tools.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/chat_complete/tools.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/errors.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/errors.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/errors.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/errors.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/inference_task.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/inference_task.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/inference_task.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/inference_task.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/output/api.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/output/api.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/output/api.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/output/api.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/output/bound_api.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/output/bound_api.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/output/bound_api.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/output/bound_api.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/output/event_utils.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/output/event_utils.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/output/event_utils.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/output/event_utils.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/output/events.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/output/events.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/output/events.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/output/events.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/output/index.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/output/index.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/output/index.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/output/index.ts diff --git a/x-pack/packages/ai-infra/inference-common/src/truncate_list.ts b/x-pack/platform/packages/shared/ai-infra/inference-common/src/truncate_list.ts similarity index 100% rename from x-pack/packages/ai-infra/inference-common/src/truncate_list.ts rename to x-pack/platform/packages/shared/ai-infra/inference-common/src/truncate_list.ts diff --git a/x-pack/packages/ai-infra/inference-common/tsconfig.json b/x-pack/platform/packages/shared/ai-infra/inference-common/tsconfig.json similarity index 81% rename from x-pack/packages/ai-infra/inference-common/tsconfig.json rename to x-pack/platform/packages/shared/ai-infra/inference-common/tsconfig.json index 86d57b8d692f7..af23c916b5d13 100644 --- a/x-pack/packages/ai-infra/inference-common/tsconfig.json +++ b/x-pack/platform/packages/shared/ai-infra/inference-common/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../../tsconfig.base.json", + "extends": "../../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/x-pack/packages/ai-infra/product-doc-common/README.md b/x-pack/platform/packages/shared/ai-infra/product-doc-common/README.md similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/README.md rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/README.md diff --git a/x-pack/packages/ai-infra/product-doc-common/index.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/index.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/index.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/index.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/jest.config.js b/x-pack/platform/packages/shared/ai-infra/product-doc-common/jest.config.js similarity index 72% rename from x-pack/packages/ai-infra/product-doc-common/jest.config.js rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/jest.config.js index e6cae43806c8d..16ca401a20431 100644 --- a/x-pack/packages/ai-infra/product-doc-common/jest.config.js +++ b/x-pack/platform/packages/shared/ai-infra/product-doc-common/jest.config.js @@ -7,6 +7,6 @@ module.exports = { preset: '@kbn/test/jest_node', - rootDir: '../../../..', - roots: ['/x-pack/packages/ai-infra/product-doc-common'], + rootDir: '../../../../../..', + roots: ['/x-pack/platform/packages/shared/ai-infra/product-doc-common'], }; diff --git a/x-pack/packages/ai-infra/product-doc-common/kibana.jsonc b/x-pack/platform/packages/shared/ai-infra/product-doc-common/kibana.jsonc similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/kibana.jsonc rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/kibana.jsonc diff --git a/x-pack/packages/ai-infra/product-doc-common/package.json b/x-pack/platform/packages/shared/ai-infra/product-doc-common/package.json similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/package.json rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/package.json diff --git a/x-pack/packages/ai-infra/product-doc-common/src/artifact.test.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact.test.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/artifact.test.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact.test.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/artifact.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/artifact.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/artifact_content.test.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact_content.test.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/artifact_content.test.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact_content.test.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/artifact_content.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact_content.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/artifact_content.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/artifact_content.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/documents.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/documents.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/documents.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/documents.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/indices.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/indices.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/indices.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/indices.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/manifest.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/manifest.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/manifest.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/manifest.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/src/product.ts b/x-pack/platform/packages/shared/ai-infra/product-doc-common/src/product.ts similarity index 100% rename from x-pack/packages/ai-infra/product-doc-common/src/product.ts rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/src/product.ts diff --git a/x-pack/packages/ai-infra/product-doc-common/tsconfig.json b/x-pack/platform/packages/shared/ai-infra/product-doc-common/tsconfig.json similarity index 79% rename from x-pack/packages/ai-infra/product-doc-common/tsconfig.json rename to x-pack/platform/packages/shared/ai-infra/product-doc-common/tsconfig.json index 0d78dace105e1..63f0b5ff33faa 100644 --- a/x-pack/packages/ai-infra/product-doc-common/tsconfig.json +++ b/x-pack/platform/packages/shared/ai-infra/product-doc-common/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../../tsconfig.base.json", + "extends": "../../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", "types": [ diff --git a/x-pack/platform/packages/shared/ml/aiops_common/constants.ts b/x-pack/platform/packages/shared/ml/aiops_common/constants.ts index 1a75e929c147a..0875664120ee5 100644 --- a/x-pack/platform/packages/shared/ml/aiops_common/constants.ts +++ b/x-pack/platform/packages/shared/ml/aiops_common/constants.ts @@ -36,7 +36,7 @@ export const AIOPS_EMBEDDABLE_GROUPING = [ id: 'logs-aiops', getDisplayName: () => i18n.translate('xpack.aiops.embedabble.groupingDisplayName', { - defaultMessage: 'Logs AIOps', + defaultMessage: 'Log analysis', }), getIconType: () => 'machineLearningApp', }, diff --git a/x-pack/plugins/translations/README.asciidoc b/x-pack/platform/plugins/private/translations/README.asciidoc similarity index 100% rename from x-pack/plugins/translations/README.asciidoc rename to x-pack/platform/plugins/private/translations/README.asciidoc diff --git a/x-pack/plugins/translations/kibana.jsonc b/x-pack/platform/plugins/private/translations/kibana.jsonc similarity index 100% rename from x-pack/plugins/translations/kibana.jsonc rename to x-pack/platform/plugins/private/translations/kibana.jsonc diff --git a/x-pack/plugins/translations/server/index.ts b/x-pack/platform/plugins/private/translations/server/index.ts similarity index 100% rename from x-pack/plugins/translations/server/index.ts rename to x-pack/platform/plugins/private/translations/server/index.ts diff --git a/x-pack/plugins/translations/translations/en.json b/x-pack/platform/plugins/private/translations/translations/en.json similarity index 100% rename from x-pack/plugins/translations/translations/en.json rename to x-pack/platform/plugins/private/translations/translations/en.json diff --git a/x-pack/plugins/translations/translations/fr-FR.json b/x-pack/platform/plugins/private/translations/translations/fr-FR.json similarity index 100% rename from x-pack/plugins/translations/translations/fr-FR.json rename to x-pack/platform/plugins/private/translations/translations/fr-FR.json diff --git a/x-pack/plugins/translations/translations/ja-JP.json b/x-pack/platform/plugins/private/translations/translations/ja-JP.json similarity index 100% rename from x-pack/plugins/translations/translations/ja-JP.json rename to x-pack/platform/plugins/private/translations/translations/ja-JP.json diff --git a/x-pack/plugins/translations/translations/zh-CN.json b/x-pack/platform/plugins/private/translations/translations/zh-CN.json similarity index 100% rename from x-pack/plugins/translations/translations/zh-CN.json rename to x-pack/platform/plugins/private/translations/translations/zh-CN.json diff --git a/x-pack/plugins/translations/tsconfig.json b/x-pack/platform/plugins/private/translations/tsconfig.json similarity index 80% rename from x-pack/plugins/translations/tsconfig.json rename to x-pack/platform/plugins/private/translations/tsconfig.json index e48f8b0627a1b..a9784e9415491 100644 --- a/x-pack/plugins/translations/tsconfig.json +++ b/x-pack/platform/plugins/private/translations/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../../tsconfig.base.json", + "extends": "../../../../../tsconfig.base.json", "compilerOptions": { "outDir": "target/types", }, diff --git a/x-pack/plugins/ai_infra/llm_tasks/README.md b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/README.md similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/README.md rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/README.md diff --git a/x-pack/plugins/ai_infra/llm_tasks/jest.config.js b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/jest.config.js similarity index 64% rename from x-pack/plugins/ai_infra/llm_tasks/jest.config.js rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/jest.config.js index 2a6206d4304b9..dd8bc96de620a 100644 --- a/x-pack/plugins/ai_infra/llm_tasks/jest.config.js +++ b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/jest.config.js @@ -7,12 +7,12 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../../..', - roots: ['/x-pack/plugins/ai_infra/llm_tasks/server'], + rootDir: '../../../../../..', + roots: ['/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server'], setupFiles: [], collectCoverage: true, collectCoverageFrom: [ - '/x-pack/plugins/ai_infra/llm_tasks/{public,server,common}/**/*.{js,ts,tsx}', + '/x-pack/platform/plugins/shared/ai_infra/llm_tasks/{public,server,common}/**/*.{js,ts,tsx}', ], coverageReporters: ['html'], diff --git a/x-pack/plugins/ai_infra/llm_tasks/kibana.jsonc b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/kibana.jsonc similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/kibana.jsonc rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/kibana.jsonc diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/config.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/config.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/config.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/config.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/index.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/index.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/index.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/plugin.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/plugin.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/plugin.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/plugin.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/tasks/index.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/tasks/index.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/index.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/index.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/index.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/index.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.test.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.test.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.test.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/retrieve_documentation.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/summarize_document.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/summarize_document.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/summarize_document.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/summarize_document.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/types.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/tasks/retrieve_documentation/types.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/tasks/retrieve_documentation/types.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/types.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/types.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/types.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/utils/tokens.test.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/utils/tokens.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/utils/tokens.test.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/utils/tokens.test.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/server/utils/tokens.ts b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/utils/tokens.ts similarity index 100% rename from x-pack/plugins/ai_infra/llm_tasks/server/utils/tokens.ts rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/server/utils/tokens.ts diff --git a/x-pack/plugins/ai_infra/llm_tasks/tsconfig.json b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/tsconfig.json similarity index 85% rename from x-pack/plugins/ai_infra/llm_tasks/tsconfig.json rename to x-pack/platform/plugins/shared/ai_infra/llm_tasks/tsconfig.json index 03b87827d941a..ade5aa0cbb480 100644 --- a/x-pack/plugins/ai_infra/llm_tasks/tsconfig.json +++ b/x-pack/platform/plugins/shared/ai_infra/llm_tasks/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/ai_infra/product_doc_base/README.md b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/README.md similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/README.md rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/README.md diff --git a/x-pack/plugins/ai_infra/product_doc_base/common/consts.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/common/consts.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/common/consts.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/common/consts.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/common/http_api/installation.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/common/http_api/installation.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/common/http_api/installation.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/common/http_api/installation.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/common/install_status.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/common/install_status.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/common/install_status.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/common/install_status.ts diff --git a/x-pack/plugins/inference/jest.config.js b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/jest.config.js similarity index 51% rename from x-pack/plugins/inference/jest.config.js rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/jest.config.js index 8b20bd72f17b2..9bb3ea87c253e 100644 --- a/x-pack/plugins/inference/jest.config.js +++ b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/jest.config.js @@ -7,16 +7,16 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', + rootDir: '../../../../../..', roots: [ - '/x-pack/plugins/inference/public', - '/x-pack/plugins/inference/server', - '/x-pack/plugins/inference/common', + '/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public', + '/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server', + '/x-pack/platform/plugins/shared/ai_infra/product_doc_base/common', ], setupFiles: [], collectCoverage: true, collectCoverageFrom: [ - '/x-pack/plugins/inference/{public,server,common}/**/*.{js,ts,tsx}', + '/x-pack/platform/plugins/shared/ai_infra/product_doc_base/{public,server,common}/**/*.{js,ts,tsx}', ], coverageReporters: ['html'], diff --git a/x-pack/plugins/ai_infra/product_doc_base/kibana.jsonc b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/kibana.jsonc similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/kibana.jsonc rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/kibana.jsonc diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/plugin.tsx b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/plugin.tsx similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/plugin.tsx rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/plugin.tsx diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/services/installation/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/services/installation/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/services/installation/installation_service.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/installation_service.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/services/installation/installation_service.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/installation_service.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/services/installation/installation_service.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/installation_service.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/services/installation/installation_service.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/installation_service.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/services/installation/types.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/services/installation/types.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/services/installation/types.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/public/types.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/public/types.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/public/types.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/config.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/config.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/config.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/config.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/plugin.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/plugin.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/plugin.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/plugin.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/plugin.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/plugin.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/plugin.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/plugin.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/routes/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/routes/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/routes/installation.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/routes/installation.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/routes/installation.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/saved_objects/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/saved_objects/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/saved_objects/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/saved_objects/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/saved_objects/product_doc_install.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/saved_objects/product_doc_install.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/saved_objects/product_doc_install.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/saved_objects/product_doc_install.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/model_conversion.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/product_doc_install_service.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/service.mock.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/service.mock.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_install_status/service.mock.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_install_status/service.mock.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/check_license.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/check_license.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/check_license.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/check_license.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/doc_manager.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/types.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/doc_manager/types.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/doc_manager/types.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/endpoint_manager.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/service.mock.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/service.mock.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/service.mock.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/service.mock.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/get_model_install_status.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/get_model_install_status.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/get_model_install_status.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/get_model_install_status.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/install_elser.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/install_elser.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/install_elser.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/install_elser.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/wait_until_model_deployed.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/wait_until_model_deployed.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/inference_endpoint/utils/wait_until_model_deployed.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/inference_endpoint/utils/wait_until_model_deployed.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.mocks.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.mocks.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.mocks.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.mocks.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/package_installer.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/package_installer.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/package_installer.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/package_installer.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/package_installer.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/create_index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/fetch_artifact_versions.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/populate_index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/steps/validate_artifact_archive.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/archive_accessors.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/download.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/download.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/download.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/download.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/semver.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/semver.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/semver.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/semver.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/semver.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/semver.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/semver.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/semver.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/test_data/test_archive_1.zip b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/test_data/test_archive_1.zip similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/test_data/test_archive_1.zip rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/test_data/test_archive_1.zip diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/package_installer/utils/zip_archive.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/perform_search.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/perform_search.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/perform_search.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/perform_search.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/search_service.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/search_service.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/search_service.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/search_service.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/search_service.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/search_service.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/search_service.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/search_service.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/types.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/types.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/types.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/get_indices_for_product_names.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/map_result.test.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/map_result.test.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/map_result.test.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/map_result.test.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/map_result.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/map_result.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/services/search/utils/map_result.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/services/search/utils/map_result.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/tasks/ensure_up_to_date.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/ensure_up_to_date.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/tasks/ensure_up_to_date.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/ensure_up_to_date.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/tasks/index.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/index.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/tasks/index.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/index.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/tasks/install_all.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/install_all.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/tasks/install_all.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/install_all.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/tasks/uninstall_all.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/uninstall_all.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/tasks/uninstall_all.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/uninstall_all.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/tasks/utils.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/utils.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/tasks/utils.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/tasks/utils.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/server/types.ts b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/types.ts similarity index 100% rename from x-pack/plugins/ai_infra/product_doc_base/server/types.ts rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/server/types.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/tsconfig.json b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/tsconfig.json similarity index 86% rename from x-pack/plugins/ai_infra/product_doc_base/tsconfig.json rename to x-pack/platform/plugins/shared/ai_infra/product_doc_base/tsconfig.json index 9a2d1969556bf..c8c29b41722dc 100644 --- a/x-pack/plugins/ai_infra/product_doc_base/tsconfig.json +++ b/x-pack/platform/plugins/shared/ai_infra/product_doc_base/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/inference/README.md b/x-pack/platform/plugins/shared/inference/README.md similarity index 100% rename from x-pack/plugins/inference/README.md rename to x-pack/platform/plugins/shared/inference/README.md diff --git a/x-pack/plugins/inference/common/chat_complete/bind_chat_complete.test.ts b/x-pack/platform/plugins/shared/inference/common/chat_complete/bind_chat_complete.test.ts similarity index 100% rename from x-pack/plugins/inference/common/chat_complete/bind_chat_complete.test.ts rename to x-pack/platform/plugins/shared/inference/common/chat_complete/bind_chat_complete.test.ts diff --git a/x-pack/plugins/inference/common/chat_complete/bind_chat_complete.ts b/x-pack/platform/plugins/shared/inference/common/chat_complete/bind_chat_complete.ts similarity index 100% rename from x-pack/plugins/inference/common/chat_complete/bind_chat_complete.ts rename to x-pack/platform/plugins/shared/inference/common/chat_complete/bind_chat_complete.ts diff --git a/x-pack/plugins/inference/common/chat_complete/index.ts b/x-pack/platform/plugins/shared/inference/common/chat_complete/index.ts similarity index 100% rename from x-pack/plugins/inference/common/chat_complete/index.ts rename to x-pack/platform/plugins/shared/inference/common/chat_complete/index.ts diff --git a/x-pack/plugins/inference/common/connectors.ts b/x-pack/platform/plugins/shared/inference/common/connectors.ts similarity index 100% rename from x-pack/plugins/inference/common/connectors.ts rename to x-pack/platform/plugins/shared/inference/common/connectors.ts diff --git a/x-pack/plugins/inference/common/http_apis.ts b/x-pack/platform/plugins/shared/inference/common/http_apis.ts similarity index 100% rename from x-pack/plugins/inference/common/http_apis.ts rename to x-pack/platform/plugins/shared/inference/common/http_apis.ts diff --git a/x-pack/plugins/inference/common/index.ts b/x-pack/platform/plugins/shared/inference/common/index.ts similarity index 100% rename from x-pack/plugins/inference/common/index.ts rename to x-pack/platform/plugins/shared/inference/common/index.ts diff --git a/x-pack/plugins/inference/common/output/bind_output.test.ts b/x-pack/platform/plugins/shared/inference/common/output/bind_output.test.ts similarity index 100% rename from x-pack/plugins/inference/common/output/bind_output.test.ts rename to x-pack/platform/plugins/shared/inference/common/output/bind_output.test.ts diff --git a/x-pack/plugins/inference/common/output/bind_output.ts b/x-pack/platform/plugins/shared/inference/common/output/bind_output.ts similarity index 100% rename from x-pack/plugins/inference/common/output/bind_output.ts rename to x-pack/platform/plugins/shared/inference/common/output/bind_output.ts diff --git a/x-pack/plugins/inference/common/output/create_output_api.test.ts b/x-pack/platform/plugins/shared/inference/common/output/create_output_api.test.ts similarity index 100% rename from x-pack/plugins/inference/common/output/create_output_api.test.ts rename to x-pack/platform/plugins/shared/inference/common/output/create_output_api.test.ts diff --git a/x-pack/plugins/inference/common/output/create_output_api.ts b/x-pack/platform/plugins/shared/inference/common/output/create_output_api.ts similarity index 100% rename from x-pack/plugins/inference/common/output/create_output_api.ts rename to x-pack/platform/plugins/shared/inference/common/output/create_output_api.ts diff --git a/x-pack/plugins/inference/common/output/index.ts b/x-pack/platform/plugins/shared/inference/common/output/index.ts similarity index 100% rename from x-pack/plugins/inference/common/output/index.ts rename to x-pack/platform/plugins/shared/inference/common/output/index.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/ast_tools/timespan.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/ast_tools/timespan.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/ast_tools/timespan.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/ast_tools/timespan.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/correct_with_ast.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/index.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/index.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/index.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/index.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.test.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/like.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/like.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/like.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.test.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/timespan_literals.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/types.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/types.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/corrections/types.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/corrections/types.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/index.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/index.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/index.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/index.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/typeguards.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/typeguards.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/typeguards.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/typeguards.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/ast/types.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/types.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/ast/types.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/ast/types.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/constants.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/constants.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/constants.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/constants.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/correct_esql_query.test.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/correct_esql_query.test.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/correct_esql_query.test.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/correct_esql_query.test.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/correct_esql_query.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/correct_esql_query.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/correct_esql_query.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/correct_esql_query.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/index.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/index.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/index.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/index.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.test.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.test.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.test.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.test.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/non_ast/correct_common_esql_mistakes.ts diff --git a/x-pack/plugins/inference/common/tasks/nl_to_esql/non_ast/index.ts b/x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/non_ast/index.ts similarity index 100% rename from x-pack/plugins/inference/common/tasks/nl_to_esql/non_ast/index.ts rename to x-pack/platform/plugins/shared/inference/common/tasks/nl_to_esql/non_ast/index.ts diff --git a/x-pack/plugins/inference/common/utils/ensure_multi_turn.ts b/x-pack/platform/plugins/shared/inference/common/utils/ensure_multi_turn.ts similarity index 100% rename from x-pack/plugins/inference/common/utils/ensure_multi_turn.ts rename to x-pack/platform/plugins/shared/inference/common/utils/ensure_multi_turn.ts diff --git a/x-pack/plugins/inference/common/utils/generate_fake_tool_call_id.ts b/x-pack/platform/plugins/shared/inference/common/utils/generate_fake_tool_call_id.ts similarity index 100% rename from x-pack/plugins/inference/common/utils/generate_fake_tool_call_id.ts rename to x-pack/platform/plugins/shared/inference/common/utils/generate_fake_tool_call_id.ts diff --git a/x-pack/plugins/ai_infra/product_doc_base/jest.config.js b/x-pack/platform/plugins/shared/inference/jest.config.js similarity index 61% rename from x-pack/plugins/ai_infra/product_doc_base/jest.config.js rename to x-pack/platform/plugins/shared/inference/jest.config.js index fc06be251a6f7..f10ad8ca93822 100644 --- a/x-pack/plugins/ai_infra/product_doc_base/jest.config.js +++ b/x-pack/platform/plugins/shared/inference/jest.config.js @@ -7,16 +7,16 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../../..', + rootDir: '../../../../..', roots: [ - '/x-pack/plugins/ai_infra/product_doc_base/public', - '/x-pack/plugins/ai_infra/product_doc_base/server', - '/x-pack/plugins/ai_infra/product_doc_base/common', + '/x-pack/platform/plugins/shared/inference/public', + '/x-pack/platform/plugins/shared/inference/server', + '/x-pack/platform/plugins/shared/inference/common', ], setupFiles: [], collectCoverage: true, collectCoverageFrom: [ - '/x-pack/plugins/ai_infra/product_doc_base/{public,server,common}/**/*.{js,ts,tsx}', + '/x-pack/platform/plugins/shared/inference/{public,server,common}/**/*.{js,ts,tsx}', ], coverageReporters: ['html'], diff --git a/x-pack/plugins/inference/kibana.jsonc b/x-pack/platform/plugins/shared/inference/kibana.jsonc similarity index 100% rename from x-pack/plugins/inference/kibana.jsonc rename to x-pack/platform/plugins/shared/inference/kibana.jsonc diff --git a/x-pack/plugins/inference/public/chat_complete.test.ts b/x-pack/platform/plugins/shared/inference/public/chat_complete.test.ts similarity index 100% rename from x-pack/plugins/inference/public/chat_complete.test.ts rename to x-pack/platform/plugins/shared/inference/public/chat_complete.test.ts diff --git a/x-pack/plugins/inference/public/chat_complete.ts b/x-pack/platform/plugins/shared/inference/public/chat_complete.ts similarity index 100% rename from x-pack/plugins/inference/public/chat_complete.ts rename to x-pack/platform/plugins/shared/inference/public/chat_complete.ts diff --git a/x-pack/plugins/inference/public/index.ts b/x-pack/platform/plugins/shared/inference/public/index.ts similarity index 100% rename from x-pack/plugins/inference/public/index.ts rename to x-pack/platform/plugins/shared/inference/public/index.ts diff --git a/x-pack/plugins/inference/public/plugin.tsx b/x-pack/platform/plugins/shared/inference/public/plugin.tsx similarity index 100% rename from x-pack/plugins/inference/public/plugin.tsx rename to x-pack/platform/plugins/shared/inference/public/plugin.tsx diff --git a/x-pack/plugins/inference/public/types.ts b/x-pack/platform/plugins/shared/inference/public/types.ts similarity index 100% rename from x-pack/plugins/inference/public/types.ts rename to x-pack/platform/plugins/shared/inference/public/types.ts diff --git a/x-pack/plugins/inference/public/util/create_observable_from_http_response.ts b/x-pack/platform/plugins/shared/inference/public/util/create_observable_from_http_response.ts similarity index 100% rename from x-pack/plugins/inference/public/util/create_observable_from_http_response.ts rename to x-pack/platform/plugins/shared/inference/public/util/create_observable_from_http_response.ts diff --git a/x-pack/plugins/inference/public/util/http_response_into_observable.test.ts b/x-pack/platform/plugins/shared/inference/public/util/http_response_into_observable.test.ts similarity index 100% rename from x-pack/plugins/inference/public/util/http_response_into_observable.test.ts rename to x-pack/platform/plugins/shared/inference/public/util/http_response_into_observable.test.ts diff --git a/x-pack/plugins/inference/public/util/http_response_into_observable.ts b/x-pack/platform/plugins/shared/inference/public/util/http_response_into_observable.ts similarity index 100% rename from x-pack/plugins/inference/public/util/http_response_into_observable.ts rename to x-pack/platform/plugins/shared/inference/public/util/http_response_into_observable.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/.eslintrc.json b/x-pack/platform/plugins/shared/inference/scripts/evaluation/.eslintrc.json similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/.eslintrc.json rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/.eslintrc.json diff --git a/x-pack/plugins/inference/scripts/evaluation/README.md b/x-pack/platform/plugins/shared/inference/scripts/evaluation/README.md similarity index 94% rename from x-pack/plugins/inference/scripts/evaluation/README.md rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/README.md index 39ba3426ba0d4..cdcb87513f14f 100644 --- a/x-pack/plugins/inference/scripts/evaluation/README.md +++ b/x-pack/platform/plugins/shared/inference/scripts/evaluation/README.md @@ -14,7 +14,7 @@ This tool is developed for the teams working on anything related to inference. I Run the tool using: -`$ node x-pack/plugins/inference/scripts/evaluation/index.js` +`$ node x-pack/platform/plugins/shared/inference/scripts/evaluation/index.js` This will evaluate all existing scenarios, and write the evaluation results to the terminal. diff --git a/x-pack/plugins/inference/scripts/evaluation/cli.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/cli.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/cli.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/cli.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/evaluation.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/evaluation.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/evaluation.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/evaluation.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/evaluation_client.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/evaluation_client.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/evaluation_client.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/evaluation_client.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/index.js b/x-pack/platform/plugins/shared/inference/scripts/evaluation/index.js similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/index.js rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/index.js diff --git a/x-pack/plugins/inference/scripts/evaluation/scenarios/esql/index.spec.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/scenarios/esql/index.spec.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/scenarios/esql/index.spec.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/scenarios/esql/index.spec.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/services/index.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/services/index.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/services/index.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/services/index.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/table_renderer.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/table_renderer.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/table_renderer.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/table_renderer.ts diff --git a/x-pack/plugins/inference/scripts/evaluation/types.ts b/x-pack/platform/plugins/shared/inference/scripts/evaluation/types.ts similarity index 100% rename from x-pack/plugins/inference/scripts/evaluation/types.ts rename to x-pack/platform/plugins/shared/inference/scripts/evaluation/types.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/README.md b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/README.md similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/README.md rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/README.md diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/extract_doc_entries.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/extract_doc_entries.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/extract_doc_entries.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/extract_doc_entries.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/generate_doc.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/generate_doc.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/generate_doc.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/generate_doc.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/index.js b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/index.js similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/index.js rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/index.js diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/load_esql_docs.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/load_esql_docs.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/load_esql_docs.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/load_esql_docs.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/prompts/convert_to_markdown.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/convert_to_markdown.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/prompts/convert_to_markdown.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/convert_to_markdown.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/prompts/create_documentation_page.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/create_documentation_page.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/prompts/create_documentation_page.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/create_documentation_page.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/prompts/index.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/index.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/prompts/index.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/index.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/prompts/rewrite_function_page.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/rewrite_function_page.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/prompts/rewrite_function_page.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/prompts/rewrite_function_page.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/sync_built_docs_repo.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/sync_built_docs_repo.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/sync_built_docs_repo.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/sync_built_docs_repo.ts diff --git a/x-pack/plugins/inference/scripts/load_esql_docs/utils/output_executor.ts b/x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/utils/output_executor.ts similarity index 100% rename from x-pack/plugins/inference/scripts/load_esql_docs/utils/output_executor.ts rename to x-pack/platform/plugins/shared/inference/scripts/load_esql_docs/utils/output_executor.ts diff --git a/x-pack/plugins/inference/scripts/util/cli_options.ts b/x-pack/platform/plugins/shared/inference/scripts/util/cli_options.ts similarity index 100% rename from x-pack/plugins/inference/scripts/util/cli_options.ts rename to x-pack/platform/plugins/shared/inference/scripts/util/cli_options.ts diff --git a/x-pack/plugins/inference/scripts/util/get_service_urls.ts b/x-pack/platform/plugins/shared/inference/scripts/util/get_service_urls.ts similarity index 100% rename from x-pack/plugins/inference/scripts/util/get_service_urls.ts rename to x-pack/platform/plugins/shared/inference/scripts/util/get_service_urls.ts diff --git a/x-pack/plugins/inference/scripts/util/kibana_client.ts b/x-pack/platform/plugins/shared/inference/scripts/util/kibana_client.ts similarity index 100% rename from x-pack/plugins/inference/scripts/util/kibana_client.ts rename to x-pack/platform/plugins/shared/inference/scripts/util/kibana_client.ts diff --git a/x-pack/plugins/inference/scripts/util/read_kibana_config.ts b/x-pack/platform/plugins/shared/inference/scripts/util/read_kibana_config.ts similarity index 98% rename from x-pack/plugins/inference/scripts/util/read_kibana_config.ts rename to x-pack/platform/plugins/shared/inference/scripts/util/read_kibana_config.ts index 7d539e881bee8..e6a44cbb4a549 100644 --- a/x-pack/plugins/inference/scripts/util/read_kibana_config.ts +++ b/x-pack/platform/plugins/shared/inference/scripts/util/read_kibana_config.ts @@ -13,7 +13,7 @@ import { identity, pickBy } from 'lodash'; 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/inference/scripts/util/select_connector.ts b/x-pack/platform/plugins/shared/inference/scripts/util/select_connector.ts similarity index 100% rename from x-pack/plugins/inference/scripts/util/select_connector.ts rename to x-pack/platform/plugins/shared/inference/scripts/util/select_connector.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/bedrock_claude_adapter.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/process_completion_chunks.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/prompts.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/prompts.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/prompts.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/prompts.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_eventstream_into_observable.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_utils.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_utils.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_utils.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_utils.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_utils.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_utils.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/serde_utils.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/serde_utils.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/bedrock/types.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/types.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/bedrock/types.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/bedrock/types.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.mocks.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.mocks.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.mocks.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.mocks.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/gemini_adapter.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/gemini_adapter.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/gemini_adapter.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/gemini_adapter.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/gemini_adapter.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/process_vertex_stream.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/process_vertex_stream.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/process_vertex_stream.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/process_vertex_stream.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/process_vertex_stream.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/process_vertex_stream.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/process_vertex_stream.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/process_vertex_stream.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/gemini/types.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/types.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/gemini/types.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/gemini/types.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/get_inference_adapter.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/get_inference_adapter.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/get_inference_adapter.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/get_inference_adapter.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/get_inference_adapter.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/get_inference_adapter.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/get_inference_adapter.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/get_inference_adapter.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/openai/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/openai/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/openai/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/openai/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/openai/openai_adapter.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/openai/openai_adapter.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/openai/openai_adapter.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/openai/openai_adapter.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/adapters/openai/openai_adapter.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/openai/openai_adapter.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/adapters/openai/openai_adapter.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/adapters/openai/openai_adapter.ts diff --git a/x-pack/plugins/inference/server/chat_complete/api.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/api.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/api.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/api.ts diff --git a/x-pack/plugins/inference/server/chat_complete/errors.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/errors.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/errors.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/errors.ts diff --git a/x-pack/plugins/inference/server/chat_complete/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/simulated_function_calling/constants.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/constants.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/simulated_function_calling/constants.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/constants.ts diff --git a/x-pack/plugins/inference/server/chat_complete/simulated_function_calling/get_system_instructions.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/get_system_instructions.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/simulated_function_calling/get_system_instructions.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/get_system_instructions.ts diff --git a/x-pack/plugins/inference/server/chat_complete/simulated_function_calling/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/simulated_function_calling/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/simulated_function_calling/parse_inline_function_calls.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/parse_inline_function_calls.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/simulated_function_calling/parse_inline_function_calls.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/parse_inline_function_calls.ts diff --git a/x-pack/plugins/inference/server/chat_complete/simulated_function_calling/wrap_with_simulated_function_calling.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/wrap_with_simulated_function_calling.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/simulated_function_calling/wrap_with_simulated_function_calling.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/simulated_function_calling/wrap_with_simulated_function_calling.ts diff --git a/x-pack/plugins/inference/server/chat_complete/types.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/types.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/types.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/types.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/chunks_into_message.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/chunks_into_message.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/chunks_into_message.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/chunks_into_message.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/chunks_into_message.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/chunks_into_message.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/chunks_into_message.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/chunks_into_message.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/index.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/index.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/index.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/index.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/inference_executor.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/inference_executor.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/inference_executor.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/inference_executor.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/inference_executor.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/inference_executor.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/inference_executor.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/inference_executor.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/stream_to_response.test.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/stream_to_response.test.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/stream_to_response.test.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/stream_to_response.test.ts diff --git a/x-pack/plugins/inference/server/chat_complete/utils/stream_to_response.ts b/x-pack/platform/plugins/shared/inference/server/chat_complete/utils/stream_to_response.ts similarity index 100% rename from x-pack/plugins/inference/server/chat_complete/utils/stream_to_response.ts rename to x-pack/platform/plugins/shared/inference/server/chat_complete/utils/stream_to_response.ts diff --git a/x-pack/plugins/inference/server/config.ts b/x-pack/platform/plugins/shared/inference/server/config.ts similarity index 100% rename from x-pack/plugins/inference/server/config.ts rename to x-pack/platform/plugins/shared/inference/server/config.ts diff --git a/x-pack/plugins/inference/server/index.ts b/x-pack/platform/plugins/shared/inference/server/index.ts similarity index 100% rename from x-pack/plugins/inference/server/index.ts rename to x-pack/platform/plugins/shared/inference/server/index.ts diff --git a/x-pack/plugins/inference/server/inference_client/bind_client.ts b/x-pack/platform/plugins/shared/inference/server/inference_client/bind_client.ts similarity index 100% rename from x-pack/plugins/inference/server/inference_client/bind_client.ts rename to x-pack/platform/plugins/shared/inference/server/inference_client/bind_client.ts diff --git a/x-pack/plugins/inference/server/inference_client/create_client.test.ts b/x-pack/platform/plugins/shared/inference/server/inference_client/create_client.test.ts similarity index 100% rename from x-pack/plugins/inference/server/inference_client/create_client.test.ts rename to x-pack/platform/plugins/shared/inference/server/inference_client/create_client.test.ts diff --git a/x-pack/plugins/inference/server/inference_client/create_client.ts b/x-pack/platform/plugins/shared/inference/server/inference_client/create_client.ts similarity index 100% rename from x-pack/plugins/inference/server/inference_client/create_client.ts rename to x-pack/platform/plugins/shared/inference/server/inference_client/create_client.ts diff --git a/x-pack/plugins/inference/server/inference_client/index.ts b/x-pack/platform/plugins/shared/inference/server/inference_client/index.ts similarity index 100% rename from x-pack/plugins/inference/server/inference_client/index.ts rename to x-pack/platform/plugins/shared/inference/server/inference_client/index.ts diff --git a/x-pack/plugins/inference/server/inference_client/inference_client.ts b/x-pack/platform/plugins/shared/inference/server/inference_client/inference_client.ts similarity index 100% rename from x-pack/plugins/inference/server/inference_client/inference_client.ts rename to x-pack/platform/plugins/shared/inference/server/inference_client/inference_client.ts diff --git a/x-pack/plugins/inference/server/inference_client/types.ts b/x-pack/platform/plugins/shared/inference/server/inference_client/types.ts similarity index 100% rename from x-pack/plugins/inference/server/inference_client/types.ts rename to x-pack/platform/plugins/shared/inference/server/inference_client/types.ts diff --git a/x-pack/plugins/inference/server/plugin.ts b/x-pack/platform/plugins/shared/inference/server/plugin.ts similarity index 100% rename from x-pack/plugins/inference/server/plugin.ts rename to x-pack/platform/plugins/shared/inference/server/plugin.ts diff --git a/x-pack/plugins/inference/server/routes/chat_complete.ts b/x-pack/platform/plugins/shared/inference/server/routes/chat_complete.ts similarity index 100% rename from x-pack/plugins/inference/server/routes/chat_complete.ts rename to x-pack/platform/plugins/shared/inference/server/routes/chat_complete.ts diff --git a/x-pack/plugins/inference/server/routes/connectors.ts b/x-pack/platform/plugins/shared/inference/server/routes/connectors.ts similarity index 100% rename from x-pack/plugins/inference/server/routes/connectors.ts rename to x-pack/platform/plugins/shared/inference/server/routes/connectors.ts diff --git a/x-pack/plugins/inference/server/routes/index.ts b/x-pack/platform/plugins/shared/inference/server/routes/index.ts similarity index 100% rename from x-pack/plugins/inference/server/routes/index.ts rename to x-pack/platform/plugins/shared/inference/server/routes/index.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/actions/generate_esql.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/generate_esql.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/actions/generate_esql.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/generate_esql.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/actions/index.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/index.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/actions/index.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/index.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/actions/request_documentation.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/request_documentation.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/actions/request_documentation.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/request_documentation.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/actions/shared.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/shared.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/actions/shared.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/actions/shared.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/aliases.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/aliases.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/aliases.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/aliases.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/esql_doc_base.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/esql_doc_base.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/esql_doc_base.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/esql_doc_base.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/index.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/index.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/index.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/index.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/load_data.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/load_data.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/load_data.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/load_data.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/suggestions.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/suggestions.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/suggestions.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/suggestions.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/types.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/types.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/doc_base/types.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/doc_base/types.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-abs.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-abs.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-abs.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-abs.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-acos.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-acos.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-acos.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-acos.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-asin.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-asin.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-asin.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-asin.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-atan.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-atan.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-atan.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-atan.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-atan2.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-atan2.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-atan2.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-atan2.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-avg.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-avg.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-avg.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-avg.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-bucket.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-bucket.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-bucket.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-bucket.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-case.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-case.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-case.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-case.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cbrt.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cbrt.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cbrt.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cbrt.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ceil.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ceil.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ceil.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ceil.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cidr_match.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cidr_match.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cidr_match.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cidr_match.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-coalesce.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-coalesce.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-coalesce.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-coalesce.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-concat.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-concat.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-concat.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-concat.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cos.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cos.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cos.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cos.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cosh.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cosh.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-cosh.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-cosh.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-count.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-count.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-count.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-count.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-count_distinct.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-count_distinct.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-count_distinct.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-count_distinct.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_diff.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_diff.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_diff.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_diff.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_extract.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_extract.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_extract.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_extract.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_format.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_format.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_format.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_format.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_parse.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_parse.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_parse.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_parse.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_trunc.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_trunc.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-date_trunc.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-date_trunc.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-dissect.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-dissect.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-dissect.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-dissect.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-drop.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-drop.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-drop.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-drop.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-e.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-e.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-e.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-e.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ends_with.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ends_with.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ends_with.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ends_with.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-enrich.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-enrich.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-enrich.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-enrich.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-eval.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-eval.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-eval.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-eval.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-exp.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-exp.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-exp.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-exp.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-floor.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-floor.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-floor.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-floor.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-from.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-from.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-from.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-from.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-from_base64.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-from_base64.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-from_base64.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-from_base64.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-greatest.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-greatest.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-greatest.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-greatest.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-grok.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-grok.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-grok.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-grok.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ip_prefix.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ip_prefix.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ip_prefix.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ip_prefix.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-keep.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-keep.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-keep.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-keep.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-least.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-least.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-least.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-least.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-left.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-left.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-left.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-left.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-length.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-length.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-length.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-length.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-limit.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-limit.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-limit.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-limit.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-locate.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-locate.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-locate.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-locate.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-log.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-log.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-log.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-log.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-log10.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-log10.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-log10.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-log10.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-lookup.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-lookup.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-lookup.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-lookup.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ltrim.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ltrim.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-ltrim.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-ltrim.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-max.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-max.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-max.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-max.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-median.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-median.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-median.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-median.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-median_absolute_deviation.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-median_absolute_deviation.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-median_absolute_deviation.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-median_absolute_deviation.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-min.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-min.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-min.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-min.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_append.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_append.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_append.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_append.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_avg.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_avg.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_avg.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_avg.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_concat.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_concat.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_concat.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_concat.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_count.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_count.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_count.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_count.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_dedupe.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_dedupe.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_dedupe.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_dedupe.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_expand.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_expand.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_expand.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_expand.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_first.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_first.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_first.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_first.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_last.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_last.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_last.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_last.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_max.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_max.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_max.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_max.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_median.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_median.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_median.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_median.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_min.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_min.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_min.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_min.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_pseries_weighted_sum.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_pseries_weighted_sum.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_pseries_weighted_sum.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_pseries_weighted_sum.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_slice.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_slice.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_slice.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_slice.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sort.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sort.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sort.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sort.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sum.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sum.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sum.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_sum.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_zip.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_zip.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_zip.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-mv_zip.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-now.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-now.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-now.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-now.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-operators.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-operators.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-operators.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-operators.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-overview.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-overview.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-overview.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-overview.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-percentile.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-percentile.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-percentile.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-percentile.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-pi.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-pi.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-pi.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-pi.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-pow.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-pow.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-pow.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-pow.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-rename.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-rename.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-rename.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-rename.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-repeat.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-repeat.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-repeat.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-repeat.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-replace.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-replace.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-replace.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-replace.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-right.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-right.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-right.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-right.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-round.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-round.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-round.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-round.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-row.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-row.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-row.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-row.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-rtrim.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-rtrim.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-rtrim.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-rtrim.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-show.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-show.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-show.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-show.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-signum.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-signum.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-signum.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-signum.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sin.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sin.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sin.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sin.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sinh.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sinh.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sinh.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sinh.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sort.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sort.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sort.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sort.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-split.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-split.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-split.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-split.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sqrt.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sqrt.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sqrt.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sqrt.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_centroid_agg.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_centroid_agg.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_centroid_agg.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_centroid_agg.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_contains.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_contains.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_contains.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_contains.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_disjoint.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_disjoint.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_disjoint.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_disjoint.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_distance.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_distance.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_distance.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_distance.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_intersects.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_intersects.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_intersects.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_intersects.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_within.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_within.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_within.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_within.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_x.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_x.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_x.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_x.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_y.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_y.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-st_y.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-st_y.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-starts_with.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-starts_with.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-starts_with.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-starts_with.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-stats.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-stats.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-stats.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-stats.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-substring.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-substring.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-substring.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-substring.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sum.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sum.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-sum.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-sum.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-syntax.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-syntax.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-syntax.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-syntax.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-tan.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-tan.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-tan.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-tan.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-tanh.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-tanh.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-tanh.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-tanh.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-tau.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-tau.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-tau.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-tau.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_base64.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_base64.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_base64.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_base64.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_boolean.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_boolean.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_boolean.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_boolean.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianpoint.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianpoint.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianpoint.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianpoint.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianshape.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianshape.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianshape.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_cartesianshape.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_datetime.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_datetime.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_datetime.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_datetime.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_degrees.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_degrees.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_degrees.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_degrees.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_double.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_double.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_double.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_double.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geopoint.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geopoint.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geopoint.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geopoint.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geoshape.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geoshape.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geoshape.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_geoshape.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_integer.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_integer.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_integer.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_integer.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_ip.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_ip.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_ip.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_ip.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_long.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_long.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_long.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_long.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_lower.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_lower.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_lower.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_lower.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_radians.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_radians.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_radians.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_radians.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_string.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_string.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_string.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_string.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_unsigned_long.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_unsigned_long.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_unsigned_long.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_unsigned_long.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_upper.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_upper.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_upper.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_upper.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_version.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_version.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-to_version.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-to_version.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-top.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-top.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-top.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-top.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-trim.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-trim.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-trim.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-trim.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-values.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-values.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-values.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-values.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-weighted_avg.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-weighted_avg.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-weighted_avg.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-weighted_avg.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-where.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-where.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/esql_docs/esql-where.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/esql_docs/esql-where.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/index.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/index.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/index.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/index.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/system_message.txt b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/system_message.txt similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/system_message.txt rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/system_message.txt diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/task.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/task.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/task.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/task.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/types.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/types.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/types.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/types.ts diff --git a/x-pack/plugins/inference/server/tasks/nl_to_esql/validate_esql_query.ts b/x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/validate_esql_query.ts similarity index 100% rename from x-pack/plugins/inference/server/tasks/nl_to_esql/validate_esql_query.ts rename to x-pack/platform/plugins/shared/inference/server/tasks/nl_to_esql/validate_esql_query.ts diff --git a/x-pack/plugins/inference/server/test_utils/chat_complete_events.ts b/x-pack/platform/plugins/shared/inference/server/test_utils/chat_complete_events.ts similarity index 100% rename from x-pack/plugins/inference/server/test_utils/chat_complete_events.ts rename to x-pack/platform/plugins/shared/inference/server/test_utils/chat_complete_events.ts diff --git a/x-pack/plugins/inference/server/types.ts b/x-pack/platform/plugins/shared/inference/server/types.ts similarity index 100% rename from x-pack/plugins/inference/server/types.ts rename to x-pack/platform/plugins/shared/inference/server/types.ts diff --git a/x-pack/plugins/inference/server/util/event_source_stream_into_observable.test.ts b/x-pack/platform/plugins/shared/inference/server/util/event_source_stream_into_observable.test.ts similarity index 100% rename from x-pack/plugins/inference/server/util/event_source_stream_into_observable.test.ts rename to x-pack/platform/plugins/shared/inference/server/util/event_source_stream_into_observable.test.ts diff --git a/x-pack/plugins/inference/server/util/event_source_stream_into_observable.ts b/x-pack/platform/plugins/shared/inference/server/util/event_source_stream_into_observable.ts similarity index 100% rename from x-pack/plugins/inference/server/util/event_source_stream_into_observable.ts rename to x-pack/platform/plugins/shared/inference/server/util/event_source_stream_into_observable.ts diff --git a/x-pack/plugins/inference/server/util/get_connector_by_id.test.ts b/x-pack/platform/plugins/shared/inference/server/util/get_connector_by_id.test.ts similarity index 100% rename from x-pack/plugins/inference/server/util/get_connector_by_id.test.ts rename to x-pack/platform/plugins/shared/inference/server/util/get_connector_by_id.test.ts diff --git a/x-pack/plugins/inference/server/util/get_connector_by_id.ts b/x-pack/platform/plugins/shared/inference/server/util/get_connector_by_id.ts similarity index 100% rename from x-pack/plugins/inference/server/util/get_connector_by_id.ts rename to x-pack/platform/plugins/shared/inference/server/util/get_connector_by_id.ts diff --git a/x-pack/plugins/inference/server/util/observable_into_event_source_stream.test.ts b/x-pack/platform/plugins/shared/inference/server/util/observable_into_event_source_stream.test.ts similarity index 100% rename from x-pack/plugins/inference/server/util/observable_into_event_source_stream.test.ts rename to x-pack/platform/plugins/shared/inference/server/util/observable_into_event_source_stream.test.ts diff --git a/x-pack/plugins/inference/server/util/observable_into_event_source_stream.ts b/x-pack/platform/plugins/shared/inference/server/util/observable_into_event_source_stream.ts similarity index 100% rename from x-pack/plugins/inference/server/util/observable_into_event_source_stream.ts rename to x-pack/platform/plugins/shared/inference/server/util/observable_into_event_source_stream.ts diff --git a/x-pack/plugins/inference/server/util/validate_tool_calls.test.ts b/x-pack/platform/plugins/shared/inference/server/util/validate_tool_calls.test.ts similarity index 100% rename from x-pack/plugins/inference/server/util/validate_tool_calls.test.ts rename to x-pack/platform/plugins/shared/inference/server/util/validate_tool_calls.test.ts diff --git a/x-pack/plugins/inference/server/util/validate_tool_calls.ts b/x-pack/platform/plugins/shared/inference/server/util/validate_tool_calls.ts similarity index 100% rename from x-pack/plugins/inference/server/util/validate_tool_calls.ts rename to x-pack/platform/plugins/shared/inference/server/util/validate_tool_calls.ts diff --git a/x-pack/plugins/inference/tsconfig.json b/x-pack/platform/plugins/shared/inference/tsconfig.json similarity index 89% rename from x-pack/plugins/inference/tsconfig.json rename to x-pack/platform/plugins/shared/inference/tsconfig.json index 92327007829a9..1e012239f06cf 100644 --- a/x-pack/plugins/inference/tsconfig.json +++ b/x-pack/platform/plugins/shared/inference/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/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_search_index_template.tsx b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_search_index_template.tsx index 211738b43f25d..076b47c82693a 100644 --- a/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_search_index_template.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/enterprise_search_content/components/new_index/new_search_index_template.tsx @@ -154,7 +154,11 @@ export const NewSearchIndexTemplate: React.FC = ({ optionally set a default {language_analyzer} for the index." values={{ language_analyzer: ( - + {i18n.translate( 'xpack.enterpriseSearch.content.newIndex.newSearchIndexTemplate.formDescription.linkText', { @@ -247,6 +251,7 @@ export const NewSearchIndexTemplate: React.FC = ({ )} > = ({ - + {i18n.translate( 'xpack.enterpriseSearch.content.newIndex.newSearchIndexTemplate.learnMoreIndices.linkText', { @@ -273,7 +282,11 @@ export const NewSearchIndexTemplate: React.FC = ({ {type === INGESTION_METHOD_IDS.CONNECTOR && ( - + {i18n.translate( 'xpack.enterpriseSearch.content.newIndex.newSearchIndexTemplate.learnMoreConnectors.linkText', { @@ -285,7 +298,11 @@ export const NewSearchIndexTemplate: React.FC = ({ )} {type === INGESTION_METHOD_IDS.CRAWLER && ( - + {i18n.translate( 'xpack.enterpriseSearch.content.newIndex.newSearchIndexTemplate.learnMoreCrawler.linkText', { @@ -297,7 +314,11 @@ export const NewSearchIndexTemplate: React.FC = ({ )} {type === INGESTION_METHOD_IDS.API && ( - + {i18n.translate( 'xpack.enterpriseSearch.content.newIndex.newSearchIndexTemplate.learnMoreApis.linkText', { @@ -312,6 +333,7 @@ export const NewSearchIndexTemplate: React.FC = ({ history.back()} diff --git a/x-pack/plugins/fleet/common/experimental_features.ts b/x-pack/plugins/fleet/common/experimental_features.ts index 07fd2caf0f061..1c42bf3ab2afe 100644 --- a/x-pack/plugins/fleet/common/experimental_features.ts +++ b/x-pack/plugins/fleet/common/experimental_features.ts @@ -22,12 +22,12 @@ const _allowedExperimentalValues = { outputSecretsStorage: true, remoteESOutput: true, enableStrictKQLValidation: true, - subfeaturePrivileges: false, + subfeaturePrivileges: true, advancedPolicySettings: true, useSpaceAwareness: false, enableReusableIntegrationPolicies: true, asyncDeployPolicies: true, - enableExportCSV: false, + enableExportCSV: true, }; /** diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/components/bulk_actions.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/components/bulk_actions.tsx index ea020417a2a2b..4c207da0ee541 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/components/bulk_actions.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/components/bulk_actions.tsx @@ -33,6 +33,8 @@ import { AgentRequestDiagnosticsModal } from '../../components/agent_request_dia import { useExportCSV } from '../hooks/export_csv'; +import { AgentExportCSVModal } from '../../components/agent_export_csv_modal'; + import type { SelectionMode } from './types'; import { TagsAddRemove } from './tags_add_remove'; @@ -82,6 +84,7 @@ export const AgentBulkActions: React.FunctionComponent = ({ const [isTagAddVisible, setIsTagAddVisible] = useState(false); const [isRequestDiagnosticsModalOpen, setIsRequestDiagnosticsModalOpen] = useState(false); + const [isExportCSVModalOpen, setIsExportCSVModalOpen] = useState(false); // update the query removing the "managed" agents in any state (unenrolled, offline, etc) const selectionQuery = useMemo(() => { @@ -241,10 +244,7 @@ export const AgentBulkActions: React.FunctionComponent = ({ icon: , onClick: () => { closeMenu(); - generateReportingJobCSV(agents, { - field: sortField, - direction: sortOrder, - }); + setIsExportCSVModalOpen(true); }, }, ] @@ -288,6 +288,23 @@ export const AgentBulkActions: React.FunctionComponent = ({ /> )} + {isExportCSVModalOpen && ( + + ) => { + generateReportingJobCSV(agents, columns, { + field: sortField, + direction: sortOrder, + }); + setIsExportCSVModalOpen(false); + }} + onClose={() => { + setIsExportCSVModalOpen(false); + }} + agentCount={agentCount} + /> + + )} {upgradeModalState.isOpen && ( { field: 'agent.id', direction: 'asc', }; + const columns = [{ field: 'agent.id' }]; act(() => { - result.result.current.generateReportingJobCSV(agents, sortOptions); + result.result.current.generateReportingJobCSV(agents, columns, sortOptions); }); - expect(mockGetDecoratedJobParams.mock.calls[0][0].columns.length).toEqual(6); + expect(mockGetDecoratedJobParams.mock.calls[0][0].columns.length).toEqual(1); expect(mockGetDecoratedJobParams.mock.calls[0][0].searchSource).toEqual( expect.objectContaining({ filter: expect.objectContaining({ @@ -127,12 +128,13 @@ describe('export_csv', () => { it('should generate reporting job for export csv with agents query', () => { const agents = 'policy_id:1 AND status:online'; + const columns = [{ field: 'agent.id' }]; act(() => { - result.result.current.generateReportingJobCSV(agents, undefined); + result.result.current.generateReportingJobCSV(agents, columns, undefined); }); - expect(mockGetDecoratedJobParams.mock.calls[0][0].columns.length).toEqual(6); + expect(mockGetDecoratedJobParams.mock.calls[0][0].columns.length).toEqual(1); expect(mockGetDecoratedJobParams.mock.calls[0][0].searchSource).toEqual( expect.objectContaining({ filter: expect.objectContaining({ diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/hooks/export_csv.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/hooks/export_csv.tsx index e7a806ff11f02..7fb19367b7d47 100644 --- a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/hooks/export_csv.tsx +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/agent_list_page/hooks/export_csv.tsx @@ -23,6 +23,8 @@ import { import type { Agent } from '../../../../../../../common'; import { getSortConfig, removeSOAttributes } from '../../../../../../../common'; +import type { ExportField } from '../../components/agent_export_csv_modal'; + import { getSortFieldForAPI } from './use_fetch_agents_data'; export function useExportCSV(enableExportCSV?: boolean) { @@ -36,19 +38,9 @@ export function useExportCSV(enableExportCSV?: boolean) { const getJobParams = ( agents: Agent[] | string, + columns: Array<{ field: string }>, sortOptions?: { field?: string; direction?: string } ) => { - // TODO pass columns from Agent list UI - // TODO set readable column names - const columns = [ - { field: 'agent.id' }, - { field: 'status' }, - { field: 'local_metadata.host.hostname' }, - { field: 'policy_id' }, // policy name would need to be enriched - { field: 'last_checkin' }, - { field: 'local_metadata.elastic.agent.version' }, - ]; - const index = new DataView({ spec: { title: '.fleet-agents', @@ -108,9 +100,12 @@ export function useExportCSV(enableExportCSV?: boolean) { // copied and adapted logic from here: https://github.com/elastic/kibana/blob/2846a162de7e56d2107eeb2e33e006a3310a4ae1/packages/kbn-reporting/public/share/share_context_menu/register_csv_modal_reporting.tsx#L86 const generateReportingJobCSV = ( agents: Agent[] | string, + columns: ExportField[], sortOptions?: { field?: string; direction?: string } ) => { - const decoratedJobParams = apiClient.getDecoratedJobParams(getJobParams(agents, sortOptions)); + const decoratedJobParams = apiClient.getDecoratedJobParams( + getJobParams(agents, columns, sortOptions) + ); return apiClient .createReportingShareJob('csv_searchsource', decoratedJobParams) .then(() => { diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_export_csv_modal/columns.ts b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_export_csv_modal/columns.ts new file mode 100644 index 0000000000000..cc39dc594d5ff --- /dev/null +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_export_csv_modal/columns.ts @@ -0,0 +1,234 @@ +/* + * 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. + */ + +import { i18n } from '@kbn/i18n'; + +export const INITIAL_AGENT_FIELDS_TO_EXPORT = [ + { + field: 'agent.id', + description: i18n.translate('xpack.fleet.exportCSV.agentIdField', { + defaultMessage: 'Agent ID', + }), + }, + { + field: 'status', + description: i18n.translate('xpack.fleet.exportCSV.statusField', { defaultMessage: 'Status' }), + }, + { + field: 'local_metadata.host.hostname', + description: i18n.translate('xpack.fleet.exportCSV.hostnameField', { + defaultMessage: 'Host Name', + }), + }, + { + field: 'policy_id', + description: i18n.translate('xpack.fleet.exportCSV.policyIdField', { + defaultMessage: 'Policy ID', + }), + }, // policy name would need to be enriched + { + field: 'last_checkin', + description: i18n.translate('xpack.fleet.exportCSV.lastCheckinField', { + defaultMessage: 'Last Checkin Time', + }), + }, + { + field: 'local_metadata.elastic.agent.version', + description: i18n.translate('xpack.fleet.exportCSV.agentVersionField', { + defaultMessage: 'Agent Version', + }), + }, +]; + +export const AGENT_FIELDS_TO_EXPORT = [ + { + field: 'active', + description: i18n.translate('xpack.fleet.exportCSV.activeField', { defaultMessage: 'Active' }), + }, + { + field: 'audit_unenrolled_reason', + description: i18n.translate('xpack.fleet.exportCSV.auditUnenrolledReasonField', { + defaultMessage: 'Audit Unenrolled Reason', + }), + }, + { + field: 'audit_unenrolled_time', + description: i18n.translate('xpack.fleet.exportCSV.auditUnenrolledTimeField', { + defaultMessage: 'Audit Unenrolled Time', + }), + }, + { + field: 'enrolled_at', + description: i18n.translate('xpack.fleet.exportCSV.enrolledAtField', { + defaultMessage: 'Enrolled At', + }), + }, + { + field: 'last_checkin_message', + description: i18n.translate('xpack.fleet.exportCSV.lastCheckinMessageField', { + defaultMessage: 'Last Checkin Message', + }), + }, + { + field: 'last_checkin_status', + description: i18n.translate('xpack.fleet.exportCSV.lastCheckinStatusField', { + defaultMessage: 'Last Checkin Status', + }), + }, + { + field: 'last_updated', + description: i18n.translate('xpack.fleet.exportCSV.lastUpdatedField', { + defaultMessage: 'Last Updated Time', + }), + }, + { + field: 'local_metadata.elastic.agent.build.original', + description: i18n.translate('xpack.fleet.exportCSV.agentBuildOriginalField', { + defaultMessage: 'Agent Build Original', + }), + }, + { + field: 'local_metadata.elastic.agent.log_level', + description: i18n.translate('xpack.fleet.exportCSV.logLevelField', { + defaultMessage: 'Agent Log Level', + }), + }, + { + field: 'local_metadata.elastic.agent.snapshot', + description: i18n.translate('xpack.fleet.exportCSV.agentSnapshotField', { + defaultMessage: 'Agent Snapshot', + }), + }, + { + field: 'local_metadata.elastic.agent.unprivileged', + description: i18n.translate('xpack.fleet.exportCSV.agentUnprivilegedField', { + defaultMessage: 'Agent Unprivileged', + }), + }, + { + field: 'local_metadata.elastic.agent.upgradeable', + description: i18n.translate('xpack.fleet.exportCSV.agentUpgradeableField', { + defaultMessage: 'Agent Upgradeable', + }), + }, + { + field: 'local_metadata.host.architecture', + description: i18n.translate('xpack.fleet.exportCSV.hostArchitectureField', { + defaultMessage: 'Host Architecture', + }), + }, + { + field: 'local_metadata.host.id', + description: i18n.translate('xpack.fleet.exportCSV.hostIdField', { defaultMessage: 'Host ID' }), + }, + { + field: 'local_metadata.host.ip', + description: i18n.translate('xpack.fleet.exportCSV.hostIpField', { defaultMessage: 'Host IP' }), + }, + { + field: 'local_metadata.host.mac', + description: i18n.translate('xpack.fleet.exportCSV.hostMacField', { + defaultMessage: 'Host Mac', + }), + }, + { + field: 'local_metadata.host.name', + description: i18n.translate('xpack.fleet.exportCSV.hostNameField', { + defaultMessage: 'Host Name', + }), + }, + { + field: 'local_metadata.os.family', + description: i18n.translate('xpack.fleet.exportCSV.osFamilyField', { + defaultMessage: 'OS Family', + }), + }, + { + field: 'local_metadata.os.full', + description: i18n.translate('xpack.fleet.exportCSV.osFullField', { defaultMessage: 'OS Full' }), + }, + { + field: 'local_metadata.os.kernel', + description: i18n.translate('xpack.fleet.exportCSV.osKernelField', { + defaultMessage: 'OS Kernel', + }), + }, + { + field: 'local_metadata.os.name', + description: i18n.translate('xpack.fleet.exportCSV.osNameField', { defaultMessage: 'OS Name' }), + }, + { + field: 'local_metadata.os.platform', + description: i18n.translate('xpack.fleet.exportCSV.osPlatformField', { + defaultMessage: 'OS Platform', + }), + }, + { + field: 'local_metadata.os.version', + description: i18n.translate('xpack.fleet.exportCSV.osVersionField', { + defaultMessage: 'OS Version', + }), + }, + { + field: 'tags', + description: i18n.translate('xpack.fleet.exportCSV.tagsField', { defaultMessage: 'Tags' }), + }, + { + field: 'unenrolled_at', + description: i18n.translate('xpack.fleet.exportCSV.unenrolledAtField', { + defaultMessage: 'Unenrolled At', + }), + }, + { + field: 'unenrolled_reason', + description: i18n.translate('xpack.fleet.exportCSV.unenrolledReasonField', { + defaultMessage: 'Unenrolled Reason', + }), + }, + { + field: 'unenrollment_started_at', + description: i18n.translate('xpack.fleet.exportCSV.unenrolledStartedAtField', { + defaultMessage: 'Unenrolled Started At', + }), + }, + { + field: 'unhealthy_reason', + description: i18n.translate('xpack.fleet.exportCSV.unhealthyReasonField', { + defaultMessage: 'Unhealthy Reason', + }), + }, + { + field: 'updated_at', + description: i18n.translate('xpack.fleet.exportCSV.updatedAtField', { + defaultMessage: 'Updated At', + }), + }, + { + field: 'upgrade_started_at', + description: i18n.translate('xpack.fleet.exportCSV.upgradeStartedAtField', { + defaultMessage: 'Upgrade Started At', + }), + }, + { + field: 'upgrade_status', + description: i18n.translate('xpack.fleet.exportCSV.upgradeStatusField', { + defaultMessage: 'Upgrade Status', + }), + }, + { + field: 'upgraded_at', + description: i18n.translate('xpack.fleet.exportCSV.upgradedAtField', { + defaultMessage: 'Upgraded At', + }), + }, + { + field: 'user_provided_metadata', + description: i18n.translate('xpack.fleet.exportCSV.userProvidedMetadataField', { + defaultMessage: 'User Provided Metadata', + }), + }, +]; diff --git a/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_export_csv_modal/index.tsx b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_export_csv_modal/index.tsx new file mode 100644 index 0000000000000..901a90d5dea68 --- /dev/null +++ b/x-pack/plugins/fleet/public/applications/fleet/sections/agents/components/agent_export_csv_modal/index.tsx @@ -0,0 +1,139 @@ +/* + * 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. + */ + +import React, { useState } from 'react'; +import type { EuiBasicTableColumn, EuiSearchBarProps, EuiTableSelectionType } from '@elastic/eui'; +import { + EuiConfirmModal, + EuiFlexGroup, + EuiFlexItem, + EuiInMemoryTable, + EuiNotificationBadge, + EuiSpacer, + EuiText, +} from '@elastic/eui'; +import { FormattedMessage } from '@kbn/i18n-react'; +import { uniqBy } from 'lodash'; + +import { AGENT_FIELDS_TO_EXPORT, INITIAL_AGENT_FIELDS_TO_EXPORT } from './columns'; + +export interface ExportField { + field: string; +} + +export interface ExportFieldWithDescription extends ExportField { + description: string; +} + +interface Props { + onClose: () => void; + onSubmit: (columns: ExportField[]) => void; + agentCount: number; +} + +export const AgentExportCSVModal: React.FunctionComponent = ({ + onClose, + onSubmit, + agentCount, +}) => { + const [selection, setSelection] = useState( + INITIAL_AGENT_FIELDS_TO_EXPORT + ); + + const items = uniqBy([...INITIAL_AGENT_FIELDS_TO_EXPORT, ...AGENT_FIELDS_TO_EXPORT], 'field'); + + const columns: Array> = [ + { + field: 'field', + name: 'Field', + truncateText: true, + }, + { + field: 'description', + name: 'Description', + truncateText: true, + }, + ]; + + const selectionValue: EuiTableSelectionType = { + selectable: () => true, + onSelectionChange: (newSelection) => { + setSelection(newSelection); + }, + initialSelected: INITIAL_AGENT_FIELDS_TO_EXPORT, + }; + + const search: EuiSearchBarProps = { + box: { + incremental: true, + }, + }; + + return ( + + } + onCancel={onClose} + onConfirm={() => onSubmit(selection.map((s) => ({ field: s.field })))} + cancelButtonText={ + + } + confirmButtonText={ + + } + > + + + + + + + + + + + {agentCount} + + + + + + + + + + + + + + + + + + ); +}; diff --git a/x-pack/plugins/fleet/server/routes/app/index.ts b/x-pack/plugins/fleet/server/routes/app/index.ts index cb2eb0af1d154..e5198ea84a78c 100644 --- a/x-pack/plugins/fleet/server/routes/app/index.ts +++ b/x-pack/plugins/fleet/server/routes/app/index.ts @@ -237,7 +237,7 @@ export const registerRoutes = (router: FleetAuthzRouter, config: FleetConfigType path: APP_API_ROUTES.AGENT_POLICIES_SPACES, access: 'internal', fleetAuthz: { - fleet: { allAgentPolicies: true }, + fleet: { readAgentPolicies: true }, }, }) .addVersion( diff --git a/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.test.ts b/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.test.ts index d7ce89e2e8f63..eaa50e87d41b4 100644 --- a/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.test.ts +++ b/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.test.ts @@ -209,24 +209,29 @@ describe('buildPackage', () => { await buildPackage(testIntegration); - expect(createReadme).toHaveBeenCalledWith(integrationPath, testIntegration.name, [ - { - datastream: firstDatastreamName, - fields: [ - { name: 'name a', description: 'description 1', type: 'type 1' }, + expect(createReadme).toHaveBeenCalledWith( + integrationPath, + testIntegration.name, + testIntegration.dataStreams, + [ + { + datastream: firstDatastreamName, + fields: [ + { name: 'name a', description: 'description 1', type: 'type 1' }, - { name: 'name b', description: 'description 1', type: 'type 1' }, - ], - }, - { - datastream: secondDatastreamName, - fields: [ - { name: 'name c', description: 'description 2', type: 'type 2' }, - { name: 'name d', description: 'description 2', type: 'type 2' }, - { name: 'name e', description: 'description 3', type: 'type 3' }, - ], - }, - ]); + { name: 'name b', description: 'description 1', type: 'type 1' }, + ], + }, + { + datastream: secondDatastreamName, + fields: [ + { name: 'name c', description: 'description 2', type: 'type 2' }, + { name: 'name d', description: 'description 2', type: 'type 2' }, + { name: 'name e', description: 'description 3', type: 'type 3' }, + ], + }, + ] + ); }); }); diff --git a/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.ts b/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.ts index bf2e9b6b9d5a7..785c11125afd9 100644 --- a/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.ts +++ b/x-pack/plugins/integration_assistant/server/integration_builder/build_integration.ts @@ -59,7 +59,7 @@ export async function buildPackage(integration: Integration): Promise { }; }); - createReadme(packageDir, integration.name, fieldsPerDatastream); + createReadme(packageDir, integration.name, integration.dataStreams, fieldsPerDatastream); const zipBuffer = await createZipArchive(workingDir, packageDirectoryName); removeDirSync(workingDir); diff --git a/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.test.ts b/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.test.ts index ae9080fff8a74..2cb350458378e 100644 --- a/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.test.ts +++ b/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.test.ts @@ -59,7 +59,7 @@ describe('createReadme', () => { }, ]; - createReadme(integrationPath, testIntegration.name, fields); + createReadme(integrationPath, testIntegration.name, testIntegration.dataStreams, fields); expect(createSync).toHaveBeenCalledWith( `${integrationPath}/_dev/build/docs/README.md`, @@ -103,7 +103,7 @@ describe('createReadme', () => { }, ]; - createReadme(integrationPath, testIntegration.name, fields); + createReadme(integrationPath, testIntegration.name, testIntegration.dataStreams, fields); const firstDatastreamFieldsDisplayed = ` | Field | Description | Type | @@ -139,7 +139,7 @@ describe('createReadme', () => { }, ]; - createReadme(integrationPath, testIntegration.name, fields); + createReadme(integrationPath, testIntegration.name, testIntegration.dataStreams, fields); expect(createSync).toHaveBeenCalledWith( `${integrationPath}/_dev/build/docs/README.md`, @@ -165,7 +165,7 @@ describe('createReadme', () => { }, ]; - createReadme(integrationPath, testIntegration.name, fields); + createReadme(integrationPath, testIntegration.name, testIntegration.dataStreams, fields); const firstDatastreamFieldsDisplayed = ` | Field | Description | Type | diff --git a/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.ts b/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.ts index 5467a1549cea2..9b2b38c171d0d 100644 --- a/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.ts +++ b/x-pack/plugins/integration_assistant/server/integration_builder/readme_files.ts @@ -8,29 +8,46 @@ import { Environment, FileSystemLoader } from 'nunjucks'; import { join as joinPath } from 'path'; +import { DataStream } from '../../common'; import { createSync, ensureDirSync } from '../util'; -export function createReadme(packageDir: string, integrationName: string, fields: object[]) { - createPackageReadme(packageDir, integrationName, fields); - createBuildReadme(packageDir, integrationName, fields); +export function createReadme( + packageDir: string, + integrationName: string, + datastreams: DataStream[], + fields: object[] +) { + createPackageReadme(packageDir, integrationName, datastreams, fields); + createBuildReadme(packageDir, integrationName, datastreams, fields); } -function createPackageReadme(packageDir: string, integrationName: string, fields: object[]) { +function createPackageReadme( + packageDir: string, + integrationName: string, + datastreams: DataStream[], + fields: object[] +) { const dirPath = joinPath(packageDir, 'docs/'); // The readme nunjucks template files should be named in the format `somename_readme.md.njk` and not just `readme.md.njk` // since any file with `readme.*` pattern is skipped in build process in buildkite. - createReadmeFile(dirPath, 'package_readme.md.njk', integrationName, fields); + createReadmeFile(dirPath, 'package_readme.md.njk', integrationName, datastreams, fields); } -function createBuildReadme(packageDir: string, integrationName: string, fields: object[]) { +function createBuildReadme( + packageDir: string, + integrationName: string, + datastreams: DataStream[], + fields: object[] +) { const dirPath = joinPath(packageDir, '_dev/build/docs/'); - createReadmeFile(dirPath, 'build_readme.md.njk', integrationName, fields); + createReadmeFile(dirPath, 'build_readme.md.njk', integrationName, datastreams, fields); } function createReadmeFile( targetDir: string, templateName: string, integrationName: string, + datastreams: DataStream[], fields: object[] ) { ensureDirSync(targetDir); @@ -44,6 +61,7 @@ function createReadmeFile( const renderedTemplate = template.render({ package_name: integrationName, + datastreams, fields, }); diff --git a/x-pack/plugins/integration_assistant/server/templates/build_readme.md.njk b/x-pack/plugins/integration_assistant/server/templates/build_readme.md.njk index 1b58e55aebd37..92b03575b10fb 100644 --- a/x-pack/plugins/integration_assistant/server/templates/build_readme.md.njk +++ b/x-pack/plugins/integration_assistant/server/templates/build_readme.md.njk @@ -1,8 +1,8 @@ {% include "./description_readme.njk" %} -{% for data_stream in fields %} -### {{ data_stream.datastream }} - -Insert a description of the datastream here. +{% for datastream in datastreams %} +### {{ datastream.title }} +{{ datastream.description }}{% endfor %} +{% for data_stream in fields %} {% raw %}{{fields {% endraw %}"{{ data_stream.datastream }}"{% raw %}}}{% endraw %} {% endfor %} \ No newline at end of file diff --git a/x-pack/plugins/integration_assistant/server/templates/description_readme.njk b/x-pack/plugins/integration_assistant/server/templates/description_readme.njk index 91c1bf6f1b40c..9fe32dccb2b2b 100644 --- a/x-pack/plugins/integration_assistant/server/templates/description_readme.njk +++ b/x-pack/plugins/integration_assistant/server/templates/description_readme.njk @@ -7,8 +7,11 @@ Check the [overview guidelines](https://www.elastic.co/guide/en/integrations-dev ## Datastreams -Provide a high-level overview of the kind of data that is collected by the integration. -Check the [datastreams guidelines](https://www.elastic.co/guide/en/integrations-developer/current/documentation-guidelines.html#idg-docs-guidelines-datastreams) for more information. +{% for datastream in datastreams %} +### {{ datastream.title }} + +{{ datastream.description }} +{% endfor %} ## Requirements diff --git a/x-pack/plugins/integration_assistant/server/templates/package_readme.md.njk b/x-pack/plugins/integration_assistant/server/templates/package_readme.md.njk index bd56aba5ac1e5..3131822e3f2ee 100644 --- a/x-pack/plugins/integration_assistant/server/templates/package_readme.md.njk +++ b/x-pack/plugins/integration_assistant/server/templates/package_readme.md.njk @@ -1,15 +1,15 @@ {% include "./description_readme.njk" %} -{% for data_stream in fields %} -### {{ data_stream.datastream }} +{% for datastream in datastreams %} +### {{ datastream.title }} -Insert a description of the datastream here. +{{ datastream.description }}{% endfor %} **ECS Field Reference** Please refer to the following [document](https://www.elastic.co/guide/en/ecs/current/ecs-field-reference.html) for detailed information on ECS fields. **Exported fields** - +{% for data_stream in fields %} | Field | Description | Type | |---|---|---| {% for field in data_stream.fields %}| {{ field.name }} | {{ field.description | default('') | replace('\n', ' ') | trim }} | {{ field.type }} | diff --git a/x-pack/plugins/lists/server/services/items/delete_list_item.test.ts b/x-pack/plugins/lists/server/services/items/delete_list_item.test.ts index a468eae0b8811..08ac751b8abd8 100644 --- a/x-pack/plugins/lists/server/services/items/delete_list_item.test.ts +++ b/x-pack/plugins/lists/server/services/items/delete_list_item.test.ts @@ -34,16 +34,26 @@ describe('delete_list_item', () => { test('Delete returns the same list item if a list item is returned from "getListItem"', async () => { const listItem = getListItemResponseMock(); - (getListItem as unknown as jest.Mock).mockResolvedValueOnce(listItem); + (getListItem as unknown as jest.Mock) + .mockResolvedValueOnce(listItem) + .mockResolvedValueOnce(null); const options = getDeleteListItemOptionsMock(); + (options.esClient.deleteByQuery as unknown as jest.Mock).mockResolvedValueOnce({ + deleted: true, + }); const deletedListItem = await deleteListItem(options); expect(deletedListItem).toEqual(listItem); }); test('Delete calls "deleteByQuery" if a list item is returned from "getListItem"', async () => { const listItem = getListItemResponseMock(); - (getListItem as unknown as jest.Mock).mockResolvedValueOnce(listItem); + (getListItem as unknown as jest.Mock) + .mockResolvedValueOnce(listItem) + .mockResolvedValueOnce(null); const options = getDeleteListItemOptionsMock(); + (options.esClient.deleteByQuery as unknown as jest.Mock).mockResolvedValueOnce({ + deleted: true, + }); await deleteListItem(options); const deleteByQuery = { index: LIST_ITEM_INDEX, diff --git a/x-pack/plugins/lists/server/services/items/delete_list_item.ts b/x-pack/plugins/lists/server/services/items/delete_list_item.ts index 751a56a543352..8314f24059c0b 100644 --- a/x-pack/plugins/lists/server/services/items/delete_list_item.ts +++ b/x-pack/plugins/lists/server/services/items/delete_list_item.ts @@ -8,6 +8,8 @@ import { ElasticsearchClient } from '@kbn/core/server'; import type { Id, ListItemSchema } from '@kbn/securitysolution-io-ts-list-types'; +import { waitUntilDocumentIndexed } from '../utils'; + import { getListItem } from '.'; export interface DeleteListItemOptions { @@ -27,7 +29,7 @@ export const deleteListItem = async ({ if (listItem == null) { return null; } else { - await esClient.deleteByQuery({ + const response = await esClient.deleteByQuery({ index: listItemIndex, query: { ids: { @@ -36,6 +38,21 @@ export const deleteListItem = async ({ }, refresh, }); + + if (response.deleted) { + const checkIfListItemDeleted = async (): Promise => { + const deletedListItem = await getListItem({ esClient, id, listItemIndex }); + if (deletedListItem !== null) { + throw Error( + 'List item was deleted, but the change was not propagated in the expected time interval.' + ); + } + }; + + await waitUntilDocumentIndexed(checkIfListItemDeleted); + } else { + throw Error('Deletion of List Item [item_id] from [item_index] was not successful'); + } } return listItem; }; diff --git a/x-pack/plugins/observability_solution/infra/emotion.d.ts b/x-pack/plugins/observability_solution/infra/emotion.d.ts new file mode 100644 index 0000000000000..213178080e536 --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/emotion.d.ts @@ -0,0 +1,14 @@ +/* + * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one + * or more contributor license agreements. Licensed under the Elastic License + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. + */ + +import '@emotion/react'; +import type { UseEuiTheme } from '@elastic/eui'; + +declare module '@emotion/react' { + // eslint-disable-next-line @typescript-eslint/no-empty-interface + export interface Theme extends UseEuiTheme {} +} diff --git a/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.tsx b/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.tsx index 0b587bf067f47..c3e7cb93c44d2 100644 --- a/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.tsx +++ b/x-pack/plugins/observability_solution/infra/public/alerting/common/components/threshold.tsx @@ -7,13 +7,13 @@ import React from 'react'; import { Chart, Metric, Settings } from '@elastic/charts'; -import { EuiIcon, EuiPanel, useEuiBackgroundColor } from '@elastic/eui'; +import { EuiIcon, EuiPanel, type UseEuiTheme, useEuiTheme } from '@elastic/eui'; import type { PartialTheme, Theme } from '@elastic/charts'; import { i18n } from '@kbn/i18n'; import { COMPARATORS } from '@kbn/alerting-comparators'; export interface ChartProps { - theme?: PartialTheme; + theme?: UseEuiTheme<{}>; baseTheme: Theme; } @@ -41,7 +41,8 @@ export const Threshold = ({ valueFormatter, warning, }: Props) => { - const color = useEuiBackgroundColor('danger'); + const { euiTheme } = useEuiTheme(); + const color = euiTheme.colors.backgroundBaseDanger; return ( - + ({ filters: { [HOST_NAME_FIELD]: hostName }, - from: dateRange.from, - to: dateRange.to, + ...parsedDateRange, }), - [hostName, dateRange.from, dateRange.to] + [hostName, parsedDateRange] ); const query = useMemo(() => ({ ...params, filters: JSON.stringify(params.filters) }), [params]); diff --git a/x-pack/plugins/observability_solution/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 index 93d6b6e8efd91..f39316ed43816 100644 --- a/x-pack/plugins/observability_solution/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 @@ -21,7 +21,7 @@ import { EuiButton, EuiSpacer, } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import useToggle from 'react-use/lib/useToggle'; import { type Message } from '@kbn/observability-ai-assistant-plugin/public'; import { useKibanaContextForPlugin } from '../../../../hooks/use_kibana'; @@ -199,15 +199,13 @@ const explainProcessMessageTitle = i18n.translate( } ); -const ExpandedRowDescriptionList = euiStyled(EuiDescriptionList).attrs({ - compressed: true, -})` +const ExpandedRowDescriptionList = styled(EuiDescriptionList)` width: 100%; `; -const CodeListItem = euiStyled(EuiCode).attrs({ - transparentBackground: true, -})` +ExpandedRowDescriptionList.defaultProps = { compressed: true }; + +const CodeListItem = styled(EuiCode)` padding: 0 !important; & code.euiCodeBlock__code { white-space: nowrap !important; @@ -215,18 +213,19 @@ const CodeListItem = euiStyled(EuiCode).attrs({ } `; -const ExpandedCommandLine = euiStyled(EuiCode).attrs({ - transparentBackground: true, -})` +CodeListItem.defaultProps = { transparentBackground: true }; + +const ExpandedCommandLine = styled(EuiCode)` padding: 0 !important; - margin-bottom: ${(props) => props.theme.eui.euiSizeS}; + margin-bottom: ${(props) => props.theme.euiTheme.size.s}; `; -const ExpandedRowCell = euiStyled(EuiTableRowCell).attrs({ - textOnly: false, - colSpan: 6, -})` - padding-top: ${(props) => props.theme.eui.euiSizeM} !important; - padding-bottom: ${(props) => props.theme.eui.euiSizeM} !important; - background-color: ${(props) => props.theme.eui.euiColorLightestShade}; +ExpandedCommandLine.defaultProps = { transparentBackground: true }; + +const ExpandedRowCell = styled(EuiTableRowCell)` + padding-top: ${(props) => props.theme.euiTheme.size.m} !important; + padding-bottom: ${(props) => props.theme.euiTheme.size.m} !important; + background-color: ${(props) => props.theme.euiTheme.colors.lightestShade}; `; + +ExpandedRowCell.defaultProps = { textOnly: false, colSpan: 6 }; diff --git a/x-pack/plugins/observability_solution/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 index 6d432910c20b3..4f3a3835990ba 100644 --- a/x-pack/plugins/observability_solution/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 @@ -367,7 +367,7 @@ const columns: Array<{ ]; const CodeLine = ({ command }: { command: string }) => { - const euiTheme = useEuiTheme(); + const { euiTheme } = useEuiTheme(); return (
{ {command} diff --git a/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/autocomplete_field.tsx b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/autocomplete_field.tsx index 657db92072275..c1b362c46bd07 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/autocomplete_field.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/autocomplete_field.tsx @@ -8,7 +8,7 @@ import { EuiFieldSearch, EuiOutsideClickDetector, EuiPanel } from '@elastic/eui'; import React from 'react'; import { QuerySuggestion } from '@kbn/unified-search-plugin/public'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { composeStateUpdaters } from '../../utils/typed_react'; import { SuggestionItem } from './suggestion_item'; @@ -302,19 +302,18 @@ const withUnfocused = (state: AutocompleteFieldState) => ({ isFocused: false, }); -const AutocompleteContainer = euiStyled.div` +const AutocompleteContainer = styled.div` position: relative; `; -const SuggestionsPanel = euiStyled(EuiPanel).attrs(() => ({ - paddingSize: 'none', - hasShadow: true, -}))` +const SuggestionsPanel = styled(EuiPanel)` position: absolute; width: 100%; margin-top: 2px; overflow-x: hidden; overflow-y: scroll; - z-index: ${(props) => props.theme.eui.euiZLevel1}; + z-index: ${(props) => props.theme.euiTheme.levels.maskBelowHeader}; max-height: 322px; `; + +SuggestionsPanel.defaultProps = { paddingSize: 'none', hasShadow: true }; diff --git a/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/suggestion_item.tsx b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/suggestion_item.tsx index a317ad3ecff5e..486d41d2c9c93 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/suggestion_item.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/autocomplete_field/suggestion_item.tsx @@ -6,8 +6,9 @@ */ import React from 'react'; -import { EuiIcon } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import { EuiIcon, useEuiFontSize } from '@elastic/eui'; +import styled from '@emotion/styled'; +import type { Theme } from '@emotion/react'; import { QuerySuggestion, QuerySuggestionTypes } from '@kbn/unified-search-plugin/public'; import { transparentize } from 'polished'; @@ -36,51 +37,51 @@ SuggestionItem.defaultProps = { isSelected: false, }; -const SuggestionItemContainer = euiStyled.div<{ +const SuggestionItemContainer = styled.div<{ isSelected?: boolean; }>` display: flex; flex-direction: row; - font-size: ${(props) => props.theme.eui.euiFontSizeS}; - height: ${(props) => props.theme.eui.euiSizeXL}; + font-size: ${() => useEuiFontSize('m').fontSize}; + height: ${({ theme }) => theme.euiTheme.size.xl}; white-space: nowrap; background-color: ${(props) => - props.isSelected ? props.theme.eui.euiColorLightestShade : 'transparent'}; + props.isSelected ? props.theme.euiTheme.colors.lightestShade : 'transparent'}; `; -const SuggestionItemField = euiStyled.div` +const SuggestionItemField = styled.div` align-items: center; cursor: pointer; display: flex; flex-direction: row; - height: ${(props) => props.theme.eui.euiSizeXL}; - padding: ${(props) => props.theme.eui.euiSizeXS}; + height: ${({ theme }) => theme.euiTheme.size.xl}; + padding: ${({ theme }) => theme.euiTheme.size.xs}; `; -const SuggestionItemIconField = euiStyled(SuggestionItemField)<{ +const SuggestionItemIconField = styled(SuggestionItemField)<{ suggestionType: QuerySuggestionTypes; }>` - background-color: ${(props) => - transparentize(0.9, getEuiIconColor(props.theme, props.suggestionType))}; - color: ${(props) => getEuiIconColor(props.theme, props.suggestionType)}; + background-color: ${({ theme, suggestionType }) => + transparentize(0.9, getEuiIconColor(theme, suggestionType))}; + color: ${({ theme, suggestionType }) => getEuiIconColor(theme, suggestionType)}; flex: 0 0 auto; justify-content: center; - width: ${(props) => props.theme.eui.euiSizeXL}; + width: ${({ theme }) => theme.euiTheme.size.xl}; `; -const SuggestionItemTextField = euiStyled(SuggestionItemField)` +const SuggestionItemTextField = styled(SuggestionItemField)` flex: 2 0 0; - font-family: ${(props) => props.theme.eui.euiCodeFontFamily}; + font-family: ${({ theme }) => theme.euiTheme.font.familyCode}; `; -const SuggestionItemDescriptionField = euiStyled(SuggestionItemField)` +const SuggestionItemDescriptionField = styled(SuggestionItemField)` flex: 3 0 0; p { display: inline; span { - font-family: ${(props) => props.theme.eui.euiCodeFontFamily}; + font-family: ${({ theme }) => theme.euiTheme.font.familyCode}; } } `; @@ -102,18 +103,18 @@ const getEuiIconType = (suggestionType: QuerySuggestionTypes) => { } }; -const getEuiIconColor = (theme: any, suggestionType: QuerySuggestionTypes): string => { +const getEuiIconColor = (theme: Theme, suggestionType: QuerySuggestionTypes): string => { switch (suggestionType) { case QuerySuggestionTypes.Field: - return theme?.eui.euiColorVis7; + return theme?.euiTheme.colors.vis.euiColorVis7; case QuerySuggestionTypes.Value: - return theme?.eui.euiColorVis0; + return theme?.euiTheme.colors.vis.euiColorVis0; case QuerySuggestionTypes.Operator: - return theme?.eui.euiColorVis1; + return theme?.euiTheme.colors.vis.euiColorVis1; case QuerySuggestionTypes.Conjunction: - return theme?.eui.euiColorVis2; + return theme?.euiTheme.colors.vis.euiColorVis2; case QuerySuggestionTypes.RecentSearch: default: - return theme?.eui.euiColorMediumShade; + return theme?.euiTheme.colors.mediumShade; } }; diff --git a/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_data.tsx b/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_data.tsx index 0fc2af08d1e5f..3a9fb85331f3c 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_data.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/empty_states/no_data.tsx @@ -7,8 +7,7 @@ import { EuiButton, EuiEmptyPrompt } from '@elastic/eui'; import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; interface NoDataProps { titleText: string; @@ -44,6 +43,6 @@ export const NoData: React.FC = ({ /> ); -const CenteredEmptyPrompt = euiStyled(EuiEmptyPrompt)` +const CenteredEmptyPrompt = styled(EuiEmptyPrompt)` align-self: center; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/toolbar.tsx b/x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/toolbar.tsx index 95f45562c6241..05b474c14fcb6 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/toolbar.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/eui/toolbar/toolbar.tsx @@ -6,22 +6,14 @@ */ import { EuiPanel } from '@elastic/eui'; -import { FunctionComponent } from 'react'; -import { StyledComponent } from 'styled-components'; -import { euiStyled, EuiTheme } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; -// The return type of this component needs to be specified because the inferred -// return type depends on types that are not exported from EUI. You get a TS4023 -// error if the return type is not specified. -export const Toolbar: StyledComponent = euiStyled(EuiPanel).attrs( - () => ({ - grow: false, - paddingSize: 'none', - }) -)` +export const Toolbar = styled(EuiPanel)` border-top: none; border-right: none; border-left: none; border-radius: 0; - padding: ${(props) => props.theme.eui.euiSizeS} ${(props) => props.theme.eui.euiSizeL}; + padding: ${(props) => props.theme.euiTheme.size.s} ${(props) => props.theme.euiTheme.size.l}; `; + +Toolbar.defaultProps = { grow: false, paddingSize: 'none' }; diff --git a/x-pack/plugins/observability_solution/infra/public/components/fixed_datepicker.tsx b/x-pack/plugins/observability_solution/infra/public/components/fixed_datepicker.tsx index 2d11fd155aa28..a33550399ae4e 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/fixed_datepicker.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/fixed_datepicker.tsx @@ -6,17 +6,13 @@ */ import { EuiDatePicker, EuiDatePickerProps } from '@elastic/eui'; -import React, { FunctionComponent } from 'react'; -import { StyledComponent } from 'styled-components'; -import { euiStyled, EuiTheme } from '@kbn/kibana-react-plugin/common'; +import React from 'react'; +import styled, { type StyledComponent } from '@emotion/styled'; // The return type of this component needs to be specified because the inferred // return type depends on types that are not exported from EUI. You get a TS4023 // error if the return type is not specified. -export const FixedDatePicker: StyledComponent< - FunctionComponent, - EuiTheme -> = euiStyled( +export const FixedDatePicker: StyledComponent = styled( ({ className, inputClassName, diff --git a/x-pack/plugins/observability_solution/infra/public/components/loading/index.tsx b/x-pack/plugins/observability_solution/infra/public/components/loading/index.tsx index b4d8a4867c71e..372bd604834ef 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/loading/index.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/loading/index.tsx @@ -7,8 +7,7 @@ import { EuiLoadingChart, EuiPanel, EuiText } from '@elastic/eui'; import * as React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; interface InfraLoadingProps { text: string | JSX.Element; @@ -34,7 +33,7 @@ export class InfraLoadingPanel extends React.PureComponent & { @@ -28,13 +28,13 @@ const Overlay: FC> = ({ children }) => ( {children ? children : } ); -const RelativeDiv = euiStyled.div` +const RelativeDiv = styled.div` position: relative; `; -const OverlayDiv = euiStyled.div` +const OverlayDiv = styled.div` align-items: center; - background-color: ${(props) => transparentize(0.3, props.theme.eui.euiColorEmptyShade)}; + background-color: ${(props) => transparentize(0.3, props.theme.euiTheme.colors.emptyShade)}; display: flex; height: 100%; justify-content: center; @@ -42,5 +42,5 @@ const OverlayDiv = euiStyled.div` position: absolute; top: 0; width: 100%; - z-index: ${(props) => props.theme.eui.euiZLevel1}; + z-index: ${(props) => props.theme.euiTheme.levels.maskBelowHeader}; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_react_embeddable.tsx b/x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_react_embeddable.tsx index 1193b81379219..8b841c30f1533 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_react_embeddable.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/log_stream/log_stream_react_embeddable.tsx @@ -7,7 +7,7 @@ import React, { FC, PropsWithChildren, useEffect, useMemo, useState } from 'react'; import { i18n } from '@kbn/i18n'; -import { EuiCallOut, EuiLink } from '@elastic/eui'; +import { EuiCallOut, EuiLink, useEuiTheme } from '@elastic/eui'; import { ReactEmbeddableFactory } from '@kbn/embeddable-plugin/public'; import { initializeTimeRange, @@ -19,7 +19,6 @@ import { AppMountParameters, CoreStart } from '@kbn/core/public'; import { EuiThemeProvider } from '@kbn/kibana-react-plugin/common'; import { Query } from '@kbn/es-query'; import { KibanaRenderContextProvider } from '@kbn/react-kibana-context-render'; -import { euiThemeVars } from '@kbn/ui-theme'; import useLocalStorage from 'react-use/lib/useLocalStorage'; import { FormattedMessage } from '@kbn/i18n-react'; import type { LogStreamApi, LogStreamSerializedState, Services } from './types'; @@ -113,6 +112,7 @@ const SAVED_SEARCH_DOCS_URL = const DeprecationCallout = () => { const [isDismissed, setDismissed] = useLocalStorage(DISMISSAL_STORAGE_KEY, false); + const { euiTheme } = useEuiTheme(); if (isDismissed) { return null; @@ -125,8 +125,8 @@ const DeprecationCallout = () => { onDismiss={() => setDismissed(true)} css={{ position: 'absolute', - bottom: euiThemeVars.euiSizeM, - right: euiThemeVars.euiSizeM, + bottom: euiTheme.size.m, + right: euiTheme.size.m, width: 'min(100%, 40ch)', }} > diff --git a/x-pack/plugins/observability_solution/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 index b86df4954c431..e3b4ef43106be 100644 --- a/x-pack/plugins/observability_solution/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 @@ -17,7 +17,7 @@ import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; import { groupBy } from 'lodash'; import React, { Fragment, useState } from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { CategoryQualityWarning, CategoryQualityWarningReason, @@ -83,10 +83,10 @@ export const CategoryQualityWarnings: React.FC<{ ); }; -const QualityWarningReasonDescription = euiStyled(EuiDescriptionListDescription)` +const QualityWarningReasonDescription = styled(EuiDescriptionListDescription)` display: list-item; list-style-type: disc; - margin-left: ${(props) => props.theme.eui.euiSizeM}; + margin-left: ${(props) => props.theme.euiTheme.size.m}; `; const categoryQualityWarningCalloutTitle = i18n.translate( diff --git a/x-pack/plugins/observability_solution/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 index 849b8cdaa4546..432b12a0f2372 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,8 +7,7 @@ import { i18n } from '@kbn/i18n'; import React, { memo } from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; export const RegularExpressionRepresentation: React.FunctionComponent<{ maximumSegmentCount?: number; @@ -48,16 +47,16 @@ export const RegularExpressionRepresentation: React.FunctionComponent<{ ); }); -const CategoryPattern = euiStyled.span` - font-family: ${(props) => props.theme.eui.euiCodeFontFamily}; +const CategoryPattern = styled.span` + font-family: ${(props) => props.theme.euiTheme.font.familyCode}; word-break: break-all; `; -const CategoryPatternWildcard = euiStyled.span` - color: ${(props) => props.theme.eui.euiColorMediumShade}; +const CategoryPatternWildcard = styled.span` + color: ${(props) => props.theme.euiTheme.colors.mediumShade}; `; -const CategoryPatternSegment = euiStyled.span` +const CategoryPatternSegment = styled.span` font-weight: bold; `; diff --git a/x-pack/plugins/observability_solution/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 index dce819ffb0930..db20baea06cc1 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,7 +7,7 @@ import { EuiEmptyPrompt } from '@elastic/eui'; import React from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { missingMlPrivilegesTitle, missingMlResultsPrivilegesDescription, @@ -23,6 +23,6 @@ export const MissingResultsPrivilegesPrompt: React.FunctionComponent = () => ( /> ); -const EmptyPrompt = euiStyled(EuiEmptyPrompt)` +const EmptyPrompt = styled(EuiEmptyPrompt)` align-self: center; `; diff --git a/x-pack/plugins/observability_solution/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 index 4e2a360b55ceb..44f98fbf1ba56 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,7 +7,7 @@ import { EuiEmptyPrompt } from '@elastic/eui'; import React from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { missingMlPrivilegesTitle, missingMlSetupPrivilegesDescription, @@ -23,6 +23,6 @@ export const MissingSetupPrivilegesPrompt: React.FunctionComponent = () => ( /> ); -const EmptyPrompt = euiStyled(EuiEmptyPrompt)` +const EmptyPrompt = styled(EuiEmptyPrompt)` align-self: center; `; diff --git a/x-pack/plugins/observability_solution/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 index 5dafe8514ee08..a5935f30f52e3 100644 --- a/x-pack/plugins/observability_solution/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 @@ -9,8 +9,7 @@ import { EuiButton, EuiEmptyPrompt, EuiLink } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; export const MlUnavailablePrompt: React.FunctionComponent<{}> = () => ( = () => ( /> ); -const EmptyPrompt = euiStyled(EuiEmptyPrompt)` +const EmptyPrompt = styled(EuiEmptyPrompt)` align-self: center; `; diff --git a/x-pack/plugins/observability_solution/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 index 55cb23c5c51a2..25b759191ca87 100644 --- a/x-pack/plugins/observability_solution/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 @@ -9,7 +9,7 @@ import React from 'react'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; import { EuiEmptyPrompt, EuiButton } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; interface Props { retry: () => void; @@ -42,6 +42,6 @@ export const LogAnalysisSetupStatusUnknownPrompt: React.FunctionComponent /> ); -const EmptyPrompt = euiStyled(EuiEmptyPrompt)` +const EmptyPrompt = styled(EuiEmptyPrompt)` align-self: center; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_customization_menu.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_customization_menu.tsx index 5e7db2009b33c..e39053a489a49 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_customization_menu.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_customization_menu.tsx @@ -8,8 +8,7 @@ import { EuiButtonEmpty, EuiPopover } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n-react'; import * as React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; interface LogCustomizationMenuState { isShown: boolean; @@ -75,6 +74,6 @@ export class LogCustomizationMenu extends React.Component< } } -const CustomizationMenuContent = euiStyled.div` +const CustomizationMenuContent = styled.div` min-width: 200px; `; diff --git a/x-pack/plugins/observability_solution/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 index 2acb77b9406b6..c124866dad8e9 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,7 +6,7 @@ */ import React, { FC, PropsWithChildren } from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogEntryExampleMessagesEmptyIndicator } from './log_entry_examples_empty_indicator'; import { LogEntryExampleMessagesFailureIndicator } from './log_entry_examples_failure_indicator'; import { LogEntryExampleMessagesLoadingIndicator } from './log_entry_examples_loading_indicator'; @@ -41,7 +41,7 @@ export const LogEntryExampleMessages: FC> = ({ ); }; -const Wrapper = euiStyled.div` +const Wrapper = styled.div` align-items: stretch; flex-direction: column; flex: 1 0 0%; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_highlights_menu.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_highlights_menu.tsx index 1e53d8125834f..1657fdc51450d 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_highlights_menu.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_highlights_menu.tsx @@ -18,9 +18,9 @@ import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; import { debounce } from 'lodash'; import React, { useCallback, useMemo, useState } from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useVisibilityState } from '../../hooks/use_visibility_state'; +import { withAttrs } from '../../utils/theme_utils/with_attrs'; interface LogHighlightsMenuProps { onChange: (highlightTerms: string[]) => void; @@ -174,14 +174,17 @@ const goToNextHighlightLabel = i18n.translate( } ); -const ActiveHighlightsIndicator = euiStyled(EuiIcon).attrs(({ theme }) => ({ - type: 'checkInCircleFilled', - size: 'm', - color: theme?.eui.euiColorAccent, -}))` - padding-left: ${(props) => props.theme.eui.euiSizeXS}; -`; +const ActiveHighlightsIndicator = withAttrs( + styled(EuiIcon)` + padding-left: ${(props) => props.theme.euiTheme.size.xs}; + `, + ({ theme }) => ({ + type: 'checkInCircleFilled', + size: 'm', + color: theme?.euiTheme.colors.accent, + }) +); -const LogHighlightsMenuContent = euiStyled.div` +const LogHighlightsMenuContent = styled.div` width: 300px; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/density_chart.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/density_chart.tsx index 72709d7d2faee..5f42d19d035d5 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/density_chart.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/density_chart.tsx @@ -9,8 +9,7 @@ import { scaleLinear, scaleTime } from 'd3-scale'; import { area, curveMonotoneY } from 'd3-shape'; import { max } from 'lodash'; import * as React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogEntriesSummaryBucket } from '@kbn/logs-shared-plugin/common'; interface DensityChartProps { @@ -65,16 +64,16 @@ export const DensityChart: React.FC = ({ ); }; -const DensityChartPositiveBackground = euiStyled.rect` +const DensityChartPositiveBackground = styled.rect` fill: ${(props) => - props.theme.darkMode - ? props.theme.eui.euiColorLightShade - : props.theme.eui.euiColorLightestShade}; + props.theme.colorMode === 'DARK' + ? props.theme.euiTheme.colors.lightShade + : props.theme.euiTheme.colors.lightestShade}; `; -const PositiveAreaPath = euiStyled.path` +const PositiveAreaPath = styled.path` fill: ${(props) => - props.theme.darkMode - ? props.theme.eui.euiColorMediumShade - : props.theme.eui.euiColorLightShade}; + props.theme.colorMode === 'DARK' + ? props.theme.euiTheme.colors.mediumShade + : props.theme.euiTheme.colors.lightShade}; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/highlighted_interval.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/highlighted_interval.tsx index f08d7a8ab579b..a672488cc2c5e 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/highlighted_interval.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/highlighted_interval.tsx @@ -6,8 +6,7 @@ */ import * as React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; interface HighlightedIntervalProps { className?: string; @@ -53,14 +52,14 @@ export const HighlightedInterval: React.FC = ({ HighlightedInterval.displayName = 'HighlightedInterval'; -const HighlightTargetMarker = euiStyled.line` - stroke: ${(props) => props.theme.eui.euiColorPrimary}; +const HighlightTargetMarker = styled.line` + stroke: ${(props) => props.theme.euiTheme.colors.primary}; stroke-width: 1; `; -const HighlightPolygon = euiStyled.polygon` - fill: ${(props) => props.theme.eui.euiColorPrimary}; +const HighlightPolygon = styled.polygon` + fill: ${(props) => props.theme.euiTheme.colors.primary}; fill-opacity: 0.3; - stroke: ${(props) => props.theme.eui.euiColorPrimary}; + stroke: ${(props) => props.theme.euiTheme.colors.primary}; stroke-width: 1; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx index 00c6bcc4a623f..fcd57e98b07d4 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/log_minimap.tsx @@ -5,7 +5,7 @@ * 2.0. */ -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogEntriesSummaryBucket, LogEntriesSummaryHighlightsBucket, @@ -157,23 +157,23 @@ export class LogMinimap extends React.Component props.theme.eui.euiColorMediumShade}; +const MinimapBorder = styled.line` + stroke: ${(props) => props.theme.euiTheme.colors.mediumShade}; stroke-width: 1px; `; -const TimeCursor = euiStyled.line` +const TimeCursor = styled.line` pointer-events: none; stroke-width: 1px; stroke: ${(props) => - props.theme.darkMode - ? props.theme.eui.euiColorDarkestShade - : props.theme.eui.euiColorDarkShade}; + props.theme.colorMode === 'DARK' + ? props.theme.euiTheme.colors.darkestShade + : props.theme.euiTheme.colors.darkShade}; `; -const MinimapWrapper = euiStyled.svg` +const MinimapWrapper = styled.svg` cursor: pointer; - fill: ${(props) => props.theme.eui.euiColorEmptyShade}; + fill: ${(props) => props.theme.euiTheme.colors.emptyShade}; & ${TimeCursor} { visibility: hidden; } diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker.tsx index efdbb3c3986e9..d651dc0885ad7 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/search_marker.tsx @@ -6,7 +6,8 @@ */ import { FormattedMessage } from '@kbn/i18n-react'; -import { euiStyled, keyframes } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; +import { keyframes } from '@emotion/react'; import { LogEntriesSummaryHighlightsBucket, LogEntryTime } from '@kbn/logs-shared-plugin/common'; import * as React from 'react'; import { SearchMarkerTooltip } from './search_marker_tooltip'; @@ -101,14 +102,14 @@ const fadeInAnimation = keyframes` } `; -const SearchMarkerGroup = euiStyled.g` - animation: ${fadeInAnimation} ${(props) => props.theme.eui.euiAnimSpeedExtraSlow} ease-in both; +const SearchMarkerGroup = styled.g` + animation: ${fadeInAnimation} ${(props) => props.theme.euiTheme.animation.extraSlow} ease-in both; `; -const SearchMarkerBackgroundRect = euiStyled.rect` - fill: ${(props) => props.theme.eui.euiColorAccent}; +const SearchMarkerBackgroundRect = styled.rect` + fill: ${(props) => props.theme.euiTheme.colors.accent}; opacity: 0; - transition: opacity ${(props) => props.theme.eui.euiAnimSpeedNormal} ease-in; + transition: opacity ${(props) => props.theme.euiTheme.animation.normal} ease-in; cursor: pointer; ${SearchMarkerGroup}:hover & { @@ -116,6 +117,6 @@ const SearchMarkerBackgroundRect = euiStyled.rect` } `; -const SearchMarkerForegroundRect = euiStyled.rect` - fill: ${(props) => props.theme.eui.euiColorAccent}; +const SearchMarkerForegroundRect = styled.rect` + fill: ${(props) => props.theme.euiTheme.colors.accent}; `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_ruler.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_ruler.tsx index 861feda79f1e5..1223e014fe9e6 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_ruler.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_minimap/time_ruler.tsx @@ -7,8 +7,8 @@ import { scaleTime } from 'd3-scale'; import * as React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; +import { useEuiFontSize } from '@elastic/eui'; import { useKibanaTimeZoneSetting } from '../../../hooks/use_kibana_time_zone_setting'; import { getTimeLabelFormat } from './time_label_formatter'; @@ -59,19 +59,19 @@ export const TimeRuler: React.FC = ({ end, height, start, tickCo TimeRuler.displayName = 'TimeRuler'; -const TimeRulerTickLabel = euiStyled.text` +const TimeRulerTickLabel = styled.text` font-size: 9px; - line-height: ${(props) => props.theme.eui.euiLineHeight}; - fill: ${(props) => props.theme.eui.euiTextSubduedColor}; + line-height: ${() => useEuiFontSize('s').lineHeight}; + fill: ${(props) => props.theme.euiTheme.colors.textSubdued}; user-select: none; pointer-events: none; `; -const TimeRulerGridLine = euiStyled.line` +const TimeRulerGridLine = styled.line` stroke: ${(props) => - props.theme.darkMode - ? props.theme.eui.euiColorDarkestShade - : props.theme.eui.euiColorDarkShade}; + props.theme.colorMode === 'DARK' + ? props.theme.euiTheme.colors.darkestShade + : props.theme.euiTheme.colors.darkShade}; stroke-opacity: 0.5; stroke-width: 1px; `; diff --git a/x-pack/plugins/observability_solution/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 index 471b6c75a652a..25aa19d556cbe 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,12 +7,10 @@ import { EuiFieldSearch } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; - +import styled from '@emotion/styled'; import classNames from 'classnames'; import * as React from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; - interface LogSearchInputProps { className?: string; isLoading: boolean; @@ -77,11 +75,11 @@ export const LogSearchInput = class extends React.PureComponent< } }; -const PlainSearchField = euiStyled(EuiFieldSearch)` +const PlainSearchField = styled(EuiFieldSearch)` background: transparent; box-shadow: none; &:focus { - box-shadow: inset 0 -2px 0 0 ${(props) => props.theme.eui.euiColorPrimary}; + box-shadow: inset 0 -2px 0 0 ${(props) => props.theme.euiTheme.colors.primary}; } `; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logging/log_statusbar.tsx b/x-pack/plugins/observability_solution/infra/public/components/logging/log_statusbar.tsx index 45020d9aaca14..4aa8508f3285f 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logging/log_statusbar.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logging/log_statusbar.tsx @@ -5,21 +5,29 @@ * 2.0. */ -import { EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; +import { EuiFlexGroup, type EuiFlexGroupProps, EuiFlexItem, useEuiTheme } from '@elastic/eui'; +import { css } from '@emotion/css'; +import React from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +export const LogStatusbar = (props: EuiFlexGroupProps) => { + const { euiTheme } = useEuiTheme(); -export const LogStatusbar = euiStyled(EuiFlexGroup).attrs(() => ({ - alignItems: 'center', - gutterSize: 'none', - justifyContent: 'flexEnd', -}))` - padding: ${(props) => props.theme.eui.euiSizeS}; - border-top: ${(props) => props.theme.eui.euiBorderThin}; - max-height: 48px; - min-height: 48px; - background-color: ${(props) => props.theme.eui.euiColorEmptyShade}; - flex-direction: row; -`; + return ( + + ); +}; export const LogStatusbarItem = EuiFlexItem; diff --git a/x-pack/plugins/observability_solution/infra/public/components/logs_deprecation_callout.tsx b/x-pack/plugins/observability_solution/infra/public/components/logs_deprecation_callout.tsx index 0edb8b9ab2924..756c42214d7c0 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/logs_deprecation_callout.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/logs_deprecation_callout.tsx @@ -5,13 +5,12 @@ * 2.0. */ -import { EuiCallOut } from '@elastic/eui'; +import { EuiCallOut, useEuiTheme } from '@elastic/eui'; import React from 'react'; import { i18n } from '@kbn/i18n'; import { EuiButton } from '@elastic/eui'; import { getRouterLinkProps } from '@kbn/router-utils'; import useLocalStorage from 'react-use/lib/useLocalStorage'; -import { euiThemeVars } from '@kbn/ui-theme'; import { css } from '@emotion/css'; import { LocatorPublic } from '@kbn/share-plugin/common'; import { DISCOVER_APP_LOCATOR, DiscoverAppLocatorParams } from '@kbn/discover-plugin/common'; @@ -48,6 +47,8 @@ export const LogsDeprecationCallout = ({ page }: LogsDeprecationCalloutProps) => }, } = useKibanaContextForPlugin(); + const { euiTheme } = useEuiTheme(); + const { dismissalStorageKey, message } = pageConfigurations[page]; const [isDismissed, setDismissed] = useLocalStorage(dismissalStorageKey, false); @@ -67,7 +68,9 @@ export const LogsDeprecationCallout = ({ page }: LogsDeprecationCalloutProps) => iconType="iInCircle" heading="h2" onDismiss={() => setDismissed(true)} - className={calloutStyle} + className={css` + margin-bottom: ${euiTheme.size.l}; + `} >

{message}

) onClick: () => locator.navigate({}), }); }; - -const calloutStyle = css` - margin-bottom: ${euiThemeVars.euiSizeL}; -`; diff --git a/x-pack/plugins/observability_solution/infra/public/components/page.tsx b/x-pack/plugins/observability_solution/infra/public/components/page.tsx index ae961c899a5d1..21e1d5748b16f 100644 --- a/x-pack/plugins/observability_solution/infra/public/components/page.tsx +++ b/x-pack/plugins/observability_solution/infra/public/components/page.tsx @@ -6,24 +6,23 @@ */ import { EuiPage } from '@elastic/eui'; +import styled from '@emotion/styled'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; - -export const ColumnarPage = euiStyled.div` +export const ColumnarPage = styled.div` display: flex; flex-direction: column; flex: 1 0 auto; - width: 100% + width: 100%; `; -export const PageContent = euiStyled.div` +export const PageContent = styled.div` flex: 1 0 0%; display: flex; flex-direction: row; - background-color: ${(props) => props.theme.eui.euiColorEmptyShade}; + background-color: ${(props) => props.theme.euiTheme.colors.emptyShade}; `; -export const FlexPage = euiStyled(EuiPage)` +export const FlexPage = styled(EuiPage)` align-self: stretch; flex: 1 0 0%; `; diff --git a/x-pack/plugins/observability_solution/infra/public/hooks/use_time_range.test.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_time_range.test.ts new file mode 100644 index 0000000000000..03227d4bbf65e --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/public/hooks/use_time_range.test.ts @@ -0,0 +1,59 @@ +/* + * 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. + */ + +import { renderHook } from '@testing-library/react-hooks'; +import { useTimeRange } from './use_time_range'; +import * as datemath from '../utils/datemath'; + +jest.mock('../utils/datemath'); + +describe('useTimeRange', () => { + const mockParseDateRange = datemath.parseDateRange as jest.Mock; + + beforeEach(() => { + Date.now = jest.fn(() => new Date(Date.UTC(2021, 0, 1, 12)).valueOf()); + }); + + afterEach(() => { + jest.clearAllMocks(); + }); + + it('returns default timestamps when rangeFrom and rangeTo are not provided', () => { + const { result } = renderHook(() => useTimeRange({})); + + const now = Date.now(); + const expectedFrom = new Date(now - 15 * 60000).toISOString(); + const expectedTo = new Date(now).toISOString(); + + expect(result.current.from).toBe(expectedFrom); + expect(result.current.to).toBe(expectedTo); + }); + + it('returns parsed date range when rangeFrom and rangeTo are provided', () => { + const mockFrom = '2021-01-01T00:00:00.000Z'; + const mockTo = '2021-01-01T01:00:00.000Z'; + mockParseDateRange.mockReturnValue({ from: mockFrom, to: mockTo }); + + const { result } = renderHook(() => useTimeRange({ rangeFrom: 'now-15m', rangeTo: 'now' })); + + expect(result.current.from).toBe(mockFrom); + expect(result.current.to).toBe(mockTo); + }); + + it('returns default timestamps when parseDateRange returns undefined values', () => { + mockParseDateRange.mockReturnValue({ from: undefined, to: undefined }); + + const { result } = renderHook(() => useTimeRange({ rangeFrom: 'now-15m', rangeTo: 'now' })); + + const now = Date.now(); + const expectedFrom = new Date(now - 15 * 60000).toISOString(); + const expectedTo = new Date(now).toISOString(); + + expect(result.current.from).toBe(expectedFrom); + expect(result.current.to).toBe(expectedTo); + }); +}); diff --git a/x-pack/plugins/observability_solution/infra/public/hooks/use_time_range.ts b/x-pack/plugins/observability_solution/infra/public/hooks/use_time_range.ts new file mode 100644 index 0000000000000..5fd833a180f3d --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/public/hooks/use_time_range.ts @@ -0,0 +1,39 @@ +/* + * 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. + */ + +import { useMemo } from 'react'; +import { parseDateRange } from '../utils/datemath'; + +const DEFAULT_FROM_IN_MILLISECONDS = 15 * 60000; + +const getDefaultTimestamps = () => { + const now = Date.now(); + + return { + from: new Date(now - DEFAULT_FROM_IN_MILLISECONDS).toISOString(), + to: new Date(now).toISOString(), + }; +}; + +export const useTimeRange = ({ rangeFrom, rangeTo }: { rangeFrom?: string; rangeTo?: string }) => { + const parsedDateRange = useMemo(() => { + const defaults = getDefaultTimestamps(); + + if (!rangeFrom || !rangeTo) { + return defaults; + } + + const { from = defaults.from, to = defaults.to } = parseDateRange({ + from: rangeFrom, + to: rangeTo, + }); + + return { from, to }; + }, [rangeFrom, rangeTo]); + + return parsedDateRange; +}; diff --git a/x-pack/plugins/observability_solution/infra/public/pages/error.tsx b/x-pack/plugins/observability_solution/infra/public/pages/error.tsx index fa89fa3b929b3..5972178ba2a0d 100644 --- a/x-pack/plugins/observability_solution/infra/public/pages/error.tsx +++ b/x-pack/plugins/observability_solution/infra/public/pages/error.tsx @@ -8,13 +8,12 @@ import { EuiCallOut, EuiTitle, EuiPageTemplate } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n-react'; import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { ColumnarPage, PageContent } from '../components/page'; -const DetailPageContent = euiStyled(PageContent)` +const DetailPageContent = styled(PageContent)` overflow: auto; - background-color: ${(props) => props.theme.eui.euiColorLightestShade}; + background-color: ${(props) => props.theme.euiTheme.colors.lightestShade}; `; interface Props { diff --git a/x-pack/plugins/observability_solution/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 index e1db34f31a5e0..337f0535e2bf0 100644 --- a/x-pack/plugins/observability_solution/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 @@ -11,7 +11,7 @@ import { i18n } from '@kbn/i18n'; import moment from 'moment'; import React, { useCallback, useEffect, useMemo, useState } from 'react'; import useInterval from 'react-use/lib/useInterval'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useKibana } from '@kbn/kibana-react-plugin/public'; import { MLJobsAwaitingNodeWarning, ML_PAGES, useMlHref } from '@kbn/ml-plugin/public'; import { useTrackPageview } from '@kbn/observability-shared-plugin/public'; @@ -299,11 +299,11 @@ const stringToNumericTimeRange = (timeRange: StringTimeRange): TimeRange => ({ // This is needed due to the flex-basis: 100% !important; rule that // kicks in on small screens via media queries breaking when using direction="column" -export const ResultsContentPage = euiStyled(EuiPage)` +export const ResultsContentPage = styled(EuiPage)` flex: 1 0 0%; flex-direction: column; - [class*="euiFlexGroup-responsive"] > .euiFlexItem { + [class*='euiFlexGroup-responsive'] > .euiFlexItem { flex-basis: auto !important; } `; diff --git a/x-pack/plugins/observability_solution/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 index 271eac8bf641d..a737a1de4a32b 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,8 +6,7 @@ */ import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogEntryCategoryDataset } from '../../../../../../common/log_analysis'; import { getFriendlyNameForPartitionId } from '../../../../../../common/log_analysis'; @@ -30,7 +29,7 @@ export const DatasetsList: React.FunctionComponent<{ * These aim at aligning the list with the EuiHealth list in the neighboring * column. */ -const DatasetLabel = euiStyled.div` +const DatasetLabel = styled.div` display: inline-block; margin-bottom: 2.5px; margin-top: 1px; diff --git a/x-pack/plugins/observability_solution/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 index 40cf29c8e6eb6..93346fcbb744f 100644 --- a/x-pack/plugins/observability_solution/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 @@ -9,8 +9,7 @@ import { EuiIcon, EuiTextColor } from '@elastic/eui'; import numeral from '@elastic/numeral'; import { i18n } from '@kbn/i18n'; import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; export const SingleMetricComparison: React.FunctionComponent<{ currentValue: number; @@ -53,6 +52,6 @@ const newCategoryTrendLabel = i18n.translate( } ); -const NoWrapSpan = euiStyled.span` +const NoWrapSpan = styled.span` white-space: nowrap; `; diff --git a/x-pack/plugins/observability_solution/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 index 7848672391315..377738ff00821 100644 --- a/x-pack/plugins/observability_solution/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 @@ -10,8 +10,7 @@ import numeral from '@elastic/numeral'; import { i18n } from '@kbn/i18n'; import React, { useMemo, useCallback } from 'react'; import useSet from 'react-use/lib/useSet'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { PersistedLogViewReference } from '@kbn/logs-shared-plugin/common'; import { categoriesSortRT, @@ -29,7 +28,7 @@ import { DatasetsList } from './datasets_list'; import { LogEntryCountSparkline } from './log_entry_count_sparkline'; import { SortOptions, ChangeSortOptions } from '../../use_log_entry_categories_results'; -export const TopCategoriesTable = euiStyled( +export const TopCategoriesTable = styled( ({ categorizationJobId, className, diff --git a/x-pack/plugins/observability_solution/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 index 8b4ea2edda9ac..49d539a6783ca 100644 --- a/x-pack/plugins/observability_solution/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 @@ -10,7 +10,7 @@ import numeral from '@elastic/numeral'; import { i18n } from '@kbn/i18n'; import React from 'react'; import useMount from 'react-use/lib/useMount'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useLogViewContext } from '@kbn/logs-shared-plugin/public'; import { isCategoryAnomaly, @@ -139,6 +139,6 @@ export const AnomaliesTableExpandedRow: React.FunctionComponent<{ ); }; -const ExpandedContentWrapper = euiStyled(EuiFlexGroup)` +const ExpandedContentWrapper = styled(EuiFlexGroup)` overflow: hidden; `; diff --git a/x-pack/plugins/observability_solution/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 index 6c545beb4b9cd..60399d70f2826 100644 --- a/x-pack/plugins/observability_solution/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 @@ -10,7 +10,7 @@ import moment from 'moment'; import { encode } from '@kbn/rison'; import { i18n } from '@kbn/i18n'; import { useMlHref, ML_PAGES } from '@kbn/ml-plugin/public'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useLinkProps, shouldHandleLinkEvent } from '@kbn/observability-shared-plugin/public'; import { LogEntryColumn, @@ -333,7 +333,7 @@ export const LogEntryExampleMessageHeaders: React.FunctionComponent<{ ); }; -const LogEntryExampleMessageHeadersWrapper = euiStyled(LogColumnHeadersWrapper)` +const LogEntryExampleMessageHeadersWrapper = styled(LogColumnHeadersWrapper)` border-bottom: none; box-shadow: none; padding-right: 0; diff --git a/x-pack/plugins/observability_solution/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 index 75b69045501c8..bb0b55cbbabf3 100644 --- a/x-pack/plugins/observability_solution/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 @@ -16,7 +16,7 @@ import { import { FormattedMessage } from '@kbn/i18n-react'; import React, { useCallback, useMemo } from 'react'; import { v4 as uuidv4 } from 'uuid'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogColumnConfiguration } from '../../../utils/source_configuration'; import { useVisibilityState } from '../../../hooks/use_visibility_state'; @@ -162,6 +162,6 @@ const SystemColumnBadge: React.FunctionComponent = () => ( ); -const SelectableContent = euiStyled.div` +const SelectableContent = styled.div` width: 400px; `; diff --git a/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_logs_content.tsx b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_logs_content.tsx index f59d3c1f03fbf..7ab709b837cc9 100644 --- a/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_logs_content.tsx +++ b/x-pack/plugins/observability_solution/infra/public/pages/logs/stream/page_logs_content.tsx @@ -7,7 +7,7 @@ import { EuiSpacer } from '@elastic/eui'; import type { Query } from '@kbn/es-query'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogEntry, convertISODateToNanoPrecision } from '@kbn/logs-shared-plugin/common'; import { LogEntryFlyout, @@ -341,7 +341,7 @@ export const StreamPageLogsContentForState = React.memo<{ ); }); -const LogPageMinimapColumn = euiStyled.div` +const LogPageMinimapColumn = styled.div` flex: 1 0 0%; overflow: hidden; min-width: 100px; diff --git a/x-pack/plugins/observability_solution/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 index d49bfc0c203f3..0b458e925c082 100644 --- a/x-pack/plugins/observability_solution/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 @@ -16,7 +16,7 @@ import { import { FormattedMessage } from '@kbn/i18n-react'; import { isEmpty } from 'lodash'; import React, { useCallback, useMemo } from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { LogEntry } from '@kbn/logs-shared-plugin/common'; import { LogStream } from '@kbn/logs-shared-plugin/public'; import { useViewLogInProviderContext } from '../../../containers/logs/view_log_in_context'; @@ -71,7 +71,7 @@ export const PageViewLogInContext: React.FC = () => { ); }; -const LogInContextWrapper = euiStyled.div<{ width: number | string; height: number | string }>` +const LogInContextWrapper = styled.div<{ width: number | string; height: number | string }>` padding: 16px; width: ${(props) => (typeof props.width === 'number' ? `${props.width}px` : props.width)}; height: ${(props) => (typeof props.height === 'number' ? `${props.height}px` : props.height)}; diff --git a/x-pack/plugins/observability_solution/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 index b1d3875e85a67..7cafec013edef 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,9 +6,9 @@ */ import { i18n } from '@kbn/i18n'; import React from 'react'; -import { useTheme } from '@kbn/observability-shared-plugin/public'; import { findInventoryModel } from '@kbn/metrics-data-access-plugin/common'; import useAsync from 'react-use/lib/useAsync'; +import { useEuiTheme } from '@elastic/eui'; import { KPI_CHART_HEIGHT, METRICS_TOOLTIP } from '../../../../../common/visualizations'; import { useHostCountContext } from '../../hooks/use_host_count'; import { useUnifiedSearchContext } from '../../hooks/use_unified_search'; @@ -19,13 +19,13 @@ export const HostCountKpi = () => { const inventoryModel = findInventoryModel('host'); const { count, loading } = useHostCountContext(); const { searchCriteria } = useUnifiedSearchContext(); - const euiTheme = useTheme(); + const { euiTheme } = useEuiTheme(); const { value: formulas } = useAsync(() => inventoryModel.metrics.getFormulas()); const hostsCountChart: Pick = { id: 'hostsViewKPI-hostsCount', - color: euiTheme.eui.euiColorLightestShade, + color: euiTheme.colors.lightestShade, title: i18n.translate('xpack.infra.hostsViewPage.kpi.hostCount.title', { defaultMessage: 'Hosts', }), diff --git a/x-pack/plugins/observability_solution/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 index 847d0e05183a7..f0b9b2b0c3b76 100644 --- a/x-pack/plugins/observability_solution/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 @@ -13,7 +13,7 @@ import { } from '@kbn/controls-plugin/public'; import { DataView } from '@kbn/data-views-plugin/public'; import type { Filter, Query, TimeRange } from '@kbn/es-query'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useControlPanels } from '@kbn/observability-shared-plugin/public'; import React, { useCallback, useEffect, useRef } from 'react'; import { Subscription } from 'rxjs'; @@ -104,8 +104,8 @@ export const ControlsContent: React.FC = ({ ); }; -const ControlGroupContainer = euiStyled.div` +const ControlGroupContainer = styled.div` .controlGroup { - min-height: ${(props) => props.theme.eui.euiSizeXXL} + min-height: ${(props) => props.theme.euiTheme.size.xxl}; } `; diff --git a/x-pack/plugins/observability_solution/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 index 8a7302da1a223..6feefd399a829 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,14 +5,14 @@ * 2.0. */ import createContainer from 'constate'; -import { useCallback, useEffect, useMemo, useState } from 'react'; +import { useCallback, useEffect, useState } from 'react'; import { buildEsQuery, Filter, fromKueryExpression, TimeRange, type Query } from '@kbn/es-query'; import { Subscription, map, tap } from 'rxjs'; import deepEqual from 'fast-deep-equal'; import useEffectOnce from 'react-use/lib/useEffectOnce'; import { useKibanaQuerySettings } from '@kbn/observability-shared-plugin/public'; +import { useTimeRange } from '../../../../hooks/use_time_range'; import { useSearchSessionContext } from '../../../../hooks/use_search_session'; -import { parseDateRange } from '../../../../utils/datemath'; import { useKibanaContextForPlugin } from '../../../../hooks/use_kibana'; import { telemetryTimeRangeFormatter } from '../../../../../common/formatters/telemetry_time_range'; import { useMetricsDataViewContext } from '../../../../containers/metrics_source'; @@ -38,17 +38,6 @@ const buildQuerySubmittedPayload = ( }; }; -const DEFAULT_FROM_IN_MILLISECONDS = 15 * 60000; - -const getDefaultTimestamps = () => { - const now = Date.now(); - - return { - from: new Date(now - DEFAULT_FROM_IN_MILLISECONDS).toISOString(), - to: new Date(now).toISOString(), - }; -}; - export const useUnifiedSearch = () => { const [error, setError] = useState(null); const [searchCriteria, setSearch] = useHostsUrlState(); @@ -57,6 +46,11 @@ export const useUnifiedSearch = () => { const { services } = useKibanaContextForPlugin(); const kibanaQuerySettings = useKibanaQuerySettings(); + const parsedDateRange = useTimeRange({ + rangeFrom: searchCriteria.dateRange.from, + rangeTo: searchCriteria.dateRange.to, + }); + const { data: { query: { filterManager: filterManagerService, queryString: queryStringService }, @@ -120,14 +114,6 @@ export const useUnifiedSearch = () => { [onDateRangeChange, updateSearchSessionId] ); - const parsedDateRange = useMemo(() => { - const defaults = getDefaultTimestamps(); - - const { from = defaults.from, to = defaults.to } = parseDateRange(searchCriteria.dateRange); - - return { from, to }; - }, [searchCriteria.dateRange]); - const getDateRangeAsTimestamp = useCallback(() => { const from = new Date(parsedDateRange.from).getTime(); const to = new Date(parsedDateRange.to).getTime(); diff --git a/x-pack/plugins/observability_solution/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 index 348c0f8e53310..6ac2c09bc81b9 100644 --- a/x-pack/plugins/observability_solution/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 @@ -8,7 +8,7 @@ import React, { useCallback, useState, useEffect, useRef } from 'react'; import { i18n } from '@kbn/i18n'; import { EuiFlexGroup, EuiFlexItem, EuiButtonEmpty, EuiPanel } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useUiTracker } from '@kbn/observability-shared-plugin/public'; import useLocalStorage from 'react-use/lib/useLocalStorage'; import { InventoryItemType } from '@kbn/metrics-data-access-plugin/common'; @@ -117,19 +117,19 @@ export const BottomDrawer = ({ interval, formatter, view, nodeType }: Props) => ); }; -const BottomActionContainer = euiStyled.div` +const BottomActionContainer = styled.div` position: sticky; bottom: 0; left: 0; - background: ${(props) => props.theme.eui.euiColorGhost}; - width: calc(100% + ${(props) => props.theme.eui.euiSizeL} * 2); - margin-left: -${(props) => props.theme.eui.euiSizeL}; + background: ${(props) => props.theme.euiTheme.colors.backgroundBasePlain}; + width: calc(100% + ${(props) => props.theme.euiTheme.size.l} * 2); + margin-left: -${(props) => props.theme.euiTheme.size.l}; `; // Additional width comes from the padding on the EuiPageBody and inner nodes container -const BottomPanel = euiStyled(EuiPanel)` - padding: ${(props) => props.theme.eui.euiSizeL} 0; +const BottomPanel = styled(EuiPanel)` + padding: ${(props) => props.theme.euiTheme.size.l} 0; `; -const StickyPanel = euiStyled(EuiPanel)` - padding: 0 ${(props) => props.theme.eui.euiSizeL}; +const StickyPanel = styled(EuiPanel)` + padding: 0 ${(props) => props.theme.euiTheme.size.l}; `; diff --git a/x-pack/plugins/observability_solution/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 index 0e4aa275a7879..50b69b94c803e 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,52 +5,58 @@ * 2.0. */ -import { EuiFlexGroup, EuiFlexItem, EuiButtonEmpty } from '@elastic/eui'; +import { + EuiFlexGroup, + EuiFlexItem, + EuiButtonEmpty, + withEuiTheme, + WithEuiThemeProps, + type EuiThemeComputed, +} from '@elastic/eui'; import React, { ReactNode } from 'react'; -import { withTheme, EuiTheme } from '@kbn/kibana-react-plugin/common'; import { KubernetesTour } from './kubernetes_tour'; interface Props { 'data-test-subj'?: string; label: string; onClick: () => void; - theme: EuiTheme | undefined; children: ReactNode; showKubernetesInfo?: boolean; } -const ButtonLabel = ({ label, theme }: { label: string; theme?: EuiTheme }) => ( +type PropsWithTheme = Props & WithEuiThemeProps; + +const ButtonLabel = ({ label, theme }: { label: string; theme?: EuiThemeComputed }) => ( {label} ); -export const DropdownButton = withTheme((props: Props) => { +export const DropdownButton = withEuiTheme((props: PropsWithTheme) => { const { onClick, label, theme, children, showKubernetesInfo } = props; return ( {showKubernetesInfo ? ( - + ) : ( - + )} `${props.theme.eui.euiSizeM} 0`}; +const TopActionContainer = styled(EuiFlexItem)` + padding: ${(props) => `${props.theme.euiTheme.size.m} 0`}; `; diff --git a/x-pack/plugins/observability_solution/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 index c2493df3a3968..d012aeb532491 100644 --- a/x-pack/plugins/observability_solution/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 @@ -9,7 +9,7 @@ import { i18n } from '@kbn/i18n'; import { usePerformanceContext } from '@kbn/ebt-tools'; import React, { useCallback, useMemo } from 'react'; import { useCurrentEuiBreakpoint } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InventoryItemType } from '@kbn/metrics-data-access-plugin/common'; import { InfraWaffleMapBounds, @@ -196,11 +196,11 @@ export const NodesOverview = ({ ); }; -const TableContainer = euiStyled.div` - padding: ${(props) => props.theme.eui.euiSizeL}; +const TableContainer = styled.div` + padding: ${(props) => props.theme.euiTheme.size.l}; `; -const MapContainer = euiStyled.div<{ positionStatic: boolean }>` +const MapContainer = styled.div<{ positionStatic: boolean }>` position: ${(props) => (props.positionStatic ? 'static' : 'absolute')}; display: flex; top: 0; diff --git a/x-pack/plugins/observability_solution/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 index 545bc57c65315..0697b05205fea 100644 --- a/x-pack/plugins/observability_solution/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 @@ -27,7 +27,7 @@ import { import { EuiFlexItem } from '@elastic/eui'; import { EuiFlexGroup } from '@elastic/eui'; import { EuiIcon } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { Metric } from '../../../../../../common/http_api/infra_ml'; import { useTimelineChartTheme } from '../../../../../hooks/use_timeline_chart_theme'; import { toMetricOpt } from '../../../../../../common/snapshot_metric_i18n'; @@ -298,32 +298,32 @@ export const Timeline: React.FC = ({ interval, yAxisFormatter, isVisible ); }; -const TimelineContainer = euiStyled.div` - background-color: ${(props) => props.theme.eui.euiPageBackgroundColor}; - border-top: 1px solid ${(props) => props.theme.eui.euiColorLightShade}; +const TimelineContainer = styled.div` + background-color: ${(props) => props.theme.euiTheme.colors.body}; + border-top: 1px solid ${(props) => props.theme.euiTheme.colors.lightShade}; height: 220px; width: 100%; - padding: ${(props) => props.theme.eui.euiSizeS} ${(props) => props.theme.eui.euiSizeM}; + padding: ${(props) => props.theme.euiTheme.size.s} ${(props) => props.theme.euiTheme.size.m}; display: flex; flex-direction: column; `; -const TimelineHeader = euiStyled.div` +const TimelineHeader = styled.div` display: flex; width: 100%; - padding: ${(props) => props.theme.eui.euiSizeS} ${(props) => props.theme.eui.euiSizeM}; + padding: ${(props) => props.theme.euiTheme.size.s} ${(props) => props.theme.euiTheme.size.m}; @media only screen and (max-width: 767px) { - margin-top: 30px; + margin-top: 30px; } `; -const TimelineChartContainer = euiStyled.div` - padding-left: ${(props) => props.theme.eui.euiSizeXS}; +const TimelineChartContainer = styled.div` + padding-left: ${(props) => props.theme.euiTheme.size.xs}; width: 100%; height: 100%; `; -const TimelineLoadingContainer = euiStyled.div` +const TimelineLoadingContainer = styled.div` display: flex; justify-content: center; align-items: center; diff --git a/x-pack/plugins/observability_solution/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 index 0d74700ea49fd..d17cd89eaf067 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,8 +6,7 @@ */ import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InfraFormatter, InfraWaffleMapBounds, @@ -53,7 +52,7 @@ export const GradientLegend: React.FC = ({ legend, bounds, formatter }) = ); }; -const GradientLegendContainer = euiStyled.div` +const GradientLegendContainer = styled.div` position: absolute; height: 10px; bottom: 0; @@ -61,15 +60,15 @@ const GradientLegendContainer = euiStyled.div` right: 40px; `; -const GradientLegendTick = euiStyled.div` +const GradientLegendTick = styled.div` position: absolute; bottom: 0; top: -18px; `; -const GradientLegendTickLine = euiStyled.div` +const GradientLegendTickLine = styled.div` position: absolute; - background-color: ${(props) => props.theme.eui.euiBorderColor}; + background-color: ${(props) => props.theme.euiTheme.border.color}; width: 1px; left: 0; top: 15px; @@ -82,7 +81,7 @@ const GradientLegendTickLine = euiStyled.div` } `; -const GradientLegendTickLabel = euiStyled.div` +const GradientLegendTickLabel = styled.div` position: absolute; font-size: 11px; text-align: center; diff --git a/x-pack/plugins/observability_solution/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 index 6b0d9ba878a54..6b93a205f6365 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,8 +7,7 @@ import { EuiLink, EuiToolTip } from '@elastic/eui'; import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InfraWaffleMapGroup, InfraWaffleMapOptions } from '../../../../../common/inventory/types'; interface Props { @@ -56,7 +55,7 @@ export class GroupName extends React.PureComponent { }; } -const GroupNameContainer = euiStyled.div` +const GroupNameContainer = styled.div` position: relative; text-align: center; font-size: 16px; @@ -71,19 +70,21 @@ interface InnerProps { isChild?: boolean; } -const Inner = euiStyled.div` - border: 1px solid ${(props) => props.theme.eui.euiBorderColor}; +const Inner = styled.div` + border: ${(props) => props.theme.euiTheme.border.thin}; background-color: ${(props) => - props.isChild ? props.theme.eui.euiColorLightestShade : props.theme.eui.euiColorEmptyShade}; + props.isChild + ? props.theme.euiTheme.colors.lightestShade + : props.theme.euiTheme.colors.emptyShade}; border-radius: 4px; - box-shadow: 0px 2px 0px 0px ${(props) => props.theme.eui.euiBorderColor}; + box-shadow: 0px 2px 0px 0px ${(props) => props.theme.euiTheme.border.color}; display: flex; align-items: center; justify-content: center; overflow: hidden; `; -const Name = euiStyled.div` +const Name = styled.div` flex: 1 1 auto; padding: 6px 10px; overflow: hidden; @@ -91,9 +92,9 @@ const Name = euiStyled.div` white-space: nowrap; `; -const Count = euiStyled.div` +const Count = styled.div` flex: 0 0 auto; - border-left: 1px solid ${(props) => props.theme.eui.euiBorderColor}; + border-left: ${(props) => props.theme.euiTheme.border.thin}; padding: 6px 10px; font-size: 0.85em; font-weight: normal; diff --git a/x-pack/plugins/observability_solution/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 index 8ffe5f0929ffe..bb09b568ceb9a 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,8 +6,7 @@ */ import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InventoryItemType } from '@kbn/metrics-data-access-plugin/common'; import { InfraWaffleMapBounds, @@ -52,18 +51,18 @@ export const GroupOfGroups: React.FC = (props) => { ); }; -const GroupOfGroupsContainer = euiStyled.div` +const GroupOfGroupsContainer = styled.div` margin: 0 10px; width: 100%; `; -const Groups = euiStyled.div` +const Groups = styled.div` display: flex; background-color: rgba(0, 0, 0, 0.05); flex-wrap: wrap; justify-content: center; padding: 20px 10px 10px; border-radius: 4px; - border: 1px solid ${(props) => props.theme.eui.euiBorderColor}; + border: 1px solid ${(props) => props.theme.euiTheme.border.color}; box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); `; diff --git a/x-pack/plugins/observability_solution/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 index ac5e7c1c09194..07185ad58f26b 100644 --- a/x-pack/plugins/observability_solution/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 @@ -8,7 +8,7 @@ import React from 'react'; import { EuiLoadingSpinner } from '@elastic/eui'; import { isEqual } from 'lodash'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InventoryItemType } from '@kbn/metrics-data-access-plugin/common'; import { InfraWaffleMapBounds, @@ -87,17 +87,17 @@ export const GroupOfNodes = React.memo( isEqualGroupOfNodes ); -const GroupOfNodesContainer = euiStyled.div` +const GroupOfNodesContainer = styled.div` margin: 0 10px; `; -const Nodes = euiStyled.div` +const Nodes = styled.div` display: flex; background-color: rgba(0, 0, 0, 0.05); flex-wrap: wrap; justify-content: center; padding: 20px 10px 10px; border-radius: 4px; - border: 1px solid ${(props) => props.theme.eui.euiBorderColor}; + border: 1px solid ${(props) => props.theme.euiTheme.border.color}; box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1); `; diff --git a/x-pack/plugins/observability_solution/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 index f566f50b09293..6544bb7c81eb2 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,8 +6,7 @@ */ import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InfraFormatter, InfraWaffleMapBounds, @@ -40,7 +39,7 @@ export const Legend: React.FC = ({ legend, bounds, formatter }) => { ); }; -const LegendContainer = euiStyled.div` +const LegendContainer = styled.div` margin: 0 10px; display: flex; `; diff --git a/x-pack/plugins/observability_solution/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 index 7b81056b32b8f..ce66c788bd1b2 100644 --- a/x-pack/plugins/observability_solution/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 @@ -24,7 +24,7 @@ import { } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import React, { SyntheticEvent, useState, useCallback, useEffect } from 'react'; import { first, last } from 'lodash'; import { EuiRangeProps, EuiSelectProps } from '@elastic/eui'; @@ -378,7 +378,7 @@ export const LegendControls = ({ ); }; -const StyledEuiForm = euiStyled(EuiForm)` +const StyledEuiForm = styled(EuiForm)` min-width: 400px; @media (max-width: 480px) { min-width: 100%; diff --git a/x-pack/plugins/observability_solution/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 index 2fe65f48bac13..27fb0e501639b 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,8 +6,7 @@ */ import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InventoryItemType } from '@kbn/metrics-data-access-plugin/common'; import { nodesToWaffleMap } from '../../lib/nodes_to_wafflemap'; import { isWaffleMapGroupWithGroups, isWaffleMapGroupWithNodes } from '../../lib/type_guards'; @@ -99,7 +98,7 @@ export const Map: React.FC = ({ ); }; -const WaffleMapOuterContainer = euiStyled.div<{ bottomMargin: number; staticHeight: boolean }>` +const WaffleMapOuterContainer = styled.div<{ bottomMargin: number; staticHeight: boolean }>` flex: 1 0 0%; display: flex; justify-content: flex-start; @@ -111,7 +110,7 @@ const WaffleMapOuterContainer = euiStyled.div<{ bottomMargin: number; staticHeig ${(props) => props.staticHeight && 'min-height: 300px;'} `; -const WaffleMapInnerContainer = euiStyled.div` +const WaffleMapInnerContainer = styled.div` display: flex; flex-direction: row; flex-wrap: wrap; diff --git a/x-pack/plugins/observability_solution/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 index 00da4640eb73f..4d866dd474a23 100644 --- a/x-pack/plugins/observability_solution/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 @@ -19,10 +19,11 @@ import { EuiFlexItem, EuiText, EuiPopoverTitle, + WithEuiThemeProps, + withEuiTheme, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; -import { EuiTheme, withTheme } from '@kbn/kibana-react-plugin/common'; import { SnapshotCustomAggregation, SnapshotCustomMetricInput, @@ -51,204 +52,210 @@ const AGGREGATION_LABELS = { }; interface Props { - theme: EuiTheme | undefined; metric?: SnapshotCustomMetricInput; customMetrics: SnapshotCustomMetricInput[]; onChange: (metric: SnapshotCustomMetricInput) => void; onCancel: () => void; } -export const CustomMetricForm = withTheme(({ theme, onCancel, onChange, metric }: Props) => { - const { metricsView } = useMetricsDataViewContext(); - const [label, setLabel] = useState(metric ? metric.label : void 0); - const [aggregation, setAggregation] = useState( - metric ? metric.aggregation : 'avg' - ); - const [field, setField] = useState(metric ? metric.field : void 0); - - const handleSubmit = useCallback(() => { - if (metric && aggregation && field) { - onChange({ - ...metric, - label, - aggregation, - field, - }); - } else if (aggregation && field) { - const newMetric: SnapshotCustomMetricInput = { - type: 'custom', - id: uuidv4(), - label, - aggregation, - field, - }; - onChange(newMetric); - } - }, [metric, aggregation, field, onChange, label]); - - const handleLabelChange = useCallback( - (e: React.ChangeEvent) => { - setLabel(e.target.value); - }, - [setLabel] - ); - - const handleFieldChange = useCallback( - (selectedOptions: SelectedOption[]) => { - setField(selectedOptions[0].label); - }, - [setField] - ); - - const handleAggregationChange = useCallback( - (e: React.ChangeEvent) => { - const value = e.target.value; - const aggValue: SnapshotCustomAggregation = SnapshotCustomAggregationRT.is(value) - ? value - : 'avg'; - setAggregation(aggValue); - }, - [setAggregation] - ); - - const fieldOptions = (metricsView?.fields ?? []) - .filter((f) => f.aggregatable && f.type === 'number' && !(field && field === f.name)) - .map((f) => ({ label: f.name })); - - const aggregationOptions = SNAPSHOT_CUSTOM_AGGREGATIONS.map((k) => ({ - text: AGGREGATION_LABELS[k as SnapshotCustomAggregation], - value: k, - })); - - const isSubmitDisabled = !field || !aggregation; - - const title = metric - ? i18n.translate('xpack.infra.waffle.customMetricPanelLabel.edit', { - defaultMessage: 'Edit custom metric', - }) - : i18n.translate('xpack.infra.waffle.customMetricPanelLabel.add', { - defaultMessage: 'Add custom metric', - }); - - const titleAriaLabel = metric - ? i18n.translate('xpack.infra.waffle.customMetricPanelLabel.editAriaLabel', { - defaultMessage: 'Back to custom metrics edit mode', - }) - : i18n.translate('xpack.infra.waffle.customMetricPanelLabel.addAriaLabel', { - defaultMessage: 'Back to metric picker', - }); - - return ( -
- - - - {title} - - -
- - - - - - - - - {i18n.translate('xpack.infra.waffle.customMetrics.ofLabel', { - defaultMessage: 'of', - })} - - - - - - - - - { + const { metricsView } = useMetricsDataViewContext(); + const [label, setLabel] = useState(metric ? metric.label : void 0); + const [aggregation, setAggregation] = useState( + metric ? metric.aggregation : 'avg' + ); + const [field, setField] = useState(metric ? metric.field : void 0); + + const handleSubmit = useCallback(() => { + if (metric && aggregation && field) { + onChange({ + ...metric, + label, + aggregation, + field, + }); + } else if (aggregation && field) { + const newMetric: SnapshotCustomMetricInput = { + type: 'custom', + id: uuidv4(), + label, + aggregation, + field, + }; + onChange(newMetric); + } + }, [metric, aggregation, field, onChange, label]); + + const handleLabelChange = useCallback( + (e: React.ChangeEvent) => { + setLabel(e.target.value); + }, + [setLabel] + ); + + const handleFieldChange = useCallback( + (selectedOptions: SelectedOption[]) => { + setField(selectedOptions[0].label); + }, + [setField] + ); + + const handleAggregationChange = useCallback( + (e: React.ChangeEvent) => { + const value = e.target.value; + const aggValue: SnapshotCustomAggregation = SnapshotCustomAggregationRT.is(value) + ? value + : 'avg'; + setAggregation(aggValue); + }, + [setAggregation] + ); + + const fieldOptions = (metricsView?.fields ?? []) + .filter((f) => f.aggregatable && f.type === 'number' && !(field && field === f.name)) + .map((f) => ({ label: f.name })); + + const aggregationOptions = SNAPSHOT_CUSTOM_AGGREGATIONS.map((k) => ({ + text: AGGREGATION_LABELS[k as SnapshotCustomAggregation], + value: k, + })); + + const isSubmitDisabled = !field || !aggregation; + + const title = metric + ? i18n.translate('xpack.infra.waffle.customMetricPanelLabel.edit', { + defaultMessage: 'Edit custom metric', + }) + : i18n.translate('xpack.infra.waffle.customMetricPanelLabel.add', { + defaultMessage: 'Add custom metric', + }); + + const titleAriaLabel = metric + ? i18n.translate('xpack.infra.waffle.customMetricPanelLabel.editAriaLabel', { + defaultMessage: 'Back to custom metrics edit mode', + }) + : i18n.translate('xpack.infra.waffle.customMetricPanelLabel.addAriaLabel', { + defaultMessage: 'Back to metric picker', + }); + + return ( +
+ + + + {title} + + +
- - -
-
- - - - - - -
-
-
- ); -}); + > + + + + + + + + {i18n.translate('xpack.infra.waffle.customMetrics.ofLabel', { + defaultMessage: 'of', + })} + + + + + + + +
+ + + +
+
+ + + + + + +
+
+
+ ); + } +); diff --git a/x-pack/plugins/observability_solution/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 index fddd37e2b2803..afff11a467b27 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,28 +6,35 @@ */ import React from 'react'; -import { EuiFlexItem, EuiFlexGroup, EuiButtonIcon } from '@elastic/eui'; +import { + EuiFlexItem, + EuiFlexGroup, + EuiButtonIcon, + withEuiTheme, + type WithEuiThemeProps, +} from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { EuiTheme, withTheme } from '@kbn/kibana-react-plugin/common'; import { getCustomMetricLabel } from '../../../../../../../common/formatters/get_custom_metric_label'; import { SnapshotCustomMetricInput } from '../../../../../../../common/http_api/snapshot_api'; interface Props { - theme: EuiTheme | undefined; customMetrics: SnapshotCustomMetricInput[]; options: Array<{ text: string; value: string }>; onEdit: (metric: SnapshotCustomMetricInput) => void; onDelete: (metric: SnapshotCustomMetricInput) => void; } + +type PropsWithTheme = Props & WithEuiThemeProps; + const ICON_WIDTH = 36; -export const MetricsEditMode = withTheme( - ({ theme, customMetrics, options, onEdit, onDelete }: Props) => { +export const MetricsEditMode = withEuiTheme( + ({ theme, customMetrics, options, onEdit, onDelete }: PropsWithTheme) => { return (
{options.map((option) => (
- {option.text} + {option.text}
))} {customMetrics.map((metric) => ( diff --git a/x-pack/plugins/observability_solution/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 index 256b4e5184892..c1fa99a6e652b 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,12 +5,11 @@ * 2.0. */ -import { EuiCode } from '@elastic/eui'; +import { EuiCode, type WithEuiThemeProps, withEuiTheme } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; import { FormattedMessage } from '@kbn/i18n-react'; import React, { useMemo, useState } from 'react'; -import { withTheme, EuiTheme } from '@kbn/kibana-react-plugin/common'; import { Section, SectionLinkProps, @@ -40,9 +39,10 @@ interface Props { node: InfraWaffleMapNode; nodeType: InventoryItemType; } +type PropsWithTheme = Props & WithEuiThemeProps; -export const NodeContextMenu: React.FC = withTheme( - ({ options, currentTime, node, nodeType }) => { +export const NodeContextMenu = withEuiTheme( + ({ options, currentTime, node, nodeType }: PropsWithTheme) => { const { getAssetDetailUrl } = useAssetDetailsRedirect(); const [flyoutVisible, setFlyoutVisible] = useState(false); const inventoryModel = findInventoryModel(nodeType); diff --git a/x-pack/plugins/observability_solution/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 index 31d31fed64016..977bf6b8b16cd 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,12 +7,10 @@ import { darken, readableColor } from 'polished'; import React, { CSSProperties } from 'react'; - import { i18n } from '@kbn/i18n'; - import { css } from '@emotion/react'; -import { euiThemeVars } from '@kbn/ui-theme'; import { UseBooleanHandlers } from '@kbn/react-hooks'; +import { useEuiTheme } from '@elastic/eui'; type NodeProps = React.DetailedHTMLProps, T> & { 'data-test-subj'?: string; @@ -66,35 +64,38 @@ const NodeContainerSmall = ({ children, ...props }: NodeProps & { color: string {children}
); -const ValueInner = ({ children, ...props }: NodeProps) => ( -
- {children} -
-); +const ValueInner = ({ children, ...props }: NodeProps) => { + const { euiTheme } = useEuiTheme(); + return ( +
+ {children} +
+ ); +}; const SquareOuter = ({ children, ...props }: NodeProps & { color: string }) => (
{ ); }; -const Swatch = euiStyled.div` +const Swatch = styled.div` max-width: 15px; height: 12px; flex: 1 1 auto; &:first-child { - border-radius: ${(props) => props.theme.eui.euiBorderRadius} 0 0 ${(props) => - props.theme.eui.euiBorderRadius}; + border-radius: ${(props) => props.theme.euiTheme.border.radius} 0 0 ${(props) => + props.theme.euiTheme.border.radius}; } &:last-child { - border-radius: 0 ${(props) => props.theme.eui.euiBorderRadius} ${(props) => - props.theme.eui.euiBorderRadius} 0; + border-radius: 0 ${(props) => props.theme.euiTheme.border.radius} ${(props) => + props.theme.euiTheme.border.radius} 0; `; -const Swatches = euiStyled.div` +const Swatches = styled.div` display: flex; `; diff --git a/x-pack/plugins/observability_solution/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 index f1727a3b060e1..dbbe8afe00b5f 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,7 +7,7 @@ import React from 'react'; import { EuiText } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InfraWaffleMapBounds, InfraFormatter, @@ -56,7 +56,7 @@ const TickLabel = ({ value, bounds, formatter }: TickProps) => { ); }; -const LegendContainer = euiStyled.div` +const LegendContainer = styled.div` position: relative; display: flex; flex-direction: column; @@ -64,7 +64,7 @@ const LegendContainer = euiStyled.div` align-items: center; `; -const GradientContainer = euiStyled.div` +const GradientContainer = styled.div` height: 200px; width: 10px; display: flex; @@ -72,14 +72,14 @@ const GradientContainer = euiStyled.div` align-items: stretch; `; -const GradientStep = euiStyled.div` +const GradientStep = styled.div` flex: 1 1 auto; &:first-child { - border-radius: ${(props) => props.theme.eui.euiBorderRadius} ${(props) => - props.theme.eui.euiBorderRadius} 0 0; + border-radius: ${(props) => props.theme.euiTheme.border.radius} + ${(props) => props.theme.euiTheme.border.radius} 0 0; } &:last-child { - border-radius: 0 0 ${(props) => props.theme.eui.euiBorderRadius} ${(props) => - props.theme.eui.euiBorderRadius}; + border-radius: 0 0 ${(props) => props.theme.euiTheme.border.radius} + ${(props) => props.theme.euiTheme.border.radius}; } `; diff --git a/x-pack/plugins/observability_solution/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 index 23935caedcd40..2cdb8ca7d2e2b 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,8 +7,7 @@ import { darken } from 'polished'; import React from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InfraFormatter, InfraWaffleMapRuleOperator, @@ -48,18 +47,18 @@ export const StepLegend: React.FC = ({ legend, formatter }) => { return {legend.rules.map(createStep(formatter))}; }; -const StepLegendContainer = euiStyled.div` +const StepLegendContainer = styled.div` display: flex; padding: 10px 40px 10px 10px; `; -const StepContainer = euiStyled.div` +const StepContainer = styled.div` display: flex; margin-right: 20px align-items: center; `; -const StepSquare = euiStyled.div` +const StepSquare = styled.div` position: relative; width: 24px; height: 24px; @@ -69,7 +68,7 @@ const StepSquare = euiStyled.div` box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); `; -const StepSquareInner = euiStyled.div` +const StepSquareInner = styled.div` position: absolute; top: 0; left: 0; @@ -78,6 +77,6 @@ const StepSquareInner = euiStyled.div` border-radius: 3px; `; -const StepLabel = euiStyled.div` +const StepLabel = styled.div` font-size: 12px; `; diff --git a/x-pack/plugins/observability_solution/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 index 48c8b5f3c1dfb..a2ec9dcccfe56 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,9 +6,15 @@ */ import React, { useCallback, useMemo, useState, ReactNode } from 'react'; -import { EuiSwitch, EuiContextMenuPanelDescriptor, EuiPopover, EuiContextMenu } from '@elastic/eui'; +import { + EuiSwitch, + EuiContextMenuPanelDescriptor, + EuiPopover, + EuiContextMenu, + withEuiTheme, + WithEuiThemeProps, +} from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { EuiTheme, withTheme } from '@kbn/kibana-react-plugin/common'; import { WaffleSortOption } from '../../hooks/use_waffle_options'; import { DropdownButton } from '../dropdown_button'; @@ -108,16 +114,17 @@ export const WaffleSortControls = ({ sort, onChange }: Props) => { }; interface SwitchContainerProps { - theme: EuiTheme | undefined; children: ReactNode; } -const SwitchContainer = withTheme(({ children, theme }: SwitchContainerProps) => { +type SwitchContainerPropsWithTheme = SwitchContainerProps & WithEuiThemeProps; + +const SwitchContainer = withEuiTheme(({ children, theme }: SwitchContainerPropsWithTheme) => { return (
{children} diff --git a/x-pack/plugins/observability_solution/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 index 916e27e0b6d21..a723958246c10 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,20 +5,28 @@ * 2.0. */ -import { EuiButton, EuiDatePicker, EuiFlexGroup, EuiFlexItem, EuiToolTip } from '@elastic/eui'; +import { + EuiButton, + EuiDatePicker, + EuiFlexGroup, + EuiFlexItem, + EuiToolTip, + WithEuiThemeProps, + withEuiTheme, +} from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n-react'; import moment, { Moment } from 'moment'; import React, { useCallback } from 'react'; -import { withTheme, EuiTheme } from '@kbn/kibana-react-plugin/common'; import { convertIntervalToString } from '../../../../../utils/convert_interval_to_string'; import { useWaffleTimeContext } from '../../hooks/use_waffle_time'; interface Props { - theme: EuiTheme | undefined; interval: string; } -export const WaffleTimeControls = withTheme(({ interval }: Props) => { +type PropsWithTheme = Props & WithEuiThemeProps; + +export const WaffleTimeControls = withEuiTheme(({ interval }: PropsWithTheme) => { const { currentTime, isAutoReloading, startAutoReload, stopAutoReload, jumpToTime } = useWaffleTimeContext(); diff --git a/x-pack/plugins/observability_solution/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 index 5106aecfc29f2..673b57ab037ce 100644 --- a/x-pack/plugins/observability_solution/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 @@ -16,8 +16,7 @@ import { } from '@elastic/eui'; import { get, last, max } from 'lodash'; import React, { ReactText } from 'react'; - -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InventoryFormatterType } from '@kbn/metrics-data-access-plugin/common'; import { createFormatter } from '../../../../../common/formatters'; import { SeriesOverrides, VisSectionProps } from '../types'; @@ -97,7 +96,7 @@ export const GaugesSectionVis = ({ ); }; -const GroupBox = euiStyled.div` +const GroupBox = styled.div` display: flex; flex-flow: row wrap; justify-content: space-evenly; diff --git a/x-pack/plugins/observability_solution/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 index 6eaa418f47607..c1b000e40f532 100644 --- a/x-pack/plugins/observability_solution/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 @@ -8,7 +8,7 @@ import { EuiButton, EuiEmptyPrompt, EuiFlexGroup, EuiFlexItem } from '@elastic/eui'; import { FormattedMessage } from '@kbn/i18n-react'; import React from 'react'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { useLinkProps } from '@kbn/observability-shared-plugin/public'; import { ViewSourceConfigurationButton } from '../../../../components/source_configuration/view_source_configuration_button'; @@ -72,6 +72,6 @@ export const InvalidNodeError: React.FunctionComponent = ); }; -const CenteredEmptyPrompt = euiStyled(EuiEmptyPrompt)` +const CenteredEmptyPrompt = styled(EuiEmptyPrompt)` align-self: center; `; diff --git a/x-pack/plugins/observability_solution/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 index 99b0169b74f06..cb2056c45ee14 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,9 +5,8 @@ * 2.0. */ -import { EuiPanel } from '@elastic/eui'; +import { EuiPanel, withEuiTheme } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { withTheme } from '@kbn/kibana-react-plugin/common'; import React from 'react'; import type { LayoutPropsWithTheme } from '../../types'; import { ChartSectionVis } from '../chart_section_vis'; @@ -15,7 +14,7 @@ import { MetadataDetails } from '../metadata_details'; import { Section } from '../section'; import { SubSection } from '../sub_section'; -export const AwsEC2Layout = withTheme( +export const AwsEC2Layout = withEuiTheme( ({ metrics, theme, onChangeRangeTime }: LayoutPropsWithTheme) => ( @@ -73,7 +72,7 @@ export const AwsEC2Layout = withTheme( type="area" seriesOverrides={{ rx: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.hostMetricsLayout.networkTrafficSection.networkRxRateSeriesLabel', { @@ -82,7 +81,7 @@ export const AwsEC2Layout = withTheme( ), }, tx: { - color: theme.eui.euiColorVis2, + color: theme.euiTheme.colors.vis.euiColorVis2, name: i18n.translate( 'xpack.infra.metricDetailPage.hostMetricsLayout.networkTrafficSection.networkTxRateSeriesLabel', { @@ -108,7 +107,7 @@ export const AwsEC2Layout = withTheme( type="area" seriesOverrides={{ write: { - color: theme.eui.euiColorVis2, + color: theme.euiTheme.colors.vis.euiColorVis2, name: i18n.translate( 'xpack.infra.metricDetailPage.ec2MetricsLayout.diskIOBytesSection.writeLabel', { @@ -117,7 +116,7 @@ export const AwsEC2Layout = withTheme( ), }, read: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.ec2MetricsLayout.diskIOBytesSection.readLabel', { diff --git a/x-pack/plugins/observability_solution/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 index 6415a55e7ed45..043127321f082 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,16 +5,15 @@ * 2.0. */ -import { EuiPanel } from '@elastic/eui'; +import { EuiPanel, withEuiTheme } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { withTheme } from '@kbn/kibana-react-plugin/common'; import React from 'react'; import type { LayoutPropsWithTheme } from '../../types'; import { ChartSectionVis } from '../chart_section_vis'; import { Section } from '../section'; import { SubSection } from '../sub_section'; -export const AwsRDSLayout = withTheme( +export const AwsRDSLayout = withEuiTheme( ({ metrics, onChangeRangeTime, theme }: LayoutPropsWithTheme) => (
(
(
( @@ -47,7 +46,7 @@ export const ContainerLayout = withTheme( defaultMessage: 'CPU Usage', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'percent', gaugeMax: 1, }, @@ -58,7 +57,7 @@ export const ContainerLayout = withTheme( defaultMessage: 'Memory Usage', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'percent', gaugeMax: 1, }, @@ -76,7 +75,7 @@ export const ContainerLayout = withTheme( defaultMessage: 'CPU Usage', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'percent', gaugeMax: 1, }, @@ -87,7 +86,7 @@ export const ContainerLayout = withTheme( defaultMessage: 'Memory Usage', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'percent', gaugeMax: 1, }, @@ -98,7 +97,7 @@ export const ContainerLayout = withTheme( defaultMessage: 'Inbound (RX)', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'bits', formatterTemplate: '{{value}}/s', }, @@ -109,7 +108,7 @@ export const ContainerLayout = withTheme( defaultMessage: 'Outbound (TX)', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'bits', formatterTemplate: '{{value}}/s', }, @@ -130,7 +129,7 @@ export const ContainerLayout = withTheme( type="area" formatter="percent" seriesOverrides={{ - cpu: { color: theme.eui.euiColorVis1 }, + cpu: { color: theme.euiTheme.colors.vis.euiColorVis1 }, }} /> @@ -148,7 +147,7 @@ export const ContainerLayout = withTheme( type="area" formatter="percent" seriesOverrides={{ - memory: { color: theme.eui.euiColorVis1 }, + memory: { color: theme.euiTheme.colors.vis.euiColorVis1 }, }} /> @@ -166,7 +165,7 @@ export const ContainerLayout = withTheme( type="area" formatter="percent" seriesOverrides={{ - cpu: { color: theme.eui.euiColorVis1 }, + cpu: { color: theme.euiTheme.colors.vis.euiColorVis1 }, }} /> @@ -184,7 +183,7 @@ export const ContainerLayout = withTheme( type="area" formatter="percent" seriesOverrides={{ - memory: { color: theme.eui.euiColorVis1 }, + memory: { color: theme.euiTheme.colors.vis.euiColorVis1 }, }} /> @@ -203,7 +202,7 @@ export const ContainerLayout = withTheme( type="area" seriesOverrides={{ rx: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.containerMetricsLayout.networkTrafficSection.networkRxRateSeriesLabel', { @@ -212,7 +211,7 @@ export const ContainerLayout = withTheme( ), }, tx: { - color: theme.eui.euiColorVis2, + color: theme.euiTheme.colors.vis.euiColorVis2, name: i18n.translate( 'xpack.infra.metricDetailPage.containerMetricsLayout.networkTrafficSection.networkTxRateSeriesLabel', { @@ -238,7 +237,7 @@ export const ContainerLayout = withTheme( formatter="number" seriesOverrides={{ read: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.containerMetricsLayout.diskIoOpsSection.readRateSeriesLabel', { @@ -247,7 +246,7 @@ export const ContainerLayout = withTheme( ), }, write: { - color: theme.eui.euiColorVis2, + color: theme.euiTheme.colors.vis.euiColorVis2, name: i18n.translate( 'xpack.infra.metricDetailPage.containerMetricsLayout.diskIoOpsSection.writeRateSeriesLabel', { @@ -273,7 +272,7 @@ export const ContainerLayout = withTheme( formatterTemplate="{{value}}/s" seriesOverrides={{ read: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.containerMetricsLayout.diskIoBytesSection.readRateSeriesLabel', { @@ -282,7 +281,7 @@ export const ContainerLayout = withTheme( ), }, write: { - color: theme.eui.euiColorVis2, + color: theme.euiTheme.colors.vis.euiColorVis2, name: i18n.translate( 'xpack.infra.metricDetailPage.containerMetricsLayout.diskIoBytesSection.writeRateSeriesLabel', { diff --git a/x-pack/plugins/observability_solution/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 index d845357d33256..470640de53ddb 100644 --- a/x-pack/plugins/observability_solution/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 @@ -7,13 +7,13 @@ import React from 'react'; import { i18n } from '@kbn/i18n'; -import { withTheme } from '@kbn/kibana-react-plugin/common'; +import { withEuiTheme } from '@elastic/eui'; import type { LayoutPropsWithTheme } from '../../types'; import { Section } from '../section'; import { SubSection } from '../sub_section'; import { ChartSectionVis } from '../chart_section_vis'; -export const NginxLayoutSection = withTheme( +export const NginxLayoutSection = withEuiTheme( ({ metrics, onChangeRangeTime, theme }: LayoutPropsWithTheme) => (
@@ -57,7 +57,7 @@ export const NginxLayoutSection = withTheme( formatter="abbreviatedNumber" formatterTemplate="{{value}}/s" seriesOverrides={{ - rate: { color: theme.eui.euiColorVis1 }, + rate: { color: theme.euiTheme.colors.vis.euiColorVis1 }, }} /> @@ -75,7 +75,7 @@ export const NginxLayoutSection = withTheme( formatter="abbreviatedNumber" seriesOverrides={{ connections: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, type: 'bar', }, }} @@ -95,7 +95,7 @@ export const NginxLayoutSection = withTheme( formatter="abbreviatedNumber" seriesOverrides={{ reqPerConns: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.nginxMetricsLayout.requestsPerConnectionsSection.reqsPerConnSeriesLabel', { diff --git a/x-pack/plugins/observability_solution/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 index f35f606db7452..c2ed79d75325d 100644 --- a/x-pack/plugins/observability_solution/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 @@ -5,9 +5,8 @@ * 2.0. */ -import { EuiPanel } from '@elastic/eui'; +import { EuiPanel, withEuiTheme } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { withTheme } from '@kbn/kibana-react-plugin/common'; import React from 'react'; import type { LayoutPropsWithTheme } from '../../types'; import { ChartSectionVis } from '../chart_section_vis'; @@ -17,7 +16,7 @@ import { Section } from '../section'; import { SubSection } from '../sub_section'; import { NginxLayoutSection } from './nginx_layout_sections'; -export const PodLayout = withTheme( +export const PodLayout = withEuiTheme( ({ metrics, onChangeRangeTime, theme }: LayoutPropsWithTheme) => ( @@ -45,7 +44,7 @@ export const PodLayout = withTheme( defaultMessage: 'CPU Usage', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'percent', gaugeMax: 1, }, @@ -56,7 +55,7 @@ export const PodLayout = withTheme( defaultMessage: 'Memory Usage', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'percent', gaugeMax: 1, }, @@ -67,7 +66,7 @@ export const PodLayout = withTheme( defaultMessage: 'Inbound (RX)', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'bits', formatterTemplate: '{{value}}/s', }, @@ -78,7 +77,7 @@ export const PodLayout = withTheme( defaultMessage: 'Outbound (TX)', } ), - color: theme.eui.euiColorFullShade, + color: theme.euiTheme.colors.fullShade, formatter: 'bits', formatterTemplate: '{{value}}/s', }, @@ -98,7 +97,7 @@ export const PodLayout = withTheme( formatter="percent" type="area" seriesOverrides={{ - cpu: { color: theme.eui.euiColorVis1 }, + cpu: { color: theme.euiTheme.colors.vis.euiColorVis1 }, }} /> @@ -116,7 +115,7 @@ export const PodLayout = withTheme( formatter="percent" seriesOverrides={{ memory: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, }, }} /> @@ -136,7 +135,7 @@ export const PodLayout = withTheme( type="area" seriesOverrides={{ rx: { - color: theme.eui.euiColorVis1, + color: theme.euiTheme.colors.vis.euiColorVis1, name: i18n.translate( 'xpack.infra.metricDetailPage.podMetricsLayout.networkTrafficSection.networkRxRateSeriesLabel', { @@ -145,7 +144,7 @@ export const PodLayout = withTheme( ), }, tx: { - color: theme.eui.euiColorVis2, + color: theme.euiTheme.colors.vis.euiColorVis2, name: i18n.translate( 'xpack.infra.metricDetailPage.podMetricsLayout.networkTrafficSection.networkTxRateSeriesLabel', { diff --git a/x-pack/plugins/observability_solution/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 index e1596f52aa3c3..0309d2a47bff0 100644 --- a/x-pack/plugins/observability_solution/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 @@ -6,10 +6,10 @@ */ import React, { useContext, useState, useCallback, useMemo } from 'react'; +import { get } from 'lodash'; import { EuiButtonIcon, EuiFlexGrid, EuiFlexItem, EuiTitle, EuiText } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; -import { get } from 'lodash'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { InfraMetadata } from '../../../../../common/http_api'; import { MetadataContext } from '../containers/metadata_context'; @@ -165,18 +165,16 @@ export const MetadataDetails = (props: Props) => { ); }; -const MetadataContainer = euiStyled.div` -border-top: ${(props) => props.theme.eui.euiBorderWidthThin} solid ${(props) => - props.theme.eui.euiBorderColor}; -border-bottom: ${(props) => props.theme.eui.euiBorderWidthThin} solid ${(props) => - props.theme.eui.euiBorderColor}; -padding: ${(props) => props.theme.eui.euiSizeM} 0; -margin-bottom: ${(props) => props.theme.eui.euiSizeM}; -display: flex; +const MetadataContainer = styled.div` + border-top: ${(props) => props.theme.euiTheme.border.thin}; + border-bottom: ${(props) => props.theme.euiTheme.border.thin}; + padding: ${(props) => props.theme.euiTheme.size.m} 0; + margin-bottom: ${(props) => props.theme.euiTheme.size.m}; + display: flex; `; -const Controls = euiStyled.div` -flex-grow: 0; -margin-right: ${(props) => props.theme.eui.euiSizeM}; -min-width: 0px; +const Controls = styled.div` + flex-grow: 0; + margin-right: ${(props) => props.theme.euiTheme.size.m}; + min-width: 0px; `; diff --git a/x-pack/plugins/observability_solution/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 index b1973fe002de2..0b0df22840406 100644 --- a/x-pack/plugins/observability_solution/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 @@ -8,7 +8,7 @@ import { EuiSuperDatePicker, OnRefreshChangeProps, OnTimeChangeProps } from '@elastic/eui'; import React, { useCallback } from 'react'; import { UI_SETTINGS } from '@kbn/data-plugin/public'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { MetricsTimeInput } from '../hooks/use_metrics_time'; import { useKibanaUiSetting } from '../../../../hooks/use_kibana_ui_setting'; import { mapKibanaQuickRangesToDatePickerRanges } from '../../../../utils/map_timepicker_quickranges_to_datepicker_ranges'; @@ -76,6 +76,6 @@ export const MetricsTimeControls = (props: MetricsTimeControlsProps) => { ); }; -const MetricsTimeControlsContainer = euiStyled.div` +const MetricsTimeControlsContainer = styled.div` max-width: 750px; `; diff --git a/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/types.ts b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/types.ts index 4d5c5ad7ea861..62a8e01bf6dcf 100644 --- a/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/types.ts +++ b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metric_detail/types.ts @@ -7,7 +7,7 @@ import rt from 'io-ts'; import { PropsWithChildren } from 'react'; -import { EuiTheme } from '@kbn/kibana-react-plugin/common'; +import type { WithEuiThemeProps } from '@elastic/eui'; import { InventoryFormatterTypeRT } from '@kbn/metrics-data-access-plugin/common'; import { MetricsTimeInput } from './hooks/use_metrics_time'; import { NodeDetailsMetricData } from '../../../../common/http_api/node_details_api'; @@ -19,7 +19,7 @@ export interface LayoutProps { stopLiveStreaming?: () => void; } -export type LayoutPropsWithTheme = LayoutProps & PropsWithChildren<{ theme: EuiTheme }>; +export type LayoutPropsWithTheme = LayoutProps & PropsWithChildren & WithEuiThemeProps; const ChartTypesRT = rt.keyof({ area: null, diff --git a/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart.tsx b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart.tsx index 3e07480e7d7fe..347283ca1f51a 100644 --- a/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart.tsx +++ b/x-pack/plugins/observability_solution/infra/public/pages/metrics/metrics_explorer/components/chart.tsx @@ -16,7 +16,7 @@ import { Tooltip, } from '@elastic/charts'; import { EuiFlexGroup, EuiFlexItem, EuiTitle, EuiToolTip } from '@elastic/eui'; -import { euiStyled } from '@kbn/kibana-react-plugin/common'; +import styled from '@emotion/styled'; import { first, last } from 'lodash'; import moment from 'moment'; import React, { useCallback, useMemo } from 'react'; @@ -176,7 +176,7 @@ export const MetricsExplorerChart = ({ ); }; -const ChartTitleContainer = euiStyled.div` +const ChartTitleContainer = styled.div` width: 100%; overflow: hidden; text-overflow: ellipsis; diff --git a/x-pack/plugins/observability_solution/infra/public/utils/theme_utils/with_attrs.tsx b/x-pack/plugins/observability_solution/infra/public/utils/theme_utils/with_attrs.tsx new file mode 100644 index 0000000000000..cccc4de593482 --- /dev/null +++ b/x-pack/plugins/observability_solution/infra/public/utils/theme_utils/with_attrs.tsx @@ -0,0 +1,19 @@ +/* + * 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. + */ +import { type Theme, useTheme } from '@emotion/react'; +import React from 'react'; + +import { ComponentType } from 'react'; + +export const withAttrs = + (Component: ComponentType, fn: (args: { theme: Theme; props: any }) => any) => + (props: any) => { + const theme = useTheme(); + const attrs = fn({ theme, props }); + + return ; + }; diff --git a/x-pack/plugins/observability_solution/infra/tsconfig.json b/x-pack/plugins/observability_solution/infra/tsconfig.json index f927926a00df6..dd3e56903ea5d 100644 --- a/x-pack/plugins/observability_solution/infra/tsconfig.json +++ b/x-pack/plugins/observability_solution/infra/tsconfig.json @@ -8,7 +8,8 @@ "common/**/*", "public/**/*", "server/**/*", - "types/**/*" + "types/**/*", + "./emotion.d.ts" ], "kbn_references": [ "@kbn/core", @@ -65,7 +66,6 @@ "@kbn/discover-plugin", "@kbn/observability-shared-plugin", "@kbn/observability-ai-assistant-plugin", - "@kbn/ui-theme", "@kbn/ml-anomaly-utils", "@kbn/aiops-plugin", "@kbn/field-formats-plugin", diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/existing_data_callout.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/existing_data_callout.tsx new file mode 100644 index 0000000000000..2be3a663d8020 --- /dev/null +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/existing_data_callout.tsx @@ -0,0 +1,36 @@ +/* + * 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. + */ + +import React from 'react'; +import { EuiCallOut, useIsWithinMaxBreakpoint } from '@elastic/eui'; +import { i18n } from '@kbn/i18n'; + +export function ExistingDataCallout() { + const isMobile = useIsWithinMaxBreakpoint('s'); + + return ( +
+ +

+ {i18n.translate( + 'xpack.observability_onboarding.firehose.existingDataCallout.description', + { + defaultMessage: `If the Amazon Firehose Data stream(s) associated with this workflow are still active, you will encounter errors during onboarding. Navigate to Step 3 below in order to explore your services.`, + } + )} +

+
+
+ ); +} diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/index.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/index.tsx index 381630702d737..01e2dd02c3c47 100644 --- a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/index.tsx +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/index.tsx @@ -31,6 +31,8 @@ import { useFirehoseFlow } from './use_firehose_flow'; import { VisualizeData } from './visualize_data'; import { ObservabilityOnboardingAppServices } from '../../..'; import { useWindowBlurDataMonitoringTrigger } from '../shared/use_window_blur_data_monitoring_trigger'; +import { ExistingDataCallout } from './existing_data_callout'; +import { usePopulatedAWSIndexList } from './use_populated_aws_index_list'; const OPTIONS = [ { @@ -61,6 +63,9 @@ export function FirehosePanel() { }, } = useKibana(); const { data, status, error, refetch } = useFirehoseFlow(); + const { data: populatedAWSIndexList } = usePopulatedAWSIndexList(); + + const hasExistingData = Array.isArray(populatedAWSIndexList) && populatedAWSIndexList.length > 0; const telemetryEventContext: OnboardingFlowEventContext = useMemo( () => ({ @@ -72,12 +77,13 @@ export function FirehosePanel() { [cloudServiceProvider, selectedOptionId] ); - const isMonitoringData = useWindowBlurDataMonitoringTrigger({ - isActive: status === FETCH_STATUS.SUCCESS, - onboardingFlowType: 'firehose', - onboardingId: data?.onboardingId, - telemetryEventContext, - }); + const isMonitoringData = + useWindowBlurDataMonitoringTrigger({ + isActive: status === FETCH_STATUS.SUCCESS, + onboardingFlowType: 'firehose', + onboardingId: data?.onboardingId, + telemetryEventContext, + }) || hasExistingData; const onOptionChange = useCallback((id: string) => { setSelectedOptionId(id as CreateStackOption); @@ -193,6 +199,7 @@ export function FirehosePanel() { ), }, @@ -200,6 +207,12 @@ export function FirehosePanel() { return ( + {hasExistingData && ( + <> + + + + )} diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/use_populated_aws_index_list.ts b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/use_populated_aws_index_list.ts new file mode 100644 index 0000000000000..070a5aed4e2db --- /dev/null +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/use_populated_aws_index_list.ts @@ -0,0 +1,25 @@ +/* + * 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. + */ + +import { useFetcher } from '../../../hooks/use_fetcher'; +import { + FIREHOSE_CLOUDFORMATION_STACK_NAME, + FIREHOSE_LOGS_STREAM_NAME, +} from '../../../../common/aws_firehose'; + +export function usePopulatedAWSIndexList() { + return useFetcher((callApi) => { + return callApi('GET /internal/observability_onboarding/firehose/has-data', { + params: { + query: { + logsStreamName: FIREHOSE_LOGS_STREAM_NAME, + stackName: FIREHOSE_CLOUDFORMATION_STACK_NAME, + }, + }, + }); + }, []); +} diff --git a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/visualize_data.tsx b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/visualize_data.tsx index 45a2089c2d1c4..30023f20bf6cc 100644 --- a/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/visualize_data.tsx +++ b/x-pack/plugins/observability_solution/observability_onboarding/public/application/quickstart_flows/firehose/visualize_data.tsx @@ -13,11 +13,7 @@ import { unionBy } from 'lodash'; import { useKibana } from '@kbn/kibana-react-plugin/public'; import { FormattedMessage } from '@kbn/i18n-react'; import { ObservabilityOnboardingAppServices } from '../../..'; -import { - FIREHOSE_CLOUDFORMATION_STACK_NAME, - FIREHOSE_LOGS_STREAM_NAME, -} from '../../../../common/aws_firehose'; -import { FETCH_STATUS, useFetcher } from '../../../hooks/use_fetcher'; +import { FETCH_STATUS } from '../../../hooks/use_fetcher'; import { AccordionWithIcon } from '../shared/accordion_with_icon'; import { GetStartedPanel } from '../shared/get_started_panel'; import { @@ -28,34 +24,25 @@ import { AutoRefreshCallout } from './auto_refresh_callout'; import { ProgressCallout } from './progress_callout'; import { HAS_DATA_FETCH_INTERVAL } from './utils'; import { CreateStackOption } from './types'; +import { usePopulatedAWSIndexList } from './use_populated_aws_index_list'; const REQUEST_PENDING_STATUS_LIST = [FETCH_STATUS.LOADING, FETCH_STATUS.NOT_INITIATED]; interface Props { onboardingId: string; selectedCreateStackOption: CreateStackOption; + hasExistingData: boolean; } -export function VisualizeData({ onboardingId, selectedCreateStackOption }: Props) { +export function VisualizeData({ onboardingId, selectedCreateStackOption, hasExistingData }: Props) { const accordionId = useGeneratedHtmlId({ prefix: 'accordion' }); const [orderedVisibleAWSServiceList, setOrderedVisibleAWSServiceList] = useState< AWSServiceGetStartedConfig[] >([]); - const [shouldShowDataReceivedToast, setShouldShowDataReceivedToast] = useState(true); - const { - data: populatedAWSIndexList, - status, - refetch, - } = useFetcher((callApi) => { - return callApi('GET /internal/observability_onboarding/firehose/has-data', { - params: { - query: { - logsStreamName: FIREHOSE_LOGS_STREAM_NAME, - stackName: FIREHOSE_CLOUDFORMATION_STACK_NAME, - }, - }, - }); - }, []); + const [shouldShowDataReceivedToast, setShouldShowDataReceivedToast] = useState( + !hasExistingData + ); + const { data: populatedAWSIndexList, status, refetch } = usePopulatedAWSIndexList(); const { services: { notifications, diff --git a/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx index 3d20818e7b012..436b6942c1305 100644 --- a/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx +++ b/x-pack/plugins/observability_solution/profiling/public/components/topn_functions/function_row.tsx @@ -11,7 +11,6 @@ import { EuiFlexItem, EuiIcon, EuiText, - useEuiBackgroundColor, useEuiTheme, } from '@elastic/eui'; import { i18n } from '@kbn/i18n'; @@ -101,9 +100,9 @@ interface DiffColumnProps { } function DiffColumn({ diff, setCellProps }: DiffColumnProps) { - const theme = useEuiTheme(); - const successColor = useEuiBackgroundColor('success'); - const dangerColor = useEuiBackgroundColor('danger'); + const { euiTheme } = useEuiTheme(); + const successColor = euiTheme.colors.backgroundBaseSuccess; + const dangerColor = euiTheme.colors.backgroundBaseDanger; useEffect(() => { if (diff && diff.rank !== 0) { @@ -116,7 +115,7 @@ function DiffColumn({ diff, setCellProps }: DiffColumnProps) { if (!diff) { return ( - + {i18n.translate('xpack.profiling.functionsView.newLabel', { defaultMessage: 'New', })} diff --git a/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts index ca4806ebdd5ae..c7dcc6742d7d6 100644 --- a/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts +++ b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/add_monitor.journey.ts @@ -201,7 +201,7 @@ const createMonitorJourney = ({ await syntheticsApp.createMonitor({ monitorConfig, monitorType }); await page.waitForSelector('text=Monitor name already exists'); await syntheticsApp.clickByTestSubj('syntheticsMonitorConfigSubmitButton'); - await page.waitForSelector('text=Cancel'); + await page.click('text=Cancel'); }); step('delete monitor', async () => { diff --git a/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts index 67ce82624f518..16a0f2bf5453f 100644 --- a/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts +++ b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/journeys/overview_sorting.journey.ts @@ -6,6 +6,7 @@ */ import { before, expect, journey, step } from '@elastic/synthetics'; +import { RetryService } from '@kbn/ftr-common-functional-services'; import { addTestMonitor, cleanTestMonitors, @@ -19,6 +20,8 @@ journey('OverviewSorting', async ({ page, params }) => { const testMonitor2 = 'aCd'; // third alpha, second created const testMonitor3 = 'Abc'; // first alpha, last created + const retry: RetryService = params.getService('retry'); + before(async () => { await enableMonitorManagedViaApi(params.kibanaUrl); await cleanTestMonitors(params); @@ -42,83 +45,91 @@ journey('OverviewSorting', async ({ page, params }) => { }); step('sort alphabetical asc', async () => { - await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); - await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); - await page.click('button:has-text("Alphabetical")'); - await page.waitForSelector(`text=${testMonitor1}`); - await page.waitForSelector(`text=${testMonitor2}`); - await page.waitForSelector(`text=${testMonitor3}`); - const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); - const first = await gridItems.nth(0); - const second = await gridItems.nth(1); - const third = await gridItems.nth(2); - const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor3}')`); - const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor1}')`); - const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor2}')`); - expect(await correctFirstMonitor.count()).toBe(1); - expect(await correctSecondMonitor.count()).toBe(1); - expect(await correctThirdMonitor.count()).toBe(1); + await retry.try(async () => { + await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); + await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); + await page.click('button:has-text("Alphabetical")'); + await page.waitForSelector(`text=${testMonitor1}`); + await page.waitForSelector(`text=${testMonitor2}`); + await page.waitForSelector(`text=${testMonitor3}`); + const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); + const first = await gridItems.nth(0); + const second = await gridItems.nth(1); + const third = await gridItems.nth(2); + const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor3}')`); + const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor1}')`); + const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor2}')`); + expect(await correctFirstMonitor.count()).toBe(1); + expect(await correctSecondMonitor.count()).toBe(1); + expect(await correctThirdMonitor.count()).toBe(1); + }); }); step('sort alphabetical desc', async () => { - await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); - await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); - await page.click('button:has-text("Z -> A")'); - await page.waitForSelector(`text=${testMonitor1}`); - await page.waitForSelector(`text=${testMonitor2}`); - await page.waitForSelector(`text=${testMonitor3}`); - const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); - const first = await gridItems.nth(0); - const second = await gridItems.nth(1); - const third = await gridItems.nth(2); - const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor2}')`); - const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor1}')`); - const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor3}')`); - expect(await correctFirstMonitor.count()).toBe(1); - expect(await correctSecondMonitor.count()).toBe(1); - expect(await correctThirdMonitor.count()).toBe(1); + await retry.try(async () => { + await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); + await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); + await page.click('button:has-text("Z -> A")'); + await page.waitForSelector(`text=${testMonitor1}`); + await page.waitForSelector(`text=${testMonitor2}`); + await page.waitForSelector(`text=${testMonitor3}`); + const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); + const first = await gridItems.nth(0); + const second = await gridItems.nth(1); + const third = await gridItems.nth(2); + const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor2}')`); + const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor1}')`); + const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor3}')`); + expect(await correctFirstMonitor.count()).toBe(1); + expect(await correctSecondMonitor.count()).toBe(1); + expect(await correctThirdMonitor.count()).toBe(1); + }); }); step('sort last updated asc', async () => { - await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); - await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); - await page.click('button:has-text("Last modified")'); - await page.waitForSelector(`text=${testMonitor1}`); - await page.waitForSelector(`text=${testMonitor2}`); - await page.waitForSelector(`text=${testMonitor3}`); - const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); - const first = await gridItems.nth(0); - const second = await gridItems.nth(1); - const third = await gridItems.nth(2); - const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor3}')`); - const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor2}')`); - const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor1}')`); - expect(await correctFirstMonitor.count()).toBe(1); - expect(await correctSecondMonitor.count()).toBe(1); - expect(await correctThirdMonitor.count()).toBe(1); + await retry.try(async () => { + await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); + await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); + await page.click('button:has-text("Last modified")'); + await page.waitForSelector(`text=${testMonitor1}`); + await page.waitForSelector(`text=${testMonitor2}`); + await page.waitForSelector(`text=${testMonitor3}`); + const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); + const first = await gridItems.nth(0); + const second = await gridItems.nth(1); + const third = await gridItems.nth(2); + const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor3}')`); + const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor2}')`); + const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor1}')`); + expect(await correctFirstMonitor.count()).toBe(1); + expect(await correctSecondMonitor.count()).toBe(1); + expect(await correctThirdMonitor.count()).toBe(1); + }); }); step('sort last updated desc', async () => { - await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); - await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); - await page.click('button:has-text("Oldest first")'); - await page.waitForSelector(`text=${testMonitor1}`); - await page.waitForSelector(`text=${testMonitor2}`); - await page.waitForSelector(`text=${testMonitor3}`); - const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); - const first = await gridItems.nth(0); - const second = await gridItems.nth(1); - const third = await gridItems.nth(2); - const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor1}')`); - const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor2}')`); - const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor3}')`); - expect(await correctFirstMonitor.count()).toBe(1); - expect(await correctSecondMonitor.count()).toBe(1); - expect(await correctThirdMonitor.count()).toBe(1); + await retry.try(async () => { + await page.waitForSelector(`[data-test-subj="syntheticsOverviewGridItem"]`); + await page.click('[data-test-subj="syntheticsOverviewSortButton"]'); + await page.click('button:has-text("Oldest first")'); + await page.waitForSelector(`text=${testMonitor1}`); + await page.waitForSelector(`text=${testMonitor2}`); + await page.waitForSelector(`text=${testMonitor3}`); + const gridItems = await page.locator(`[data-test-subj="syntheticsOverviewGridItem"]`); + const first = await gridItems.nth(0); + const second = await gridItems.nth(1); + const third = await gridItems.nth(2); + const correctFirstMonitor = await first.locator(`button:has-text('${testMonitor1}')`); + const correctSecondMonitor = await second.locator(`button:has-text('${testMonitor2}')`); + const correctThirdMonitor = await third.locator(`button:has-text('${testMonitor3}')`); + expect(await correctFirstMonitor.count()).toBe(1); + expect(await correctSecondMonitor.count()).toBe(1); + expect(await correctThirdMonitor.count()).toBe(1); + }); }); step('delete monitors', async () => { - await syntheticsApp.navigateToMonitorManagement(); + await page.getByTestId('syntheticsMonitorManagementTab').click(); expect(await syntheticsApp.deleteMonitors()).toBeTruthy(); }); }); diff --git a/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx index 931694da554ca..f9eb448615de8 100644 --- a/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx +++ b/x-pack/plugins/observability_solution/synthetics/e2e/synthetics/page_objects/synthetics_app.tsx @@ -128,28 +128,26 @@ export function syntheticsAppPageProvider({ }, async deleteMonitors() { - let isSuccessful: boolean = false; - while (true) { - if ( - !(await page.isVisible(this.byTestId('euiCollapsedItemActionsButton'), { timeout: 0 })) - ) { - isSuccessful = true; - break; - } - await page.click(this.byTestId('euiCollapsedItemActionsButton'), { - delay: 800, - force: true, - }); - await page.click(`.euiContextMenuPanel ${this.byTestId('syntheticsMonitorDeleteAction')}`, { - delay: 800, - }); - await page.waitForSelector('[data-test-subj="confirmModalTitleText"]'); - await this.clickByTestSubj('confirmModalConfirmButton'); - isSuccessful = Boolean(await this.findByTestSubj('uptimeDeleteMonitorSuccess')); - await this.navigateToMonitorManagement(); - await page.waitForTimeout(5 * 1000); + if (!page.url().includes('monitors/management')) { + return true; } - return isSuccessful; + await page.getByTestId('euiCollapsedItemActionsButton').first().click(); + await page.click(`.euiContextMenuPanel ${this.byTestId('syntheticsMonitorDeleteAction')}`, { + delay: 800, + }); + await page.waitForSelector('[data-test-subj="confirmModalTitleText"]'); + await page.getByTestId('confirmModalConfirmButton').click(); + await page.getByTestId('uptimeDeleteMonitorSuccess').click(); + await page.getByTestId('syntheticsRefreshButtonButton').click(); + + await page.getByTestId('checkboxSelectAll').click(); + await page + .getByTestId('syntheticsBulkOperationPopoverClickMeToLoadAContextMenuButton') + .click(); + + await page.getByTestId('confirmModalConfirmButton').click(); + + return true; }, async navigateToEditMonitor(monitorName: string) { @@ -387,6 +385,7 @@ export function syntheticsAppPageProvider({ await button?.click(); } }, + async checkIsEnabled() { await page.waitForTimeout(5 * 1000); const addMonitorBtn = await this.getAddMonitorButton(); diff --git a/x-pack/plugins/security/server/session_management/session_index.test.ts b/x-pack/plugins/security/server/session_management/session_index.test.ts index 04991f4aeefd6..d0fb5a5d70f5e 100644 --- a/x-pack/plugins/security/server/session_management/session_index.test.ts +++ b/x-pack/plugins/security/server/session_management/session_index.test.ts @@ -446,6 +446,7 @@ describe('Session index', () => { { index: aliasName, keep_alive: '5m', + allow_partial_search_results: true, }, { ignore: [404], meta: true } ); @@ -454,6 +455,7 @@ describe('Session index', () => { { index: aliasName, keep_alive: '5m', + allow_partial_search_results: true, }, { meta: true } ); @@ -473,7 +475,6 @@ describe('Session index', () => { expect(mockElasticsearchClient.search).toHaveBeenCalledTimes(1); expect(mockElasticsearchClient.search).toHaveBeenCalledWith({ _source_includes: 'usernameHash,provider', - allow_partial_search_results: true, sort: '_shard_doc', track_total_hits: false, search_after: undefined, @@ -556,7 +557,6 @@ describe('Session index', () => { expect(mockElasticsearchClient.search).toHaveBeenCalledTimes(1); expect(mockElasticsearchClient.search).toHaveBeenCalledWith({ _source_includes: 'usernameHash,provider', - allow_partial_search_results: true, sort: '_shard_doc', track_total_hits: false, search_after: undefined, @@ -651,7 +651,6 @@ describe('Session index', () => { expect(mockElasticsearchClient.search).toHaveBeenCalledTimes(1); expect(mockElasticsearchClient.search).toHaveBeenCalledWith({ _source_includes: 'usernameHash,provider', - allow_partial_search_results: true, sort: '_shard_doc', track_total_hits: false, search_after: undefined, @@ -740,7 +739,6 @@ describe('Session index', () => { expect(mockElasticsearchClient.search).toHaveBeenCalledTimes(1); expect(mockElasticsearchClient.search).toHaveBeenCalledWith({ _source_includes: 'usernameHash,provider', - allow_partial_search_results: true, sort: '_shard_doc', track_total_hits: false, search_after: undefined, @@ -854,7 +852,6 @@ describe('Session index', () => { expect(mockElasticsearchClient.search).toHaveBeenCalledTimes(1); expect(mockElasticsearchClient.search).toHaveBeenCalledWith({ _source_includes: 'usernameHash,provider', - allow_partial_search_results: true, sort: '_shard_doc', track_total_hits: false, search_after: undefined, diff --git a/x-pack/plugins/security/server/session_management/session_index.ts b/x-pack/plugins/security/server/session_management/session_index.ts index 9166ec9deb91f..b4bea1900c577 100644 --- a/x-pack/plugins/security/server/session_management/session_index.ts +++ b/x-pack/plugins/security/server/session_management/session_index.ts @@ -830,6 +830,10 @@ export class SessionIndex { { index: this.aliasName, keep_alive: SESSION_INDEX_CLEANUP_KEEP_ALIVE, + // @ts-expect-error client support this option, but it is not documented and typed yet. + // once support added we should remove this expected type error + // https://github.com/elastic/elasticsearch-specification/issues/3144 + allow_partial_search_results: true, }, { ignore: [404], meta: true } ); @@ -841,6 +845,10 @@ export class SessionIndex { { index: this.aliasName, keep_alive: SESSION_INDEX_CLEANUP_KEEP_ALIVE, + // @ts-expect-error client support this option, but it is not documented and typed yet. + // once support added we should remove this expected type error + // https://github.com/elastic/elasticsearch-specification/issues/3144 + allow_partial_search_results: true, }, { meta: true } )); @@ -857,7 +865,6 @@ export class SessionIndex { size: SESSION_INDEX_CLEANUP_BATCH_SIZE, sort: '_shard_doc', track_total_hits: false, // for performance - allow_partial_search_results: true, }); const { hits } = searchResponse.hits; if (hits.length > 0) { diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/prebuilt_rules/model/diff/diffable_rule/diffable_rule.ts b/x-pack/plugins/security_solution/common/api/detection_engine/prebuilt_rules/model/diff/diffable_rule/diffable_rule.ts index 38331d3a01c62..428d30495722a 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/prebuilt_rules/model/diff/diffable_rule/diffable_rule.ts +++ b/x-pack/plugins/security_solution/common/api/detection_engine/prebuilt_rules/model/diff/diffable_rule/diffable_rule.ts @@ -12,7 +12,6 @@ import { HistoryWindowStart, InvestigationFields, InvestigationGuide, - KqlQueryLanguage, MachineLearningJobId, MaxSignals, NewTermsFields, @@ -131,7 +130,6 @@ export const DiffableThreatMatchFields = z.object({ threat_mapping: ThreatMapping, data_source: RuleDataSource.optional(), // NOTE: new field threat_indicator_path: ThreatIndicatorPath.optional(), - threat_language: KqlQueryLanguage.optional(), alert_suppression: AlertSuppression.optional(), }); diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/create_signals_migration/create_signals_migration.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/create_signals_migration/create_signals_migration.schema.yaml index 52178537d6363..d77bb820ec59e 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/create_signals_migration/create_signals_migration.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/create_signals_migration/create_signals_migration.schema.yaml @@ -9,6 +9,7 @@ paths: operationId: CreateAlertsMigration x-codegen-enabled: true summary: Initiate a detection alert migration + deprecated: true description: | Initiate a migration of detection alerts. Migrations are initiated per index. While the process is neither destructive nor interferes with existing data, it may be resource-intensive. As such, it is recommended that you plan your migrations accordingly. diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/delete_signals_migration/delete_signals_migration.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/delete_signals_migration/delete_signals_migration.schema.yaml index 8aa36d8496d09..a03d7c476d65f 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/delete_signals_migration/delete_signals_migration.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/delete_signals_migration/delete_signals_migration.schema.yaml @@ -9,6 +9,7 @@ paths: operationId: AlertsMigrationCleanup x-codegen-enabled: true summary: Clean up detection alert migrations + deprecated: true description: | Migrations favor data integrity over shard size. Consequently, unused or orphaned indices are artifacts of the migration process. A successful migration will result in both the old and new indices being present. diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/finalize_signals_migration/finalize_signals_migration.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/finalize_signals_migration/finalize_signals_migration.schema.yaml index d36df73832530..1160467494090 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/finalize_signals_migration/finalize_signals_migration.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/finalize_signals_migration/finalize_signals_migration.schema.yaml @@ -9,6 +9,7 @@ paths: operationId: FinalizeAlertsMigration x-codegen-enabled: true summary: Finalize detection alert migrations + deprecated: true description: | Finalize successful migrations of detection alerts. This replaces the original index's alias with the successfully migrated index's alias. The endpoint is idempotent; therefore, it can safely be used to poll a given migration and, upon completion, diff --git a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/read_signals_migration_status/read_signals_migration_status.schema.yaml b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/read_signals_migration_status/read_signals_migration_status.schema.yaml index 6cf11191f5d70..0baa8e2281506 100644 --- a/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/read_signals_migration_status/read_signals_migration_status.schema.yaml +++ b/x-pack/plugins/security_solution/common/api/detection_engine/signals_migration/read_signals_migration_status/read_signals_migration_status.schema.yaml @@ -9,6 +9,7 @@ paths: operationId: ReadAlertsMigrationStatus x-codegen-enabled: true summary: Retrieve the status of detection alert migrations + deprecated: true description: Retrieve indices that contain detection alerts of a particular age, along with migration information for each of those indices. tags: - Alerts migration API diff --git a/x-pack/plugins/security_solution/common/detection_engine/prebuilt_rules/diff/convert_rule_to_diffable.ts b/x-pack/plugins/security_solution/common/detection_engine/prebuilt_rules/diff/convert_rule_to_diffable.ts index 95ceb5c718825..1c15a07e765fe 100644 --- a/x-pack/plugins/security_solution/common/detection_engine/prebuilt_rules/diff/convert_rule_to_diffable.ts +++ b/x-pack/plugins/security_solution/common/detection_engine/prebuilt_rules/diff/convert_rule_to_diffable.ts @@ -213,7 +213,6 @@ const extractDiffableThreatMatchFieldsFromRuleObject = ( threat_index: rule.threat_index, threat_mapping: rule.threat_mapping, threat_indicator_path: rule.threat_indicator_path, - threat_language: rule.threat_language, alert_suppression: rule.alert_suppression, }; }; diff --git a/x-pack/plugins/security_solution/common/endpoint/constants.ts b/x-pack/plugins/security_solution/common/endpoint/constants.ts index 6aae156e9ac11..c08dc5b811f84 100644 --- a/x-pack/plugins/security_solution/common/endpoint/constants.ts +++ b/x-pack/plugins/security_solution/common/endpoint/constants.ts @@ -96,6 +96,7 @@ export const GET_FILE_ROUTE = `${BASE_ENDPOINT_ACTION_ROUTE}/get_file`; export const EXECUTE_ROUTE = `${BASE_ENDPOINT_ACTION_ROUTE}/execute`; export const UPLOAD_ROUTE = `${BASE_ENDPOINT_ACTION_ROUTE}/upload`; export const SCAN_ROUTE = `${BASE_ENDPOINT_ACTION_ROUTE}/scan`; +export const RUN_SCRIPT_ROUTE = `${BASE_ENDPOINT_ACTION_ROUTE}/run_script`; /** Endpoint Actions Routes */ export const ENDPOINT_ACTION_LOG_ROUTE = `${BASE_ENDPOINT_ROUTE}/action_log/{agent_id}`; diff --git a/x-pack/plugins/security_solution/common/endpoint/data_generators/endpoint_action_generator.ts b/x-pack/plugins/security_solution/common/endpoint/data_generators/endpoint_action_generator.ts index 91de8579426ea..e221bad5fcb28 100644 --- a/x-pack/plugins/security_solution/common/endpoint/data_generators/endpoint_action_generator.ts +++ b/x-pack/plugins/security_solution/common/endpoint/data_generators/endpoint_action_generator.ts @@ -147,6 +147,17 @@ export class EndpointActionGenerator extends BaseDataGenerator { } } + if (command === 'runscript') { + if (!output) { + output = { + type: 'json', + content: { + code: '200', + }, + }; + } + } + if (command === 'execute') { if (!output) { output = this.generateExecuteActionResponseOutput(); diff --git a/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.test.ts b/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.test.ts index 3772635ef2d33..fc616d9a073ea 100644 --- a/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.test.ts +++ b/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.test.ts @@ -5,7 +5,11 @@ * 2.0. */ -import { calculateEndpointAuthz, getEndpointAuthzInitialState } from './authz'; +import { + calculateEndpointAuthz, + canFetchPackageAndAgentPolicies, + getEndpointAuthzInitialState, +} from './authz'; import type { FleetAuthz } from '@kbn/fleet-plugin/common'; import { createFleetAuthzMock } from '@kbn/fleet-plugin/common/mocks'; import { createLicenseServiceMock } from '../../../license/mocks'; @@ -15,6 +19,7 @@ import { RESPONSE_CONSOLE_ACTION_COMMANDS_TO_RBAC_FEATURE_CONTROL, type ResponseConsoleRbacControls, } from '../response_actions/constants'; +import type { Capabilities } from '@kbn/core-capabilities-common'; describe('Endpoint Authz service', () => { let licenseService: ReturnType; @@ -91,48 +96,53 @@ describe('Endpoint Authz service', () => { ); }); - it('should not give canAccessFleet if `fleet.all` is false', () => { - fleetAuthz.fleet.all = false; - expect(calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canAccessFleet).toBe( - false - ); - }); + describe('Fleet', () => { + [true, false].forEach((value) => { + it(`should set canAccessFleet to ${value} if \`fleet.all\` is ${value}`, () => { + fleetAuthz.fleet.all = value; + expect(calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canAccessFleet).toBe( + value + ); + }); - it('should not give canReadFleetAgents if `fleet.readAgents` is false', () => { - fleetAuthz.fleet.readAgents = false; - expect(calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canReadFleetAgents).toBe( - false - ); - }); + it(`should set canReadFleetAgents to ${value} if \`fleet.readAgents\` is ${value}`, () => { + fleetAuthz.fleet.readAgents = value; + expect( + calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canReadFleetAgents + ).toBe(value); + }); - it('should not give canWriteFleetAgents if `fleet.allAgents` is false', () => { - fleetAuthz.fleet.allAgents = false; - expect( - calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canWriteFleetAgents - ).toBe(false); - }); + it(`should set canWriteFleetAgents to ${value} if \`fleet.allAgents\` is ${value}`, () => { + fleetAuthz.fleet.allAgents = value; + expect( + calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canWriteFleetAgents + ).toBe(value); + }); - it('should not give canReadFleetAgentPolicies if `fleet.readAgentPolicies` is false', () => { - fleetAuthz.fleet.readAgentPolicies = false; - expect( - calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canReadFleetAgentPolicies - ).toBe(false); + it(`should set canReadFleetAgentPolicies to ${value} if \`fleet.readAgentPolicies\` is ${value}`, () => { + fleetAuthz.fleet.readAgentPolicies = value; + expect( + calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canReadFleetAgentPolicies + ).toBe(value); + }); + + it(`should set canWriteIntegrationPolicies to ${value} if \`integrations.writeIntegrationPolicies\` is ${value}`, () => { + fleetAuthz.integrations.writeIntegrationPolicies = value; + expect( + calculateEndpointAuthz(licenseService, fleetAuthz, userRoles) + .canWriteIntegrationPolicies + ).toBe(value); + }); + }); }); - it('should not give canAccessEndpointManagement if not superuser', () => { + it('should set canAccessEndpointManagement if not superuser', () => { userRoles = []; expect( calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canAccessEndpointManagement ).toBe(false); }); - it('should give canAccessFleet if `fleet.all` is true', () => { - fleetAuthz.fleet.all = true; - expect(calculateEndpointAuthz(licenseService, fleetAuthz, userRoles).canAccessFleet).toBe( - true - ); - }); - it('should give canAccessEndpointManagement if superuser', () => { userRoles = ['superuser']; expect( @@ -303,6 +313,7 @@ describe('Endpoint Authz service', () => { canReadFleetAgentPolicies: false, canReadFleetAgents: false, canWriteFleetAgents: false, + canWriteIntegrationPolicies: false, canAccessEndpointActionsLogManagement: false, canAccessEndpointManagement: false, canCreateArtifactsByPolicy: false, @@ -336,4 +347,64 @@ describe('Endpoint Authz service', () => { }); }); }); + + describe('canFetchPackageAndAgentPolicies()', () => { + describe('without granular Fleet permissions', () => { + it.each` + readFleet | readIntegrations | readPolicyManagement | result + ${false} | ${false} | ${false} | ${false} + ${true} | ${false} | ${false} | ${false} + ${false} | ${true} | ${false} | ${false} + ${true} | ${true} | ${false} | ${true} + ${false} | ${false} | ${true} | ${true} + ${true} | ${false} | ${true} | ${true} + ${false} | ${true} | ${true} | ${true} + ${true} | ${true} | ${true} | ${true} + `( + 'should return $result when readFleet is $readFleet, readIntegrations is $readIntegrations and readPolicyManagement is $readPolicyManagement', + ({ readFleet, readIntegrations, readPolicyManagement, result }) => { + const capabilities: Partial = { + siem: { readPolicyManagement }, + fleetv2: { read: readFleet }, + fleet: { read: readIntegrations }, + }; + + expect(canFetchPackageAndAgentPolicies(capabilities as Capabilities)).toBe(result); + } + ); + }); + + describe('with granular Fleet permissions', () => { + it.each` + readFleet | readAgentPolicies | readIntegrations | readPolicyManagement | result + ${false} | ${false} | ${false} | ${false} | ${false} + ${false} | ${false} | ${true} | ${false} | ${false} + ${false} | ${false} | ${false} | ${true} | ${true} + ${false} | ${false} | ${true} | ${true} | ${true} + ${false} | ${true} | ${false} | ${false} | ${false} + ${false} | ${true} | ${true} | ${false} | ${false} + ${false} | ${true} | ${false} | ${true} | ${true} + ${false} | ${true} | ${true} | ${true} | ${true} + ${true} | ${false} | ${false} | ${false} | ${false} + ${true} | ${false} | ${true} | ${false} | ${false} + ${true} | ${false} | ${false} | ${true} | ${true} + ${true} | ${false} | ${true} | ${true} | ${true} + ${true} | ${true} | ${false} | ${false} | ${false} + ${true} | ${true} | ${true} | ${false} | ${true} + ${true} | ${true} | ${false} | ${true} | ${true} + ${true} | ${true} | ${true} | ${true} | ${true} + `( + 'should return $result when readAgentPolicies is $readAgentPolicies, readFleet is $readFleet, readIntegrations is $readIntegrations and readPolicyManagement is $readPolicyManagement', + ({ readAgentPolicies, readFleet, readIntegrations, readPolicyManagement, result }) => { + const capabilities: Partial = { + siem: { readPolicyManagement }, + fleetv2: { read: readFleet, agent_policies_read: readAgentPolicies }, + fleet: { read: readIntegrations }, + }; + + expect(canFetchPackageAndAgentPolicies(capabilities as Capabilities)).toBe(result); + } + ); + }); + }); }); diff --git a/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.ts b/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.ts index 7b058e543e28f..f5af3f6c1ef24 100644 --- a/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.ts +++ b/x-pack/plugins/security_solution/common/endpoint/service/authz/authz.ts @@ -8,6 +8,7 @@ import type { ENDPOINT_PRIVILEGES, FleetAuthz } from '@kbn/fleet-plugin/common'; import { omit } from 'lodash'; +import type { Capabilities } from '@kbn/core-capabilities-common'; import type { ProductFeaturesService } from '../../../../server/lib/product_features_service'; import { RESPONSE_CONSOLE_ACTION_COMMANDS_TO_REQUIRED_AUTHZ } from '../response_actions/constants'; import type { LicenseService } from '../../../license'; @@ -99,10 +100,19 @@ export const calculateEndpointAuthz = ( const authz: EndpointAuthz = { canWriteSecuritySolution, canReadSecuritySolution, + + // --------------------------------------------------------- + // Coming from Fleet authz + // --------------------------------------------------------- canAccessFleet: fleetAuthz?.fleet.all ?? false, canReadFleetAgentPolicies: fleetAuthz?.fleet.readAgentPolicies ?? false, canWriteFleetAgents: fleetAuthz?.fleet.allAgents ?? false, canReadFleetAgents: fleetAuthz?.fleet.readAgents ?? false, + canWriteIntegrationPolicies: fleetAuthz?.integrations.writeIntegrationPolicies ?? false, + + // --------------------------------------------------------- + // Endpoint & policy management + // --------------------------------------------------------- canAccessEndpointManagement: hasEndpointManagementAccess, // TODO: is this one deprecated? it is the only place we need to check for superuser. canCreateArtifactsByPolicy: isPlatinumPlusLicense, canWriteEndpointList, @@ -166,6 +176,7 @@ export const getEndpointAuthzInitialState = (): EndpointAuthz => { canReadFleetAgentPolicies: false, canReadFleetAgents: false, canWriteFleetAgents: false, + canWriteIntegrationPolicies: false, canAccessEndpointActionsLogManagement: false, canAccessEndpointManagement: false, canCreateArtifactsByPolicy: false, @@ -198,3 +209,24 @@ export const getEndpointAuthzInitialState = (): EndpointAuthz => { canWriteEndpointExceptions: false, }; }; + +/** + * Duplicate logic to calculate if user has privilege to fetch Agent Policies, + * working only with Capabilities, in order to be able to use it e.g. in middleware. + * + * The logic works with Fleet granular privileges (`subfeaturePrivileges`) both enabled and disabled. + * + * @param capabilities Capabilities from coreStart.application + */ +export const canFetchPackageAndAgentPolicies = (capabilities: Capabilities): boolean => { + const canReadPolicyManagement = Boolean(capabilities.siem?.readPolicyManagement); + + const fleetv2 = capabilities.fleetv2; + const canReadFleetAgentPolicies = Boolean( + fleetv2?.read && (fleetv2?.agent_policies_read ?? true) + ); + + const canReadIntegrations = Boolean(capabilities.fleet?.read); + + return canReadPolicyManagement || (canReadFleetAgentPolicies && canReadIntegrations); +}; diff --git a/x-pack/plugins/security_solution/common/endpoint/service/response_actions/constants.ts b/x-pack/plugins/security_solution/common/endpoint/service/response_actions/constants.ts index 3f06fbd4e4ffc..d60002d5a060c 100644 --- a/x-pack/plugins/security_solution/common/endpoint/service/response_actions/constants.ts +++ b/x-pack/plugins/security_solution/common/endpoint/service/response_actions/constants.ts @@ -28,6 +28,7 @@ export const RESPONSE_ACTION_API_COMMANDS_NAMES = [ 'execute', 'upload', 'scan', + 'runscript', ] as const; export type ResponseActionsApiCommandNames = (typeof RESPONSE_ACTION_API_COMMANDS_NAMES)[number]; @@ -54,6 +55,7 @@ export const ENDPOINT_CAPABILITIES = [ 'execute', 'upload_file', 'scan', + 'runscript', ] as const; export type EndpointCapabilities = (typeof ENDPOINT_CAPABILITIES)[number]; @@ -72,6 +74,7 @@ export const CONSOLE_RESPONSE_ACTION_COMMANDS = [ 'execute', 'upload', 'scan', + 'runscript', ] as const; export type ConsoleResponseActionCommands = (typeof CONSOLE_RESPONSE_ACTION_COMMANDS)[number]; @@ -100,6 +103,7 @@ export const RESPONSE_CONSOLE_ACTION_COMMANDS_TO_RBAC_FEATURE_CONTROL: Record< execute: 'writeExecuteOperations', upload: 'writeFileOperations', scan: 'writeScanOperations', + runscript: 'writeExecuteOperations', }); export const RESPONSE_ACTION_API_COMMAND_TO_CONSOLE_COMMAND_MAP = Object.freeze< @@ -114,6 +118,7 @@ export const RESPONSE_ACTION_API_COMMAND_TO_CONSOLE_COMMAND_MAP = Object.freeze< 'suspend-process': 'suspend-process', upload: 'upload', scan: 'scan', + runscript: 'runscript', }); export const RESPONSE_CONSOLE_COMMAND_TO_API_COMMAND_MAP = Object.freeze< @@ -128,6 +133,7 @@ export const RESPONSE_CONSOLE_COMMAND_TO_API_COMMAND_MAP = Object.freeze< 'suspend-process': 'suspend-process', upload: 'upload', scan: 'scan', + runscript: 'runscript', }); export const RESPONSE_CONSOLE_ACTION_COMMANDS_TO_ENDPOINT_CAPABILITY = Object.freeze< @@ -142,6 +148,7 @@ export const RESPONSE_CONSOLE_ACTION_COMMANDS_TO_ENDPOINT_CAPABILITY = Object.fr 'suspend-process': 'suspend_process', upload: 'upload_file', scan: 'scan', + runscript: 'runscript', }); /** @@ -159,6 +166,7 @@ export const RESPONSE_CONSOLE_ACTION_COMMANDS_TO_REQUIRED_AUTHZ = Object.freeze< 'kill-process': 'canKillProcess', 'suspend-process': 'canSuspendProcess', scan: 'canWriteScanOperations', + runscript: 'canWriteExecuteOperations', }); // 4 hrs in seconds diff --git a/x-pack/plugins/security_solution/common/endpoint/service/response_actions/is_response_action_supported.ts b/x-pack/plugins/security_solution/common/endpoint/service/response_actions/is_response_action_supported.ts index 928327fc0e28d..0e1fc072b2604 100644 --- a/x-pack/plugins/security_solution/common/endpoint/service/response_actions/is_response_action_supported.ts +++ b/x-pack/plugins/security_solution/common/endpoint/service/response_actions/is_response_action_supported.ts @@ -126,6 +126,18 @@ const RESPONSE_ACTIONS_SUPPORT_MAP: SupportMap = { crowdstrike: false, }, }, + runscript: { + automated: { + endpoint: false, + sentinel_one: false, + crowdstrike: false, + }, + manual: { + endpoint: false, + sentinel_one: false, + crowdstrike: true, + }, + }, }; /** diff --git a/x-pack/plugins/security_solution/common/endpoint/types/authz.ts b/x-pack/plugins/security_solution/common/endpoint/types/authz.ts index 6a326479ce8ae..45fc9595405b7 100644 --- a/x-pack/plugins/security_solution/common/endpoint/types/authz.ts +++ b/x-pack/plugins/security_solution/common/endpoint/types/authz.ts @@ -22,6 +22,8 @@ export interface EndpointAuthz { canReadFleetAgents: boolean; /** If the user has permissions to write Fleet Agents */ canWriteFleetAgents: boolean; + /** If the user has permissions to write Integration policies in the Fleet app */ + canWriteIntegrationPolicies: boolean; /** If the user has permissions to access Endpoint management (includes check to ensure they also have access to fleet) */ canAccessEndpointManagement: boolean; /** If the user has permissions to access Actions Log management and also has a platinum license (used for endpoint details flyout) */ diff --git a/x-pack/plugins/security_solution/common/experimental_features.ts b/x-pack/plugins/security_solution/common/experimental_features.ts index def958c07bd2d..05b3c2ac9af51 100644 --- a/x-pack/plugins/security_solution/common/experimental_features.ts +++ b/x-pack/plugins/security_solution/common/experimental_features.ts @@ -246,7 +246,7 @@ export const allowedExperimentalValues = Object.freeze({ /** * Enables the Service Entity Store. The Entity Store feature will install the service engine by default. */ - serviceEntityStoreEnabled: true, + serviceEntityStoreEnabled: false, /** * Enables the siem migrations feature @@ -257,6 +257,12 @@ export const allowedExperimentalValues = Object.freeze({ * Enables the Defend Insights feature */ defendInsights: false, + + /** + * Enables CrowdStrike's RunScript RTR command + */ + + crowdstrikeRunScriptEnabled: false, }); type ExperimentalConfigKeys = Array; diff --git a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_detections_api_2023_10_31.bundled.schema.yaml b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_detections_api_2023_10_31.bundled.schema.yaml index 7e8d7a61bff2c..55514516f43da 100644 --- a/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_detections_api_2023_10_31.bundled.schema.yaml +++ b/x-pack/plugins/security_solution/docs/openapi/ess/security_solution_detections_api_2023_10_31.bundled.schema.yaml @@ -1010,6 +1010,7 @@ paths: - Security Detections API /api/detection_engine/signals/finalize_migration: post: + deprecated: true description: > Finalize successful migrations of detection alerts. This replaces the original index's alias with the successfully migrated index's alias. @@ -1069,6 +1070,7 @@ paths: - Alerts migration API /api/detection_engine/signals/migration: delete: + deprecated: true description: > Migrations favor data integrity over shard size. Consequently, unused or orphaned indices are artifacts of @@ -1136,6 +1138,7 @@ paths: - Security Detections API - Alerts migration API post: + deprecated: true description: > Initiate a migration of detection alerts. @@ -1204,6 +1207,7 @@ paths: - Alerts migration API /api/detection_engine/signals/migration_status: post: + deprecated: true description: >- Retrieve indices that contain detection alerts of a particular age, along with migration information for each of those indices. diff --git a/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/fields/threat_language/threat_language.stories.tsx b/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/fields/threat_language/threat_language.stories.tsx deleted file mode 100644 index bae9f596de750..0000000000000 --- a/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/fields/threat_language/threat_language.stories.tsx +++ /dev/null @@ -1,39 +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. - */ - -import React from 'react'; -import type { Story } from '@storybook/react'; -import { ThreatLanguageReadOnly } from './threat_language'; -import { FieldReadOnly } from '../../field_readonly'; -import type { DiffableRule } from '../../../../../../../../../common/api/detection_engine'; -import { mockThreatMatchRule } from '../../storybook/mocks'; -import { ThreeWayDiffStorybookProviders } from '../../storybook/three_way_diff_storybook_providers'; - -export default { - component: ThreatLanguageReadOnly, - title: 'Rule Management/Prebuilt Rules/Upgrade Flyout/ThreeWayDiff/FieldReadOnly/threat_language', -}; - -interface TemplateProps { - finalDiffableRule: DiffableRule; -} - -const Template: Story = (args) => { - return ( - - - - ); -}; - -export const Default = Template.bind({}); - -Default.args = { - finalDiffableRule: mockThreatMatchRule({ - threat_language: 'lucene', - }), -}; diff --git a/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/fields/threat_language/threat_language.tsx b/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/fields/threat_language/threat_language.tsx deleted file mode 100644 index df43373783b1b..0000000000000 --- a/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/fields/threat_language/threat_language.tsx +++ /dev/null @@ -1,33 +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. - */ - -import React from 'react'; -import { EuiDescriptionList } from '@elastic/eui'; -import * as ruleDetailsI18n from '../../../../translations'; -import type { KqlQueryLanguage } from '../../../../../../../../../common/api/detection_engine'; -import { getQueryLanguageLabel } from '../../../../helpers'; - -interface ThreatLanguageReadOnlyProps { - threatLanguage?: KqlQueryLanguage; -} - -export function ThreatLanguageReadOnly({ threatLanguage }: ThreatLanguageReadOnlyProps) { - if (!threatLanguage) { - return null; - } - - return ( - - ); -} diff --git a/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/threat_match_rule_field_readonly.tsx b/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/threat_match_rule_field_readonly.tsx index 3e23a064d14f2..0296c711a6313 100644 --- a/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/threat_match_rule_field_readonly.tsx +++ b/x-pack/plugins/security_solution/public/detection_engine/rule_management/components/rule_details/three_way_diff/final_readonly/threat_match_rule_field_readonly.tsx @@ -16,7 +16,6 @@ import { ThreatQueryReadOnly } from './fields/threat_query/threat_query'; import { TypeReadOnly } from './fields/type/type'; import { AlertSuppressionReadOnly } from './fields/alert_suppression/alert_suppression'; import { assertUnreachable } from '../../../../../../../common/utility_types'; -import { ThreatLanguageReadOnly } from './fields/threat_language/threat_language'; interface ThreatMatchRuleFieldReadOnlyProps { fieldName: keyof DiffableThreatMatchFields; @@ -53,8 +52,6 @@ export function ThreatMatchRuleFieldReadOnly({ threatIndicatorPath={finalDiffableRule.threat_indicator_path} /> ); - case 'threat_language': - return ; case 'threat_mapping': return ; case 'threat_query': diff --git a/x-pack/plugins/security_solution/public/management/common/translations.ts b/x-pack/plugins/security_solution/public/management/common/translations.ts index c07c78deb4c70..6929452e5d9e9 100644 --- a/x-pack/plugins/security_solution/public/management/common/translations.ts +++ b/x-pack/plugins/security_solution/public/management/common/translations.ts @@ -215,6 +215,88 @@ export const CONSOLE_COMMANDS = { }, }; +export const CROWDSTRIKE_CONSOLE_COMMANDS = { + runscript: { + args: { + raw: { + about: i18n.translate( + 'xpack.securitySolution.crowdStrikeConsoleCommands.runscript.args.raw.about', + { + defaultMessage: 'Raw script content', + } + ), + }, + cloudFile: { + about: i18n.translate( + 'xpack.securitySolution.crowdStrikeConsoleCommands.runscript.args.cloudFile.about', + { + defaultMessage: 'Script name in cloud storage', + } + ), + }, + commandLine: { + about: i18n.translate( + 'xpack.securitySolution.crowdStrikeConsoleCommands.runscript.args.commandLine.about', + { + defaultMessage: 'Command line arguments', + } + ), + }, + hostPath: { + about: i18n.translate( + 'xpack.securitySolution.crowdStrikeConsoleCommands.runscript.args.hostPath.about', + { + defaultMessage: 'Absolute or relative path of script on host machine', + } + ), + }, + timeout: { + about: i18n.translate( + 'xpack.securitySolution.crowdStrikeConsoleCommands.runscript.args.timeout.about', + { + defaultMessage: 'Timeout in seconds', + } + ), + }, + }, + title: i18n.translate('xpack.securitySolution.crowdStrikeConsoleCommands.runscript.title', { + defaultMessage: 'Isolate', + }), + about: i18n.translate('xpack.securitySolution.crowdStrikeConsoleCommands.runscript.about', { + defaultMessage: 'Run a script on the host', + }), + helpUsage: i18n.translate('xpack.securitySolution.crowdStrikeConsoleCommands.runscript.about', { + defaultMessage: ` +Command Examples for Running Scripts: + +1. Executes a script saved in the CrowdStrike cloud with the specified command-line arguments. + + runscript --CloudFile="CloudScript1.ps1" --CommandLine="-Verbose true" + +2. Executes a script saved in the CrowdStrike cloud with the specified command-line arguments and a 180-second timeout. + + runscript --CloudFile="CloudScript1.ps1" --CommandLine="-Verbose true" -Timeout=180 + +3. Executes a raw script provided entirely within the "--Raw" flag. + + runscript --Raw="Get-ChildItem." + +4. Executes a script located on the remote host at the specified path with the provided command-line arguments. + + runscript --HostPath="C:\\temp\\LocalScript.ps1" --CommandLine="-Verbose true" + +`, + }), + privileges: i18n.translate( + 'xpack.securitySolution.crowdStrikeConsoleCommands.runscript.privileges', + { + defaultMessage: + 'Insufficient privileges to run script. Contact your Kibana administrator if you think you should have this permission.', + } + ), + }, +}; + export const CONFIRM_WARNING_MODAL_LABELS = (entryType: string) => { return { title: i18n.translate('xpack.securitySolution.artifacts.confirmWarningModal.title', { diff --git a/x-pack/plugins/security_solution/public/management/components/console/components/command_usage.tsx b/x-pack/plugins/security_solution/public/management/components/console/components/command_usage.tsx index 7d1895ba7d1b7..ef88832c9d2e5 100644 --- a/x-pack/plugins/security_solution/public/management/components/console/components/command_usage.tsx +++ b/x-pack/plugins/security_solution/public/management/components/console/components/command_usage.tsx @@ -33,6 +33,13 @@ export const CommandInputUsage = memo>(({ }); }, [commandDef]); + const helpExample = useMemo(() => { + if (commandDef.helpUsage) { + return commandDef.helpUsage; + } + return commandDef.exampleUsage; + }, [commandDef]); + return ( <> >(({ titleProps={additionalProps} /> - {commandDef.exampleUsage && ( + {helpExample && ( >(({ })} ), - description: {commandDef.exampleUsage}, + description: {helpExample}, }, ]} descriptionProps={additionalProps} diff --git a/x-pack/plugins/security_solution/public/management/components/console/types.ts b/x-pack/plugins/security_solution/public/management/components/console/types.ts index fb4e836f26c42..68cf5c62ab929 100644 --- a/x-pack/plugins/security_solution/public/management/components/console/types.ts +++ b/x-pack/plugins/security_solution/public/management/components/console/types.ts @@ -49,7 +49,12 @@ export interface CommandArgDefinition { * - `truthy`: The argument must have a value and the values must be "truthy" (evaluate to `Boolean` true) */ mustHaveValue?: boolean | 'non-empty-string' | 'number' | 'number-greater-than-zero' | 'truthy'; + + /** + * Specifies that one or more arguments might be required, but only one of them can be used at a time. + */ exclusiveOr?: boolean; + /** * Validate the individual values given to this argument. * Should return `true` if valid or a string with the error message @@ -124,10 +129,17 @@ export interface CommandDefinition { /** * Displayed in the input hint area when the user types the command as well as in the output of * this command's `--help`. This value will override the command usage generated by the console - * from the Command Definition. + * from the Command Definition. It's value displayed in `--help` would overriden by `helpUsage` if defined. */ exampleUsage?: string; + /** + * Displayed in the output of this command's `--help`. + * This value will override the command usage generated by the console + * from the Command Definition. + */ + helpUsage?: string; + /** * Validate the command entered by the user. This is called only after the Console has ran * through all of its builtin validations (based on `CommandDefinition`). diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/console_commands_definition.ts b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/console_commands_definition.ts index efc52fd59c326..6851111f99dd6 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/console_commands_definition.ts +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/console_commands_definition.ts @@ -42,7 +42,7 @@ import { import { getCommandAboutInfo } from './get_command_about_info'; import { validateUnitOfTime } from './utils'; -import { CONSOLE_COMMANDS } from '../../../common/translations'; +import { CONSOLE_COMMANDS, CROWDSTRIKE_CONSOLE_COMMANDS } from '../../../common/translations'; import { ScanActionResult } from '../command_render_components/scan_action'; const emptyArgumentValidator = (argData: ParsedArgData): true | string => { @@ -167,6 +167,7 @@ export const getEndpointConsoleCommands = ({ const featureFlags = ExperimentalFeaturesService.get(); const isUploadEnabled = featureFlags.responseActionUploadEnabled; + const crowdstrikeRunScriptEnabled = featureFlags.crowdstrikeRunScriptEnabled; const doesEndpointSupportCommand = (commandName: ConsoleResponseActionCommands) => { // Agent capabilities is only validated for Endpoint agent types @@ -523,6 +524,71 @@ export const getEndpointConsoleCommands = ({ privileges: endpointPrivileges, }), }); + if (crowdstrikeRunScriptEnabled) { + consoleCommands.push({ + name: 'runscript', + about: getCommandAboutInfo({ + aboutInfo: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.about, + isSupported: doesEndpointSupportCommand('runscript'), + }), + RenderComponent: () => null, + meta: { + agentType, + endpointId: endpointAgentId, + capabilities: endpointCapabilities, + privileges: endpointPrivileges, + }, + exampleUsage: `runscript --Raw=\`\`\`Get-ChildItem .\`\`\` -CommandLine=""`, + helpUsage: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.helpUsage, + exampleInstruction: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.about, + validate: capabilitiesAndPrivilegesValidator(agentType), + mustHaveArgs: true, + args: { + Raw: { + required: false, + allowMultiples: false, + about: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.args.raw.about, + mustHaveValue: 'non-empty-string', + exclusiveOr: true, + }, + CloudFile: { + required: false, + allowMultiples: false, + about: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.args.cloudFile.about, + mustHaveValue: 'non-empty-string', + exclusiveOr: true, + }, + CommandLine: { + required: false, + allowMultiples: false, + about: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.args.commandLine.about, + mustHaveValue: 'non-empty-string', + }, + HostPath: { + required: false, + allowMultiples: false, + about: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.args.hostPath.about, + mustHaveValue: 'non-empty-string', + exclusiveOr: true, + }, + Timeout: { + required: false, + allowMultiples: false, + about: CROWDSTRIKE_CONSOLE_COMMANDS.runscript.args.timeout.about, + mustHaveValue: 'number-greater-than-zero', + }, + ...commandCommentArgument(), + }, + helpGroupLabel: HELP_GROUPS.responseActions.label, + helpGroupPosition: HELP_GROUPS.responseActions.position, + helpCommandPosition: 9, + helpDisabled: !doesEndpointSupportCommand('runscript'), + helpHidden: !getRbacControl({ + commandName: 'runscript', + privileges: endpointPrivileges, + }), + }); + } switch (agentType) { case 'sentinel_one': diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/integration_tests/console_commands_definition.test.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/integration_tests/console_commands_definition.test.tsx index caf33de458f83..863215f4c427c 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/integration_tests/console_commands_definition.test.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_responder/lib/integration_tests/console_commands_definition.test.tsx @@ -73,7 +73,10 @@ describe('When displaying Endpoint Response Actions', () => { HELP_GROUPS.responseActions.label ); - const expectedCommands: string[] = [...CONSOLE_RESPONSE_ACTION_COMMANDS]; + const endpointCommands = CONSOLE_RESPONSE_ACTION_COMMANDS.filter( + (command) => command !== 'runscript' + ); + const expectedCommands: string[] = [...endpointCommands]; // add status to the list of expected commands in that order expectedCommands.splice(2, 0, 'status'); @@ -149,6 +152,7 @@ describe('When displaying Endpoint Response Actions', () => { beforeEach(() => { (ExperimentalFeaturesService.get as jest.Mock).mockReturnValue({ responseActionsCrowdstrikeManualHostIsolationEnabled: true, + crowdstrikeRunScriptEnabled: true, }); commands = getEndpointConsoleCommands({ agentType: 'crowdstrike', @@ -176,7 +180,7 @@ describe('When displaying Endpoint Response Actions', () => { HELP_GROUPS.responseActions.label ); - expect(commandsInPanel).toEqual(['isolate', 'release']); + expect(commandsInPanel).toEqual(['isolate', 'release', 'runscript --Raw']); }); }); }); diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_filter.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_filter.tsx index a7bf44db48f3b..f54062a8bf5b2 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_filter.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/components/actions_log_filter.tsx @@ -35,12 +35,14 @@ export const ActionsLogFilter = memo( isFlyout, onChangeFilterOptions, 'data-test-subj': dataTestSubj, + 'data-test-height': dataTestHeight, }: { filterName: ActionsLogPopupFilters; typesFilters?: TypesFilters; isFlyout: boolean; onChangeFilterOptions?: (selectedOptions: string[]) => void; 'data-test-subj'?: string; + 'data-test-height'?: number; }) => { const getTestId = useTestIdGenerator(dataTestSubj); @@ -263,6 +265,7 @@ export const ActionsLogFilter = memo( data-test-subj={dataTestSubj} > ['refetch']; showHostsFilter: boolean; 'data-test-subj'?: string; + 'data-test-height'?: number; }) => { const getTestId = useTestIdGenerator(dataTestSubj); @@ -76,6 +78,7 @@ export const ActionsLogFilters = memo( isFlyout={isFlyout} onChangeFilterOptions={onChangeCommandsFilter} data-test-subj={dataTestSubj} + data-test-height={dataTestHeight} /> ({ key: commandName, diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/integration_tests/response_actions_log.test.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/integration_tests/response_actions_log.test.tsx index 98cfe87336adc..8a967da55c732 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/integration_tests/response_actions_log.test.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/integration_tests/response_actions_log.test.tsx @@ -1518,6 +1518,7 @@ describe('Response actions history', () => { beforeEach(() => { featureFlags = { responseActionUploadEnabled: true, + crowdstrikeRunScriptEnabled: true, }; mockedContext.setExperimentalFlag(featureFlags); @@ -1537,8 +1538,9 @@ describe('Response actions history', () => { ); }); - it('should show a list of actions (with `scan`) when opened', async () => { - render(); + it('should show a list of actions (with `runscript`) when opened', async () => { + // Note: when we enable new commands, it might be needed to increase the height + render({ 'data-test-height': 350 }); const { getByTestId, getAllByTestId } = renderResult; await user.click(getByTestId(`${testPrefix}-${filterPrefix}-popoverButton`)); @@ -1557,6 +1559,7 @@ describe('Response actions history', () => { 'execute. To check this option, press Enter.', 'upload. To check this option, press Enter.', 'scan. To check this option, press Enter.', + 'runscript. To check this option, press Enter.', ]); }); diff --git a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.tsx b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.tsx index 66efadb3c212b..a8725a68c89e3 100644 --- a/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.tsx +++ b/x-pack/plugins/security_solution/public/management/components/endpoint_response_actions_list/response_actions_log.tsx @@ -38,6 +38,7 @@ export const ResponseActionsLog = memo< isFlyout?: boolean; setIsDataInResponse?: (isData: boolean) => void; 'data-test-subj'?: string; + 'data-test-height'?: number; } >( ({ @@ -46,6 +47,7 @@ export const ResponseActionsLog = memo< isFlyout = true, setIsDataInResponse, 'data-test-subj': dataTestSubj = 'response-actions-list', + 'data-test-height': dataTestHeight, }) => { const { pagination: paginationFromUrlParams, setPagination: setPaginationOnUrlParams } = useUrlPagination(); @@ -295,6 +297,7 @@ export const ResponseActionsLog = memo< onTimeChange={onTimeChange} showHostsFilter={showHostNames} data-test-subj={dataTestSubj} + data-test-height={dataTestHeight} /> {isFetched && !totalItemCount ? ( diff --git a/x-pack/plugins/security_solution/public/management/components/management_empty_state.tsx b/x-pack/plugins/security_solution/public/management/components/management_empty_state.tsx index 2408dad4f39f3..7a1bdfa864c34 100644 --- a/x-pack/plugins/security_solution/public/management/components/management_empty_state.tsx +++ b/x-pack/plugins/security_solution/public/management/components/management_empty_state.tsx @@ -74,7 +74,11 @@ const PolicyEmptyState = React.memo<{ policyEntryPoint?: boolean; }>(({ loading, onActionClick, actionDisabled, policyEntryPoint = false }) => { const docLinks = useKibana().services.docLinks; - const { canAccessFleet, loading: authzLoading } = useUserPrivileges().endpointPrivileges; + const { + canAccessFleet, + canWriteIntegrationPolicies, + loading: authzLoading, + } = useUserPrivileges().endpointPrivileges; return (
@@ -134,7 +138,7 @@ const PolicyEmptyState = React.memo<{ {authzLoading && } - {!authzLoading && canAccessFleet && ( + {!authzLoading && canAccessFleet && canWriteIntegrationPolicies && ( <> @@ -156,7 +160,9 @@ const PolicyEmptyState = React.memo<{ )} - {!authzLoading && !canAccessFleet && } + {!authzLoading && !(canAccessFleet && canWriteIntegrationPolicies) && ( + + )} diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint_list/endpoints_rbac_mocked_data.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint_list/endpoints_rbac_mocked_data.cy.ts new file mode 100644 index 0000000000000..62786effd8303 --- /dev/null +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/endpoint_list/endpoints_rbac_mocked_data.cy.ts @@ -0,0 +1,201 @@ +/* + * 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. + */ + +import { PACKAGE_POLICY_API_ROUTES } from '@kbn/fleet-plugin/common/constants/routes'; +import type { IndexedFleetEndpointPolicyResponse } from '../../../../../common/endpoint/data_loaders/index_fleet_endpoint_policy'; +import { getT1Analyst } from '../../../../../scripts/endpoint/common/roles_users'; +import { APP_ENDPOINTS_PATH } from '../../../../../common/constants'; +import type { ReturnTypeFromChainable } from '../../types'; +import { indexEndpointHosts } from '../../tasks/index_endpoint_hosts'; +import { login } from '../../tasks/login'; +import { loadPage } from '../../tasks/common'; + +describe('Endpoints RBAC', { tags: ['@ess'] }, () => { + type Privilege = 'all' | 'read' | 'none'; + const PRIVILEGES: Privilege[] = ['none', 'read', 'all']; + + const loginWithCustomRole: (privileges: { + integrationsPrivilege?: Privilege; + fleetPrivilege?: Privilege; + endpointPolicyManagementPrivilege?: Privilege; + }) => void = ({ + integrationsPrivilege = 'none', + fleetPrivilege = 'none', + endpointPolicyManagementPrivilege = 'none', + }) => { + const base = getT1Analyst(); + + const customRole: typeof base = { + ...base, + kibana: [ + { + ...base.kibana[0], + feature: { + ...base.kibana[0].feature, + siem: [ + ...base.kibana[0].feature.siem, + `endpoint_list_all`, + `policy_management_${endpointPolicyManagementPrivilege}`, + ], + fleet: [integrationsPrivilege], + fleetv2: [fleetPrivilege], + }, + }, + ], + }; + + login.withCustomRole({ name: 'customRole', ...customRole }); + }; + + beforeEach(() => { + login(); + }); + + describe('neither Defend policy nor hosts are present', () => { + for (const endpointPolicyManagementPrivilege of PRIVILEGES) { + describe(`endpoint policy management privilege is ${endpointPolicyManagementPrivilege}`, () => { + for (const fleetPrivilege of PRIVILEGES) { + for (const integrationsPrivilege of PRIVILEGES) { + const shouldAllowOnboarding = + fleetPrivilege === 'all' && integrationsPrivilege === 'all'; + + it(`should show onboarding screen ${ + shouldAllowOnboarding ? 'with' : 'without' + } 'Add Elastic Defend' button with fleet:${fleetPrivilege} and integrations:${integrationsPrivilege}`, () => { + loginWithCustomRole({ + endpointPolicyManagementPrivilege, + fleetPrivilege, + integrationsPrivilege, + }); + + loadPage(APP_ENDPOINTS_PATH); + + cy.getByTestSubj('policyOnboardingInstructions').should('exist'); + if (shouldAllowOnboarding) { + cy.getByTestSubj('onboardingStartButton').should('exist'); + } else { + cy.getByTestSubj('onboardingStartButton').should('not.exist'); + } + }); + } + } + }); + } + }); + + describe('Defend policy is present, but no hosts', () => { + let loadedPolicyData: IndexedFleetEndpointPolicyResponse; + + before(() => { + cy.task( + 'indexFleetEndpointPolicy', + { policyName: 'tests-serverless' }, + { timeout: 5 * 60 * 1000 } + ).then((res) => { + const response = res as IndexedFleetEndpointPolicyResponse; + loadedPolicyData = response; + }); + }); + + after(() => { + if (loadedPolicyData) { + cy.task('deleteIndexedFleetEndpointPolicies', loadedPolicyData); + } + }); + + for (const endpointPolicyManagementPrivilege of PRIVILEGES) { + describe(`endpoint policy management privilege is ${endpointPolicyManagementPrivilege}`, () => { + for (const fleetPrivilege of PRIVILEGES) { + for (const integrationsPrivilege of PRIVILEGES) { + const shouldShowOnboardingSteps = + (fleetPrivilege === 'all' && integrationsPrivilege === 'read') || + (fleetPrivilege === 'all' && integrationsPrivilege === 'all'); + + it(`should ${ + shouldShowOnboardingSteps ? '' : ' NOT ' + } show onboarding steps with fleet:${fleetPrivilege} and integrations:${integrationsPrivilege}`, () => { + loginWithCustomRole({ + endpointPolicyManagementPrivilege, + fleetPrivilege, + integrationsPrivilege, + }); + + loadPage(APP_ENDPOINTS_PATH); + + if (shouldShowOnboardingSteps) { + cy.getByTestSubj('emptyHostsTable').should('exist'); + cy.getByTestSubj('onboardingSteps').should('exist'); + } else { + // without correct privileges, fall back to empty policy table note showing that Fleet privilege is required + cy.getByTestSubj('emptyPolicyTable').should('exist'); + cy.getByTestSubj('onboardingStartButton').should('not.exist'); + } + }); + } + } + }); + } + }); + + describe('some hosts are enrolled', () => { + let endpointData: ReturnTypeFromChainable; + + before(() => { + indexEndpointHosts({ count: 1 }).then((indexEndpoints) => { + endpointData = indexEndpoints; + }); + }); + + after(() => { + if (endpointData) { + endpointData.cleanup(); + // @ts-expect-error ignore setting to undefined + endpointData = undefined; + } + }); + + beforeEach(() => { + // if there is a request towards this API, it should return 200 + cy.intercept(PACKAGE_POLICY_API_ROUTES.BULK_GET_PATTERN, (req) => { + req.on('response', (res) => { + expect(res.statusCode).to.equal(200); + }); + }); + }); + + for (const endpointPolicyManagementPrivilege of PRIVILEGES) { + describe(`endpoint policy management privilege is ${endpointPolicyManagementPrivilege}`, () => { + for (const fleetPrivilege of PRIVILEGES) { + for (const integrationsPrivilege of PRIVILEGES) { + const shouldProvidePolicyLink = endpointPolicyManagementPrivilege !== 'none'; + + it(`should show Endpoint list ${ + shouldProvidePolicyLink ? 'with' : 'without' + } link to Endpoint Policy with fleet:${fleetPrivilege} and integrations:${integrationsPrivilege}`, () => { + loginWithCustomRole({ + endpointPolicyManagementPrivilege, + fleetPrivilege, + integrationsPrivilege, + }); + + loadPage(APP_ENDPOINTS_PATH); + + cy.getByTestSubj('policyNameCellLink').should('exist'); + cy.getByTestSubj('policyNameCellLink').within(() => { + if (shouldProvidePolicyLink) { + cy.get('a').should('have.attr', 'href'); + } else { + cy.get('a').should('not.exist'); + } + }); + }); + } + } + }); + } + }); +}); diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/complete.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/complete.cy.ts index 3ff347b320fe7..db3daf1bf466e 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/complete.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/complete.cy.ts @@ -63,7 +63,7 @@ describe( // No access to response actions (except `unisolate`) for (const actionName of RESPONSE_ACTION_API_COMMANDS_NAMES.filter( - (apiName) => apiName !== 'unisolate' + (apiName) => apiName !== 'unisolate' && apiName !== 'runscript' )) { it(`should not allow access to Response Action: ${actionName}`, () => { ensureResponseActionAuthzAccess('none', actionName, username, password); @@ -88,7 +88,7 @@ describe( // No access to response actions (except `unisolate`) for (const actionName of RESPONSE_ACTION_API_COMMANDS_NAMES.filter( - (apiName) => apiName !== 'unisolate' + (apiName) => apiName !== 'unisolate' && apiName !== 'runscript' )) { it(`should not allow access to Response Action: ${actionName}`, () => { ensureResponseActionAuthzAccess('none', actionName, username, password); diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials.cy.ts index ad3c2a3a1bb61..f1089f3ded978 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials.cy.ts @@ -63,7 +63,7 @@ describe( // No access to response actions (except `unisolate`) for (const actionName of RESPONSE_ACTION_API_COMMANDS_NAMES.filter( - (apiName) => apiName !== 'unisolate' + (apiName) => apiName !== 'unisolate' && apiName !== 'runscript' )) { it(`should not allow access to Response Action: ${actionName}`, () => { ensureResponseActionAuthzAccess('none', actionName, username, password); @@ -88,7 +88,7 @@ describe( // No access to response actions (except `unisolate`) for (const actionName of RESPONSE_ACTION_API_COMMANDS_NAMES.filter( - (apiName) => apiName !== 'unisolate' + (apiName) => apiName !== 'unisolate' && apiName !== 'runscript' )) { it(`should not allow access to Response Action: ${actionName}`, () => { ensureResponseActionAuthzAccess('none', actionName, username, password); diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials_with_endpoint.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials_with_endpoint.cy.ts index c43acf317bf21..b700df4880a7d 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials_with_endpoint.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/feature_access/essentials_with_endpoint.cy.ts @@ -70,7 +70,7 @@ describe( } for (const actionName of RESPONSE_ACTION_API_COMMANDS_NAMES.filter( - (apiName) => apiName !== 'unisolate' + (apiName) => apiName !== 'unisolate' && apiName !== 'runscript' )) { it(`should not allow access to Response Action: ${actionName}`, () => { ensureResponseActionAuthzAccess('none', actionName, username, password); @@ -99,7 +99,7 @@ describe( }); for (const actionName of RESPONSE_ACTION_API_COMMANDS_NAMES.filter( - (apiName) => apiName !== 'unisolate' + (apiName) => apiName !== 'unisolate' && apiName !== 'runscript' )) { it(`should not allow access to Response Action: ${actionName}`, () => { ensureResponseActionAuthzAccess('none', actionName, username, password); diff --git a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/roles/complete_with_endpoint_roles.cy.ts b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/roles/complete_with_endpoint_roles.cy.ts index 17a378cb95fa8..ca3d0b9f6c1a1 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/roles/complete_with_endpoint_roles.cy.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/e2e/serverless/roles/complete_with_endpoint_roles.cy.ts @@ -43,9 +43,7 @@ describe( // This is not needed for this test, but it's a good example of // how to enable experimental features in the Cypress tests. // kbnServerArgs: [ - // `--xpack.securitySolution.enableExperimental=${JSON.stringify([ - // 'featureFlagName', - // ])}`, + // `--xpack.securitySolution.enableExperimental=${JSON.stringify(['featureFlagName'])}`, // ], }, }, @@ -127,6 +125,8 @@ describe( 'get-file', 'upload', 'scan' + // TODO: currently not implemented for Endpoint + // 'runscript' ); const deniedResponseActions = pick(consoleHelpPanelResponseActionsTestSubj, 'execute'); diff --git a/x-pack/plugins/security_solution/public/management/cypress/screens/responder.ts b/x-pack/plugins/security_solution/public/management/cypress/screens/responder.ts index 19a86eb153bc2..d3cec917610fe 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/screens/responder.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/screens/responder.ts @@ -15,7 +15,8 @@ const TEST_SUBJ = Object.freeze({ }); export const getConsoleHelpPanelResponseActionTestSubj = (): Record< - ConsoleResponseActionCommands, + // TODO: currently runscript is not supported in Endpoint + Exclude, string > => { return { diff --git a/x-pack/plugins/security_solution/public/management/cypress/tasks/response_actions.ts b/x-pack/plugins/security_solution/public/management/cypress/tasks/response_actions.ts index 51530fd0d7a7a..3fd44e988b4ad 100644 --- a/x-pack/plugins/security_solution/public/management/cypress/tasks/response_actions.ts +++ b/x-pack/plugins/security_solution/public/management/cypress/tasks/response_actions.ts @@ -16,6 +16,7 @@ import { GET_PROCESSES_ROUTE, ISOLATE_HOST_ROUTE_V2, KILL_PROCESS_ROUTE, + RUN_SCRIPT_ROUTE, SCAN_ROUTE, SUSPEND_PROCESS_ROUTE, UNISOLATE_HOST_ROUTE_V2, @@ -274,6 +275,11 @@ export const ensureResponseActionAuthzAccess = ( Object.assign(apiPayload, { parameters: { path: 'scan/two' } }); break; + case 'runscript': + url = RUN_SCRIPT_ROUTE; + Object.assign(apiPayload, { parameters: { Raw: 'ls' } }); + break; + default: throw new Error(`Response action [${responseAction}] has no API payload defined`); } diff --git a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.test.ts b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.test.ts index a737ccd77884c..a6efa0f95c6d5 100644 --- a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.test.ts +++ b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.test.ts @@ -42,11 +42,14 @@ import { } from '../../../../common/lib/endpoint/endpoint_isolation/mocks'; import { endpointPageHttpMock, failedTransformStateMock } from '../mocks'; import { HOST_METADATA_LIST_ROUTE } from '../../../../../common/endpoint/constants'; +import { INGEST_API_PACKAGE_POLICIES } from '../../../services/policies/ingest'; +import { canFetchPackageAndAgentPolicies } from '../../../../../common/endpoint/service/authz/authz'; +const mockSendBulkGetPackagePolicies = jest.fn(); jest.mock('../../../services/policies/ingest', () => ({ sendGetAgentConfigList: () => Promise.resolve({ items: [] }), sendGetAgentPolicyList: () => Promise.resolve({ items: [] }), - sendBulkGetPackagePolicies: () => Promise.resolve({ items: [] }), + sendBulkGetPackagePolicies: () => mockSendBulkGetPackagePolicies(), sendGetEndpointSecurityPackage: () => Promise.resolve({ version: '1.1.1' }), })); @@ -57,6 +60,12 @@ jest.mock('rxjs', () => ({ firstValueFrom: () => mockFirstValueFrom(), })); +jest.mock('../../../../../common/endpoint/service/authz/authz', () => ({ + ...jest.requireActual('../../../../../common/endpoint/service/authz/authz'), + canFetchPackageAndAgentPolicies: jest.fn(), +})); +const canFetchAgentPoliciesMock = canFetchPackageAndAgentPolicies as jest.Mock; + type EndpointListStore = Store, Immutable>; describe('endpoint list middleware', () => { @@ -71,8 +80,10 @@ describe('endpoint list middleware', () => { let actionSpyMiddleware; let history: History; - const getEndpointListApiResponse = (): MetadataListResponse => { - return mockEndpointResultList({ pageSize: 1, page: 0, total: 10 }); + const getEndpointListApiResponse = ( + options: Partial[0]> = {} + ): MetadataListResponse => { + return mockEndpointResultList({ pageSize: 1, page: 0, total: 10, ...options }); }; const dispatchUserChangedUrlToEndpointList = (locationOverrides: Partial = {}) => { @@ -99,25 +110,112 @@ describe('endpoint list middleware', () => { dispatch = store.dispatch; history = createBrowserHistory(); getKibanaServicesMock.mockReturnValue(fakeCoreStart); + canFetchAgentPoliciesMock.mockReturnValue(false); + mockSendBulkGetPackagePolicies.mockResolvedValue({ items: [] }); }); - it('handles `userChangedUrl`', async () => { - endpointPageHttpMock(fakeHttpServices); - const apiResponse = getEndpointListApiResponse(); - fakeHttpServices.get.mockResolvedValue(apiResponse); - expect(fakeHttpServices.get).not.toHaveBeenCalled(); + describe('handles `userChangedUrl`', () => { + describe('when there are hosts', () => { + let apiResponse: MetadataListResponse; - dispatchUserChangedUrlToEndpointList(); - await waitForAction('serverReturnedEndpointList'); - expect(fakeHttpServices.get).toHaveBeenNthCalledWith(1, HOST_METADATA_LIST_ROUTE, { - query: { - page: '0', - pageSize: '10', - kuery: '', - }, - version: '2023-10-31', + beforeEach(() => { + endpointPageHttpMock(fakeHttpServices); + apiResponse = getEndpointListApiResponse(); + fakeHttpServices.get.mockResolvedValue(apiResponse); + }); + + it('should not fetch agent policies if there are hosts', async () => { + dispatchUserChangedUrlToEndpointList(); + + await Promise.all([ + waitForAction('serverReturnedEndpointList'), + waitForAction('serverReturnedEndpointExistValue', { + validate: ({ payload }) => payload === true, + }), + waitForAction('serverCancelledPolicyItemsLoading'), + ]); + expect(fakeHttpServices.get).toHaveBeenNthCalledWith(1, HOST_METADATA_LIST_ROUTE, { + query: { + page: '0', + pageSize: '10', + kuery: '', + }, + version: '2023-10-31', + }); + expect(listData(getState())).toEqual(apiResponse.data); + expect(fakeHttpServices.get).not.toHaveBeenCalledWith( + INGEST_API_PACKAGE_POLICIES, + expect.objectContaining({}) + ); + }); + + describe('fetching non-existing policies', () => { + it('should not fetch package policies without required privileges', async () => { + canFetchAgentPoliciesMock.mockReturnValue(false); + + dispatchUserChangedUrlToEndpointList(); + + await waitForAction('serverFinishedInitialization'); + expect(mockSendBulkGetPackagePolicies).not.toBeCalled(); + }); + + it('should fetch package policies with required privileges', async () => { + canFetchAgentPoliciesMock.mockReturnValue(true); + + dispatchUserChangedUrlToEndpointList(); + + await Promise.all([ + waitForAction('serverFinishedInitialization'), + waitForAction('serverReturnedEndpointNonExistingPolicies'), + ]); + expect(mockSendBulkGetPackagePolicies).toBeCalled(); + }); + }); + }); + + describe('when there are no hosts', () => { + beforeEach(() => { + endpointPageHttpMock(fakeHttpServices); + const apiResponse = getEndpointListApiResponse({ total: 0 }); + fakeHttpServices.get.mockResolvedValue(apiResponse); + }); + + it('should NOT fetch agent policies without required privileges', async () => { + canFetchAgentPoliciesMock.mockReturnValue(false); + + dispatchUserChangedUrlToEndpointList(); + + await Promise.all([ + waitForAction('serverReturnedEndpointList'), + waitForAction('serverReturnedEndpointExistValue', { + validate: ({ payload }) => payload === false, + }), + waitForAction('serverCancelledPolicyItemsLoading'), + ]); + expect(fakeHttpServices.get).not.toHaveBeenCalledWith( + INGEST_API_PACKAGE_POLICIES, + expect.objectContaining({}) + ); + }); + + it('should fetch agent policies with required privileges', async () => { + canFetchAgentPoliciesMock.mockReturnValue(true); + + dispatchUserChangedUrlToEndpointList(); + + await Promise.all([ + waitForAction('serverReturnedEndpointList'), + waitForAction('serverReturnedEndpointExistValue', { + validate: ({ payload }) => payload === false, + }), + waitForAction('serverReturnedPoliciesForOnboarding'), + ]); + expect(fakeHttpServices.get).toHaveBeenCalledWith( + INGEST_API_PACKAGE_POLICIES, + expect.objectContaining({}) + ); + }); }); - expect(listData(getState())).toEqual(apiResponse.data); }); it('handles `appRequestedEndpointList`', async () => { diff --git a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts index f91e74983e5a2..3d4d1baad459e 100644 --- a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts +++ b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/store/middleware.ts @@ -14,6 +14,7 @@ import type { IndexFieldsStrategyRequest, IndexFieldsStrategyResponse, } from '@kbn/timelines-plugin/common'; +import { canFetchPackageAndAgentPolicies } from '../../../../../common/endpoint/service/authz/authz'; import type { IsolationRouteRequestBody, UnisolationRouteRequestBody, @@ -320,7 +321,7 @@ async function endpointListMiddleware({ payload: endpointResponse, }); - fetchNonExistingPolicies({ http: coreStart.http, hosts: endpointResponse.data, store }); + fetchNonExistingPolicies({ coreStart, hosts: endpointResponse.data, store }); } catch (error) { dispatch({ type: 'serverFailedToReturnEndpointList', @@ -366,25 +367,31 @@ async function endpointListMiddleware({ payload: false, }); - try { - const policyDataResponse: GetPolicyListResponse = - await sendGetEndpointSpecificPackagePolicies(http, { - query: { - perPage: 50, // Since this is an onboarding flow, we'll cap at 50 policies. - page: 1, + if (canFetchPackageAndAgentPolicies(coreStart.application.capabilities)) { + try { + const policyDataResponse: GetPolicyListResponse = + await sendGetEndpointSpecificPackagePolicies(http, { + query: { + perPage: 50, // Since this is an onboarding flow, we'll cap at 50 policies. + page: 1, + }, + }); + + dispatch({ + type: 'serverReturnedPoliciesForOnboarding', + payload: { + policyItems: policyDataResponse.items, }, }); - - dispatch({ - type: 'serverReturnedPoliciesForOnboarding', - payload: { - policyItems: policyDataResponse.items, - }, - }); - } catch (error) { + } catch (error) { + dispatch({ + type: 'serverFailedToReturnPoliciesForOnboarding', + payload: error.body ?? error, + }); + } + } else { dispatch({ - type: 'serverFailedToReturnPoliciesForOnboarding', - payload: error.body ?? error, + type: 'serverCancelledPolicyItemsLoading', }); } } else { @@ -440,16 +447,20 @@ export async function handleLoadMetadataTransformStats(http: HttpStart, store: E async function fetchNonExistingPolicies({ store, hosts, - http, + coreStart, }: { store: EndpointPageStore; hosts: HostResultList['hosts']; - http: HttpStart; + coreStart: CoreStart; }) { + if (!canFetchPackageAndAgentPolicies(coreStart.application.capabilities)) { + return; + } + const { getState, dispatch } = store; try { const missingPolicies = await getNonExistingPoliciesForEndpointList( - http, + coreStart.http, hosts, nonExistingPolicies(getState()) ); diff --git a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx index 57b0dde41177d..c3a5c13512133 100644 --- a/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/endpoint_hosts/view/index.test.tsx @@ -192,6 +192,11 @@ describe('when on the endpoint list page', () => { // to use services that we have in our test `mockedContext` (useToasts as jest.Mock).mockReturnValue(coreStart.notifications.toasts); (useKibana as jest.Mock).mockReturnValue({ services: mockedContext.startServices }); + + coreStart.application.capabilities = { + ...coreStart.application.capabilities, + siem: { readPolicyManagement: true }, + }; }); it('should NOT display timeline', async () => { diff --git a/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts b/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts index 964936b310a41..51c032487e3f7 100644 --- a/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts +++ b/x-pack/plugins/security_solution/public/management/pages/policy/models/advanced_policy_schema.ts @@ -72,6 +72,17 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [ } ), }, + { + key: 'linux.advanced.artifacts.global.channel', + first_supported_version: '8.18', + documentation: i18n.translate( + 'xpack.securitySolution.endpoint.policy.advanced.linux.advanced.artifacts.global.channel', + { + defaultMessage: + 'The release channel to use for receiving global artifacts. The "default" is staged roll-out. Set to "rapid" to receive candidate artifacts as soon as available. Set to "stable" to only receive stable artifacts. Default: default', + } + ), + }, { key: 'linux.advanced.artifacts.user.public_key', first_supported_version: '7.9', @@ -287,6 +298,17 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [ } ), }, + { + key: 'mac.advanced.artifacts.global.channel', + first_supported_version: '8.18', + documentation: i18n.translate( + 'xpack.securitySolution.endpoint.policy.advanced.mac.advanced.artifacts.global.channel', + { + defaultMessage: + 'The release channel to use for receiving global artifacts. The "default" is staged roll-out. Set to "rapid" to receive candidate artifacts as soon as available. Set to "stable" to only receive stable artifacts. Default: default', + } + ), + }, { key: 'mac.advanced.artifacts.user.public_key', first_supported_version: '7.9', @@ -512,6 +534,17 @@ export const AdvancedPolicySchema: AdvancedPolicySchemaType[] = [ } ), }, + { + key: 'windows.advanced.artifacts.global.channel', + first_supported_version: '8.18', + documentation: i18n.translate( + 'xpack.securitySolution.endpoint.policy.advanced.windows.advanced.artifacts.global.channel', + { + defaultMessage: + 'The release channel to use for receiving global artifacts. The "default" is staged roll-out. Set to "rapid" to receive candidate artifacts as soon as available. Set to "stable" to only receive stable artifacts. Default: default', + } + ), + }, { key: 'windows.advanced.artifacts.user.public_key', first_supported_version: '7.9', diff --git a/x-pack/plugins/security_solution/public/management/pages/policy/view/integration_tests/policy_list.test.tsx b/x-pack/plugins/security_solution/public/management/pages/policy/view/integration_tests/policy_list.test.tsx index b140134a0e6ac..5a1e84f67cec8 100644 --- a/x-pack/plugins/security_solution/public/management/pages/policy/view/integration_tests/policy_list.test.tsx +++ b/x-pack/plugins/security_solution/public/management/pages/policy/view/integration_tests/policy_list.test.tsx @@ -18,6 +18,10 @@ import { APP_UI_ID } from '../../../../../../common/constants'; import { useUserPrivileges } from '../../../../../common/components/user_privileges'; import userEvent from '@testing-library/user-event'; import { waitForEuiPopoverOpen } from '@elastic/eui/lib/test/rtl'; +import { + mockEndpointResultList, + setEndpointListApiMockImplementation, +} from '../../../endpoint_hosts/store/mock_endpoint_result_list'; jest.mock('../../../../services/policies/policies'); jest.mock('../../../../../common/components/user_privileges'); @@ -25,20 +29,25 @@ jest.mock('../../../../../common/components/user_privileges'); const getPackagePolicies = sendGetEndpointSpecificPackagePolicies as jest.Mock; const useUserPrivilegesMock = useUserPrivileges as jest.Mock; -// Failing: See https://github.com/elastic/kibana/issues/169133 -describe.skip('When on the policy list page', () => { +describe('When on the policy list page', () => { let render: () => ReturnType; let renderResult: ReturnType; let history: AppContextTestRender['history']; + let coreStart: AppContextTestRender['coreStart']; let mockedContext: AppContextTestRender; beforeEach(() => { useUserPrivilegesMock.mockReturnValue({ - endpointPrivileges: { canReadEndpointList: true, canAccessFleet: true, loading: false }, + endpointPrivileges: { + canReadEndpointList: true, + canAccessFleet: true, + canWriteIntegrationPolicies: true, + loading: false, + }, }); mockedContext = createAppRootMockRenderer(); - ({ history } = mockedContext); + ({ history, coreStart } = mockedContext); render = () => (renderResult = mockedContext.render()); }); @@ -56,9 +65,9 @@ describe.skip('When on the policy list page', () => { }); it('should show table with error state', async () => { - expect(renderResult.getByTestId('policyListTable')).toBeTruthy(); + expect(renderResult.getByTestId('policyListTable')).toBeInTheDocument(); await waitFor(() => { - expect(renderResult.getByText(policyListErrorMessage)).toBeTruthy(); + expect(renderResult.getByText(policyListErrorMessage)).toBeInTheDocument(); }); }); }); @@ -71,28 +80,61 @@ describe.skip('When on the policy list page', () => { count: 0, }) ); - render(); - await waitFor(() => { - expect(getPackagePolicies).toHaveBeenCalled(); - }); }); + afterEach(() => { getPackagePolicies.mockReset(); }); - it('should show the empty page', async () => { - await waitFor(() => { - expect(renderResult.getByTestId('emptyPolicyTable')).toBeTruthy(); - }); - }); - it('should show instruction text and a button to add the Endpoint Security integration', async () => { + + it('should show the empty page with onboarding instructions', async () => { + render(); + await waitFor(() => { + expect(renderResult.getByTestId('emptyPolicyTable')).toBeInTheDocument(); + expect(renderResult.getByTestId('policyOnboardingInstructions')).toBeInTheDocument(); expect( renderResult.getByText( - 'From this page, you’ll be able to view and manage the Elastic Defend Integration policies in your environment running Elastic Defend.' + 'From this page, you can view and manage the Elastic Defend integration policies in your environment running Elastic Defend.' ) - ).toBeTruthy(); + ).toBeInTheDocument(); + }); + }); - expect(renderResult.getByTestId('onboardingStartButton')).toBeTruthy(); + it('should show onboarding button with fleet access and integrations write privilege', async () => { + useUserPrivilegesMock.mockReturnValue({ + endpointPrivileges: { canAccessFleet: true, canWriteIntegrationPolicies: true }, + }); + render(); + + await waitFor(() => { + expect(renderResult.getByTestId('policyOnboardingInstructions')).toBeInTheDocument(); + expect(renderResult.getByTestId('onboardingStartButton')).toBeInTheDocument(); + }); + }); + + it('should not show onboarding button with integrations write privilege but without fleet access', async () => { + useUserPrivilegesMock.mockReturnValue({ + endpointPrivileges: { canAccessFleet: false, canWriteIntegrationPolicies: true }, + }); + + render(); + + await waitFor(() => { + expect(renderResult.getByTestId('policyOnboardingInstructions')).toBeInTheDocument(); + expect(renderResult.queryByTestId('onboardingStartButton')).not.toBeInTheDocument(); + }); + }); + + it('should not show onboarding button with fleet access but without integrations write privilege', async () => { + useUserPrivilegesMock.mockReturnValue({ + endpointPrivileges: { canAccessFleet: true, canWriteIntegrationPolicies: false }, + }); + + render(); + + await waitFor(() => { + expect(renderResult.getByTestId('policyOnboardingInstructions')).toBeInTheDocument(); + expect(renderResult.queryByTestId('onboardingStartButton')).not.toBeInTheDocument(); }); }); }); @@ -108,22 +150,20 @@ describe.skip('When on the policy list page', () => { await waitFor(() => { expect(sendGetEndpointSpecificPackagePolicies).toHaveBeenCalled(); expect(getPackagePolicies).toHaveBeenCalled(); - expect(renderResult.getByTestId('policyListTable')).toBeTruthy(); + expect(renderResult.getByTestId('policyListTable')).toBeInTheDocument(); }); }); it('should display the policy list table', () => { - expect(renderResult.getByTestId('policyListTable')).toBeTruthy(); + expect(renderResult.getByTestId('policyListTable')).toBeInTheDocument(); }); it('should show a link for the policy name', () => { const policyNameCells = renderResult.getAllByTestId('policyNameCellLink'); - expect(policyNameCells).toBeTruthy(); expect(policyNameCells.length).toBe(5); }); it('should show an avatar and name for the Created by column', () => { const expectedAvatarName = policies.items[0].created_by; const createdByCells = renderResult.getAllByTestId('created-by-avatar'); const firstCreatedByName = renderResult.getAllByTestId('created-by-name')[0]; - expect(createdByCells).toBeTruthy(); expect(createdByCells.length).toBe(5); expect(createdByCells[0].textContent).toEqual(expectedAvatarName.charAt(0)); expect(firstCreatedByName.textContent).toEqual(expectedAvatarName); @@ -132,7 +172,6 @@ describe.skip('When on the policy list page', () => { const expectedAvatarName = policies.items[0].updated_by; const updatedByCells = renderResult.getAllByTestId('updated-by-avatar'); const firstUpdatedByName = renderResult.getAllByTestId('updated-by-name')[0]; - expect(updatedByCells).toBeTruthy(); expect(updatedByCells.length).toBe(5); expect(updatedByCells[0].textContent).toEqual(expectedAvatarName.charAt(0)); expect(firstUpdatedByName.textContent).toEqual(expectedAvatarName); @@ -158,6 +197,10 @@ describe.skip('When on the policy list page', () => { href: '/app/security/administration/policy', }, }; + setEndpointListApiMockImplementation(coreStart.http, { + endpointsResults: mockEndpointResultList().data, + }); + const endpointCount = renderResult.getAllByTestId('policyEndpointCountLink')[0]; await userEvent.click(endpointCount); @@ -192,7 +235,7 @@ describe.skip('When on the policy list page', () => { }); it('should pass the correct page value to the api', async () => { await waitFor(() => { - expect(renderResult.getByTestId('pagination-button-next')).toBeTruthy(); + expect(renderResult.getByTestId('pagination-button-next')).toBeInTheDocument(); }); await userEvent.click(renderResult.getByTestId('pagination-button-next')); await waitFor(() => { @@ -207,7 +250,7 @@ describe.skip('When on the policy list page', () => { it('should pass the correct pageSize value to the api', async () => { await waitFor(() => { - expect(renderResult.getByTestId('tablePaginationPopoverButton')).toBeTruthy(); + expect(renderResult.getByTestId('tablePaginationPopoverButton')).toBeInTheDocument(); }); await userEvent.click(renderResult.getByTestId('tablePaginationPopoverButton')); await waitForEuiPopoverOpen(); diff --git a/x-pack/plugins/security_solution/server/endpoint/routes/actions/utils.ts b/x-pack/plugins/security_solution/server/endpoint/routes/actions/utils.ts index 92033801e71b6..a8261727d32f4 100644 --- a/x-pack/plugins/security_solution/server/endpoint/routes/actions/utils.ts +++ b/x-pack/plugins/security_solution/server/endpoint/routes/actions/utils.ts @@ -70,6 +70,11 @@ const COMMANDS_WITH_ACCESS_TO_FILES: CommandsWithFileAccess = deepFreeze { outputs: { 'agent-a': { content: { - code: 'ra_scan_success_done', + code: '200', }, type: 'json', }, diff --git a/x-pack/plugins/security_solution/server/endpoint/services/feature_usage/feature_keys.ts b/x-pack/plugins/security_solution/server/endpoint/services/feature_usage/feature_keys.ts index 52f6cd3671123..d29e9b70606e0 100644 --- a/x-pack/plugins/security_solution/server/endpoint/services/feature_usage/feature_keys.ts +++ b/x-pack/plugins/security_solution/server/endpoint/services/feature_usage/feature_keys.ts @@ -26,6 +26,7 @@ export const FEATURE_KEYS = { SCAN: 'Scan files', ALERTS_BY_PROCESS_ANCESTRY: 'Get related alerts by process ancestry', ENDPOINT_EXCEPTIONS: 'Endpoint exceptions', + RUN_SCRIPT: 'Run script', } as const; export type FeatureKeys = keyof typeof FEATURE_KEYS; @@ -41,6 +42,7 @@ const RESPONSE_ACTIONS_FEATURE_KEY: Readonly { + it('transforms rule_schedule into "from" value', () => { + const result = transformDiffableFieldValues('from', { interval: '5m', lookback: '4m' }); + expect(result).toEqual({ type: 'TRANSFORMED_FIELD', value: 'now-540s' }); + }); +}); diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/perform_rule_upgrade/diffable_rule_fields_mappings.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/perform_rule_upgrade/diffable_rule_fields_mappings.ts index 7caa0469eebeb..dd36fcb6e74aa 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/perform_rule_upgrade/diffable_rule_fields_mappings.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/api/perform_rule_upgrade/diffable_rule_fields_mappings.ts @@ -15,6 +15,7 @@ import type { } from '../../../../../../common/api/detection_engine'; import { type AllFieldsDiff } from '../../../../../../common/api/detection_engine'; import type { PrebuiltRuleAsset } from '../../model/rule_assets/prebuilt_rule_asset'; +import { calculateFromValue } from '../../../rule_types/utils/utils'; /** * Retrieves and transforms the value for a specific field from a DiffableRule group. @@ -132,6 +133,9 @@ const SUBFIELD_MAPPING: Record = { tiebreaker_field: 'tiebreaker_field', timestamp_field: 'timestamp_field', building_block_type: 'type', + threat_query: 'query', + threat_language: 'language', + threat_filters: 'filters', rule_name_override: 'field_name', timestamp_override: 'field_name', timestamp_override_fallback_disabled: 'fallback_disabled', @@ -201,7 +205,8 @@ export const transformDiffableFieldValues = ( diffableFieldValue: RuleSchedule | InlineKqlQuery | unknown ): TransformValuesReturnType => { if (fieldName === 'from' && isRuleSchedule(diffableFieldValue)) { - return { type: 'TRANSFORMED_FIELD', value: `now-${diffableFieldValue.lookback}` }; + const from = calculateFromValue(diffableFieldValue.interval, diffableFieldValue.lookback); + return { type: 'TRANSFORMED_FIELD', value: from }; } else if (fieldName === 'to') { return { type: 'TRANSFORMED_FIELD', value: `now` }; } else if (fieldName === 'saved_id' && isInlineQuery(diffableFieldValue)) { diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/logic/diff/calculation/calculate_rule_fields_diff.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/logic/diff/calculation/calculate_rule_fields_diff.ts index 78ea28137bbf5..b861a8432797b 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/logic/diff/calculation/calculate_rule_fields_diff.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/prebuilt_rules/logic/diff/calculation/calculate_rule_fields_diff.ts @@ -273,7 +273,6 @@ const threatMatchFieldsDiffAlgorithms: FieldsDiffAlgorithmsFor { @@ -31,6 +32,7 @@ jest.mock('../../migrations/get_signal_versions_by_index'); describe('creating signals migrations route', () => { let server: ReturnType; + const docLinks = docLinksServiceMock.createSetupContract(); beforeEach(() => { server = serverMock.create(); @@ -42,7 +44,7 @@ describe('creating signals migrations route', () => { (getIndexVersionsByIndex as jest.Mock).mockResolvedValue({ 'my-signals-index': -1 }); (getSignalVersionsByIndex as jest.Mock).mockResolvedValue({ 'my-signals-index': [] }); - createSignalsMigrationRoute(server.router); + createSignalsMigrationRoute(server.router, docLinks); }); it('passes options to the createMigration', async () => { diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.ts index b4947b939b336..56be3f32fe808 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/create_signals_migration_route.ts @@ -5,6 +5,7 @@ * 2.0. */ +import type { DocLinksServiceSetup } from '@kbn/core/server'; import { transformError, BadRequestError, getIndexAliases } from '@kbn/securitysolution-es-utils'; import { buildRouteValidationWithZod } from '@kbn/zod-helpers'; import { CreateAlertsMigrationRequestBody } from '../../../../../common/api/detection_engine/signals_migration'; @@ -19,7 +20,10 @@ import { isOutdated, signalsAreOutdated } from '../../migrations/helpers'; import { getIndexVersionsByIndex } from '../../migrations/get_index_versions_by_index'; import { getSignalVersionsByIndex } from '../../migrations/get_signal_versions_by_index'; -export const createSignalsMigrationRoute = (router: SecuritySolutionPluginRouter) => { +export const createSignalsMigrationRoute = ( + router: SecuritySolutionPluginRouter, + docLinks: DocLinksServiceSetup +) => { router.versioned .post({ path: DETECTION_ENGINE_SIGNALS_MIGRATION_URL, @@ -36,6 +40,13 @@ export const createSignalsMigrationRoute = (router: SecuritySolutionPluginRouter validate: { request: { body: buildRouteValidationWithZod(CreateAlertsMigrationRequestBody) }, }, + options: { + deprecated: { + documentationUrl: docLinks.links.securitySolution.signalsMigrationApi, + severity: 'warning', + reason: { type: 'remove' }, + }, + }, }, async (context, request, response) => { const siemResponse = buildSiemResponse(response); diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/delete_signals_migration_route.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/delete_signals_migration_route.ts index 14a490d34d4fc..8d03bc75e9fc9 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/delete_signals_migration_route.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/delete_signals_migration_route.ts @@ -5,6 +5,7 @@ * 2.0. */ +import type { DocLinksServiceSetup } from '@kbn/core/server'; import { transformError } from '@kbn/securitysolution-es-utils'; import { buildRouteValidationWithZod } from '@kbn/zod-helpers'; import { AlertsMigrationCleanupRequestBody } from '../../../../../common/api/detection_engine/signals_migration'; @@ -15,7 +16,10 @@ import { buildSiemResponse } from '../utils'; import { signalsMigrationService } from '../../migrations/migration_service'; import { getMigrationSavedObjectsById } from '../../migrations/get_migration_saved_objects_by_id'; -export const deleteSignalsMigrationRoute = (router: SecuritySolutionPluginRouter) => { +export const deleteSignalsMigrationRoute = ( + router: SecuritySolutionPluginRouter, + docLinks: DocLinksServiceSetup +) => { router.versioned .delete({ path: DETECTION_ENGINE_SIGNALS_MIGRATION_URL, @@ -32,6 +36,13 @@ export const deleteSignalsMigrationRoute = (router: SecuritySolutionPluginRouter validate: { request: { body: buildRouteValidationWithZod(AlertsMigrationCleanupRequestBody) }, }, + options: { + deprecated: { + documentationUrl: docLinks.links.securitySolution.signalsMigrationApi, + severity: 'warning', + reason: { type: 'remove' }, + }, + }, }, async (context, request, response) => { const siemResponse = buildSiemResponse(response); diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.test.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.test.ts index 8183c0bbac7bd..8c892279acc62 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.test.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.test.ts @@ -12,18 +12,20 @@ import { getSignalsMigrationSavedObjectMock } from '../../migrations/saved_objec import { finalizeSignalsMigrationRoute } from './finalize_signals_migration_route'; import type { RuleDataPluginService } from '@kbn/rule-registry-plugin/server'; import { ruleDataServiceMock } from '@kbn/rule-registry-plugin/server/rule_data_plugin_service/rule_data_plugin_service.mock'; +import { docLinksServiceMock } from '@kbn/core/server/mocks'; jest.mock('../../migrations/get_migration_saved_objects_by_id'); describe('finalizing signals migrations', () => { let server: ReturnType; + const docLinks = docLinksServiceMock.createSetupContract(); beforeEach(() => { server = serverMock.create(); const ruleDataPluginServiceMock = ruleDataServiceMock.create() as unknown as RuleDataPluginService; - finalizeSignalsMigrationRoute(server.router, ruleDataPluginServiceMock); + finalizeSignalsMigrationRoute(server.router, ruleDataPluginServiceMock, docLinks); }); it('returns an empty array error if no migrations exists', async () => { diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.ts index 6ea0584c0b0c4..0ff0220056e73 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/finalize_signals_migration_route.ts @@ -5,6 +5,7 @@ * 2.0. */ +import type { DocLinksServiceSetup } from '@kbn/core/server'; import { transformError, BadRequestError } from '@kbn/securitysolution-es-utils'; import type { RuleDataPluginService } from '@kbn/rule-registry-plugin/server'; import { buildRouteValidationWithZod } from '@kbn/zod-helpers'; @@ -19,7 +20,8 @@ import { getMigrationSavedObjectsById } from '../../migrations/get_migration_sav export const finalizeSignalsMigrationRoute = ( router: SecuritySolutionPluginRouter, - ruleDataService: RuleDataPluginService + ruleDataService: RuleDataPluginService, + docLinks: DocLinksServiceSetup ) => { router.versioned .post({ @@ -37,6 +39,13 @@ export const finalizeSignalsMigrationRoute = ( validate: { request: { body: buildRouteValidationWithZod(FinalizeAlertsMigrationRequestBody) }, }, + options: { + deprecated: { + documentationUrl: docLinks.links.securitySolution.signalsMigrationApi, + severity: 'warning', + reason: { type: 'remove' }, + }, + }, }, async (context, request, response) => { const siemResponse = buildSiemResponse(response); diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.test.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.test.ts index 598e6bfa3e154..9586bc6daebdd 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.test.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.test.ts @@ -12,6 +12,7 @@ import { getMigrationSavedObjectsByIndex } from '../../migrations/get_migration_ import { getSignalVersionsByIndex } from '../../migrations/get_signal_versions_by_index'; import { getSignalsMigrationStatusRoute } from './get_signals_migration_status_route'; import { getSignalsIndicesInRange } from '../../migrations/get_signals_indices_in_range'; +import { docLinksServiceMock } from '@kbn/core/server/mocks'; jest.mock('../../migrations/get_signals_indices_in_range'); jest.mock('../../migrations/get_signal_versions_by_index'); @@ -19,10 +20,11 @@ jest.mock('../../migrations/get_migration_saved_objects_by_index'); describe('get signals migration status', () => { let server: ReturnType; + const docLinks = docLinksServiceMock.createSetupContract(); beforeEach(() => { server = serverMock.create(); - getSignalsMigrationStatusRoute(server.router); + getSignalsMigrationStatusRoute(server.router, docLinks); (getSignalsIndicesInRange as jest.Mock).mockResolvedValueOnce(['my-signals-index']); (getSignalVersionsByIndex as jest.Mock).mockResolvedValueOnce({ diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.ts index fc7cfe6fc2eae..15f64c7f96c41 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/routes/signals/get_signals_migration_status_route.ts @@ -5,6 +5,7 @@ * 2.0. */ +import type { DocLinksServiceSetup } from '@kbn/core/server'; import { transformError, getIndexAliases } from '@kbn/securitysolution-es-utils'; import { buildRouteValidationWithZod } from '@kbn/zod-helpers'; import { ReadAlertsMigrationStatusRequestQuery } from '../../../../../common/api/detection_engine/signals_migration'; @@ -18,7 +19,10 @@ import { isOutdated, signalsAreOutdated } from '../../migrations/helpers'; import { getTemplateVersion } from '../index/check_template_version'; import { buildSiemResponse } from '../utils'; -export const getSignalsMigrationStatusRoute = (router: SecuritySolutionPluginRouter) => { +export const getSignalsMigrationStatusRoute = ( + router: SecuritySolutionPluginRouter, + docLinks: DocLinksServiceSetup +) => { router.versioned .get({ path: DETECTION_ENGINE_SIGNALS_MIGRATION_STATUS_URL, @@ -35,6 +39,13 @@ export const getSignalsMigrationStatusRoute = (router: SecuritySolutionPluginRou validate: { request: { query: buildRouteValidationWithZod(ReadAlertsMigrationStatusRequestQuery) }, }, + options: { + deprecated: { + documentationUrl: docLinks.links.securitySolution.signalsMigrationApi, + severity: 'warning', + reason: { type: 'remove' }, + }, + }, }, async (context, request, response) => { const siemResponse = buildSiemResponse(response); diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/logic/bulk_actions/rule_params_modifier.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/logic/bulk_actions/rule_params_modifier.ts index 1d633817c7b53..756fbd3998d69 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/logic/bulk_actions/rule_params_modifier.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_management/logic/bulk_actions/rule_params_modifier.ts @@ -5,8 +5,6 @@ * 2.0. */ -import moment from 'moment'; -import { parseInterval } from '@kbn/data-plugin/common/search/aggs/utils/date_interval_utils'; import type { RuleParamsModifierResult } from '@kbn/alerting-plugin/server/rules_client/methods/bulk_edit'; import type { ExperimentalFeatures } from '../../../../../../common'; import type { InvestigationFieldsCombined, RuleAlertType } from '../../../rule_schema'; @@ -17,6 +15,7 @@ import type { } from '../../../../../../common/api/detection_engine/rule_management'; import { BulkActionEditTypeEnum } from '../../../../../../common/api/detection_engine/rule_management'; import { invariant } from '../../../../../../common/utils/invariant'; +import { calculateFromValue } from '../../../rule_types/utils/utils'; export const addItemsToArray = (arr: T[], items: T[]): T[] => Array.from(new Set([...arr, ...items])); @@ -256,10 +255,7 @@ const applyBulkActionEditToRuleParams = ( } // update look-back period in from and meta.from fields case BulkActionEditTypeEnum.set_schedule: { - const interval = parseInterval(action.value.interval) ?? moment.duration(0); - const parsedFrom = parseInterval(action.value.lookback) ?? moment.duration(0); - - const from = parsedFrom.asSeconds() + interval.asSeconds(); + const from = calculateFromValue(action.value.interval, action.value.lookback); ruleParams = { ...ruleParams, @@ -267,7 +263,7 @@ const applyBulkActionEditToRuleParams = ( ...ruleParams.meta, from: action.value.lookback, }, - from: `now-${from}s`, + from, }; break; diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.test.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.test.ts index 0a625ed5f245b..3430d2ae903ef 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.test.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.test.ts @@ -48,6 +48,7 @@ import { addToSearchAfterReturn, getUnprocessedExceptionsWarnings, getDisabledActionsWarningText, + calculateFromValue, } from './utils'; import type { BulkResponseErrorAggregation, SearchAfterAndBulkCreateReturnType } from '../types'; import { @@ -586,6 +587,23 @@ describe('utils', () => { }); }); + describe('calculateFromValue', () => { + test('should return formatted `from` value from rule schedule fields', () => { + const from = calculateFromValue('5m', '4m'); + expect(from).toEqual('now-540s'); + }); + + test('should return formatted `from` value from rule schedule fields with no lookback', () => { + const from = calculateFromValue('5m', '0m'); + expect(from).toEqual('now-300s'); + }); + + test('should return formatted `from` value from rule schedule fields with invalid moment fields', () => { + const from = calculateFromValue('5', '5'); + expect(from).toEqual('now-0s'); + }); + }); + describe('getMaxCatchupRatio', () => { test('should return 0 if gap is 0', () => { const catchup = getNumCatchupIntervals({ diff --git a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.ts b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.ts index 271a2ce64883e..75c8b30dc88df 100644 --- a/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.ts +++ b/x-pack/plugins/security_solution/server/lib/detection_engine/rule_types/utils/utils.ts @@ -568,6 +568,20 @@ export const getCatchupTuples = ({ return catchupTuples; }; +/** + * Takes the rule schedule fields `interval` and `lookback` and uses them to calculate the `from` value for a rule + * + * @param interval string representing the interval on which the rule runs + * @param lookback string representing the rule's additional lookback + * @returns string representing the rule's 'from' property + */ +export const calculateFromValue = (interval: string, lookback: string) => { + const parsedInterval = parseInterval(interval) ?? moment.duration(0); + const parsedFrom = parseInterval(lookback) ?? moment.duration(0); + const duration = parsedFrom.asSeconds() + parsedInterval.asSeconds(); + return `now-${duration}s`; +}; + /** * Given errors from a search query this will return an array of strings derived from the errors. * @param errors The errors to derive the strings from diff --git a/x-pack/plugins/security_solution/server/plugin.ts b/x-pack/plugins/security_solution/server/plugin.ts index e371e0fc3b7b5..28666df8c42bf 100644 --- a/x-pack/plugins/security_solution/server/plugin.ts +++ b/x-pack/plugins/security_solution/server/plugin.ts @@ -397,6 +397,7 @@ export class Plugin implements ISecuritySolutionPlugin { previewRuleDataClient, this.telemetryReceiver, this.pluginContext.env.packageInfo.buildFlavor === 'serverless', + core.docLinks, this.endpointContext ); diff --git a/x-pack/plugins/security_solution/server/routes/index.ts b/x-pack/plugins/security_solution/server/routes/index.ts index 140ef1c670f61..ca1cbb493311f 100644 --- a/x-pack/plugins/security_solution/server/routes/index.ts +++ b/x-pack/plugins/security_solution/server/routes/index.ts @@ -5,7 +5,7 @@ * 2.0. */ -import type { StartServicesAccessor, Logger } from '@kbn/core/server'; +import type { StartServicesAccessor, Logger, DocLinksServiceSetup } from '@kbn/core/server'; import type { IRuleDataClient, RuleDataPluginService } from '@kbn/rule-registry-plugin/server'; import type { EndpointAppContext } from '../endpoint/types'; @@ -81,6 +81,7 @@ export const initRoutes = ( previewRuleDataClient: IRuleDataClient, previewTelemetryReceiver: ITelemetryReceiver, isServerless: boolean, + docLinks: DocLinksServiceSetup, endpointContext: EndpointAppContext ) => { registerFleetIntegrationsRoutes(router); @@ -114,10 +115,10 @@ export const initRoutes = ( setAlertTagsRoute(router); setAlertAssigneesRoute(router); querySignalsRoute(router, ruleDataClient); - getSignalsMigrationStatusRoute(router); - createSignalsMigrationRoute(router); - finalizeSignalsMigrationRoute(router, ruleDataService); - deleteSignalsMigrationRoute(router); + getSignalsMigrationStatusRoute(router, docLinks); + createSignalsMigrationRoute(router, docLinks); + finalizeSignalsMigrationRoute(router, ruleDataService, docLinks); + deleteSignalsMigrationRoute(router, docLinks); suggestUserProfilesRoute(router, getStartServices); // Detection Engine index routes that have the REST endpoints of /api/detection_engine/index diff --git a/x-pack/plugins/serverless_search/public/navigation_tree.ts b/x-pack/plugins/serverless_search/public/navigation_tree.ts index 524888d0d33e6..ae1d856e8f529 100644 --- a/x-pack/plugins/serverless_search/public/navigation_tree.ts +++ b/x-pack/plugins/serverless_search/public/navigation_tree.ts @@ -72,7 +72,7 @@ export const navigationTree = ({ isAppRegistered }: ApplicationStart): Navigatio title: i18n.translate('xpack.serverlessSearch.nav.devTools', { defaultMessage: 'Dev Tools', }), - link: 'dev_tools', + link: 'dev_tools:console', getIsActive: ({ pathNameSerialized, prepend }) => { return pathNameSerialized.startsWith(prepend('/app/dev_tools')); }, diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.test.ts b/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.test.ts index 8d1302ebcec01..b45a3df2216c9 100644 --- a/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.test.ts +++ b/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.test.ts @@ -890,282 +890,6 @@ describe('es_query executor', () => { expect(mockSetLimitReached).toHaveBeenCalledTimes(1); expect(mockSetLimitReached).toHaveBeenCalledWith(false); }); - - it('should log messages for hits with out-of-range dates for search source', async () => { - const epoch = Date.now(); - const oneYear = 1000 * 60 * 60 * 24 * 365; - const dateEarly = new Date(epoch - oneYear).toISOString(); - const dateStart = new Date(epoch - 1000).toISOString(); - const dateMiddle = new Date(epoch - 500).toISOString(); - const dateEnd = new Date(epoch).toISOString(); - const dateLate = new Date(epoch + oneYear).toISOString(); - - function getTimeRange() { - return { dateStart, dateEnd }; - } - - mockFetchSearchSourceQuery.mockResolvedValueOnce({ - parsedResults: { - results: [ - { - group: 'all documents', - count: 3, - hits: [ - { _source: { '@timestamp': dateEarly, value: 1 } }, - { _source: { '@timestamp': dateMiddle, value: 2 } }, - { _source: { '@timestamp': dateLate, value: 3 } }, - ], - }, - ], - }, - truncated: false, - query: 'the query would go here', - }); - - const executorOptions: ExecutorOptions = { - ...defaultExecutorOptions, - getTimeRange, - params: { - ...defaultProps, - searchType: 'searchSource', - timeField: '@timestamp', - }, - }; - await executor(coreMock, executorOptions); - - const allLogCalls = loggerMock.collect(logger); - const messages: string[] = []; - for (const parms of allLogCalls.error) { - const message = parms.shift(); - messages.push(`${message}`); - } - - expect(messages).toEqual([ - `For rule 'test-rule-id', the hit with date '${dateEarly}' from field '@timestamp' is outside the query time range. Query: <\"the query would go here\">. Document: <{\"_source\":{\"@timestamp\":\"${dateEarly}\",\"value\":1}}>`, - `For rule 'test-rule-id', the hit with date '${dateLate}' from field '@timestamp' is outside the query time range. Query: <\"the query would go here\">. Document: <{\"_source\":{\"@timestamp\":\"${dateLate}\",\"value\":3}}>`, - ]); - expect(allLogCalls).toMatchInlineSnapshot(` - Object { - "debug": Array [], - "error": Array [ - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - ], - "fatal": Array [], - "info": Array [], - "log": Array [], - "trace": Array [], - "warn": Array [], - } - `); - }); - - it('should log messages for bad start / end dates for search source', async () => { - function getTimeRange() { - return { dateStart: 'x', dateEnd: 'y' }; - } - - mockFetchSearchSourceQuery.mockResolvedValueOnce({ - parsedResults: { - results: [ - { - group: 'all documents', - count: 1, - hits: [{ _source: { '@timestamp': new Date().toISOString() } }], - }, - ], - }, - truncated: false, - query: 'the query would go here', - }); - - const executorOptions: ExecutorOptions = { - ...defaultExecutorOptions, - getTimeRange, - params: { - ...defaultProps, - searchType: 'searchSource', - timeField: '@timestamp', - }, - }; - await executor(coreMock, executorOptions); - - const allLogCalls = loggerMock.collect(logger); - const messages: string[] = []; - for (const parms of allLogCalls.error) { - const message = parms.shift(); - messages.push(`${message}`); - } - - expect(messages).toEqual([ - `For rule 'test-rule-id', hits were returned with invalid time range start date 'x' from field '@timestamp' using query <"the query would go here">`, - `For rule 'test-rule-id', hits were returned with invalid time range end date 'y' from field '@timestamp' using query <"the query would go here">`, - ]); - expect(allLogCalls.error).toMatchInlineSnapshot(` - Array [ - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - ] - `); - }); - - it('should log messages for hits with out-of-range dates for query dsl', async () => { - const epoch = Date.now(); - const oneYear = 1000 * 60 * 60 * 24 * 365; - const dateEarly = new Date(epoch - oneYear).toISOString(); - const dateStart = new Date(epoch - 1000).toISOString(); - const dateMiddle = new Date(epoch - 500).toISOString(); - const dateEnd = new Date(epoch).toISOString(); - const dateLate = new Date(epoch + oneYear).toISOString(); - - function getTimeRange() { - return { dateStart, dateEnd }; - } - - mockFetchEsQuery.mockResolvedValueOnce({ - parsedResults: { - results: [ - { - group: 'all documents', - count: 3, - hits: [ - { _source: { '@timestamp': dateEarly, value: 1 } }, - { _source: { '@timestamp': dateMiddle, value: 2 } }, - { _source: { '@timestamp': dateLate, value: 3 } }, - ], - }, - ], - }, - truncated: false, - query: 'the query would go here', - }); - - const executorOptions: ExecutorOptions = { - ...defaultExecutorOptions, - getTimeRange, - params: { - ...defaultProps, - searchType: 'esQuery', - timeField: '@timestamp', - }, - }; - await executor(coreMock, executorOptions); - - const allLogCalls = loggerMock.collect(logger); - const messages: string[] = []; - for (const parms of allLogCalls.error) { - const message = parms.shift(); - messages.push(`${message}`); - } - - expect(messages).toEqual([ - `For rule 'test-rule-id', the hit with date '${dateEarly}' from field '@timestamp' is outside the query time range. Query: <\"the query would go here\">. Document: <{\"_source\":{\"@timestamp\":\"${dateEarly}\",\"value\":1}}>`, - `For rule 'test-rule-id', the hit with date '${dateLate}' from field '@timestamp' is outside the query time range. Query: <\"the query would go here\">. Document: <{\"_source\":{\"@timestamp\":\"${dateLate}\",\"value\":3}}>`, - ]); - expect(allLogCalls.error).toMatchInlineSnapshot(` - Array [ - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - ] - `); - }); - - it('should log messages for bad start / end dates for query dsl', async () => { - function getTimeRange() { - return { dateStart: 'x', dateEnd: 'y' }; - } - - mockFetchEsQuery.mockResolvedValueOnce({ - parsedResults: { - results: [ - { - group: 'all documents', - count: 1, - hits: [{ _source: { '@timestamp': new Date().toISOString() } }], - }, - ], - }, - truncated: false, - query: 'the query would go here', - }); - - const executorOptions: ExecutorOptions = { - ...defaultExecutorOptions, - getTimeRange, - params: { - ...defaultProps, - searchType: 'esQuery', - timeField: '@timestamp', - }, - }; - await executor(coreMock, executorOptions); - - const allLogCalls = loggerMock.collect(logger); - const messages: string[] = []; - for (const parms of allLogCalls.error) { - const message = parms.shift(); - messages.push(`${message}`); - } - - expect(messages).toEqual([ - `For rule 'test-rule-id', hits were returned with invalid time range start date 'x' from field '@timestamp' using query <"the query would go here">`, - `For rule 'test-rule-id', hits were returned with invalid time range end date 'y' from field '@timestamp' using query <"the query would go here">`, - ]); - expect(allLogCalls.error).toMatchInlineSnapshot(` - Array [ - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - Array [ - Object { - "tags": Array [ - "query-result-out-of-time-range", - ], - }, - ], - ] - `); - }); }); describe('tryToParseAsDate', () => { diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.ts b/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.ts index 0ada7928aeda3..43d40c866ee99 100644 --- a/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.ts +++ b/x-pack/plugins/stack_alerts/server/rule_types/es_query/executor.ts @@ -7,7 +7,7 @@ import { sha256 } from 'js-sha256'; import { i18n } from '@kbn/i18n'; -import { CoreSetup, Logger } from '@kbn/core/server'; +import { CoreSetup } from '@kbn/core/server'; import { getEcsGroups } from '@kbn/observability-alerting-rule-utils'; import { isGroupAggregation, UngroupedGroupId } from '@kbn/triggers-actions-ui-plugin/common'; import { @@ -18,8 +18,6 @@ import { } from '@kbn/rule-data-utils'; import { AlertsClientError } from '@kbn/alerting-plugin/server'; -import { get } from 'lodash'; -import type * as estypes from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; import { ComparatorFns } from '../../../common'; import { @@ -77,7 +75,7 @@ export async function executor(core: CoreSetup, options: ExecutorOptions>, - timeField: string | undefined, - dateStart: string, - dateEnd: string, - query: unknown -) { - if (!timeField) return; - - const epochStart = new Date(dateStart).getTime(); - const epochEnd = new Date(dateEnd).getTime(); - const messageMeta = { tags: ['query-result-out-of-time-range'] }; - - const messagePrefix = `For rule '${ruleId}'`; - const usingQuery = `using query <${JSON.stringify(query)}>`; - const hitsWereReturned = 'hits were returned with invalid time range'; - - let errors = 0; - if (isNaN(epochStart)) { - errors++; - logger.error( - `${messagePrefix}, ${hitsWereReturned} start date '${dateStart}' from field '${timeField}' ${usingQuery}`, - messageMeta - ); - } - - if (isNaN(epochEnd)) { - errors++; - logger.error( - `${messagePrefix}, ${hitsWereReturned} end date '${dateEnd}' from field '${timeField}' ${usingQuery}`, - messageMeta - ); - } - - if (errors > 0) return; - - const outsideTimeRange = 'outside the query time range'; - - for (const hit of hits) { - const dateVal = get(hit, [`_source`, timeField]); - const epochDate = getEpochDateFromString(dateVal); - - if (epochDate) { - if (epochDate < epochStart || epochDate > epochEnd) { - const message = `the hit with date '${dateVal}' from field '${timeField}' is ${outsideTimeRange}`; - const queryString = `Query: <${JSON.stringify(query)}>`; - const document = `Document: <${JSON.stringify(hit)}>`; - logger.error(`${messagePrefix}, ${message}. ${queryString}. ${document}`, messageMeta); - } - } - } -} - -function getEpochDateFromString(dateString: string): number | null { - let date: Date; - try { - date = new Date(dateString); - } catch (e) { - return null; - } - - const time = date.getTime(); - if (!isNaN(time)) return time; - - // if not a valid date string, try it as a stringified number - const dateNum = parseInt(dateString, 10); - if (isNaN(dateNum)) return null; - - const timeFromNumber = new Date(dateNum).getTime(); - if (isNaN(timeFromNumber)) return null; - - return timeFromNumber; -} - export function getValidTimefieldSort( sortValues: Array = [] ): undefined | string { diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts b/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts index 1e6c9a498c0ad..b42076952b87a 100644 --- a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts +++ b/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_es_query.ts @@ -156,7 +156,6 @@ export async function fetchEsQuery({ sourceFieldsParams: params.sourceFields, }), link, - query: sortedQuery, index: params.index, }; } diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts b/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts index f017ee0f63aed..44f5a66f68c22 100644 --- a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts +++ b/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_esql_query.ts @@ -70,7 +70,6 @@ export async function fetchEsqlQuery({ return { link, - query, numMatches: Number(response.values.length), parsedResults: parseAggregationResults({ isCountAgg: true, diff --git a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts b/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts index 564e5cfeb58c6..7bc119dae7ed4 100644 --- a/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts +++ b/x-pack/plugins/stack_alerts/server/rule_types/es_query/lib/fetch_search_source_query.ts @@ -121,7 +121,6 @@ export async function fetchSearchSourceQuery({ termField: params.termField, }), index: [index.name], - query: searchRequestBody, }; } diff --git a/x-pack/plugins/streams/server/lib/streams/component_templates/generate_layer.ts b/x-pack/plugins/streams/server/lib/streams/component_templates/generate_layer.ts index 69da4c5d8287d..a99b9be261911 100644 --- a/x-pack/plugins/streams/server/lib/streams/component_templates/generate_layer.ts +++ b/x-pack/plugins/streams/server/lib/streams/component_templates/generate_layer.ts @@ -36,7 +36,7 @@ export function generateLayer( template: { settings: isRoot(definition.id) ? logsSettings : {}, mappings: { - subobjects: true, // TODO set to false once this works on Elasticsearch side - right now fields are not properly indexed. + subobjects: false, dynamic: false, properties, }, diff --git a/x-pack/plugins/streams/server/lib/streams/stream_crud.ts b/x-pack/plugins/streams/server/lib/streams/stream_crud.ts index 452b0f40cb38e..c158280bec161 100644 --- a/x-pack/plugins/streams/server/lib/streams/stream_crud.ts +++ b/x-pack/plugins/streams/server/lib/streams/stream_crud.ts @@ -7,6 +7,7 @@ import { IScopedClusterClient } from '@kbn/core-elasticsearch-server'; import { Logger } from '@kbn/logging'; +import { IndicesDataStream } from '@elastic/elasticsearch/lib/api/types'; import { STREAMS_INDEX } from '../../../common/constants'; import { FieldDefinition, StreamDefinition } from '../../../common/types'; import { generateLayer } from './component_templates/generate_layer'; @@ -173,60 +174,67 @@ export async function readDataStreamAsStream({ scopedClusterClient, skipAccessCheck, }: ReadStreamParams) { - const response = await scopedClusterClient.asInternalUser.indices.getDataStream({ name: id }); - if (response.data_streams.length === 1) { - const definition: StreamDefinition = { - id, - managed: false, - children: [], - fields: [], - processing: [], - }; - if (!skipAccessCheck) { - const hasAccess = await checkReadAccess({ id, scopedClusterClient }); - if (!hasAccess) { - throw new DefinitionNotFound(`Stream definition for ${id} not found.`); - } + let dataStream: IndicesDataStream; + try { + const response = await scopedClusterClient.asInternalUser.indices.getDataStream({ name: id }); + dataStream = response.data_streams[0]; + } catch (e) { + if (e.meta?.statusCode === 404) { + throw new DefinitionNotFound(`Stream definition for ${id} not found.`); } - // retrieve linked index template, component template and ingest pipeline - const templateName = response.data_streams[0].template; - const componentTemplates: string[] = []; - const template = await scopedClusterClient.asInternalUser.indices.getIndexTemplate({ - name: templateName, - }); - if (template.index_templates.length) { - template.index_templates[0].index_template.composed_of.forEach((componentTemplateName) => { - componentTemplates.push(componentTemplateName); - }); + throw e; + } + + const definition: StreamDefinition = { + id, + managed: false, + children: [], + fields: [], + processing: [], + }; + if (!skipAccessCheck) { + const hasAccess = await checkReadAccess({ id, scopedClusterClient }); + if (!hasAccess) { + throw new DefinitionNotFound(`Stream definition for ${id} not found.`); } - const writeIndexName = response.data_streams[0].indices.at(-1)?.index_name!; - const currentIndex = await scopedClusterClient.asInternalUser.indices.get({ - index: writeIndexName, + } + // retrieve linked index template, component template and ingest pipeline + const templateName = dataStream.template; + const componentTemplates: string[] = []; + const template = await scopedClusterClient.asInternalUser.indices.getIndexTemplate({ + name: templateName, + }); + if (template.index_templates.length) { + template.index_templates[0].index_template.composed_of.forEach((componentTemplateName) => { + componentTemplates.push(componentTemplateName); }); - const ingestPipelineId = currentIndex[writeIndexName].settings?.index?.default_pipeline!; + } + const writeIndexName = dataStream.indices.at(-1)?.index_name!; + const currentIndex = await scopedClusterClient.asInternalUser.indices.get({ + index: writeIndexName, + }); + const ingestPipelineId = currentIndex[writeIndexName].settings?.index?.default_pipeline!; - definition.unmanaged_elasticsearch_assets = [ - { - type: 'ingest_pipeline', - id: ingestPipelineId, - }, - ...componentTemplates.map((componentTemplateName) => ({ - type: 'component_template' as const, - id: componentTemplateName, - })), - { - type: 'index_template', - id: templateName, - }, - { - type: 'data_stream', - id, - }, - ]; + definition.unmanaged_elasticsearch_assets = [ + { + type: 'ingest_pipeline', + id: ingestPipelineId, + }, + ...componentTemplates.map((componentTemplateName) => ({ + type: 'component_template' as const, + id: componentTemplateName, + })), + { + type: 'index_template', + id: templateName, + }, + { + type: 'data_stream', + id, + }, + ]; - return { definition }; - } - throw new DefinitionNotFound(`Stream definition for ${id} not found.`); + return { definition }; } interface ReadAncestorsParams extends BaseParams { diff --git a/x-pack/test/api_integration/apis/security/privileges.ts b/x-pack/test/api_integration/apis/security/privileges.ts index c59fe61e7e1d1..47ac08fd06716 100644 --- a/x-pack/test/api_integration/apis/security/privileges.ts +++ b/x-pack/test/api_integration/apis/security/privileges.ts @@ -62,7 +62,18 @@ export default function ({ getService }: FtrProviderContext) { slo: ['all', 'read', 'minimal_all', 'minimal_read'], searchPlayground: ['all', 'read', 'minimal_all', 'minimal_read'], searchInferenceEndpoints: ['all', 'read', 'minimal_all', 'minimal_read'], - fleetv2: ['all', 'read', 'minimal_all', 'minimal_read'], + fleetv2: [ + 'all', + 'read', + 'minimal_all', + 'minimal_read', + 'agents_all', + 'agents_read', + 'agent_policies_all', + 'agent_policies_read', + 'settings_all', + 'settings_read', + ], fleet: ['all', 'read', 'minimal_all', 'minimal_read'], actions: ['all', 'read', 'minimal_all', 'minimal_read'], stackAlerts: ['all', 'read', 'minimal_all', 'minimal_read'], diff --git a/x-pack/test/api_integration/apis/security/privileges_basic.ts b/x-pack/test/api_integration/apis/security/privileges_basic.ts index 37db0e71030af..cc313fe5cfe66 100644 --- a/x-pack/test/api_integration/apis/security/privileges_basic.ts +++ b/x-pack/test/api_integration/apis/security/privileges_basic.ts @@ -149,7 +149,18 @@ export default function ({ getService }: FtrProviderContext) { slo: ['all', 'read', 'minimal_all', 'minimal_read'], searchPlayground: ['all', 'read', 'minimal_all', 'minimal_read'], searchInferenceEndpoints: ['all', 'read', 'minimal_all', 'minimal_read'], - fleetv2: ['all', 'read', 'minimal_all', 'minimal_read'], + fleetv2: [ + 'agent_policies_all', + 'agent_policies_read', + 'agents_all', + 'agents_read', + 'all', + 'minimal_all', + 'minimal_read', + 'read', + 'settings_all', + 'settings_read', + ], fleet: ['all', 'read', 'minimal_all', 'minimal_read'], actions: ['all', 'read', 'minimal_all', 'minimal_read'], stackAlerts: ['all', 'read', 'minimal_all', 'minimal_read'], diff --git a/x-pack/test/api_integration/apis/streams/flush_config.ts b/x-pack/test/api_integration/apis/streams/flush_config.ts new file mode 100644 index 0000000000000..f3fa79e92d457 --- /dev/null +++ b/x-pack/test/api_integration/apis/streams/flush_config.ts @@ -0,0 +1,161 @@ +/* + * 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. + */ + +import expect from '@kbn/expect'; +import { SearchTotalHits } from '@elastic/elasticsearch/lib/api/typesWithBodyKey'; +import { deleteStream, enableStreams, indexDocument } from './helpers/requests'; +import { FtrProviderContext } from '../../ftr_provider_context'; +import { waitForDocumentInIndex } from '../../../alerting_api_integration/observability/helpers/alerting_wait_for_helpers'; +import { cleanUpRootStream } from './helpers/cleanup'; + +const streams = [ + { + processing: [], + fields: [ + { + name: '@timestamp', + type: 'date', + }, + { + name: 'message', + type: 'match_only_text', + }, + { + name: 'host.name', + type: 'keyword', + }, + { + name: 'log.level', + type: 'keyword', + }, + ], + children: [ + { + id: 'logs.test', + condition: { + and: [ + { + field: 'numberfield', + operator: 'gt', + value: 15, + }, + ], + }, + }, + { + id: 'logs.test2', + condition: { + and: [ + { + field: 'field2', + operator: 'eq', + value: 'abc', + }, + ], + }, + }, + ], + id: 'logs', + }, + { + id: 'logs.test', + processing: [], + fields: [], + children: [], + }, + { + id: 'logs.test2', + processing: [ + { + config: { + type: 'grok', + field: 'message', + patterns: ['%{NUMBER:numberfield}'], + }, + }, + ], + fields: [ + { + name: 'numberfield', + type: 'long', + }, + ], + children: [], + }, +]; + +export default function ({ getService }: FtrProviderContext) { + const supertest = getService('supertest'); + const esClient = getService('es'); + const retryService = getService('retry'); + const logger = getService('log'); + + // An anticipated use case is that a user will want to flush a tree of streams from a config file + describe('Flush from config file', () => { + after(async () => { + await deleteStream(supertest, 'logs.nginx'); + await cleanUpRootStream(esClient); + }); + + // Note: Each step is dependent on the previous + it('Enable streams', async () => { + await enableStreams(supertest); + }); + + it('PUTs all streams one by one without errors', async () => { + for (const { id: streamId, ...stream } of streams) { + const response = await supertest + .put(`/api/streams/${streamId}`) + .set('kbn-xsrf', 'xxx') + .send(stream) + .expect(200); + + expect(response.body).to.have.property('acknowledged', true); + } + }); + + it('send data and it is handled properly', async () => { + // send data that stays in logs + const doc = { + '@timestamp': '2024-01-01T00:00:00.000Z', + message: 'test', + 'log.level': 'info', + }; + const response = await indexDocument(esClient, 'logs', doc); + expect(response.result).to.eql('created'); + await waitForDocumentInIndex({ esClient, indexName: 'logs', retryService, logger }); + + // send data that lands in logs.test + const doc2 = { + '@timestamp': '2024-01-01T00:00:00.000Z', + message: 'test', + numberfield: 20, + }; + const response2 = await indexDocument(esClient, 'logs', doc2); + expect(response2.result).to.eql('created'); + await waitForDocumentInIndex({ esClient, indexName: 'logs.test', retryService, logger }); + + // send data that lands in logs.test2 + const doc3 = { + '@timestamp': '2024-01-01T00:00:00.000Z', + message: '123', + field2: 'abc', + }; + const response3 = await indexDocument(esClient, 'logs', doc3); + expect(response3.result).to.eql('created'); + await waitForDocumentInIndex({ esClient, indexName: 'logs.test2', retryService, logger }); + }); + + it('makes data searchable as expected', async () => { + const query = { + match: { numberfield: 123 }, + }; + const response = await esClient.search({ index: 'logs.test2', query }); + expect((response.hits.total as SearchTotalHits).value).to.eql(1); + }); + }); +} diff --git a/x-pack/test/api_integration/apis/streams/index.ts b/x-pack/test/api_integration/apis/streams/index.ts index e51d63ac2ae9b..4ef3fce385248 100644 --- a/x-pack/test/api_integration/apis/streams/index.ts +++ b/x-pack/test/api_integration/apis/streams/index.ts @@ -11,5 +11,6 @@ export default function ({ loadTestFile }: FtrProviderContext) { describe('Streams Endpoints', () => { loadTestFile(require.resolve('./full_flow')); loadTestFile(require.resolve('./enrichment')); + loadTestFile(require.resolve('./flush_config')); }); } diff --git a/x-pack/test/fleet_api_integration/apis/space_awareness/agent_policies.ts b/x-pack/test/fleet_api_integration/apis/space_awareness/agent_policies.ts index 3f6a26de52bb6..acf4ce7c71e3d 100644 --- a/x-pack/test/fleet_api_integration/apis/space_awareness/agent_policies.ts +++ b/x-pack/test/fleet_api_integration/apis/space_awareness/agent_policies.ts @@ -27,6 +27,10 @@ export default function (providerContext: FtrProviderContext) { username: testUsers.fleet_all_int_all.username, password: testUsers.fleet_all_int_all.password, }); + const apiClientReadOnly = new SpaceTestApiClient(supertestWithoutAuth, { + username: testUsers.fleet_read_only.username, + password: testUsers.fleet_read_only.password, + }); let defaultSpacePolicy1: CreateAgentPolicyResponse; let spaceTest1Policy1: CreateAgentPolicyResponse; @@ -113,5 +117,19 @@ export default function (providerContext: FtrProviderContext) { expect(res.item.id).to.eql(`${TEST_SPACE_1}-fleet-server-policy`); }); }); + + describe('GET /agent_policies_spaces', () => { + it('should return all spaces user can write agent policies to', async () => { + const res = await apiClient.getAgentPoliciesSpaces(); + + expect(res.items.map(({ id }: { id: string }) => id)).to.eql(['default', 'test1']); + }); + + it('should return no spaces for user with readonly access', async () => { + const res = await apiClientReadOnly.getAgentPoliciesSpaces(); + + expect(res.items.map(({ id }: { id: string }) => id)).to.eql([]); + }); + }); }); } diff --git a/x-pack/test/fleet_api_integration/apis/space_awareness/api_helper.ts b/x-pack/test/fleet_api_integration/apis/space_awareness/api_helper.ts index c8af244ba11b9..c26fa0a515f01 100644 --- a/x-pack/test/fleet_api_integration/apis/space_awareness/api_helper.ts +++ b/x-pack/test/fleet_api_integration/apis/space_awareness/api_helper.ts @@ -179,6 +179,18 @@ export class SpaceTestApiClient { return res; } + + async getAgentPoliciesSpaces(spaceId?: string) { + const { body: res } = await this.supertest + .get(`${this.getBaseUrl(spaceId)}/internal/fleet/agent_policies_spaces`) + .auth(this.auth.username, this.auth.password) + .set('kbn-xsrf', 'xxxx') + .set('elastic-api-version', '1') + .expect(200); + + return res; + } + // Enrollment API Keys async getEnrollmentApiKey( keyId: string, diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/complete/complete.spec.ts b/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/complete/complete.spec.ts index d411d097a0d7f..5081d6b12879b 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/complete/complete.spec.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/complete/complete.spec.ts @@ -67,7 +67,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }, ]; - describe('/internal/observability_ai_assistant/chat/complete', function () { + // Failing: See https://github.com/elastic/kibana/issues/203407 + describe.skip('/internal/observability_ai_assistant/chat/complete', function () { // TODO: https://github.com/elastic/kibana/issues/192751 this.tags(['skipMKI']); let proxy: LlmProxy; diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/public_complete/public_complete.spec.ts b/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/public_complete/public_complete.spec.ts index a3134ab2e3014..3f4a31e92de91 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/public_complete/public_complete.spec.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/ai_assistant/tests/public_complete/public_complete.spec.ts @@ -49,7 +49,8 @@ export default function ApiTest({ getService }: FtrProviderContext) { }, ]; - describe('/api/observability_ai_assistant/chat/complete', function () { + // Failing: See https://github.com/elastic/kibana/issues/203408 + describe.skip('/api/observability_ai_assistant/chat/complete', function () { // TODO: https://github.com/elastic/kibana/issues/192751 this.tags(['skipMKI']); diff --git a/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts b/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts index 91812dbecb027..04f0110527c79 100644 --- a/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts +++ b/x-pack/test_serverless/api_integration/test_suites/observability/platform_security/authorization.ts @@ -8263,10 +8263,448 @@ export default function ({ getService }: FtrProviderContext) { ], }, "fleetv2": Object { + "agent_policies_all": Array [ + "login:", + "api:fleet-agent-policies-read", + "api:fleet-agent-policies-all", + "saved_object:ingest-outputs/bulk_get", + "saved_object:ingest-outputs/get", + "saved_object:ingest-outputs/find", + "saved_object:ingest-outputs/open_point_in_time", + "saved_object:ingest-outputs/close_point_in_time", + "saved_object:ingest-outputs/create", + "saved_object:ingest-outputs/bulk_create", + "saved_object:ingest-outputs/update", + "saved_object:ingest-outputs/bulk_update", + "saved_object:ingest-outputs/delete", + "saved_object:ingest-outputs/bulk_delete", + "saved_object:ingest-outputs/share_to_space", + "saved_object:ingest-agent-policies/bulk_get", + "saved_object:ingest-agent-policies/get", + "saved_object:ingest-agent-policies/find", + "saved_object:ingest-agent-policies/open_point_in_time", + "saved_object:ingest-agent-policies/close_point_in_time", + "saved_object:ingest-agent-policies/create", + "saved_object:ingest-agent-policies/bulk_create", + "saved_object:ingest-agent-policies/update", + "saved_object:ingest-agent-policies/bulk_update", + "saved_object:ingest-agent-policies/delete", + "saved_object:ingest-agent-policies/bulk_delete", + "saved_object:ingest-agent-policies/share_to_space", + "saved_object:fleet-agent-policies/bulk_get", + "saved_object:fleet-agent-policies/get", + "saved_object:fleet-agent-policies/find", + "saved_object:fleet-agent-policies/open_point_in_time", + "saved_object:fleet-agent-policies/close_point_in_time", + "saved_object:fleet-agent-policies/create", + "saved_object:fleet-agent-policies/bulk_create", + "saved_object:fleet-agent-policies/update", + "saved_object:fleet-agent-policies/bulk_update", + "saved_object:fleet-agent-policies/delete", + "saved_object:fleet-agent-policies/bulk_delete", + "saved_object:fleet-agent-policies/share_to_space", + "saved_object:ingest-package-policies/bulk_get", + "saved_object:ingest-package-policies/get", + "saved_object:ingest-package-policies/find", + "saved_object:ingest-package-policies/open_point_in_time", + "saved_object:ingest-package-policies/close_point_in_time", + "saved_object:ingest-package-policies/create", + "saved_object:ingest-package-policies/bulk_create", + "saved_object:ingest-package-policies/update", + "saved_object:ingest-package-policies/bulk_update", + "saved_object:ingest-package-policies/delete", + "saved_object:ingest-package-policies/bulk_delete", + "saved_object:ingest-package-policies/share_to_space", + "saved_object:fleet-package-policies/bulk_get", + "saved_object:fleet-package-policies/get", + "saved_object:fleet-package-policies/find", + "saved_object:fleet-package-policies/open_point_in_time", + "saved_object:fleet-package-policies/close_point_in_time", + "saved_object:fleet-package-policies/create", + "saved_object:fleet-package-policies/bulk_create", + "saved_object:fleet-package-policies/update", + "saved_object:fleet-package-policies/bulk_update", + "saved_object:fleet-package-policies/delete", + "saved_object:fleet-package-policies/bulk_delete", + "saved_object:fleet-package-policies/share_to_space", + "saved_object:epm-packages/bulk_get", + "saved_object:epm-packages/get", + "saved_object:epm-packages/find", + "saved_object:epm-packages/open_point_in_time", + "saved_object:epm-packages/close_point_in_time", + "saved_object:epm-packages/create", + "saved_object:epm-packages/bulk_create", + "saved_object:epm-packages/update", + "saved_object:epm-packages/bulk_update", + "saved_object:epm-packages/delete", + "saved_object:epm-packages/bulk_delete", + "saved_object:epm-packages/share_to_space", + "saved_object:epm-packages-assets/bulk_get", + "saved_object:epm-packages-assets/get", + "saved_object:epm-packages-assets/find", + "saved_object:epm-packages-assets/open_point_in_time", + "saved_object:epm-packages-assets/close_point_in_time", + "saved_object:epm-packages-assets/create", + "saved_object:epm-packages-assets/bulk_create", + "saved_object:epm-packages-assets/update", + "saved_object:epm-packages-assets/bulk_update", + "saved_object:epm-packages-assets/delete", + "saved_object:epm-packages-assets/bulk_delete", + "saved_object:epm-packages-assets/share_to_space", + "saved_object:fleet-preconfiguration-deletion-record/bulk_get", + "saved_object:fleet-preconfiguration-deletion-record/get", + "saved_object:fleet-preconfiguration-deletion-record/find", + "saved_object:fleet-preconfiguration-deletion-record/open_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/close_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/create", + "saved_object:fleet-preconfiguration-deletion-record/bulk_create", + "saved_object:fleet-preconfiguration-deletion-record/update", + "saved_object:fleet-preconfiguration-deletion-record/bulk_update", + "saved_object:fleet-preconfiguration-deletion-record/delete", + "saved_object:fleet-preconfiguration-deletion-record/bulk_delete", + "saved_object:fleet-preconfiguration-deletion-record/share_to_space", + "saved_object:ingest-download-sources/bulk_get", + "saved_object:ingest-download-sources/get", + "saved_object:ingest-download-sources/find", + "saved_object:ingest-download-sources/open_point_in_time", + "saved_object:ingest-download-sources/close_point_in_time", + "saved_object:ingest-download-sources/create", + "saved_object:ingest-download-sources/bulk_create", + "saved_object:ingest-download-sources/update", + "saved_object:ingest-download-sources/bulk_update", + "saved_object:ingest-download-sources/delete", + "saved_object:ingest-download-sources/bulk_delete", + "saved_object:ingest-download-sources/share_to_space", + "saved_object:fleet-fleet-server-host/bulk_get", + "saved_object:fleet-fleet-server-host/get", + "saved_object:fleet-fleet-server-host/find", + "saved_object:fleet-fleet-server-host/open_point_in_time", + "saved_object:fleet-fleet-server-host/close_point_in_time", + "saved_object:fleet-fleet-server-host/create", + "saved_object:fleet-fleet-server-host/bulk_create", + "saved_object:fleet-fleet-server-host/update", + "saved_object:fleet-fleet-server-host/bulk_update", + "saved_object:fleet-fleet-server-host/delete", + "saved_object:fleet-fleet-server-host/bulk_delete", + "saved_object:fleet-fleet-server-host/share_to_space", + "saved_object:fleet-proxy/bulk_get", + "saved_object:fleet-proxy/get", + "saved_object:fleet-proxy/find", + "saved_object:fleet-proxy/open_point_in_time", + "saved_object:fleet-proxy/close_point_in_time", + "saved_object:fleet-proxy/create", + "saved_object:fleet-proxy/bulk_create", + "saved_object:fleet-proxy/update", + "saved_object:fleet-proxy/bulk_update", + "saved_object:fleet-proxy/delete", + "saved_object:fleet-proxy/bulk_delete", + "saved_object:fleet-proxy/share_to_space", + "saved_object:fleet-space-settings/bulk_get", + "saved_object:fleet-space-settings/get", + "saved_object:fleet-space-settings/find", + "saved_object:fleet-space-settings/open_point_in_time", + "saved_object:fleet-space-settings/close_point_in_time", + "saved_object:fleet-space-settings/create", + "saved_object:fleet-space-settings/bulk_create", + "saved_object:fleet-space-settings/update", + "saved_object:fleet-space-settings/bulk_update", + "saved_object:fleet-space-settings/delete", + "saved_object:fleet-space-settings/bulk_delete", + "saved_object:fleet-space-settings/share_to_space", + "ui:fleetv2/agent_policies_read", + "ui:fleetv2/agent_policies_all", + ], + "agent_policies_read": Array [ + "login:", + "api:fleet-agent-policies-read", + "saved_object:ingest-outputs/bulk_get", + "saved_object:ingest-outputs/get", + "saved_object:ingest-outputs/find", + "saved_object:ingest-outputs/open_point_in_time", + "saved_object:ingest-outputs/close_point_in_time", + "saved_object:ingest-agent-policies/bulk_get", + "saved_object:ingest-agent-policies/get", + "saved_object:ingest-agent-policies/find", + "saved_object:ingest-agent-policies/open_point_in_time", + "saved_object:ingest-agent-policies/close_point_in_time", + "saved_object:fleet-agent-policies/bulk_get", + "saved_object:fleet-agent-policies/get", + "saved_object:fleet-agent-policies/find", + "saved_object:fleet-agent-policies/open_point_in_time", + "saved_object:fleet-agent-policies/close_point_in_time", + "saved_object:ingest-package-policies/bulk_get", + "saved_object:ingest-package-policies/get", + "saved_object:ingest-package-policies/find", + "saved_object:ingest-package-policies/open_point_in_time", + "saved_object:ingest-package-policies/close_point_in_time", + "saved_object:fleet-package-policies/bulk_get", + "saved_object:fleet-package-policies/get", + "saved_object:fleet-package-policies/find", + "saved_object:fleet-package-policies/open_point_in_time", + "saved_object:fleet-package-policies/close_point_in_time", + "saved_object:epm-packages/bulk_get", + "saved_object:epm-packages/get", + "saved_object:epm-packages/find", + "saved_object:epm-packages/open_point_in_time", + "saved_object:epm-packages/close_point_in_time", + "saved_object:epm-packages-assets/bulk_get", + "saved_object:epm-packages-assets/get", + "saved_object:epm-packages-assets/find", + "saved_object:epm-packages-assets/open_point_in_time", + "saved_object:epm-packages-assets/close_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/bulk_get", + "saved_object:fleet-preconfiguration-deletion-record/get", + "saved_object:fleet-preconfiguration-deletion-record/find", + "saved_object:fleet-preconfiguration-deletion-record/open_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/close_point_in_time", + "saved_object:ingest-download-sources/bulk_get", + "saved_object:ingest-download-sources/get", + "saved_object:ingest-download-sources/find", + "saved_object:ingest-download-sources/open_point_in_time", + "saved_object:ingest-download-sources/close_point_in_time", + "saved_object:fleet-fleet-server-host/bulk_get", + "saved_object:fleet-fleet-server-host/get", + "saved_object:fleet-fleet-server-host/find", + "saved_object:fleet-fleet-server-host/open_point_in_time", + "saved_object:fleet-fleet-server-host/close_point_in_time", + "saved_object:fleet-proxy/bulk_get", + "saved_object:fleet-proxy/get", + "saved_object:fleet-proxy/find", + "saved_object:fleet-proxy/open_point_in_time", + "saved_object:fleet-proxy/close_point_in_time", + "saved_object:fleet-space-settings/bulk_get", + "saved_object:fleet-space-settings/get", + "saved_object:fleet-space-settings/find", + "saved_object:fleet-space-settings/open_point_in_time", + "saved_object:fleet-space-settings/close_point_in_time", + "ui:fleetv2/agent_policies_read", + ], + "agents_all": Array [ + "login:", + "api:fleet-agents-read", + "api:fleet-agents-all", + "saved_object:ingest-outputs/bulk_get", + "saved_object:ingest-outputs/get", + "saved_object:ingest-outputs/find", + "saved_object:ingest-outputs/open_point_in_time", + "saved_object:ingest-outputs/close_point_in_time", + "saved_object:ingest-outputs/create", + "saved_object:ingest-outputs/bulk_create", + "saved_object:ingest-outputs/update", + "saved_object:ingest-outputs/bulk_update", + "saved_object:ingest-outputs/delete", + "saved_object:ingest-outputs/bulk_delete", + "saved_object:ingest-outputs/share_to_space", + "saved_object:ingest-agent-policies/bulk_get", + "saved_object:ingest-agent-policies/get", + "saved_object:ingest-agent-policies/find", + "saved_object:ingest-agent-policies/open_point_in_time", + "saved_object:ingest-agent-policies/close_point_in_time", + "saved_object:ingest-agent-policies/create", + "saved_object:ingest-agent-policies/bulk_create", + "saved_object:ingest-agent-policies/update", + "saved_object:ingest-agent-policies/bulk_update", + "saved_object:ingest-agent-policies/delete", + "saved_object:ingest-agent-policies/bulk_delete", + "saved_object:ingest-agent-policies/share_to_space", + "saved_object:fleet-agent-policies/bulk_get", + "saved_object:fleet-agent-policies/get", + "saved_object:fleet-agent-policies/find", + "saved_object:fleet-agent-policies/open_point_in_time", + "saved_object:fleet-agent-policies/close_point_in_time", + "saved_object:fleet-agent-policies/create", + "saved_object:fleet-agent-policies/bulk_create", + "saved_object:fleet-agent-policies/update", + "saved_object:fleet-agent-policies/bulk_update", + "saved_object:fleet-agent-policies/delete", + "saved_object:fleet-agent-policies/bulk_delete", + "saved_object:fleet-agent-policies/share_to_space", + "saved_object:ingest-package-policies/bulk_get", + "saved_object:ingest-package-policies/get", + "saved_object:ingest-package-policies/find", + "saved_object:ingest-package-policies/open_point_in_time", + "saved_object:ingest-package-policies/close_point_in_time", + "saved_object:ingest-package-policies/create", + "saved_object:ingest-package-policies/bulk_create", + "saved_object:ingest-package-policies/update", + "saved_object:ingest-package-policies/bulk_update", + "saved_object:ingest-package-policies/delete", + "saved_object:ingest-package-policies/bulk_delete", + "saved_object:ingest-package-policies/share_to_space", + "saved_object:fleet-package-policies/bulk_get", + "saved_object:fleet-package-policies/get", + "saved_object:fleet-package-policies/find", + "saved_object:fleet-package-policies/open_point_in_time", + "saved_object:fleet-package-policies/close_point_in_time", + "saved_object:fleet-package-policies/create", + "saved_object:fleet-package-policies/bulk_create", + "saved_object:fleet-package-policies/update", + "saved_object:fleet-package-policies/bulk_update", + "saved_object:fleet-package-policies/delete", + "saved_object:fleet-package-policies/bulk_delete", + "saved_object:fleet-package-policies/share_to_space", + "saved_object:epm-packages/bulk_get", + "saved_object:epm-packages/get", + "saved_object:epm-packages/find", + "saved_object:epm-packages/open_point_in_time", + "saved_object:epm-packages/close_point_in_time", + "saved_object:epm-packages/create", + "saved_object:epm-packages/bulk_create", + "saved_object:epm-packages/update", + "saved_object:epm-packages/bulk_update", + "saved_object:epm-packages/delete", + "saved_object:epm-packages/bulk_delete", + "saved_object:epm-packages/share_to_space", + "saved_object:epm-packages-assets/bulk_get", + "saved_object:epm-packages-assets/get", + "saved_object:epm-packages-assets/find", + "saved_object:epm-packages-assets/open_point_in_time", + "saved_object:epm-packages-assets/close_point_in_time", + "saved_object:epm-packages-assets/create", + "saved_object:epm-packages-assets/bulk_create", + "saved_object:epm-packages-assets/update", + "saved_object:epm-packages-assets/bulk_update", + "saved_object:epm-packages-assets/delete", + "saved_object:epm-packages-assets/bulk_delete", + "saved_object:epm-packages-assets/share_to_space", + "saved_object:fleet-preconfiguration-deletion-record/bulk_get", + "saved_object:fleet-preconfiguration-deletion-record/get", + "saved_object:fleet-preconfiguration-deletion-record/find", + "saved_object:fleet-preconfiguration-deletion-record/open_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/close_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/create", + "saved_object:fleet-preconfiguration-deletion-record/bulk_create", + "saved_object:fleet-preconfiguration-deletion-record/update", + "saved_object:fleet-preconfiguration-deletion-record/bulk_update", + "saved_object:fleet-preconfiguration-deletion-record/delete", + "saved_object:fleet-preconfiguration-deletion-record/bulk_delete", + "saved_object:fleet-preconfiguration-deletion-record/share_to_space", + "saved_object:ingest-download-sources/bulk_get", + "saved_object:ingest-download-sources/get", + "saved_object:ingest-download-sources/find", + "saved_object:ingest-download-sources/open_point_in_time", + "saved_object:ingest-download-sources/close_point_in_time", + "saved_object:ingest-download-sources/create", + "saved_object:ingest-download-sources/bulk_create", + "saved_object:ingest-download-sources/update", + "saved_object:ingest-download-sources/bulk_update", + "saved_object:ingest-download-sources/delete", + "saved_object:ingest-download-sources/bulk_delete", + "saved_object:ingest-download-sources/share_to_space", + "saved_object:fleet-fleet-server-host/bulk_get", + "saved_object:fleet-fleet-server-host/get", + "saved_object:fleet-fleet-server-host/find", + "saved_object:fleet-fleet-server-host/open_point_in_time", + "saved_object:fleet-fleet-server-host/close_point_in_time", + "saved_object:fleet-fleet-server-host/create", + "saved_object:fleet-fleet-server-host/bulk_create", + "saved_object:fleet-fleet-server-host/update", + "saved_object:fleet-fleet-server-host/bulk_update", + "saved_object:fleet-fleet-server-host/delete", + "saved_object:fleet-fleet-server-host/bulk_delete", + "saved_object:fleet-fleet-server-host/share_to_space", + "saved_object:fleet-proxy/bulk_get", + "saved_object:fleet-proxy/get", + "saved_object:fleet-proxy/find", + "saved_object:fleet-proxy/open_point_in_time", + "saved_object:fleet-proxy/close_point_in_time", + "saved_object:fleet-proxy/create", + "saved_object:fleet-proxy/bulk_create", + "saved_object:fleet-proxy/update", + "saved_object:fleet-proxy/bulk_update", + "saved_object:fleet-proxy/delete", + "saved_object:fleet-proxy/bulk_delete", + "saved_object:fleet-proxy/share_to_space", + "saved_object:fleet-space-settings/bulk_get", + "saved_object:fleet-space-settings/get", + "saved_object:fleet-space-settings/find", + "saved_object:fleet-space-settings/open_point_in_time", + "saved_object:fleet-space-settings/close_point_in_time", + "saved_object:fleet-space-settings/create", + "saved_object:fleet-space-settings/bulk_create", + "saved_object:fleet-space-settings/update", + "saved_object:fleet-space-settings/bulk_update", + "saved_object:fleet-space-settings/delete", + "saved_object:fleet-space-settings/bulk_delete", + "saved_object:fleet-space-settings/share_to_space", + "ui:fleetv2/agents_read", + "ui:fleetv2/agents_all", + ], + "agents_read": Array [ + "login:", + "api:fleet-agents-read", + "saved_object:ingest-outputs/bulk_get", + "saved_object:ingest-outputs/get", + "saved_object:ingest-outputs/find", + "saved_object:ingest-outputs/open_point_in_time", + "saved_object:ingest-outputs/close_point_in_time", + "saved_object:ingest-agent-policies/bulk_get", + "saved_object:ingest-agent-policies/get", + "saved_object:ingest-agent-policies/find", + "saved_object:ingest-agent-policies/open_point_in_time", + "saved_object:ingest-agent-policies/close_point_in_time", + "saved_object:fleet-agent-policies/bulk_get", + "saved_object:fleet-agent-policies/get", + "saved_object:fleet-agent-policies/find", + "saved_object:fleet-agent-policies/open_point_in_time", + "saved_object:fleet-agent-policies/close_point_in_time", + "saved_object:ingest-package-policies/bulk_get", + "saved_object:ingest-package-policies/get", + "saved_object:ingest-package-policies/find", + "saved_object:ingest-package-policies/open_point_in_time", + "saved_object:ingest-package-policies/close_point_in_time", + "saved_object:fleet-package-policies/bulk_get", + "saved_object:fleet-package-policies/get", + "saved_object:fleet-package-policies/find", + "saved_object:fleet-package-policies/open_point_in_time", + "saved_object:fleet-package-policies/close_point_in_time", + "saved_object:epm-packages/bulk_get", + "saved_object:epm-packages/get", + "saved_object:epm-packages/find", + "saved_object:epm-packages/open_point_in_time", + "saved_object:epm-packages/close_point_in_time", + "saved_object:epm-packages-assets/bulk_get", + "saved_object:epm-packages-assets/get", + "saved_object:epm-packages-assets/find", + "saved_object:epm-packages-assets/open_point_in_time", + "saved_object:epm-packages-assets/close_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/bulk_get", + "saved_object:fleet-preconfiguration-deletion-record/get", + "saved_object:fleet-preconfiguration-deletion-record/find", + "saved_object:fleet-preconfiguration-deletion-record/open_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/close_point_in_time", + "saved_object:ingest-download-sources/bulk_get", + "saved_object:ingest-download-sources/get", + "saved_object:ingest-download-sources/find", + "saved_object:ingest-download-sources/open_point_in_time", + "saved_object:ingest-download-sources/close_point_in_time", + "saved_object:fleet-fleet-server-host/bulk_get", + "saved_object:fleet-fleet-server-host/get", + "saved_object:fleet-fleet-server-host/find", + "saved_object:fleet-fleet-server-host/open_point_in_time", + "saved_object:fleet-fleet-server-host/close_point_in_time", + "saved_object:fleet-proxy/bulk_get", + "saved_object:fleet-proxy/get", + "saved_object:fleet-proxy/find", + "saved_object:fleet-proxy/open_point_in_time", + "saved_object:fleet-proxy/close_point_in_time", + "saved_object:fleet-space-settings/bulk_get", + "saved_object:fleet-space-settings/get", + "saved_object:fleet-space-settings/find", + "saved_object:fleet-space-settings/open_point_in_time", + "saved_object:fleet-space-settings/close_point_in_time", + "ui:fleetv2/agents_read", + ], "all": Array [ "login:", "api:fleet-read", "api:fleet-all", + "api:fleet-agents-read", + "api:fleet-agents-all", + "api:fleet-agent-policies-read", + "api:fleet-agent-policies-all", + "api:fleet-settings-read", + "api:fleet-settings-all", "app:fleet", "ui:catalogue/fleet", "ui:navLinks/fleet", @@ -8443,6 +8881,12 @@ export default function ({ getService }: FtrProviderContext) { "saved_object:url/close_point_in_time", "ui:fleetv2/read", "ui:fleetv2/all", + "ui:fleetv2/agents_read", + "ui:fleetv2/agents_all", + "ui:fleetv2/agent_policies_read", + "ui:fleetv2/agent_policies_all", + "ui:fleetv2/settings_read", + "ui:fleetv2/settings_all", "api:infra", "api:rac", "app:infra", @@ -9452,6 +9896,9 @@ export default function ({ getService }: FtrProviderContext) { "read": Array [ "login:", "api:fleet-read", + "api:fleet-agents-read", + "api:fleet-agent-policies-read", + "api:fleet-settings-read", "app:fleet", "ui:catalogue/fleet", "ui:navLinks/fleet", @@ -9536,6 +9983,9 @@ export default function ({ getService }: FtrProviderContext) { "saved_object:url/open_point_in_time", "saved_object:url/close_point_in_time", "ui:fleetv2/read", + "ui:fleetv2/agents_read", + "ui:fleetv2/agent_policies_read", + "ui:fleetv2/settings_read", "api:infra", "api:rac", "app:infra", @@ -9665,6 +10115,222 @@ export default function ({ getService }: FtrProviderContext) { "alerting:xpack.ml.anomaly_detection_alert/alerts/alert/getAuthorizedAlertsIndices", "alerting:xpack.ml.anomaly_detection_alert/alerts/alert/getAlertSummary", ], + "settings_all": Array [ + "login:", + "api:fleet-settings-read", + "api:fleet-settings-all", + "saved_object:ingest-outputs/bulk_get", + "saved_object:ingest-outputs/get", + "saved_object:ingest-outputs/find", + "saved_object:ingest-outputs/open_point_in_time", + "saved_object:ingest-outputs/close_point_in_time", + "saved_object:ingest-outputs/create", + "saved_object:ingest-outputs/bulk_create", + "saved_object:ingest-outputs/update", + "saved_object:ingest-outputs/bulk_update", + "saved_object:ingest-outputs/delete", + "saved_object:ingest-outputs/bulk_delete", + "saved_object:ingest-outputs/share_to_space", + "saved_object:ingest-agent-policies/bulk_get", + "saved_object:ingest-agent-policies/get", + "saved_object:ingest-agent-policies/find", + "saved_object:ingest-agent-policies/open_point_in_time", + "saved_object:ingest-agent-policies/close_point_in_time", + "saved_object:ingest-agent-policies/create", + "saved_object:ingest-agent-policies/bulk_create", + "saved_object:ingest-agent-policies/update", + "saved_object:ingest-agent-policies/bulk_update", + "saved_object:ingest-agent-policies/delete", + "saved_object:ingest-agent-policies/bulk_delete", + "saved_object:ingest-agent-policies/share_to_space", + "saved_object:fleet-agent-policies/bulk_get", + "saved_object:fleet-agent-policies/get", + "saved_object:fleet-agent-policies/find", + "saved_object:fleet-agent-policies/open_point_in_time", + "saved_object:fleet-agent-policies/close_point_in_time", + "saved_object:fleet-agent-policies/create", + "saved_object:fleet-agent-policies/bulk_create", + "saved_object:fleet-agent-policies/update", + "saved_object:fleet-agent-policies/bulk_update", + "saved_object:fleet-agent-policies/delete", + "saved_object:fleet-agent-policies/bulk_delete", + "saved_object:fleet-agent-policies/share_to_space", + "saved_object:ingest-package-policies/bulk_get", + "saved_object:ingest-package-policies/get", + "saved_object:ingest-package-policies/find", + "saved_object:ingest-package-policies/open_point_in_time", + "saved_object:ingest-package-policies/close_point_in_time", + "saved_object:ingest-package-policies/create", + "saved_object:ingest-package-policies/bulk_create", + "saved_object:ingest-package-policies/update", + "saved_object:ingest-package-policies/bulk_update", + "saved_object:ingest-package-policies/delete", + "saved_object:ingest-package-policies/bulk_delete", + "saved_object:ingest-package-policies/share_to_space", + "saved_object:fleet-package-policies/bulk_get", + "saved_object:fleet-package-policies/get", + "saved_object:fleet-package-policies/find", + "saved_object:fleet-package-policies/open_point_in_time", + "saved_object:fleet-package-policies/close_point_in_time", + "saved_object:fleet-package-policies/create", + "saved_object:fleet-package-policies/bulk_create", + "saved_object:fleet-package-policies/update", + "saved_object:fleet-package-policies/bulk_update", + "saved_object:fleet-package-policies/delete", + "saved_object:fleet-package-policies/bulk_delete", + "saved_object:fleet-package-policies/share_to_space", + "saved_object:epm-packages/bulk_get", + "saved_object:epm-packages/get", + "saved_object:epm-packages/find", + "saved_object:epm-packages/open_point_in_time", + "saved_object:epm-packages/close_point_in_time", + "saved_object:epm-packages/create", + "saved_object:epm-packages/bulk_create", + "saved_object:epm-packages/update", + "saved_object:epm-packages/bulk_update", + "saved_object:epm-packages/delete", + "saved_object:epm-packages/bulk_delete", + "saved_object:epm-packages/share_to_space", + "saved_object:epm-packages-assets/bulk_get", + "saved_object:epm-packages-assets/get", + "saved_object:epm-packages-assets/find", + "saved_object:epm-packages-assets/open_point_in_time", + "saved_object:epm-packages-assets/close_point_in_time", + "saved_object:epm-packages-assets/create", + "saved_object:epm-packages-assets/bulk_create", + "saved_object:epm-packages-assets/update", + "saved_object:epm-packages-assets/bulk_update", + "saved_object:epm-packages-assets/delete", + "saved_object:epm-packages-assets/bulk_delete", + "saved_object:epm-packages-assets/share_to_space", + "saved_object:fleet-preconfiguration-deletion-record/bulk_get", + "saved_object:fleet-preconfiguration-deletion-record/get", + "saved_object:fleet-preconfiguration-deletion-record/find", + "saved_object:fleet-preconfiguration-deletion-record/open_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/close_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/create", + "saved_object:fleet-preconfiguration-deletion-record/bulk_create", + "saved_object:fleet-preconfiguration-deletion-record/update", + "saved_object:fleet-preconfiguration-deletion-record/bulk_update", + "saved_object:fleet-preconfiguration-deletion-record/delete", + "saved_object:fleet-preconfiguration-deletion-record/bulk_delete", + "saved_object:fleet-preconfiguration-deletion-record/share_to_space", + "saved_object:ingest-download-sources/bulk_get", + "saved_object:ingest-download-sources/get", + "saved_object:ingest-download-sources/find", + "saved_object:ingest-download-sources/open_point_in_time", + "saved_object:ingest-download-sources/close_point_in_time", + "saved_object:ingest-download-sources/create", + "saved_object:ingest-download-sources/bulk_create", + "saved_object:ingest-download-sources/update", + "saved_object:ingest-download-sources/bulk_update", + "saved_object:ingest-download-sources/delete", + "saved_object:ingest-download-sources/bulk_delete", + "saved_object:ingest-download-sources/share_to_space", + "saved_object:fleet-fleet-server-host/bulk_get", + "saved_object:fleet-fleet-server-host/get", + "saved_object:fleet-fleet-server-host/find", + "saved_object:fleet-fleet-server-host/open_point_in_time", + "saved_object:fleet-fleet-server-host/close_point_in_time", + "saved_object:fleet-fleet-server-host/create", + "saved_object:fleet-fleet-server-host/bulk_create", + "saved_object:fleet-fleet-server-host/update", + "saved_object:fleet-fleet-server-host/bulk_update", + "saved_object:fleet-fleet-server-host/delete", + "saved_object:fleet-fleet-server-host/bulk_delete", + "saved_object:fleet-fleet-server-host/share_to_space", + "saved_object:fleet-proxy/bulk_get", + "saved_object:fleet-proxy/get", + "saved_object:fleet-proxy/find", + "saved_object:fleet-proxy/open_point_in_time", + "saved_object:fleet-proxy/close_point_in_time", + "saved_object:fleet-proxy/create", + "saved_object:fleet-proxy/bulk_create", + "saved_object:fleet-proxy/update", + "saved_object:fleet-proxy/bulk_update", + "saved_object:fleet-proxy/delete", + "saved_object:fleet-proxy/bulk_delete", + "saved_object:fleet-proxy/share_to_space", + "saved_object:fleet-space-settings/bulk_get", + "saved_object:fleet-space-settings/get", + "saved_object:fleet-space-settings/find", + "saved_object:fleet-space-settings/open_point_in_time", + "saved_object:fleet-space-settings/close_point_in_time", + "saved_object:fleet-space-settings/create", + "saved_object:fleet-space-settings/bulk_create", + "saved_object:fleet-space-settings/update", + "saved_object:fleet-space-settings/bulk_update", + "saved_object:fleet-space-settings/delete", + "saved_object:fleet-space-settings/bulk_delete", + "saved_object:fleet-space-settings/share_to_space", + "ui:fleetv2/settings_read", + "ui:fleetv2/settings_all", + ], + "settings_read": Array [ + "login:", + "api:fleet-settings-read", + "saved_object:ingest-outputs/bulk_get", + "saved_object:ingest-outputs/get", + "saved_object:ingest-outputs/find", + "saved_object:ingest-outputs/open_point_in_time", + "saved_object:ingest-outputs/close_point_in_time", + "saved_object:ingest-agent-policies/bulk_get", + "saved_object:ingest-agent-policies/get", + "saved_object:ingest-agent-policies/find", + "saved_object:ingest-agent-policies/open_point_in_time", + "saved_object:ingest-agent-policies/close_point_in_time", + "saved_object:fleet-agent-policies/bulk_get", + "saved_object:fleet-agent-policies/get", + "saved_object:fleet-agent-policies/find", + "saved_object:fleet-agent-policies/open_point_in_time", + "saved_object:fleet-agent-policies/close_point_in_time", + "saved_object:ingest-package-policies/bulk_get", + "saved_object:ingest-package-policies/get", + "saved_object:ingest-package-policies/find", + "saved_object:ingest-package-policies/open_point_in_time", + "saved_object:ingest-package-policies/close_point_in_time", + "saved_object:fleet-package-policies/bulk_get", + "saved_object:fleet-package-policies/get", + "saved_object:fleet-package-policies/find", + "saved_object:fleet-package-policies/open_point_in_time", + "saved_object:fleet-package-policies/close_point_in_time", + "saved_object:epm-packages/bulk_get", + "saved_object:epm-packages/get", + "saved_object:epm-packages/find", + "saved_object:epm-packages/open_point_in_time", + "saved_object:epm-packages/close_point_in_time", + "saved_object:epm-packages-assets/bulk_get", + "saved_object:epm-packages-assets/get", + "saved_object:epm-packages-assets/find", + "saved_object:epm-packages-assets/open_point_in_time", + "saved_object:epm-packages-assets/close_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/bulk_get", + "saved_object:fleet-preconfiguration-deletion-record/get", + "saved_object:fleet-preconfiguration-deletion-record/find", + "saved_object:fleet-preconfiguration-deletion-record/open_point_in_time", + "saved_object:fleet-preconfiguration-deletion-record/close_point_in_time", + "saved_object:ingest-download-sources/bulk_get", + "saved_object:ingest-download-sources/get", + "saved_object:ingest-download-sources/find", + "saved_object:ingest-download-sources/open_point_in_time", + "saved_object:ingest-download-sources/close_point_in_time", + "saved_object:fleet-fleet-server-host/bulk_get", + "saved_object:fleet-fleet-server-host/get", + "saved_object:fleet-fleet-server-host/find", + "saved_object:fleet-fleet-server-host/open_point_in_time", + "saved_object:fleet-fleet-server-host/close_point_in_time", + "saved_object:fleet-proxy/bulk_get", + "saved_object:fleet-proxy/get", + "saved_object:fleet-proxy/find", + "saved_object:fleet-proxy/open_point_in_time", + "saved_object:fleet-proxy/close_point_in_time", + "saved_object:fleet-space-settings/bulk_get", + "saved_object:fleet-space-settings/get", + "saved_object:fleet-space-settings/find", + "saved_object:fleet-space-settings/open_point_in_time", + "saved_object:fleet-space-settings/close_point_in_time", + "ui:fleetv2/settings_read", + ], }, "infrastructure": Object { "all": Array [ diff --git a/x-pack/test_serverless/functional/test_suites/observability/onboarding/firehose.ts b/x-pack/test_serverless/functional/test_suites/observability/onboarding/firehose.ts index 22c700d16be2d..163ff88c8ee5d 100644 --- a/x-pack/test_serverless/functional/test_suites/observability/onboarding/firehose.ts +++ b/x-pack/test_serverless/functional/test_suites/observability/onboarding/firehose.ts @@ -83,5 +83,39 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { // Checking that an AWS service item is visible after data is detected await testSubjects.isDisplayed(`observabilityOnboardingAWSService-${AWS_SERVICE_ID}`); }); + + it('shows the existing data callout and detected AWS services when data was ingested previously', async () => { + const DATASET = 'aws.vpcflow'; + const AWS_SERVICE_ID = 'vpc-flow'; + await testSubjects.clickWhenNotDisabled('observabilityOnboardingCopyToClipboardButton'); + const copiedCommand = await browser.getClipboardValue(); + const [, _stackName, logsStreamName] = copiedCommand.match(CF_COMMAND_REGEXP) ?? []; + + await testSubjects.missingOrFail('observabilityOnboardingFirehosePanelExistingDataCallout'); + + expect(logsStreamName).toBeDefined(); + + // Simulate Firehose stream ingesting log files + const to = new Date().toISOString(); + const count = 1; + await synthtrace.index( + timerange(moment(to).subtract(count, 'minute'), moment(to)) + .interval('1m') + .rate(1) + .generator((timestamp) => { + return log.create().dataset(DATASET).timestamp(timestamp).defaults({ + 'aws.kinesis.name': logsStreamName, + }); + }) + ); + + await browser.refresh(); + + // Checking that the existing data callout is visible after data is detected + await testSubjects.isDisplayed('observabilityOnboardingFirehosePanelExistingDataCallout'); + + // Checking that an AWS service item is visible after data is detected + await testSubjects.isDisplayed(`observabilityOnboardingAWSService-${AWS_SERVICE_ID}`); + }); }); } diff --git a/x-pack/test_serverless/functional/test_suites/search/connectors/connectors_overview.ts b/x-pack/test_serverless/functional/test_suites/search/connectors/connectors_overview.ts index 31b52c3592626..95c98254dbb1f 100644 --- a/x-pack/test_serverless/functional/test_suites/search/connectors/connectors_overview.ts +++ b/x-pack/test_serverless/functional/test_suites/search/connectors/connectors_overview.ts @@ -19,7 +19,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const browser = getService('browser'); - describe('connectors', function () { + // Failing: See https://github.com/elastic/kibana/issues/203477 + describe.skip('connectors', function () { before(async () => { await pageObjects.svlSearchConnectorsPage.helpers.deleteAllConnectors(); await pageObjects.svlCommonPage.loginWithRole('developer'); diff --git a/x-pack/test_serverless/functional/test_suites/search/navigation.ts b/x-pack/test_serverless/functional/test_suites/search/navigation.ts index abf4b0e2eef69..3c1922892addc 100644 --- a/x-pack/test_serverless/functional/test_suites/search/navigation.ts +++ b/x-pack/test_serverless/functional/test_suites/search/navigation.ts @@ -71,15 +71,15 @@ export default function ({ getPageObject, getService }: FtrProviderContext) { // check Build // > Dev Tools await solutionNavigation.sidenav.clickLink({ - deepLinkId: 'dev_tools', + deepLinkId: 'dev_tools:console', }); await solutionNavigation.sidenav.expectLinkActive({ - deepLinkId: 'dev_tools', + deepLinkId: 'dev_tools:console', }); await solutionNavigation.breadcrumbs.expectBreadcrumbExists({ text: 'Build' }); await solutionNavigation.breadcrumbs.expectBreadcrumbExists({ text: 'Dev Tools' }); await solutionNavigation.breadcrumbs.expectBreadcrumbExists({ - deepLinkId: 'dev_tools', + deepLinkId: 'dev_tools:console', }); // > Playground await solutionNavigation.sidenav.clickLink({ diff --git a/x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts b/x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts index 984ce1c904d80..ab15b8d6beeb9 100644 --- a/x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts +++ b/x-pack/test_serverless/functional/test_suites/security/config.context_awareness.ts @@ -9,19 +9,15 @@ import { createTestConfig } from '../../config.base'; export default createTestConfig({ serverlessProject: 'security', - testFiles: [require.resolve('../common/discover/context_awareness')], + testFiles: [require.resolve('./ftr/discover/context_awareness')], junit: { - reportName: 'Serverless Security Discover Context Awareness Functional Tests', + reportName: + 'Serverless Security Discover Context Awareness Functional Tests - Security Profiles', }, kbnServerArgs: [ - `--discover.experimental.enabledProfiles=${JSON.stringify([ - 'example-root-profile', - 'example-solution-view-root-profile', - 'example-data-source-profile', - 'example-document-profile', - ])}`, + `--discover.experimental.enabledProfiles=${JSON.stringify(['security-root-profile'])}`, ], // include settings from project controller - // https://github.com/elastic/project-controller/blob/main/internal/project/observability/config/elasticsearch.yml + // https://github.com/elastic/elasticsearch-controller/blob/main/helm/values.yaml esServerArgs: ['xpack.ml.dfa.enabled=false'], }); diff --git a/x-pack/test_serverless/functional/test_suites/security/config.examples.context_awareness.ts b/x-pack/test_serverless/functional/test_suites/security/config.examples.context_awareness.ts new file mode 100644 index 0000000000000..d4476d9a59726 --- /dev/null +++ b/x-pack/test_serverless/functional/test_suites/security/config.examples.context_awareness.ts @@ -0,0 +1,28 @@ +/* + * 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. + */ + +import { createTestConfig } from '../../config.base'; + +export default createTestConfig({ + serverlessProject: 'security', + testFiles: [require.resolve('../common/discover/context_awareness')], + junit: { + reportName: + 'Serverless Security Discover Context Awareness Functional Tests - Example Profiles', + }, + kbnServerArgs: [ + `--discover.experimental.enabledProfiles=${JSON.stringify([ + 'example-root-profile', + 'example-solution-view-root-profile', + 'example-data-source-profile', + 'example-document-profile', + ])}`, + ], + // include settings from project controller + // https://github.com/elastic/project-controller/blob/main/internal/project/observability/config/elasticsearch.yml + esServerArgs: ['xpack.ml.dfa.enabled=false'], +}); diff --git a/x-pack/test_serverless/functional/test_suites/security/constants.ts b/x-pack/test_serverless/functional/test_suites/security/constants.ts new file mode 100644 index 0000000000000..53aea092cf8f6 --- /dev/null +++ b/x-pack/test_serverless/functional/test_suites/security/constants.ts @@ -0,0 +1,8 @@ +/* + * 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. + */ + +export const SECURITY_ES_ARCHIVES_DIR = 'x-pack/test/security_solution_cypress/es_archives'; diff --git a/x-pack/test_serverless/functional/test_suites/security/ftr/discover/context_awareness/cell_renderer.ts b/x-pack/test_serverless/functional/test_suites/security/ftr/discover/context_awareness/cell_renderer.ts new file mode 100644 index 0000000000000..19d0020f73cba --- /dev/null +++ b/x-pack/test_serverless/functional/test_suites/security/ftr/discover/context_awareness/cell_renderer.ts @@ -0,0 +1,86 @@ +/* + * 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. + */ + +import kbnRison from '@kbn/rison'; +import expect from '@kbn/expect'; +import path from 'path'; +import { FtrProviderContext } from '../../../../../ftr_provider_context'; +import { SECURITY_ES_ARCHIVES_DIR } from '../../../constants'; + +export default function ({ getService, getPageObjects }: FtrProviderContext) { + const PageObjects = getPageObjects(['common', 'timePicker', 'discover', 'svlCommonPage']); + const testSubjects = getService('testSubjects'); + const dataViews = getService('dataViews'); + const esArchiver = getService('esArchiver'); + const queryBar = getService('queryBar'); + + describe('security root profile', () => { + before(async () => { + await PageObjects.svlCommonPage.loginAsViewer(); + await esArchiver.loadIfNeeded(path.join(SECURITY_ES_ARCHIVES_DIR, 'auditbeat_single')); + }); + + after(async () => { + await esArchiver.unload(path.join(SECURITY_ES_ARCHIVES_DIR, 'auditbeat_single')); + }); + + describe('cell renderers', () => { + describe('host.name', () => { + describe('DataView mode', () => { + it('should open host.name flyout', async () => { + await PageObjects.common.navigateToActualUrl('discover', undefined, { + ensureCurrentUrl: false, + }); + await dataViews.createFromSearchBar({ + name: 'auditbeat-2022', + adHoc: true, + hasTimeField: true, + }); + await queryBar.setQuery('host.name: "siem-kibana"'); + await queryBar.clickQuerySubmitButton(); + await PageObjects.discover.waitUntilSearchingHasFinished(); + await PageObjects.discover.dragFieldToTable('host.name'); + expect((await PageObjects.discover.getColumnHeaders()).join(', ')).to.be( + '@timestamp, host.name' + ); + // security host.name button + const hostName = await testSubjects.findAll('host-details-button', 2500); + expect(hostName).to.have.length(1); + await hostName[0].click(); + await testSubjects.existOrFail('host-panel-header', { timeout: 2500 }); + await testSubjects.existOrFail('asset-criticality-selector', { timeout: 2500 }); + await testSubjects.existOrFail('observedEntity-accordion', { timeout: 2500 }); + }); + }); + + describe('ES|QL mode', () => { + it('should open host.name flyout', async () => { + const state = kbnRison.encode({ + dataSource: { type: 'esql' }, + + query: { esql: 'from auditbeat-2022 | WHERE host.name == "siem-kibana"' }, + }); + + await PageObjects.common.navigateToActualUrl('discover', `?_a=${state}`, { + ensureCurrentUrl: false, + }); + await PageObjects.discover.waitUntilSearchingHasFinished(); + await PageObjects.discover.dragFieldToTable('host.name'); + expect((await PageObjects.discover.getColumnHeaders()).join(', ')).to.be('host.name'); + // security host.name button + const hostName = await testSubjects.findAll('host-details-button', 2500); + expect(hostName).to.have.length(1); + await hostName[0].click(); + await testSubjects.existOrFail('host-panel-header', { timeout: 2500 }); + await testSubjects.existOrFail('asset-criticality-selector', { timeout: 2500 }); + await testSubjects.existOrFail('observedEntity-accordion', { timeout: 2500 }); + }); + }); + }); + }); + }); +} diff --git a/x-pack/test_serverless/functional/test_suites/security/ftr/discover/context_awareness/index.ts b/x-pack/test_serverless/functional/test_suites/security/ftr/discover/context_awareness/index.ts new file mode 100644 index 0000000000000..93f6dff57b582 --- /dev/null +++ b/x-pack/test_serverless/functional/test_suites/security/ftr/discover/context_awareness/index.ts @@ -0,0 +1,40 @@ +/* + * 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. + */ + +import { FtrProviderContext } from '../../../../../ftr_provider_context'; + +export default function ({ getService, getPageObjects, loadTestFile }: FtrProviderContext) { + const esArchiver = getService('esArchiver'); + const kibanaServer = getService('kibanaServer'); + const PageObjects = getPageObjects(['timePicker', 'svlCommonPage']); + const from = '2017-06-10T14:00:00.000Z'; + const to = '2024-06-10T16:30:00.000Z'; + + describe('discover/security/context_awareness', function () { + this.tags(['esGate']); + + before(async () => { + await esArchiver.load('test/functional/fixtures/es_archiver/discover/context_awareness'); + await kibanaServer.importExport.load( + 'test/functional/fixtures/kbn_archiver/discover/context_awareness' + ); + await kibanaServer.uiSettings.update({ + 'timepicker:timeDefaults': `{ "from": "${from}", "to": "${to}"}`, + }); + }); + + after(async () => { + await esArchiver.unload('test/functional/fixtures/es_archiver/discover/context_awareness'); + await kibanaServer.importExport.unload( + 'test/functional/fixtures/kbn_archiver/discover/context_awareness' + ); + await PageObjects.timePicker.resetDefaultAbsoluteRangeViaUiSettings(); + }); + + loadTestFile(require.resolve('./cell_renderer')); + }); +} diff --git a/yarn.lock b/yarn.lock index 99f0c72dc1105..860efbbc2c5c2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5936,11 +5936,11 @@ version "0.0.0" uid "" -"@kbn/inference-common@link:x-pack/packages/ai-infra/inference-common": +"@kbn/inference-common@link:x-pack/platform/packages/shared/ai-infra/inference-common": version "0.0.0" uid "" -"@kbn/inference-plugin@link:x-pack/plugins/inference": +"@kbn/inference-plugin@link:x-pack/platform/plugins/shared/inference": version "0.0.0" uid "" @@ -6136,7 +6136,7 @@ version "0.0.0" uid "" -"@kbn/llm-tasks-plugin@link:x-pack/plugins/ai_infra/llm_tasks": +"@kbn/llm-tasks-plugin@link:x-pack/platform/plugins/shared/ai_infra/llm_tasks": version "0.0.0" uid "" @@ -6548,7 +6548,7 @@ version "0.0.0" uid "" -"@kbn/osquery-io-ts-types@link:packages/kbn-osquery-io-ts-types": +"@kbn/osquery-io-ts-types@link:src/platform/packages/shared/kbn-osquery-io-ts-types": version "0.0.0" uid "" @@ -6624,11 +6624,11 @@ version "0.0.0" uid "" -"@kbn/product-doc-base-plugin@link:x-pack/plugins/ai_infra/product_doc_base": +"@kbn/product-doc-base-plugin@link:x-pack/platform/plugins/shared/ai_infra/product_doc_base": version "0.0.0" uid "" -"@kbn/product-doc-common@link:x-pack/packages/ai-infra/product-doc-common": +"@kbn/product-doc-common@link:x-pack/platform/packages/shared/ai-infra/product-doc-common": version "0.0.0" uid "" @@ -7680,7 +7680,7 @@ version "0.0.0" uid "" -"@kbn/translations-plugin@link:x-pack/plugins/translations": +"@kbn/translations-plugin@link:x-pack/platform/plugins/private/translations": version "0.0.0" uid ""