From 31bc6c475ec59d71bfd438b4f85937aaa685d484 Mon Sep 17 00:00:00 2001 From: Coen Warmer Date: Tue, 5 Mar 2024 10:21:58 +0100 Subject: [PATCH] [Moving] Move Logs Shared folder into `/x-pack/observability_solution` (#177735) ## Summary This PR is part of the initiative to consolidate Observability plugins into `x-pack/plugins/observability_solution`. This was discussed and agreed upon with the Observability org in the Observability Office Hours meeting at the end of 2023. ## Related PRs: - [x] [Move APM ](https://github.com/elastic/kibana/pull/177433) - [x] [Move Data Quality](https://github.com/elastic/kibana/pull/177456) - [x] [Move Exploratory View](https://github.com/elastic/kibana/pull/177440) - [x] [Move Infra](https://github.com/elastic/kibana/pull/177443) - [X] Move Logs Explorer - [x] [Move Logs Shared](https://github.com/elastic/kibana/pull/177735) <-- you are here - [x] [Move Observability AI Assistant](https://github.com/elastic/kibana/pull/177427) - [x] [Move Observability App](https://github.com/elastic/kibana/pull/177437) - [x] [Move Observability Onboarding](https://github.com/elastic/kibana/pull/177458) - [x] [Move Observability Shared](https://github.com/elastic/kibana/pull/177463) - [x] [Move Profiling](https://github.com/elastic/kibana/pull/177453) - [x] [Move Synthetics](https://github.com/elastic/kibana/pull/177464) - [x] [Move Uptime](https://github.com/elastic/kibana/pull/177466) - [x] [Move UX](https://github.com/elastic/kibana/pull/177470) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> --- .github/CODEOWNERS | 4 +- api_docs/deprecations_by_plugin.mdx | 2 +- api_docs/kibana_react.devdocs.json | 352 ++----- api_docs/observability_shared.devdocs.json | 958 +++++------------- docs/developer/plugin-list.asciidoc | 2 +- package.json | 2 +- tsconfig.base.json | 4 +- x-pack/.i18nrc.json | 4 +- .../shared/log_stream/log_stream.tsx | 2 +- .../enterprise_search/server/plugin.ts | 2 +- .../logs_shared/README.md | 0 .../logs_shared/common/constants.ts | 0 .../logs_shared/common/formatters/datetime.ts | 0 .../logs_shared/common/http_api/index.ts | 0 .../logs_shared/common/http_api/latest.ts | 0 .../http_api/log_entries/v1/highlights.ts | 0 .../common/http_api/log_entries/v1/index.ts | 0 .../common/http_api/log_entries/v1/summary.ts | 0 .../log_entries/v1/summary_highlights.ts | 0 .../common/http_api/log_views/common.ts | 0 .../common/http_api/log_views/index.ts | 0 .../http_api/log_views/v1/get_log_view.ts | 0 .../common/http_api/log_views/v1/index.ts | 0 .../http_api/log_views/v1/put_log_view.ts | 0 .../logs_shared/common/index.ts | 0 .../common/locators/get_logs_locators.ts | 0 .../logs_shared/common/locators/helpers.ts | 0 .../logs_shared/common/locators/index.ts | 0 .../logs_shared/common/locators/infra.ts | 0 .../common/locators/logs_locator.ts | 0 .../common/locators/node_logs_locator.ts | 0 .../logs_shared/common/locators/time_range.ts | 0 .../common/locators/trace_logs_locator.ts | 0 .../logs_shared/common/locators/types.ts | 0 .../logs_shared/common/log_entry/index.ts | 0 .../logs_shared/common/log_entry/log_entry.ts | 0 .../common/log_entry/log_entry_cursor.ts | 0 .../common/log_text_scale/index.ts | 0 .../common/log_text_scale/log_text_scale.ts | 0 .../logs_shared/common/log_views/defaults.ts | 0 .../logs_shared/common/log_views/errors.ts | 0 .../logs_shared/common/log_views/index.ts | 0 .../common/log_views/log_view.mock.ts | 0 .../log_views/resolved_log_view.mock.ts | 0 .../common/log_views/resolved_log_view.ts | 0 .../logs_shared/common/log_views/types.ts | 0 .../logs_shared/common/mocks.ts | 0 .../logs_shared/common/plugin_config.ts | 0 .../logs_shared/common/runtime_types.ts | 0 .../common/search_strategies/common/errors.ts | 0 .../log_entries/log_entries.ts | 0 .../log_entries/log_entry.ts | 0 .../logs_shared/common/time/index.ts | 0 .../logs_shared/common/time/time_key.ts | 0 .../logs_shared/common/typed_json.ts | 0 .../common/utils/date_helpers.test.ts | 0 .../logs_shared/common/utils/date_helpers.ts | 0 .../logs_shared/common/utils/index.ts | 0 .../logs_shared/jest.config.js | 9 +- .../logs_shared/kibana.jsonc | 0 .../public/components/auto_sizer.tsx | 0 .../components/centered_flyout_body.tsx | 0 .../data_search_error_callout.stories.tsx | 0 .../components/data_search_error_callout.tsx | 0 .../data_search_progress.stories.tsx | 0 .../components/data_search_progress.tsx | 0 .../public/components/empty_states/index.tsx | 0 .../components/empty_states/no_data.tsx | 0 .../public/components/formatted_time.tsx | 0 .../loading/__examples__/index.stories.tsx | 0 .../public/components/loading/index.tsx | 0 .../components/log_ai_assistant/index.tsx | 0 .../log_ai_assistant.mock.tsx | 0 .../log_ai_assistant/log_ai_assistant.tsx | 0 .../log_ai_assistant/translations.ts | 0 .../public/components/log_stream/index.ts | 0 .../log_stream/log_stream.stories.mdx | 2 +- .../log_stream/log_stream.stories.tsx | 0 .../log_stream.story_decorators.tsx | 0 .../components/log_stream/log_stream.tsx | 0 .../log_stream/log_stream_error_boundary.tsx | 0 .../logging/log_entry_flyout/index.tsx | 0 .../log_entry_actions_menu.test.tsx | 0 .../log_entry_actions_menu.tsx | 0 .../log_entry_fields_table.tsx | 0 .../log_entry_flyout/log_entry_flyout.tsx | 0 .../log_text_stream/column_headers.tsx | 0 .../column_headers_wrapper.tsx | 0 .../logging/log_text_stream/field_value.tsx | 0 .../logging/log_text_stream/highlighting.tsx | 0 .../logging/log_text_stream/index.ts | 0 .../logging/log_text_stream/item.ts | 0 .../logging/log_text_stream/jump_to_tail.tsx | 0 .../log_text_stream/loading_item_view.tsx | 0 .../logging/log_text_stream/log_date_row.tsx | 0 .../log_text_stream/log_entry_column.tsx | 0 .../log_entry_context_menu.tsx | 0 .../log_entry_field_column.test.tsx | 0 .../log_entry_field_column.tsx | 0 .../log_entry_message_column.test.tsx | 0 .../log_entry_message_column.tsx | 0 .../logging/log_text_stream/log_entry_row.tsx | 0 .../log_text_stream/log_entry_row_wrapper.tsx | 0 .../log_entry_timestamp_column.tsx | 0 .../log_text_stream/log_text_separator.tsx | 0 .../log_text_stream/measurable_item_view.tsx | 0 .../scrollable_log_text_stream_view.tsx | 0 .../logging/log_text_stream/text_styles.tsx | 0 .../log_text_stream/vertical_scroll_panel.tsx | 0 .../components/resettable_error_boundary.tsx | 0 .../public/containers/logs/log_entry.ts | 0 .../api/fetch_log_entries_highlights.ts | 0 .../api/fetch_log_summary_highlights.ts | 0 .../containers/logs/log_highlights/index.ts | 0 .../log_highlights/log_entry_highlights.tsx | 0 .../logs/log_highlights/log_highlights.tsx | 0 .../log_highlights/log_summary_highlights.ts | 0 .../logs/log_highlights/next_and_previous.tsx | 0 .../containers/logs/log_position/index.ts | 0 .../logs/log_position/use_log_position.ts | 0 .../containers/logs/log_stream/index.ts | 0 .../log_stream/use_fetch_log_entries_after.ts | 0 .../use_fetch_log_entries_around.ts | 0 .../use_fetch_log_entries_before.ts | 0 .../logs/log_summary/api/fetch_log_summary.ts | 0 .../logs/log_summary/bucket_size.ts | 0 .../containers/logs/log_summary/index.ts | 0 .../logs/log_summary/log_summary.test.tsx | 0 .../logs/log_summary/log_summary.tsx | 0 .../logs/log_summary/with_summary.ts | 0 .../logs_shared/public/hooks/use_kibana.tsx | 0 .../logs_shared/public/hooks/use_log_view.ts | 0 .../logs_shared/public/index.ts | 0 .../logs_shared/public/mocks.tsx | 0 .../log_view_state/README.md | 0 .../log_view_state/index.ts | 0 .../log_view_state/src/index.ts | 0 .../log_view_state/src/notifications.ts | 0 .../log_view_state/src/state_machine.ts | 0 .../log_view_state/src/types.ts | 0 .../src/url_state_storage_service.ts | 0 .../xstate_helpers/README.md | 0 .../xstate_helpers/index.ts | 0 .../xstate_helpers/src/index.ts | 0 .../src/notification_channel.ts | 0 .../xstate_helpers/src/types.ts | 0 .../logs_shared/public/plugin.ts | 0 .../public/services/log_views/index.ts | 0 .../log_views/log_views_client.mock.ts | 0 .../services/log_views/log_views_client.ts | 0 .../log_views/log_views_service.mock.ts | 0 .../services/log_views/log_views_service.ts | 0 .../public/services/log_views/types.ts | 0 .../logs_shared/public/test_utils/entries.ts | 0 .../test_utils/use_global_storybook_theme.tsx | 0 .../logs_shared/public/types.ts | 0 .../utils/data_search/data_search.stories.mdx | 0 .../flatten_data_search_response.ts | 0 .../public/utils/data_search/index.ts | 0 .../normalize_data_search_responses.ts | 0 .../public/utils/data_search/types.ts | 0 .../use_data_search_request.test.tsx | 0 .../data_search/use_data_search_request.ts | 0 .../use_data_search_response_state.ts | 0 ...test_partial_data_search_response.test.tsx | 0 ...use_latest_partial_data_search_response.ts | 0 .../logs_shared/public/utils/datemath.ts | 0 .../logs_shared/public/utils/dev_mode.ts | 0 .../logs_shared/public/utils/handlers.ts | 0 .../utils/log_column_render_configuration.tsx | 0 .../public/utils/log_entry/index.ts | 0 .../public/utils/log_entry/log_entry.ts | 0 .../utils/log_entry/log_entry_highlight.ts | 0 .../logs_shared/public/utils/styles.ts | 0 .../logs_shared/public/utils/typed_react.tsx | 0 .../public/utils/use_kibana_query_settings.ts | 0 .../public/utils/use_kibana_ui_setting.ts | 0 .../public/utils/use_observable.ts | 0 .../public/utils/use_tracked_promise.ts | 0 .../public/utils/use_visibility_state.ts | 0 .../logs_shared/server/config.ts | 0 .../logs_shared/server/index.ts | 0 .../lib/adapters/framework/adapter_types.ts | 0 .../server/lib/adapters/framework/index.ts | 0 .../framework/kibana_framework_adapter.ts | 0 .../log_entries/kibana_log_entries_adapter.ts | 0 .../lib/domains/log_entries_domain/index.ts | 0 .../log_entries_domain.mock.ts | 0 .../log_entries_domain/log_entries_domain.ts | 0 .../queries/log_entry_datasets.ts | 0 .../server/lib/logs_shared_types.ts | 0 .../logs_shared/server/logs_shared_server.ts | 0 .../logs_shared/server/mocks.ts | 0 .../logs_shared/server/plugin.ts | 0 .../server/routes/log_entries/highlights.ts | 0 .../server/routes/log_entries/index.ts | 0 .../server/routes/log_entries/summary.ts | 0 .../routes/log_entries/summary_highlights.ts | 0 .../server/routes/log_views/get_log_view.ts | 0 .../server/routes/log_views/index.ts | 0 .../server/routes/log_views/put_log_view.ts | 0 .../logs_shared/server/saved_objects/index.ts | 0 .../server/saved_objects/log_view/index.ts | 0 .../log_view/log_view_saved_object.ts | 0 .../log_view/references/index.ts | 0 .../log_view/references/log_indices.ts | 0 .../server/saved_objects/log_view/types.ts | 0 .../server/saved_objects/references.test.ts | 0 .../server/saved_objects/references.ts | 0 .../server/services/log_entries/index.ts | 0 .../log_entries_search_strategy.test.ts | 0 .../log_entries_search_strategy.ts | 0 .../log_entries/log_entries_service.ts | 0 .../log_entry_search_strategy.test.ts | 0 .../log_entries/log_entry_search_strategy.ts | 0 .../builtin_rules/filebeat_apache2.test.ts | 0 .../message/builtin_rules/filebeat_apache2.ts | 0 .../builtin_rules/filebeat_auditd.test.ts | 0 .../message/builtin_rules/filebeat_auditd.ts | 0 .../builtin_rules/filebeat_haproxy.test.ts | 0 .../message/builtin_rules/filebeat_haproxy.ts | 0 .../builtin_rules/filebeat_icinga.test.ts | 0 .../message/builtin_rules/filebeat_icinga.ts | 0 .../builtin_rules/filebeat_iis.test.ts | 0 .../message/builtin_rules/filebeat_iis.ts | 0 .../builtin_rules/filebeat_kafka.test.ts | 0 .../builtin_rules/filebeat_logstash.test.ts | 0 .../builtin_rules/filebeat_logstash.ts | 0 .../builtin_rules/filebeat_mongodb.test.ts | 0 .../message/builtin_rules/filebeat_mongodb.ts | 0 .../builtin_rules/filebeat_mysql.test.ts | 0 .../message/builtin_rules/filebeat_mysql.ts | 0 .../builtin_rules/filebeat_nginx.test.ts | 0 .../message/builtin_rules/filebeat_nginx.ts | 0 .../builtin_rules/filebeat_osquery.test.ts | 0 .../message/builtin_rules/filebeat_osquery.ts | 0 .../message/builtin_rules/filebeat_redis.ts | 0 .../message/builtin_rules/filebeat_system.ts | 0 .../builtin_rules/filebeat_traefik.test.ts | 0 .../message/builtin_rules/filebeat_traefik.ts | 0 .../message/builtin_rules/generic.test.ts | 0 .../message/builtin_rules/generic.ts | 0 .../builtin_rules/generic_webserver.ts | 0 .../message/builtin_rules/helpers.ts | 0 .../message/builtin_rules/index.ts | 0 .../services/log_entries/message/index.ts | 0 .../services/log_entries/message/message.ts | 0 .../log_entries/message/rule_types.ts | 0 .../services/log_entries/queries/common.ts | 0 .../log_entries/queries/log_entries.ts | 0 .../services/log_entries/queries/log_entry.ts | 0 .../server/services/log_entries/types.ts | 0 .../server/services/log_views/errors.ts | 0 .../server/services/log_views/index.ts | 0 .../log_views/log_views_client.mock.ts | 0 .../log_views/log_views_client.test.ts | 0 .../services/log_views/log_views_client.ts | 0 .../log_views/log_views_service.mock.ts | 0 .../services/log_views/log_views_service.ts | 0 .../server/services/log_views/types.ts | 0 .../logs_shared/server/types.ts | 0 .../utils/elasticsearch_runtime_types.ts | 0 .../server/utils/serialized_query.ts | 0 .../server/utils/typed_search_strategy.ts | 0 .../logs_shared/tsconfig.json | 12 +- yarn.lock | 2 +- 266 files changed, 348 insertions(+), 1009 deletions(-) rename x-pack/plugins/{ => observability_solution}/logs_shared/README.md (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/constants.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/formatters/datetime.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/latest.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_entries/v1/highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_entries/v1/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_entries/v1/summary.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_views/common.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_views/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_views/v1/get_log_view.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_views/v1/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/http_api/log_views/v1/put_log_view.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/get_logs_locators.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/helpers.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/infra.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/logs_locator.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/node_logs_locator.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/time_range.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/trace_logs_locator.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/locators/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_entry/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_entry/log_entry.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_entry/log_entry_cursor.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_text_scale/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_text_scale/log_text_scale.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/defaults.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/errors.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/log_view.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/resolved_log_view.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/resolved_log_view.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/log_views/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/mocks.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/plugin_config.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/runtime_types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/search_strategies/common/errors.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/search_strategies/log_entries/log_entries.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/search_strategies/log_entries/log_entry.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/time/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/time/time_key.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/typed_json.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/utils/date_helpers.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/utils/date_helpers.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/common/utils/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/jest.config.js (53%) rename x-pack/plugins/{ => observability_solution}/logs_shared/kibana.jsonc (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/auto_sizer.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/centered_flyout_body.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/data_search_error_callout.stories.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/data_search_error_callout.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/data_search_progress.stories.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/data_search_progress.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/empty_states/index.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/empty_states/no_data.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/formatted_time.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/loading/__examples__/index.stories.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/loading/index.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_ai_assistant/index.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_ai_assistant/translations.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_stream/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_stream/log_stream.stories.mdx (98%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_stream/log_stream.stories.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_stream/log_stream.story_decorators.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_stream/log_stream.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/log_stream/log_stream_error_boundary.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_entry_flyout/index.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_entry_flyout/log_entry_actions_menu.test.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_entry_flyout/log_entry_actions_menu.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_entry_flyout/log_entry_fields_table.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_entry_flyout/log_entry_flyout.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/column_headers.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/column_headers_wrapper.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/field_value.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/highlighting.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/item.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/jump_to_tail.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/loading_item_view.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_date_row.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_column.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_context_menu.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_field_column.test.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_field_column.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_message_column.test.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_message_column.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_row.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_row_wrapper.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_entry_timestamp_column.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/log_text_separator.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/measurable_item_view.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/scrollable_log_text_stream_view.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/text_styles.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/logging/log_text_stream/vertical_scroll_panel.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/components/resettable_error_boundary.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_entry.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/api/fetch_log_entries_highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/api/fetch_log_summary_highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/log_entry_highlights.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/log_highlights.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/log_summary_highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_highlights/next_and_previous.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_position/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_position/use_log_position.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_stream/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_stream/use_fetch_log_entries_after.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_stream/use_fetch_log_entries_around.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_stream/use_fetch_log_entries_before.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_summary/api/fetch_log_summary.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_summary/bucket_size.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_summary/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_summary/log_summary.test.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_summary/log_summary.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/containers/logs/log_summary/with_summary.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/hooks/use_kibana.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/hooks/use_log_view.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/mocks.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/README.md (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/src/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/src/notifications.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/src/state_machine.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/src/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/log_view_state/src/url_state_storage_service.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/xstate_helpers/README.md (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/xstate_helpers/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/xstate_helpers/src/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/xstate_helpers/src/notification_channel.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/observability_logs/xstate_helpers/src/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/plugin.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/services/log_views/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/services/log_views/log_views_client.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/services/log_views/log_views_client.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/services/log_views/log_views_service.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/services/log_views/log_views_service.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/services/log_views/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/test_utils/entries.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/test_utils/use_global_storybook_theme.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/data_search.stories.mdx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/flatten_data_search_response.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/normalize_data_search_responses.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/use_data_search_request.test.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/use_data_search_request.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/use_data_search_response_state.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/use_latest_partial_data_search_response.test.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/data_search/use_latest_partial_data_search_response.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/datemath.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/dev_mode.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/handlers.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/log_column_render_configuration.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/log_entry/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/log_entry/log_entry.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/log_entry/log_entry_highlight.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/styles.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/typed_react.tsx (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/use_kibana_query_settings.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/use_kibana_ui_setting.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/use_observable.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/use_tracked_promise.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/public/utils/use_visibility_state.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/config.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/adapters/framework/adapter_types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/adapters/framework/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/adapters/framework/kibana_framework_adapter.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/adapters/log_entries/kibana_log_entries_adapter.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/domains/log_entries_domain/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/domains/log_entries_domain/log_entries_domain.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/domains/log_entries_domain/queries/log_entry_datasets.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/lib/logs_shared_types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/logs_shared_server.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/mocks.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/plugin.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_entries/highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_entries/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_entries/summary.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_entries/summary_highlights.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_views/get_log_view.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_views/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/routes/log_views/put_log_view.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/log_view/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/log_view/log_view_saved_object.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/log_view/references/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/log_view/references/log_indices.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/log_view/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/references.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/saved_objects/references.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/log_entries_search_strategy.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/log_entries_search_strategy.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/log_entries_service.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/log_entry_search_strategy.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/log_entry_search_strategy.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_apache2.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_auditd.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_haproxy.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_icinga.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_iis.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_kafka.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_logstash.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mongodb.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_mysql.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_nginx.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_osquery.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_redis.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_system.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/filebeat_traefik.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/generic.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/generic.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/generic_webserver.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/helpers.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/builtin_rules/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/message.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/message/rule_types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/queries/common.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/queries/log_entries.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/queries/log_entry.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_entries/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/errors.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/index.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/log_views_client.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/log_views_client.test.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/log_views_client.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/log_views_service.mock.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/log_views_service.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/services/log_views/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/utils/elasticsearch_runtime_types.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/utils/serialized_query.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/server/utils/typed_search_strategy.ts (100%) rename x-pack/plugins/{ => observability_solution}/logs_shared/tsconfig.json (78%) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index aa4e8fd88334c..95b1f9634352f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -504,7 +504,7 @@ examples/locator_explorer @elastic/appex-sharedux packages/kbn-logging @elastic/kibana-core packages/kbn-logging-mocks @elastic/kibana-core x-pack/plugins/observability_solution/logs_explorer @elastic/obs-ux-logs-team -x-pack/plugins/logs_shared @elastic/obs-ux-logs-team +x-pack/plugins/observability_solution/logs_shared @elastic/obs-ux-logs-team x-pack/plugins/logstash @elastic/logstash packages/kbn-managed-content-badge @elastic/kibana-visualizations packages/kbn-managed-vscode-config @elastic/kibana-operations @@ -1542,8 +1542,8 @@ x-pack/plugins/security_solution/server/lib/security_integrations @elastic/secur **/*.scss @elastic/kibana-design # Observability design -/x-pack/plugins/observability_solution/infra/**/*.scss @elastic/observability-design /x-pack/plugins/observability_solution/apm/**/*.scss @elastic/observability-design +/x-pack/plugins/observability_solution/infra/**/*.scss @elastic/observability-design /x-pack/plugins/fleet/**/*.scss @elastic/observability-design /x-pack/plugins/monitoring/**/*.scss @elastic/observability-design diff --git a/api_docs/deprecations_by_plugin.mdx b/api_docs/deprecations_by_plugin.mdx index 3fe6ea9ae272b..44eb9adce34f4 100644 --- a/api_docs/deprecations_by_plugin.mdx +++ b/api_docs/deprecations_by_plugin.mdx @@ -1734,4 +1734,4 @@ migrates to using the Kibana Privilege model: https://github.com/elastic/kibana/ | Deprecated API | Reference location(s) | Remove By | | ---------------|-----------|-----------| | | [shared_imports.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/shared_imports.ts#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider), [index.tsx](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/application/index.tsx#:~:text=KibanaThemeProvider) | - | -| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | \ No newline at end of file +| | [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24), [plugin.ts](https://github.com/elastic/kibana/tree/main/x-pack/plugins/watcher/public/plugin.ts#:~:text=license%24) | 8.8.0 | diff --git a/api_docs/kibana_react.devdocs.json b/api_docs/kibana_react.devdocs.json index b7aff2e5df3b7..32bb219a3f3e9 100644 --- a/api_docs/kibana_react.devdocs.json +++ b/api_docs/kibana_react.devdocs.json @@ -41,9 +41,7 @@ "tags": [], "label": "allowEmptyRange", "description": [], - "signature": [ - "true" - ], + "signature": ["true"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -55,9 +53,7 @@ "tags": [], "label": "fullWidth", "description": [], - "signature": [ - "false" - ], + "signature": ["false"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -69,9 +65,7 @@ "tags": [], "label": "compressed", "description": [], - "signature": [ - "false" - ], + "signature": ["false"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false @@ -99,9 +93,7 @@ "tags": [], "label": "nextProps", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -114,9 +106,7 @@ "tags": [], "label": "prevState", "description": [], - "signature": [ - "State" - ], + "signature": ["State"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -144,9 +134,7 @@ "tags": [], "label": "_onChange", "description": [], - "signature": [ - "(value: [string | number, string | number]) => void" - ], + "signature": ["(value: [string | number, string | number]) => void"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -158,9 +146,7 @@ "tags": [], "label": "value", "description": [], - "signature": [ - "[string | number, string | number]" - ], + "signature": ["[string | number, string | number]"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -176,9 +162,7 @@ "tags": [], "label": "render", "description": [], - "signature": [ - "() => JSX.Element" - ], + "signature": ["() => JSX.Element"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -227,9 +211,7 @@ "tags": [], "label": "services", "description": [], - "signature": [ - "Services" - ], + "signature": ["Services"], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -357,9 +339,7 @@ "type": "Function", "tags": [], "label": "ElasticAgentCard", - "description": [ - "\nApplies extra styling to a typical EuiAvatar" - ], + "description": ["\nApplies extra styling to a typical EuiAvatar"], "signature": [ "({ solution, recommended, title, href, button, layout, category, ...cardRest }: React.PropsWithChildren<", { @@ -409,9 +389,7 @@ "tags": [], "label": "KibanaContextProvider", "description": [], - "signature": [ - "React.FunctionComponent<{ services?: {} | undefined; }>" - ], + "signature": ["React.FunctionComponent<{ services?: {} | undefined; }>"], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -424,9 +402,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "P & { children?: React.ReactNode; }" - ], + "signature": ["P & { children?: React.ReactNode; }"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -438,9 +414,7 @@ "tags": [], "label": "context", "description": [], - "signature": [ - "any" - ], + "signature": ["any"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -454,9 +428,7 @@ "type": "Function", "tags": [], "label": "KibanaPageTemplateSolutionNavAvatar", - "description": [ - "\nApplies extra styling to a typical EuiAvatar" - ], + "description": ["\nApplies extra styling to a typical EuiAvatar"], "signature": [ "({ className, size, ...rest }: React.PropsWithChildren<", "KibanaPageTemplateSolutionNavAvatarProps", @@ -491,9 +463,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.KibanaThemeProvider", "type": "Function", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "KibanaThemeProvider", "description": [], "signature": [ @@ -1953,11 +1923,7 @@ "tags": [], "label": "Markdown", "description": [], - "signature": [ - "(props: ", - "MarkdownProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "MarkdownProps", ") => JSX.Element"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1969,9 +1935,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "MarkdownProps" - ], + "signature": ["MarkdownProps"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -1988,11 +1952,7 @@ "tags": [], "label": "MarkdownSimple", "description": [], - "signature": [ - "(props: ", - "MarkdownSimpleProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "MarkdownSimpleProps", ") => JSX.Element"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -2004,9 +1964,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "MarkdownSimpleProps" - ], + "signature": ["MarkdownSimpleProps"], "path": "src/plugins/kibana_react/public/markdown/index.tsx", "deprecated": false, "trackAdoption": false, @@ -2135,9 +2093,7 @@ "tags": [], "label": "{\n addDataHref,\n application,\n devToolsHref,\n hidden,\n managementHref,\n showDevToolsLink,\n showManagementLink,\n}", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "src/plugins/kibana_react/public/overview_page/overview_page_actions/overview_page_actions.tsx", "deprecated": false, "trackAdoption": false, @@ -2168,9 +2124,7 @@ "tags": [], "label": "{\n addBasePath,\n path,\n onSetDefaultRoute,\n onChangeDefaultRoute,\n}", "description": [], - "signature": [ - "React.PropsWithChildren" - ], + "signature": ["React.PropsWithChildren"], "path": "src/plugins/kibana_react/public/overview_page/overview_page_footer/overview_page_footer.tsx", "deprecated": false, "trackAdoption": false, @@ -2235,9 +2189,7 @@ "tags": [], "label": "to", "description": [], - "signature": [ - "string | LocationObject" - ], + "signature": ["string | LocationObject"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2250,9 +2202,7 @@ "tags": [], "label": "onClickCallback", "description": [], - "signature": [ - "Function | undefined" - ], + "signature": ["Function | undefined"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2317,9 +2267,7 @@ "tags": [], "label": "to", "description": [], - "signature": [ - "string | LocationObject" - ], + "signature": ["string | LocationObject"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2332,9 +2280,7 @@ "tags": [], "label": "onClickCallback", "description": [], - "signature": [ - "Function | undefined" - ], + "signature": ["Function | undefined"], "path": "src/plugins/kibana_react/public/react_router_navigate/react_router_navigate.tsx", "deprecated": false, "trackAdoption": false, @@ -2348,9 +2294,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.toMountPoint", "type": "Function", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "toMountPoint", "description": [], "signature": [ @@ -3297,9 +3241,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/util/index.tsx", "deprecated": false, "trackAdoption": false, @@ -3386,9 +3328,7 @@ "tags": [], "label": "useDarkMode", "description": [], - "signature": [ - "(defaultValue?: boolean | undefined) => boolean" - ], + "signature": ["(defaultValue?: boolean | undefined) => boolean"], "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, @@ -3400,9 +3340,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "src/plugins/kibana_react/public/dark_mode/use_dark_mode.ts", "deprecated": false, "trackAdoption": false, @@ -3418,9 +3356,7 @@ "type": "Function", "tags": [], "label": "useExecutionContext", - "description": [ - "\nSet and clean up application level execution context" - ], + "description": ["\nSet and clean up application level execution context"], "signature": [ "(executionContext: ", { @@ -3500,9 +3436,7 @@ "description": [ "\nReturns the current global UI-settings value.\n\nUsage:\n\n```js\nconst customBranding = useGlobalUiSetting('customBranding:pageTitle');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => T" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => T"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3514,9 +3448,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3529,9 +3461,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3550,9 +3480,7 @@ "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [customBranding, setCustomBranding] = useGlobalUiSetting$('customBranding:pageTitle');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => [T, Setter]" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => [T, Setter]"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3564,9 +3492,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3579,9 +3505,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3633,9 +3557,7 @@ "description": [ "\nReturns the current UI-settings value.\n\nUsage:\n\n```js\nconst darkMode = useUiSetting('theme:darkMode');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => T" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => T"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3647,9 +3569,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3662,9 +3582,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3683,9 +3601,7 @@ "description": [ "\nReturns a 2-tuple, where first entry is the setting value and second is a\nfunction to update the setting value.\n\nSynchronously returns the most current value of the setting and subscribes\nto all subsequent updates, which will re-render your component on new values.\n\nUsage:\n\n```js\nconst [darkMode, setDarkMode] = useUiSetting$('theme:darkMode');\n```" ], - "signature": [ - "(key: string, defaultValue?: T | undefined) => [T, Setter]" - ], + "signature": ["(key: string, defaultValue?: T | undefined) => [T, Setter]"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3697,9 +3613,7 @@ "tags": [], "label": "key", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3712,9 +3626,7 @@ "tags": [], "label": "defaultValue", "description": [], - "signature": [ - "T | undefined" - ], + "signature": ["T | undefined"], "path": "src/plugins/kibana_react/public/ui_settings/use_ui_setting.ts", "deprecated": false, "trackAdoption": false, @@ -3753,9 +3665,7 @@ "tags": [], "label": "type", "description": [], - "signature": [ - "React.ComponentType" - ], + "signature": ["React.ComponentType"], "path": "src/plugins/kibana_react/public/context/context.tsx", "deprecated": false, "trackAdoption": false, @@ -3796,9 +3706,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/theme.tsx", "deprecated": false, "trackAdoption": false, @@ -3883,9 +3791,7 @@ "tags": [], "label": "Provider", "description": [], - "signature": [ - "React.FunctionComponent<{ services?: T | undefined; }>" - ], + "signature": ["React.FunctionComponent<{ services?: T | undefined; }>"], "path": "src/plugins/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false, @@ -3898,9 +3804,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "P & { children?: React.ReactNode; }" - ], + "signature": ["P & { children?: React.ReactNode; }"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3912,9 +3816,7 @@ "tags": [], "label": "context", "description": [], - "signature": [ - "any" - ], + "signature": ["any"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3951,9 +3853,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "P" - ], + "signature": ["P"], "path": "node_modules/@types/react/index.d.ts", "deprecated": false, "trackAdoption": false @@ -3991,9 +3891,7 @@ "tags": [], "label": "services", "description": [], - "signature": [ - "Services" - ], + "signature": ["Services"], "path": "src/plugins/kibana_react/public/context/types.ts", "deprecated": false, "trackAdoption": false @@ -4148,9 +4046,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, @@ -4217,9 +4113,7 @@ "tags": [], "label": "node", "description": [], - "signature": [ - "React.ReactNode" - ], + "signature": ["React.ReactNode"], "path": "src/plugins/kibana_react/public/overlays/types.ts", "deprecated": false, "trackAdoption": false, @@ -4294,12 +4188,8 @@ "type": "string", "tags": [], "label": "logo", - "description": [ - "\nOptionally replace the auto-generated logo" - ], - "signature": [ - "string | undefined" - ], + "description": ["\nOptionally replace the auto-generated logo"], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4310,9 +4200,7 @@ "type": "string", "tags": [], "label": "docsLink", - "description": [ - "\nRequired to set the docs link for the whole solution" - ], + "description": ["\nRequired to set the docs link for the whole solution"], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4323,12 +4211,8 @@ "type": "string", "tags": [], "label": "pageTitle", - "description": [ - "\nOptionally replace the auto-generated page title (h1)" - ], - "signature": [ - "string | undefined" - ], + "description": ["\nOptionally replace the auto-generated page title (h1)"], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/page_template/no_data_page/no_data_page.tsx", "deprecated": false, "trackAdoption": false @@ -4406,9 +4290,7 @@ "tags": [], "label": "color", "description": [], - "signature": [ - "\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined" - ], + "signature": ["\"warning\" | \"success\" | \"primary\" | \"danger\" | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4420,10 +4302,7 @@ "tags": [], "label": "iconType", "description": [], - "signature": [ - "IconType", - " | undefined" - ], + "signature": ["IconType", " | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4435,9 +4314,7 @@ "tags": [], "label": "toastLifeTimeMs", "description": [], - "signature": [ - "number | undefined" - ], + "signature": ["number | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4449,9 +4326,7 @@ "tags": [], "label": "onClose", "description": [], - "signature": [ - "(() => void) | undefined" - ], + "signature": ["(() => void) | undefined"], "path": "src/plugins/kibana_react/public/notifications/types.ts", "deprecated": false, "trackAdoption": false @@ -4463,9 +4338,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.ToMountPointOptions", "type": "Interface", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "ToMountPointOptions", "description": [], "path": "src/plugins/kibana_react/public/util/index.tsx", @@ -4549,9 +4422,7 @@ "tags": [], "label": "height", "description": [], - "signature": [ - "string | number | undefined" - ], + "signature": ["string | number | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4614,11 +4485,7 @@ "tags": [], "label": "onEditor", "description": [], - "signature": [ - "((editor: ", - "editor", - ".IStandaloneCodeEditor) => void) | undefined" - ], + "signature": ["((editor: ", "editor", ".IStandaloneCodeEditor) => void) | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, @@ -4630,10 +4497,7 @@ "tags": [], "label": "editor", "description": [], - "signature": [ - "editor", - ".IStandaloneCodeEditor" - ], + "signature": ["editor", ".IStandaloneCodeEditor"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false, @@ -4649,9 +4513,7 @@ "tags": [], "label": "placeholder", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4710,9 +4572,7 @@ "tags": [], "label": "title", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4724,9 +4584,7 @@ "tags": [], "label": "documentation", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4738,10 +4596,7 @@ "tags": [], "label": "kind", "description": [], - "signature": [ - "languages", - ".CompletionItemKind | undefined" - ], + "signature": ["languages", ".CompletionItemKind | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4753,9 +4608,7 @@ "tags": [], "label": "sortText", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "src/plugins/kibana_react/public/url_template_editor/url_template_editor.tsx", "deprecated": false, "trackAdoption": false @@ -4943,9 +4796,7 @@ "parentPluginId": "kibanaReact", "id": "def-public.KibanaThemeProviderProps", "type": "Type", - "tags": [ - "deprecated" - ], + "tags": ["deprecated"], "label": "KibanaThemeProviderProps", "description": [], "signature": [ @@ -5031,9 +4882,7 @@ "tags": [], "label": "Value", "description": [], - "signature": [ - "[string | number, string | number]" - ], + "signature": ["[string | number, string | number]"], "path": "src/plugins/kibana_react/public/validated_range/validated_dual_range.tsx", "deprecated": false, "trackAdoption": false, @@ -5091,9 +4940,7 @@ "type": "Function", "tags": [], "label": "createGlobalStyle", - "description": [ - "/** see https://styled-components.com/docs/api#createglobalstyle */" - ], + "description": ["/** see https://styled-components.com/docs/api#createglobalstyle */"], "signature": [ "

(first: TemplateStringsArray | ", "CSSObject", @@ -5165,12 +5012,7 @@ "tags": [], "label": "interpolations", "description": [], - "signature": [ - "Interpolation", - "<", - "ThemedStyledProps", - ">[]" - ], + "signature": ["Interpolation", "<", "ThemedStyledProps", ">[]"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5184,9 +5026,7 @@ "type": "Function", "tags": [], "label": "css", - "description": [ - "/** see https://styled-components.com/docs/api#css-prop */" - ], + "description": ["/** see https://styled-components.com/docs/api#css-prop */"], "signature": [ "BaseThemedCssFunction", "<", @@ -5210,9 +5050,7 @@ "type": "Function", "tags": [], "label": "euiStyled", - "description": [ - "/** see https://styled-components.com/docs/api#styled */" - ], + "description": ["/** see https://styled-components.com/docs/api#styled */"], "signature": [ "ThemedBaseStyledInterface", "<", @@ -5236,9 +5074,7 @@ "type": "Function", "tags": [], "label": "keyframes", - "description": [ - "/** see https://styled-components.com/docs/api#keyframes */" - ], + "description": ["/** see https://styled-components.com/docs/api#keyframes */"], "signature": [ "(strings: TemplateStringsArray | ", "CSSKeyframes", @@ -5259,10 +5095,7 @@ "tags": [], "label": "strings", "description": [], - "signature": [ - "TemplateStringsArray | ", - "CSSKeyframes" - ], + "signature": ["TemplateStringsArray | ", "CSSKeyframes"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5274,10 +5107,7 @@ "tags": [], "label": "interpolations", "description": [], - "signature": [ - "SimpleInterpolation", - "[]" - ], + "signature": ["SimpleInterpolation", "[]"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5291,9 +5121,7 @@ "type": "Function", "tags": [], "label": "KibanaStyledComponentsThemeProvider", - "description": [ - "\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode." - ], + "description": ["\nA `styled-components` `ThemeProvider` that incorporates EUI dark mode."], "signature": [ ">(component: React.ComponentProps extends { theme?: ", { @@ -5464,9 +5288,7 @@ "tags": [], "label": "component", "description": [], - "signature": [ - "React.ComponentProps extends { theme?: T | undefined; } ? C : never" - ], + "signature": ["React.ComponentProps extends { theme?: T | undefined; } ? C : never"], "path": "node_modules/@types/styled-components/ts3.7/index.d.ts", "deprecated": false, "trackAdoption": false @@ -5495,9 +5317,7 @@ "type": "Object", "tags": [], "label": "eui", - "description": [ - "EUI theme vars that automaticall adjust to light and dark mode." - ], + "description": ["EUI theme vars that automaticall adjust to light and dark mode."], "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; }" ], @@ -5511,9 +5331,7 @@ "type": "boolean", "tags": [], "label": "darkMode", - "description": [ - "True if the theme is in \"dark\" mode, false otherwise." - ], + "description": ["True if the theme is in \"dark\" mode, false otherwise."], "path": "packages/react/kibana_context/styled/styled_provider.tsx", "deprecated": false, "trackAdoption": false @@ -5526,4 +5344,4 @@ "misc": [], "objects": [] } -} \ No newline at end of file +} diff --git a/api_docs/observability_shared.devdocs.json b/api_docs/observability_shared.devdocs.json index 6daa53d59e9a6..a9ff4fe8d1163 100644 --- a/api_docs/observability_shared.devdocs.json +++ b/api_docs/observability_shared.devdocs.json @@ -38,9 +38,7 @@ "tags": [], "label": "Constructor", "description": [], - "signature": [ - "any" - ], + "signature": ["any"], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -110,9 +108,7 @@ "tags": [], "label": "pluginsSetup", "description": [], - "signature": [ - "ObservabilitySharedSetup" - ], + "signature": ["ObservabilitySharedSetup"], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -203,9 +199,7 @@ "tags": [], "label": "plugins", "description": [], - "signature": [ - "ObservabilitySharedStart" - ], + "signature": ["ObservabilitySharedStart"], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -221,9 +215,7 @@ "tags": [], "label": "stop", "description": [], - "signature": [ - "() => void" - ], + "signature": ["() => void"], "path": "x-pack/plugins/observability_solution/observability_shared/public/plugin.ts", "deprecated": false, "trackAdoption": false, @@ -242,9 +234,7 @@ "tags": [], "label": "ActionMenu", "description": [], - "signature": [ - "(props: Props) => JSX.Element" - ], + "signature": ["(props: Props) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx", "deprecated": false, "trackAdoption": false, @@ -256,9 +246,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx", "deprecated": false, "trackAdoption": false, @@ -275,9 +263,7 @@ "tags": [], "label": "ActionMenuDivider", "description": [], - "signature": [ - "() => JSX.Element" - ], + "signature": ["() => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/action_menu/action_menu.tsx", "deprecated": false, "trackAdoption": false, @@ -323,9 +309,7 @@ "tags": [], "label": "{\n isLoading,\n onDiscardChanges,\n onSave,\n unsavedChangesCount,\n saveLabel,\n appTestSubj,\n areChangesInvalid = false,\n}", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/bottom_bar_actions/bottom_bar_actions.tsx", "deprecated": false, "trackAdoption": false, @@ -342,9 +326,7 @@ "tags": [], "label": "createEsParams", "description": [], - "signature": [ - "(params: T) => T" - ], + "signature": ["(params: T) => T"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -356,9 +338,7 @@ "tags": [], "label": "params", "description": [], - "signature": [ - "T" - ], + "signature": ["T"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -375,9 +355,7 @@ "tags": [], "label": "EmbeddableFlamegraph", "description": [], - "signature": [ - "(props: Props) => JSX.Element" - ], + "signature": ["(props: Props) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx", "deprecated": false, "trackAdoption": false, @@ -389,9 +367,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_flamegraph.tsx", "deprecated": false, "trackAdoption": false, @@ -408,9 +384,7 @@ "tags": [], "label": "EmbeddableFunctions", "description": [], - "signature": [ - "(props: Props) => JSX.Element" - ], + "signature": ["(props: Props) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx", "deprecated": false, "trackAdoption": false, @@ -422,9 +396,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_functions.tsx", "deprecated": false, "trackAdoption": false, @@ -488,9 +460,7 @@ "tags": [], "label": "EmbeddableStackTraces", "description": [], - "signature": [ - "(props: Props) => JSX.Element" - ], + "signature": ["(props: Props) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_stack_traces.tsx", "deprecated": false, "trackAdoption": false, @@ -502,9 +472,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_stack_traces.tsx", "deprecated": false, "trackAdoption": false, @@ -535,9 +503,7 @@ "tags": [], "label": "{\n formUrl,\n formConfig,\n 'data-test-subj': dts,\n onClickCapture,\n defaultButton,\n kibanaVersion,\n isCloudEnv,\n isServerlessEnv,\n sanitizedPath,\n nodeType,\n surveyButtonText = (\n \n ),\n}", "description": [], - "signature": [ - "FeatureFeedbackButtonProps" - ], + "signature": ["FeatureFeedbackButtonProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/feature_feedback_button/feature_feedback_button.tsx", "deprecated": false, "trackAdoption": false, @@ -554,11 +520,7 @@ "tags": [], "label": "FieldValueSelection", "description": [], - "signature": [ - "(props: ", - "FieldValueSelectionProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "FieldValueSelectionProps", ") => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -570,9 +532,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "FieldValueSelectionProps" - ], + "signature": ["FieldValueSelectionProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -589,11 +549,7 @@ "tags": [], "label": "FieldValueSuggestions", "description": [], - "signature": [ - "(props: ", - "FieldValueSuggestionsProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "FieldValueSuggestionsProps", ") => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -605,9 +561,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "FieldValueSuggestionsProps" - ], + "signature": ["FieldValueSuggestionsProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/index.tsx", "deprecated": false, "trackAdoption": false, @@ -781,9 +735,7 @@ "tags": [], "label": "context", "description": [], - "signature": [ - "{ [x: string]: any; }" - ], + "signature": ["{ [x: string]: any; }"], "path": "x-pack/plugins/observability_solution/observability_shared/public/services/get_context_menu_items_from_actions.ts", "deprecated": false, "trackAdoption": false @@ -801,11 +753,7 @@ "tags": [], "label": "HeaderMenuPortal", "description": [], - "signature": [ - "(props: ", - "HeaderMenuPortalProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "HeaderMenuPortalProps", ") => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/index.tsx", "deprecated": false, "trackAdoption": false, @@ -817,9 +765,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "HeaderMenuPortalProps" - ], + "signature": ["HeaderMenuPortalProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/header_menu/index.tsx", "deprecated": false, "trackAdoption": false, @@ -836,9 +782,7 @@ "tags": [], "label": "InspectorContextProvider", "description": [], - "signature": [ - "({ children }: { children: React.ReactNode; }) => JSX.Element" - ], + "signature": ["({ children }: { children: React.ReactNode; }) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/inspector_context.tsx", "deprecated": false, "trackAdoption": false, @@ -881,11 +825,7 @@ "tags": [], "label": "LoadWhenInView", "description": [], - "signature": [ - "(props: ", - "LoadWhenInViewProps", - ") => JSX.Element" - ], + "signature": ["(props: ", "LoadWhenInViewProps", ") => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx", "deprecated": false, "trackAdoption": false, @@ -897,9 +837,7 @@ "tags": [], "label": "props", "description": [], - "signature": [ - "LoadWhenInViewProps" - ], + "signature": ["LoadWhenInViewProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/load_when_in_view/get_load_when_in_view_lazy.tsx", "deprecated": false, "trackAdoption": false, @@ -916,9 +854,7 @@ "tags": [], "label": "NavigationWarningPromptProvider", "description": [], - "signature": [ - "({ children }: { children?: React.ReactNode; }) => JSX.Element" - ], + "signature": ["({ children }: { children?: React.ReactNode; }) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/context.tsx", "deprecated": false, "trackAdoption": false, @@ -930,9 +866,7 @@ "tags": [], "label": "{ children }", "description": [], - "signature": [ - "{ children?: React.ReactNode; }" - ], + "signature": ["{ children?: React.ReactNode; }"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/context.tsx", "deprecated": false, "trackAdoption": false, @@ -966,9 +900,7 @@ "tags": [], "label": "ProfilingEmptyState", "description": [], - "signature": [ - "() => JSX.Element" - ], + "signature": ["() => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/profiling_empty_state.tsx", "deprecated": false, "trackAdoption": false, @@ -983,9 +915,7 @@ "tags": [], "label": "Prompt", "description": [], - "signature": [ - "({ prompt }: React.PropsWithChildren) => null" - ], + "signature": ["({ prompt }: React.PropsWithChildren) => null"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/prompt.tsx", "deprecated": false, "trackAdoption": false, @@ -997,9 +927,7 @@ "tags": [], "label": "{ prompt }", "description": [], - "signature": [ - "React.PropsWithChildren" - ], + "signature": ["React.PropsWithChildren"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/navigation_warning_prompt/prompt.tsx", "deprecated": false, "trackAdoption": false, @@ -1035,11 +963,7 @@ "tags": [], "label": "SectionLink", "description": [], - "signature": [ - "({ ...props }: ", - "EuiListGroupItemProps", - ") => JSX.Element" - ], + "signature": ["({ ...props }: ", "EuiListGroupItemProps", ") => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1051,9 +975,7 @@ "tags": [], "label": "{ ...props }", "description": [], - "signature": [ - "EuiListGroupItemProps" - ], + "signature": ["EuiListGroupItemProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1115,9 +1037,7 @@ "tags": [], "label": "SectionSpacer", "description": [], - "signature": [ - "() => JSX.Element" - ], + "signature": ["() => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1132,9 +1052,7 @@ "tags": [], "label": "SectionSubtitle", "description": [], - "signature": [ - "({ children }: { children?: React.ReactNode; }) => JSX.Element" - ], + "signature": ["({ children }: { children?: React.ReactNode; }) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1177,9 +1095,7 @@ "tags": [], "label": "SectionTitle", "description": [], - "signature": [ - "({ children }: { children?: React.ReactNode; }) => JSX.Element" - ], + "signature": ["({ children }: { children?: React.ReactNode; }) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/section/section.tsx", "deprecated": false, "trackAdoption": false, @@ -1302,9 +1218,7 @@ "tags": [], "label": "TechnicalPreviewBadge", "description": [], - "signature": [ - "({ icon = 'beaker', size, style }: Props) => JSX.Element" - ], + "signature": ["({ icon = 'beaker', size, style }: Props) => JSX.Element"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx", "deprecated": false, "trackAdoption": false, @@ -1316,9 +1230,7 @@ "tags": [], "label": "{ icon = 'beaker', size, style }", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/technical_preview_badge/technical_preview_badge.tsx", "deprecated": false, "trackAdoption": false, @@ -1535,9 +1447,7 @@ "tags": [], "label": "app", "description": [], - "signature": [ - "ObservabilityApp" - ], + "signature": ["ObservabilityApp"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_editable_settings.tsx", "deprecated": false, "trackAdoption": false, @@ -1550,9 +1460,7 @@ "tags": [], "label": "settingsKeys", "description": [], - "signature": [ - "string[]" - ], + "signature": ["string[]"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_editable_settings.tsx", "deprecated": false, "trackAdoption": false, @@ -1601,9 +1509,7 @@ "tags": [], "label": "params", "description": [], - "signature": [ - "TParams" - ], + "signature": ["TParams"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -1616,9 +1522,7 @@ "tags": [], "label": "fnDeps", "description": [], - "signature": [ - "any[]" - ], + "signature": ["any[]"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_es_search.ts", "deprecated": false, "trackAdoption": false, @@ -1702,9 +1606,7 @@ "tags": [], "label": "fn", "description": [], - "signature": [ - "({}: { signal: AbortSignal; }) => TReturn" - ], + "signature": ["({}: { signal: AbortSignal; }) => TReturn"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false, @@ -1717,9 +1619,7 @@ "tags": [], "label": "fnDeps", "description": [], - "signature": [ - "any[]" - ], + "signature": ["any[]"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false, @@ -1743,9 +1643,7 @@ "tags": [], "label": "preservePreviousData", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -1763,10 +1661,7 @@ "tags": [], "label": "useInspectorContext", "description": [], - "signature": [ - "() => ", - "InspectorContextValue" - ], + "signature": ["() => ", "InspectorContextValue"], "path": "x-pack/plugins/observability_solution/observability_shared/public/contexts/inspector/use_inspector_context.tsx", "deprecated": false, "trackAdoption": false, @@ -1883,10 +1778,7 @@ "tags": [], "label": "useObservabilityTourContext", "description": [], - "signature": [ - "() => ", - "ObservabilityTourContextValue" - ], + "signature": ["() => ", "ObservabilityTourContextValue"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx", "deprecated": false, "trackAdoption": false, @@ -1901,9 +1793,7 @@ "tags": [], "label": "useQuickTimeRanges", "description": [], - "signature": [ - "() => { start: string; end: string; label: string; }[]" - ], + "signature": ["() => { start: string; end: string; label: string; }[]"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_quick_time_ranges.tsx", "deprecated": false, "trackAdoption": false, @@ -1942,9 +1832,7 @@ "tags": [], "label": "useTimeZone", "description": [], - "signature": [ - "() => string" - ], + "signature": ["() => string"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_time_zone.ts", "deprecated": false, "trackAdoption": false, @@ -1975,9 +1863,7 @@ "tags": [], "label": "{ app, metric, metricType = METRIC_TYPE.COUNT, delay = 0 }", "description": [], - "signature": [ - "TrackMetricOptions" - ], + "signature": ["TrackMetricOptions"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -1990,9 +1876,7 @@ "tags": [], "label": "effectDependencies", "description": [], - "signature": [ - "EffectDeps" - ], + "signature": ["EffectDeps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -2023,9 +1907,7 @@ "tags": [], "label": "{ path, ...rest }", "description": [], - "signature": [ - "TrackPageviewProps" - ], + "signature": ["TrackPageviewProps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -2038,9 +1920,7 @@ "tags": [], "label": "effectDependencies", "description": [], - "signature": [ - "EffectDeps" - ], + "signature": ["EffectDeps"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -2091,10 +1971,7 @@ "tags": [], "label": "app", "description": [], - "signature": [ - "ObservabilityApp", - " | undefined" - ], + "signature": ["ObservabilityApp", " | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false @@ -2130,9 +2007,7 @@ "tags": [], "label": "{\n sourceField,\n dataViewTitle,\n query = '',\n filters,\n time,\n label,\n keepHistory,\n cardinalityField,\n}", "description": [], - "signature": [ - "Props" - ], + "signature": ["Props"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_values_list.ts", "deprecated": false, "trackAdoption": false, @@ -2242,9 +2117,7 @@ "tags": [], "label": "showDatePicker", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx", "deprecated": false, "trackAdoption": false @@ -2311,9 +2184,7 @@ "tags": [], "label": "onRefresh", "description": [], - "signature": [ - "() => void" - ], + "signature": ["() => void"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/embeddable_profiling_search_bar.tsx", "deprecated": false, "trackAdoption": false, @@ -2373,9 +2244,7 @@ "tags": [], "label": "data", "description": [], - "signature": [ - "Data | undefined" - ], + "signature": ["Data | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -2407,9 +2276,7 @@ "tags": [], "label": "error", "description": [], - "signature": [ - "Error | undefined" - ], + "signature": ["Error | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -2421,9 +2288,7 @@ "tags": [], "label": "loading", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_fetcher.tsx", "deprecated": false, "trackAdoption": false @@ -2460,9 +2325,7 @@ "tags": [], "label": "pathname", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2474,9 +2337,7 @@ "tags": [], "label": "hash", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2488,9 +2349,7 @@ "tags": [], "label": "search", "description": [], - "signature": [ - "Search | undefined" - ], + "signature": ["Search | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2502,9 +2361,7 @@ "tags": [], "label": "state", "description": [], - "signature": [ - "unknown" - ], + "signature": ["unknown"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2563,9 +2420,7 @@ "tags": [], "label": "matchFullPath", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2577,9 +2432,7 @@ "tags": [], "label": "ignoreTrailingSlash", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2605,9 +2458,7 @@ "tags": [], "label": "event", "description": [], - "signature": [ - "React.MouseEvent" - ], + "signature": ["React.MouseEvent"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false, @@ -2623,9 +2474,7 @@ "tags": [], "label": "isNewFeature", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2637,9 +2486,7 @@ "tags": [], "label": "isTechnicalPreview", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2651,9 +2498,7 @@ "tags": [], "label": "isBetaFeature", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2665,9 +2510,7 @@ "tags": [], "label": "matchPath", "description": [], - "signature": [ - "((path: string) => boolean) | undefined" - ], + "signature": ["((path: string) => boolean) | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false, @@ -2679,9 +2522,7 @@ "tags": [], "label": "path", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false, @@ -2711,9 +2552,7 @@ "tags": [], "label": "label", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2757,9 +2596,7 @@ "tags": [], "label": "isBetaFeature", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/page_template/page_template.tsx", "deprecated": false, "trackAdoption": false @@ -2785,9 +2622,7 @@ "tags": [], "label": "hrefOnly", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_link_props.ts", "deprecated": false, "trackAdoption": false @@ -2813,9 +2648,7 @@ "tags": [], "label": "onClick", "description": [], - "signature": [ - "((tag: string) => void) | undefined" - ], + "signature": ["((tag: string) => void) | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false, @@ -2827,9 +2660,7 @@ "tags": [], "label": "tag", "description": [], - "signature": [ - "string" - ], + "signature": ["string"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false, @@ -2845,9 +2676,7 @@ "tags": [], "label": "tags", "description": [], - "signature": [ - "string[] | undefined" - ], + "signature": ["string[] | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2859,9 +2688,7 @@ "tags": [], "label": "numberOfTagsToDisplay", "description": [], - "signature": [ - "number | undefined" - ], + "signature": ["number | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2873,9 +2700,7 @@ "tags": [], "label": "color", "description": [], - "signature": [ - "string | undefined" - ], + "signature": ["string | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2887,9 +2712,7 @@ "tags": [], "label": "ignoreEmpty", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tags_list/tags_list.tsx", "deprecated": false, "trackAdoption": false @@ -2915,9 +2738,7 @@ "tags": [], "label": "cls", "description": [], - "signature": [ - "number | null | undefined" - ], + "signature": ["number | null | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2929,9 +2750,7 @@ "tags": [], "label": "lcp", "description": [], - "signature": [ - "number | null | undefined" - ], + "signature": ["number | null | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2943,9 +2762,7 @@ "tags": [], "label": "tbt", "description": [], - "signature": [ - "number | undefined" - ], + "signature": ["number | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2957,9 +2774,7 @@ "tags": [], "label": "fcp", "description": [], - "signature": [ - "number | null | undefined" - ], + "signature": ["number | null | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2971,9 +2786,7 @@ "tags": [], "label": "coreVitalPages", "description": [], - "signature": [ - "number | undefined" - ], + "signature": ["number | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2985,9 +2798,7 @@ "tags": [], "label": "lcpRanks", "description": [], - "signature": [ - "number[] | undefined" - ], + "signature": ["number[] | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -2999,9 +2810,7 @@ "tags": [], "label": "clsRanks", "description": [], - "signature": [ - "number[] | undefined" - ], + "signature": ["number[] | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -3013,9 +2822,7 @@ "tags": [], "label": "inp", "description": [], - "signature": [ - "number | null | undefined" - ], + "signature": ["number | null | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -3027,9 +2834,7 @@ "tags": [], "label": "hasINP", "description": [], - "signature": [ - "boolean | undefined" - ], + "signature": ["boolean | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -3041,9 +2846,7 @@ "tags": [], "label": "inpRanks", "description": [], - "signature": [ - "number[] | undefined" - ], + "signature": ["number[] | undefined"], "path": "x-pack/plugins/observability_solution/observability_shared/public/types.ts", "deprecated": false, "trackAdoption": false @@ -3137,9 +2940,7 @@ "tags": [], "label": "casesFeatureId", "description": [], - "signature": [ - "\"observabilityCases\"" - ], + "signature": ["\"observabilityCases\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3151,12 +2952,8 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_FLAMEGRAPH", - "description": [ - "Profiling flamegraph embeddable key" - ], - "signature": [ - "\"EMBEDDABLE_FLAMEGRAPH\"" - ], + "description": ["Profiling flamegraph embeddable key"], + "signature": ["\"EMBEDDABLE_FLAMEGRAPH\""], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -3168,12 +2965,8 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_FUNCTIONS", - "description": [ - "Profiling functions embeddable key" - ], - "signature": [ - "\"EMBEDDABLE_FUNCTIONS\"" - ], + "description": ["Profiling functions embeddable key"], + "signature": ["\"EMBEDDABLE_FUNCTIONS\""], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -3185,12 +2978,8 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_PROFILING_SEARCH_BAR", - "description": [ - "Profiling search bar embeddable key" - ], - "signature": [ - "\"EMBEDDABLE_PROFILING_SEARCH_BAR\"" - ], + "description": ["Profiling search bar embeddable key"], + "signature": ["\"EMBEDDABLE_PROFILING_SEARCH_BAR\""], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -3202,12 +2991,8 @@ "type": "string", "tags": [], "label": "EMBEDDABLE_STACK_TRACES", - "description": [ - "Profiling threads embeddable key" - ], - "signature": [ - "\"EMBEDDABLE_STACK_TRACES\"" - ], + "description": ["Profiling threads embeddable key"], + "signature": ["\"EMBEDDABLE_STACK_TRACES\""], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/profiling/embeddables/index.ts", "deprecated": false, "trackAdoption": false, @@ -3257,9 +3042,7 @@ "tags": [], "label": "observabilityAppId", "description": [], - "signature": [ - "\"observability-overview\"" - ], + "signature": ["\"observability-overview\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3272,9 +3055,7 @@ "tags": [], "label": "observabilityFeatureId", "description": [], - "signature": [ - "\"observability\"" - ], + "signature": ["\"observability\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3380,9 +3161,7 @@ "tags": [], "label": "observTourStepStorageKey", "description": [], - "signature": [ - "\"guidedOnboarding.observability.tourStep\"" - ], + "signature": ["\"guidedOnboarding.observability.tourStep\""], "path": "x-pack/plugins/observability_solution/observability_shared/public/components/tour/tour.tsx", "deprecated": false, "trackAdoption": false, @@ -3456,9 +3235,7 @@ "tags": [], "label": "sloFeatureId", "description": [], - "signature": [ - "\"slo\"" - ], + "signature": ["\"slo\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3471,11 +3248,7 @@ "tags": [], "label": "TrackEvent", "description": [], - "signature": [ - "(options: ", - "TrackMetricOptions", - ") => void" - ], + "signature": ["(options: ", "TrackMetricOptions", ") => void"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false, @@ -3488,9 +3261,7 @@ "tags": [], "label": "options", "description": [], - "signature": [ - "TrackOptions & { metric: string; }" - ], + "signature": ["TrackOptions & { metric: string; }"], "path": "x-pack/plugins/observability_solution/observability_shared/public/hooks/use_track_metric.tsx", "deprecated": false, "trackAdoption": false @@ -3571,10 +3342,7 @@ "tags": [], "label": "esError", "description": [], - "signature": [ - "WrappedElasticsearchClientError", - " | null" - ], + "signature": ["WrappedElasticsearchClientError", " | null"], "path": "x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts", "deprecated": false, "trackAdoption": false @@ -3586,9 +3354,7 @@ "tags": [], "label": "esRequestParams", "description": [], - "signature": [ - "{ [x: string]: any; }" - ], + "signature": ["{ [x: string]: any; }"], "path": "x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts", "deprecated": false, "trackAdoption": false @@ -3620,9 +3386,7 @@ "tags": [], "label": "esResponse", "description": [], - "signature": [ - "any" - ], + "signature": ["any"], "path": "x-pack/plugins/observability_solution/observability_shared/common/utils/get_inspect_response.ts", "deprecated": false, "trackAdoption": false @@ -3700,9 +3464,7 @@ "tags": [], "label": "AGENT", "description": [], - "signature": [ - "\"agent\"" - ], + "signature": ["\"agent\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3715,9 +3477,7 @@ "tags": [], "label": "AGENT_NAME", "description": [], - "signature": [ - "\"agent.name\"" - ], + "signature": ["\"agent.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3730,9 +3490,7 @@ "tags": [], "label": "AGENT_VERSION", "description": [], - "signature": [ - "\"agent.version\"" - ], + "signature": ["\"agent.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3745,9 +3503,7 @@ "tags": [], "label": "casesFeatureId", "description": [], - "signature": [ - "\"observabilityCases\"" - ], + "signature": ["\"observabilityCases\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -3760,9 +3516,7 @@ "tags": [], "label": "CLIENT_GEO", "description": [], - "signature": [ - "\"client.geo\"" - ], + "signature": ["\"client.geo\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3775,9 +3529,7 @@ "tags": [], "label": "CLIENT_GEO_COUNTRY_ISO_CODE", "description": [], - "signature": [ - "\"client.geo.country_iso_code\"" - ], + "signature": ["\"client.geo.country_iso_code\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3790,9 +3542,7 @@ "tags": [], "label": "CLIENT_GEO_COUNTRY_NAME", "description": [], - "signature": [ - "\"client.geo.country_name\"" - ], + "signature": ["\"client.geo.country_name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3805,9 +3555,7 @@ "tags": [], "label": "CLOUD", "description": [], - "signature": [ - "\"cloud\"" - ], + "signature": ["\"cloud\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3820,9 +3568,7 @@ "tags": [], "label": "CLOUD_AVAILABILITY_ZONE", "description": [], - "signature": [ - "\"cloud.availability_zone\"" - ], + "signature": ["\"cloud.availability_zone\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3835,9 +3581,7 @@ "tags": [], "label": "CLOUD_MACHINE_TYPE", "description": [], - "signature": [ - "\"cloud.machine.type\"" - ], + "signature": ["\"cloud.machine.type\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3850,9 +3594,7 @@ "tags": [], "label": "CLOUD_PROVIDER", "description": [], - "signature": [ - "\"cloud.provider\"" - ], + "signature": ["\"cloud.provider\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3865,9 +3607,7 @@ "tags": [], "label": "CLOUD_REGION", "description": [], - "signature": [ - "\"cloud.region\"" - ], + "signature": ["\"cloud.region\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3880,9 +3620,7 @@ "tags": [], "label": "CLS_FIELD", "description": [], - "signature": [ - "\"transaction.experience.cls\"" - ], + "signature": ["\"transaction.experience.cls\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3895,9 +3633,7 @@ "tags": [], "label": "CONTAINER_ID", "description": [], - "signature": [ - "\"container.id\"" - ], + "signature": ["\"container.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3910,9 +3646,7 @@ "tags": [], "label": "DESTINATION_ADDRESS", "description": [], - "signature": [ - "\"destination.address\"" - ], + "signature": ["\"destination.address\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3925,9 +3659,7 @@ "tags": [], "label": "ERROR_CULPRIT", "description": [], - "signature": [ - "\"error.culprit\"" - ], + "signature": ["\"error.culprit\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3940,9 +3672,7 @@ "tags": [], "label": "ERROR_EXC_HANDLED", "description": [], - "signature": [ - "\"error.exception.handled\"" - ], + "signature": ["\"error.exception.handled\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3955,9 +3685,7 @@ "tags": [], "label": "ERROR_EXC_MESSAGE", "description": [], - "signature": [ - "\"error.exception.message\"" - ], + "signature": ["\"error.exception.message\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3970,9 +3698,7 @@ "tags": [], "label": "ERROR_EXC_TYPE", "description": [], - "signature": [ - "\"error.exception.type\"" - ], + "signature": ["\"error.exception.type\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -3985,9 +3711,7 @@ "tags": [], "label": "ERROR_GROUP_ID", "description": [], - "signature": [ - "\"error.grouping_key\"" - ], + "signature": ["\"error.grouping_key\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4000,9 +3724,7 @@ "tags": [], "label": "ERROR_LOG_LEVEL", "description": [], - "signature": [ - "\"error.log.level\"" - ], + "signature": ["\"error.log.level\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4015,9 +3737,7 @@ "tags": [], "label": "ERROR_LOG_MESSAGE", "description": [], - "signature": [ - "\"error.log.message\"" - ], + "signature": ["\"error.log.message\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4030,9 +3750,7 @@ "tags": [], "label": "ERROR_PAGE_URL", "description": [], - "signature": [ - "\"error.page.url\"" - ], + "signature": ["\"error.page.url\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4045,9 +3763,7 @@ "tags": [], "label": "EVENT_OUTCOME", "description": [], - "signature": [ - "\"event.outcome\"" - ], + "signature": ["\"event.outcome\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4060,9 +3776,7 @@ "tags": [], "label": "FCP_FIELD", "description": [], - "signature": [ - "\"transaction.marks.agent.firstContentfulPaint\"" - ], + "signature": ["\"transaction.marks.agent.firstContentfulPaint\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4075,9 +3789,7 @@ "tags": [], "label": "FID_FIELD", "description": [], - "signature": [ - "\"transaction.experience.fid\"" - ], + "signature": ["\"transaction.experience.fid\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4090,9 +3802,7 @@ "tags": [], "label": "HOST", "description": [], - "signature": [ - "\"host\"" - ], + "signature": ["\"host\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4105,9 +3815,7 @@ "tags": [], "label": "HOST_HOSTNAME", "description": [], - "signature": [ - "\"host.hostname\"" - ], + "signature": ["\"host.hostname\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4120,9 +3828,7 @@ "tags": [], "label": "HOST_OS_PLATFORM", "description": [], - "signature": [ - "\"host.os.platform\"" - ], + "signature": ["\"host.os.platform\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4135,9 +3841,7 @@ "tags": [], "label": "HTTP_REQUEST_METHOD", "description": [], - "signature": [ - "\"http.request.method\"" - ], + "signature": ["\"http.request.method\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4150,9 +3854,7 @@ "tags": [], "label": "HTTP_RESPONSE_STATUS_CODE", "description": [], - "signature": [ - "\"http.response.status_code\"" - ], + "signature": ["\"http.response.status_code\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4165,9 +3867,7 @@ "tags": [], "label": "KUBERNETES", "description": [], - "signature": [ - "\"kubernetes\"" - ], + "signature": ["\"kubernetes\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4180,9 +3880,7 @@ "tags": [], "label": "LABEL_NAME", "description": [], - "signature": [ - "\"labels.name\"" - ], + "signature": ["\"labels.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4195,9 +3893,7 @@ "tags": [], "label": "LCP_FIELD", "description": [], - "signature": [ - "\"transaction.marks.agent.largestContentfulPaint\"" - ], + "signature": ["\"transaction.marks.agent.largestContentfulPaint\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4210,9 +3906,7 @@ "tags": [], "label": "LOGS_EXPLORER_FEEDBACK_LINK", "description": [], - "signature": [ - "\"https://ela.st/explorer-feedback\"" - ], + "signature": ["\"https://ela.st/explorer-feedback\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4225,9 +3919,7 @@ "tags": [], "label": "LOGS_ONBOARDING_FEEDBACK_LINK", "description": [], - "signature": [ - "\"https://ela.st/logs-onboarding-feedback\"" - ], + "signature": ["\"https://ela.st/logs-onboarding-feedback\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4240,9 +3932,7 @@ "tags": [], "label": "METRIC_CGROUP_MEMORY_LIMIT_BYTES", "description": [], - "signature": [ - "\"system.process.cgroup.memory.mem.limit.bytes\"" - ], + "signature": ["\"system.process.cgroup.memory.mem.limit.bytes\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4255,9 +3945,7 @@ "tags": [], "label": "METRIC_CGROUP_MEMORY_USAGE_BYTES", "description": [], - "signature": [ - "\"system.process.cgroup.memory.mem.usage.bytes\"" - ], + "signature": ["\"system.process.cgroup.memory.mem.usage.bytes\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4270,9 +3958,7 @@ "tags": [], "label": "METRIC_JAVA_GC_COUNT", "description": [], - "signature": [ - "\"jvm.gc.count\"" - ], + "signature": ["\"jvm.gc.count\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4285,9 +3971,7 @@ "tags": [], "label": "METRIC_JAVA_GC_TIME", "description": [], - "signature": [ - "\"jvm.gc.time\"" - ], + "signature": ["\"jvm.gc.time\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4300,9 +3984,7 @@ "tags": [], "label": "METRIC_JAVA_HEAP_MEMORY_COMMITTED", "description": [], - "signature": [ - "\"jvm.memory.heap.committed\"" - ], + "signature": ["\"jvm.memory.heap.committed\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4315,9 +3997,7 @@ "tags": [], "label": "METRIC_JAVA_HEAP_MEMORY_MAX", "description": [], - "signature": [ - "\"jvm.memory.heap.max\"" - ], + "signature": ["\"jvm.memory.heap.max\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4330,9 +4010,7 @@ "tags": [], "label": "METRIC_JAVA_HEAP_MEMORY_USED", "description": [], - "signature": [ - "\"jvm.memory.heap.used\"" - ], + "signature": ["\"jvm.memory.heap.used\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4345,9 +4023,7 @@ "tags": [], "label": "METRIC_JAVA_NON_HEAP_MEMORY_COMMITTED", "description": [], - "signature": [ - "\"jvm.memory.non_heap.committed\"" - ], + "signature": ["\"jvm.memory.non_heap.committed\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4360,9 +4036,7 @@ "tags": [], "label": "METRIC_JAVA_NON_HEAP_MEMORY_MAX", "description": [], - "signature": [ - "\"jvm.memory.non_heap.max\"" - ], + "signature": ["\"jvm.memory.non_heap.max\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4375,9 +4049,7 @@ "tags": [], "label": "METRIC_JAVA_NON_HEAP_MEMORY_USED", "description": [], - "signature": [ - "\"jvm.memory.non_heap.used\"" - ], + "signature": ["\"jvm.memory.non_heap.used\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4390,9 +4062,7 @@ "tags": [], "label": "METRIC_JAVA_THREAD_COUNT", "description": [], - "signature": [ - "\"jvm.thread.count\"" - ], + "signature": ["\"jvm.thread.count\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4405,9 +4075,7 @@ "tags": [], "label": "METRIC_PROCESS_CPU_PERCENT", "description": [], - "signature": [ - "\"system.process.cpu.total.norm.pct\"" - ], + "signature": ["\"system.process.cpu.total.norm.pct\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4420,9 +4088,7 @@ "tags": [], "label": "METRIC_SYSTEM_CPU_PERCENT", "description": [], - "signature": [ - "\"system.cpu.total.norm.pct\"" - ], + "signature": ["\"system.cpu.total.norm.pct\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4435,9 +4101,7 @@ "tags": [], "label": "METRIC_SYSTEM_CPU_USAGE", "description": [], - "signature": [ - "\"system.cpu.usage\"" - ], + "signature": ["\"system.cpu.usage\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4450,9 +4114,7 @@ "tags": [], "label": "METRIC_SYSTEM_FREE_MEMORY", "description": [], - "signature": [ - "\"system.memory.actual.free\"" - ], + "signature": ["\"system.memory.actual.free\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4465,9 +4127,7 @@ "tags": [], "label": "METRIC_SYSTEM_MEMORY_USAGE", "description": [], - "signature": [ - "\"system.memory.usage\"" - ], + "signature": ["\"system.memory.usage\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4480,9 +4140,7 @@ "tags": [], "label": "METRIC_SYSTEM_TOTAL_MEMORY", "description": [], - "signature": [ - "\"system.memory.total\"" - ], + "signature": ["\"system.memory.total\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4495,9 +4153,7 @@ "tags": [], "label": "NETWORK_TIMINGS_FIELDS", "description": [], - "signature": [ - "string[]" - ], + "signature": ["string[]"], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -4510,9 +4166,7 @@ "tags": [], "label": "observabilityAppId", "description": [], - "signature": [ - "\"observability-overview\"" - ], + "signature": ["\"observability-overview\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4525,9 +4179,7 @@ "tags": [], "label": "observabilityFeatureId", "description": [], - "signature": [ - "\"observability\"" - ], + "signature": ["\"observability\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4540,9 +4192,7 @@ "tags": [], "label": "OBSERVER_HOSTNAME", "description": [], - "signature": [ - "\"observer.hostname\"" - ], + "signature": ["\"observer.hostname\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4555,9 +4205,7 @@ "tags": [], "label": "OBSERVER_LISTENING", "description": [], - "signature": [ - "\"observer.listening\"" - ], + "signature": ["\"observer.listening\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4570,9 +4218,7 @@ "tags": [], "label": "OBSERVER_VERSION_MAJOR", "description": [], - "signature": [ - "\"observer.version_major\"" - ], + "signature": ["\"observer.version_major\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4585,9 +4231,7 @@ "tags": [], "label": "PARENT_ID", "description": [], - "signature": [ - "\"parent.id\"" - ], + "signature": ["\"parent.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4600,9 +4244,7 @@ "tags": [], "label": "POD_NAME", "description": [], - "signature": [ - "\"kubernetes.pod.name\"" - ], + "signature": ["\"kubernetes.pod.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4615,9 +4257,7 @@ "tags": [], "label": "PROCESSOR_EVENT", "description": [], - "signature": [ - "\"processor.event\"" - ], + "signature": ["\"processor.event\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4630,9 +4270,7 @@ "tags": [], "label": "PROFILE_ALLOC_OBJECTS", "description": [], - "signature": [ - "\"profile.alloc_objects.count\"" - ], + "signature": ["\"profile.alloc_objects.count\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4645,9 +4283,7 @@ "tags": [], "label": "PROFILE_ALLOC_SPACE", "description": [], - "signature": [ - "\"profile.alloc_space.bytes\"" - ], + "signature": ["\"profile.alloc_space.bytes\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4660,9 +4296,7 @@ "tags": [], "label": "PROFILE_CPU_NS", "description": [], - "signature": [ - "\"profile.cpu.ns\"" - ], + "signature": ["\"profile.cpu.ns\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4675,9 +4309,7 @@ "tags": [], "label": "PROFILE_DURATION", "description": [], - "signature": [ - "\"profile.duration\"" - ], + "signature": ["\"profile.duration\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4690,9 +4322,7 @@ "tags": [], "label": "PROFILE_ID", "description": [], - "signature": [ - "\"profile.id\"" - ], + "signature": ["\"profile.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4705,9 +4335,7 @@ "tags": [], "label": "PROFILE_INUSE_OBJECTS", "description": [], - "signature": [ - "\"profile.inuse_objects.count\"" - ], + "signature": ["\"profile.inuse_objects.count\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4720,9 +4348,7 @@ "tags": [], "label": "PROFILE_INUSE_SPACE", "description": [], - "signature": [ - "\"profile.inuse_space.bytes\"" - ], + "signature": ["\"profile.inuse_space.bytes\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4735,9 +4361,7 @@ "tags": [], "label": "PROFILE_SAMPLES_COUNT", "description": [], - "signature": [ - "\"profile.samples.count\"" - ], + "signature": ["\"profile.samples.count\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4750,9 +4374,7 @@ "tags": [], "label": "PROFILE_STACK", "description": [], - "signature": [ - "\"profile.stack\"" - ], + "signature": ["\"profile.stack\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4765,9 +4387,7 @@ "tags": [], "label": "PROFILE_TOP_ID", "description": [], - "signature": [ - "\"profile.top.id\"" - ], + "signature": ["\"profile.top.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4780,9 +4400,7 @@ "tags": [], "label": "PROFILE_WALL_US", "description": [], - "signature": [ - "\"profile.wall.us\"" - ], + "signature": ["\"profile.wall.us\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4795,9 +4413,7 @@ "tags": [], "label": "SERVICE", "description": [], - "signature": [ - "\"service\"" - ], + "signature": ["\"service\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4810,9 +4426,7 @@ "tags": [], "label": "SERVICE_ENVIRONMENT", "description": [], - "signature": [ - "\"service.environment\"" - ], + "signature": ["\"service.environment\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4825,9 +4439,7 @@ "tags": [], "label": "SERVICE_FRAMEWORK_NAME", "description": [], - "signature": [ - "\"service.framework.name\"" - ], + "signature": ["\"service.framework.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4840,9 +4452,7 @@ "tags": [], "label": "SERVICE_FRAMEWORK_VERSION", "description": [], - "signature": [ - "\"service.framework.version\"" - ], + "signature": ["\"service.framework.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4855,9 +4465,7 @@ "tags": [], "label": "SERVICE_LANGUAGE_NAME", "description": [], - "signature": [ - "\"service.language.name\"" - ], + "signature": ["\"service.language.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4870,9 +4478,7 @@ "tags": [], "label": "SERVICE_LANGUAGE_VERSION", "description": [], - "signature": [ - "\"service.language.version\"" - ], + "signature": ["\"service.language.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4885,9 +4491,7 @@ "tags": [], "label": "SERVICE_NAME", "description": [], - "signature": [ - "\"service.name\"" - ], + "signature": ["\"service.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4900,9 +4504,7 @@ "tags": [], "label": "SERVICE_NODE_NAME", "description": [], - "signature": [ - "\"service.node.name\"" - ], + "signature": ["\"service.node.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4915,9 +4517,7 @@ "tags": [], "label": "SERVICE_RUNTIME_NAME", "description": [], - "signature": [ - "\"service.runtime.name\"" - ], + "signature": ["\"service.runtime.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4930,9 +4530,7 @@ "tags": [], "label": "SERVICE_RUNTIME_VERSION", "description": [], - "signature": [ - "\"service.runtime.version\"" - ], + "signature": ["\"service.runtime.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4945,9 +4543,7 @@ "tags": [], "label": "SERVICE_VERSION", "description": [], - "signature": [ - "\"service.version\"" - ], + "signature": ["\"service.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4960,9 +4556,7 @@ "tags": [], "label": "sloFeatureId", "description": [], - "signature": [ - "\"slo\"" - ], + "signature": ["\"slo\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/index.ts", "deprecated": false, "trackAdoption": false, @@ -4975,9 +4569,7 @@ "tags": [], "label": "SPAN_ACTION", "description": [], - "signature": [ - "\"span.action\"" - ], + "signature": ["\"span.action\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -4990,9 +4582,7 @@ "tags": [], "label": "SPAN_DESTINATION_SERVICE_RESOURCE", "description": [], - "signature": [ - "\"span.destination.service.resource\"" - ], + "signature": ["\"span.destination.service.resource\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5005,9 +4595,7 @@ "tags": [], "label": "SPAN_DESTINATION_SERVICE_RESPONSE_TIME_COUNT", "description": [], - "signature": [ - "\"span.destination.service.response_time.count\"" - ], + "signature": ["\"span.destination.service.response_time.count\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5020,9 +4608,7 @@ "tags": [], "label": "SPAN_DESTINATION_SERVICE_RESPONSE_TIME_SUM", "description": [], - "signature": [ - "\"span.destination.service.response_time.sum.us\"" - ], + "signature": ["\"span.destination.service.response_time.sum.us\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5035,9 +4621,7 @@ "tags": [], "label": "SPAN_DURATION", "description": [], - "signature": [ - "\"span.duration.us\"" - ], + "signature": ["\"span.duration.us\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5050,9 +4634,7 @@ "tags": [], "label": "SPAN_ID", "description": [], - "signature": [ - "\"span.id\"" - ], + "signature": ["\"span.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5065,9 +4647,7 @@ "tags": [], "label": "SPAN_NAME", "description": [], - "signature": [ - "\"span.name\"" - ], + "signature": ["\"span.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5080,9 +4660,7 @@ "tags": [], "label": "SPAN_SELF_TIME_SUM", "description": [], - "signature": [ - "\"span.self_time.sum.us\"" - ], + "signature": ["\"span.self_time.sum.us\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5095,9 +4673,7 @@ "tags": [], "label": "SPAN_SUBTYPE", "description": [], - "signature": [ - "\"span.subtype\"" - ], + "signature": ["\"span.subtype\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5110,9 +4686,7 @@ "tags": [], "label": "SPAN_TYPE", "description": [], - "signature": [ - "\"span.type\"" - ], + "signature": ["\"span.type\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5125,9 +4699,7 @@ "tags": [], "label": "SYNTHETICS_BLOCKED_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.blocked\"" - ], + "signature": ["\"synthetics.payload.timings.blocked\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5140,9 +4712,7 @@ "tags": [], "label": "SYNTHETICS_CONNECT_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.connect\"" - ], + "signature": ["\"synthetics.payload.timings.connect\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5155,9 +4725,7 @@ "tags": [], "label": "SYNTHETICS_DNS_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.dns\"" - ], + "signature": ["\"synthetics.payload.timings.dns\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5170,9 +4738,7 @@ "tags": [], "label": "SYNTHETICS_RECEIVE_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.receive\"" - ], + "signature": ["\"synthetics.payload.timings.receive\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5185,9 +4751,7 @@ "tags": [], "label": "SYNTHETICS_SEND_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.send\"" - ], + "signature": ["\"synthetics.payload.timings.send\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5200,9 +4764,7 @@ "tags": [], "label": "SYNTHETICS_SSL_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.ssl\"" - ], + "signature": ["\"synthetics.payload.timings.ssl\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5215,9 +4777,7 @@ "tags": [], "label": "SYNTHETICS_TOTAL_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.total\"" - ], + "signature": ["\"synthetics.payload.timings.total\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5230,9 +4790,7 @@ "tags": [], "label": "SYNTHETICS_WAIT_TIMINGS", "description": [], - "signature": [ - "\"synthetics.payload.timings.wait\"" - ], + "signature": ["\"synthetics.payload.timings.wait\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/synthetics.ts", "deprecated": false, "trackAdoption": false, @@ -5245,9 +4803,7 @@ "tags": [], "label": "TBT_FIELD", "description": [], - "signature": [ - "\"transaction.experience.tbt\"" - ], + "signature": ["\"transaction.experience.tbt\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5260,9 +4816,7 @@ "tags": [], "label": "TRACE_ID", "description": [], - "signature": [ - "\"trace.id\"" - ], + "signature": ["\"trace.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5275,9 +4829,7 @@ "tags": [], "label": "TRANSACTION_DOM_INTERACTIVE", "description": [], - "signature": [ - "\"transaction.marks.agent.domInteractive\"" - ], + "signature": ["\"transaction.marks.agent.domInteractive\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5290,9 +4842,7 @@ "tags": [], "label": "TRANSACTION_DURATION", "description": [], - "signature": [ - "\"transaction.duration.us\"" - ], + "signature": ["\"transaction.duration.us\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5305,9 +4855,7 @@ "tags": [], "label": "TRANSACTION_DURATION_HISTOGRAM", "description": [], - "signature": [ - "\"transaction.duration.histogram\"" - ], + "signature": ["\"transaction.duration.histogram\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5320,9 +4868,7 @@ "tags": [], "label": "TRANSACTION_ID", "description": [], - "signature": [ - "\"transaction.id\"" - ], + "signature": ["\"transaction.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5335,9 +4881,7 @@ "tags": [], "label": "TRANSACTION_NAME", "description": [], - "signature": [ - "\"transaction.name\"" - ], + "signature": ["\"transaction.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5350,9 +4894,7 @@ "tags": [], "label": "TRANSACTION_PAGE_URL", "description": [], - "signature": [ - "\"transaction.page.url\"" - ], + "signature": ["\"transaction.page.url\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5365,9 +4907,7 @@ "tags": [], "label": "TRANSACTION_RESULT", "description": [], - "signature": [ - "\"transaction.result\"" - ], + "signature": ["\"transaction.result\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5380,9 +4920,7 @@ "tags": [], "label": "TRANSACTION_ROOT", "description": [], - "signature": [ - "\"transaction.root\"" - ], + "signature": ["\"transaction.root\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5395,9 +4933,7 @@ "tags": [], "label": "TRANSACTION_SAMPLED", "description": [], - "signature": [ - "\"transaction.sampled\"" - ], + "signature": ["\"transaction.sampled\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5410,9 +4946,7 @@ "tags": [], "label": "TRANSACTION_TIME_TO_FIRST_BYTE", "description": [], - "signature": [ - "\"transaction.marks.agent.timeToFirstByte\"" - ], + "signature": ["\"transaction.marks.agent.timeToFirstByte\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5425,9 +4959,7 @@ "tags": [], "label": "TRANSACTION_TYPE", "description": [], - "signature": [ - "\"transaction.type\"" - ], + "signature": ["\"transaction.type\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5440,9 +4972,7 @@ "tags": [], "label": "TRANSACTION_URL", "description": [], - "signature": [ - "\"url.full\"" - ], + "signature": ["\"url.full\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5455,9 +4985,7 @@ "tags": [], "label": "URL_FULL", "description": [], - "signature": [ - "\"url.full\"" - ], + "signature": ["\"url.full\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5470,9 +4998,7 @@ "tags": [], "label": "USER_AGENT_DEVICE", "description": [], - "signature": [ - "\"user_agent.device.name\"" - ], + "signature": ["\"user_agent.device.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5485,9 +5011,7 @@ "tags": [], "label": "USER_AGENT_NAME", "description": [], - "signature": [ - "\"user_agent.name\"" - ], + "signature": ["\"user_agent.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5500,9 +5024,7 @@ "tags": [], "label": "USER_AGENT_ORIGINAL", "description": [], - "signature": [ - "\"user_agent.original\"" - ], + "signature": ["\"user_agent.original\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5515,9 +5037,7 @@ "tags": [], "label": "USER_AGENT_OS", "description": [], - "signature": [ - "\"user_agent.os.name\"" - ], + "signature": ["\"user_agent.os.name\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5530,9 +5050,7 @@ "tags": [], "label": "USER_AGENT_OS_VERSION", "description": [], - "signature": [ - "\"user_agent.os.version\"" - ], + "signature": ["\"user_agent.os.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5545,9 +5063,7 @@ "tags": [], "label": "USER_AGENT_VERSION", "description": [], - "signature": [ - "\"user_agent.version\"" - ], + "signature": ["\"user_agent.version\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5560,9 +5076,7 @@ "tags": [], "label": "USER_ID", "description": [], - "signature": [ - "\"user.id\"" - ], + "signature": ["\"user.id\""], "path": "x-pack/plugins/observability_solution/observability_shared/common/field_names/elasticsearch.ts", "deprecated": false, "trackAdoption": false, @@ -5571,4 +5085,4 @@ ], "objects": [] } -} \ No newline at end of file +} diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index cc1fb71932dfb..81c6591468538 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -651,7 +651,7 @@ using the CURL scripts in the scripts folder. |This plugin is home to the component and related types. It implements several of the underlying concepts that the Observability Logs Explorer app builds upon. -|{kib-repo}blob/{branch}/x-pack/plugins/logs_shared/README.md[logsShared] +|{kib-repo}blob/{branch}/x-pack/plugins/observability_solution/logs_shared/README.md[logsShared] |Exposes the shared components and APIs to access and visualize logs. diff --git a/package.json b/package.json index 6b906f90bda94..0dfe190744415 100644 --- a/package.json +++ b/package.json @@ -528,7 +528,7 @@ "@kbn/logging": "link:packages/kbn-logging", "@kbn/logging-mocks": "link:packages/kbn-logging-mocks", "@kbn/logs-explorer-plugin": "link:x-pack/plugins/observability_solution/logs_explorer", - "@kbn/logs-shared-plugin": "link:x-pack/plugins/logs_shared", + "@kbn/logs-shared-plugin": "link:x-pack/plugins/observability_solution/logs_shared", "@kbn/logstash-plugin": "link:x-pack/plugins/logstash", "@kbn/managed-content-badge": "link:packages/kbn-managed-content-badge", "@kbn/management-cards-navigation": "link:packages/kbn-management/cards_navigation", diff --git a/tsconfig.base.json b/tsconfig.base.json index 9c664469164e6..94bd00f225598 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1002,8 +1002,8 @@ "@kbn/logging-mocks/*": ["packages/kbn-logging-mocks/*"], "@kbn/logs-explorer-plugin": ["x-pack/plugins/observability_solution/logs_explorer"], "@kbn/logs-explorer-plugin/*": ["x-pack/plugins/observability_solution/logs_explorer/*"], - "@kbn/logs-shared-plugin": ["x-pack/plugins/logs_shared"], - "@kbn/logs-shared-plugin/*": ["x-pack/plugins/logs_shared/*"], + "@kbn/logs-shared-plugin": ["x-pack/plugins/observability_solution/logs_shared"], + "@kbn/logs-shared-plugin/*": ["x-pack/plugins/observability_solution/logs_shared/*"], "@kbn/logstash-plugin": ["x-pack/plugins/logstash"], "@kbn/logstash-plugin/*": ["x-pack/plugins/logstash/*"], "@kbn/managed-content-badge": ["packages/kbn-managed-content-badge"], diff --git a/x-pack/.i18nrc.json b/x-pack/.i18nrc.json index f612dc9c79507..b640b2ac0f8e6 100644 --- a/x-pack/.i18nrc.json +++ b/x-pack/.i18nrc.json @@ -41,7 +41,7 @@ "xpack.indexLifecycleMgmt": "plugins/index_lifecycle_management", "xpack.infra": "plugins/observability_solution/infra", "xpack.logsExplorer": "plugins/observability_solution/logs_explorer", - "xpack.logsShared": "plugins/logs_shared", + "xpack.logsShared": "plugins/observability_solution/logs_shared", "xpack.fleet": "plugins/fleet", "xpack.ingestPipelines": "plugins/ingest_pipelines", "xpack.kubernetesSecurity": "plugins/kubernetes_security", @@ -67,10 +67,10 @@ ], "xpack.monitoring": ["plugins/monitoring"], "xpack.observability": "plugins/observability_solution/observability", + "xpack.observabilityAiAssistant": "plugins/observability_solution/observability_ai_assistant", "xpack.observabilityLogsExplorer": "plugins/observability_solution/observability_logs_explorer", "xpack.observability_onboarding": "plugins/observability_solution/observability_onboarding", "xpack.observabilityShared": "plugins/observability_solution/observability_shared", - "xpack.observabilityAiAssistant": "plugins/observability_solution/observability_ai_assistant", "xpack.osquery": ["plugins/osquery"], "xpack.painlessLab": "plugins/painless_lab", "xpack.profiling": ["plugins/observability_solution/profiling"], diff --git a/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx b/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx index 5f3af9a500b9b..79884fd02848f 100644 --- a/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx +++ b/x-pack/plugins/enterprise_search/public/applications/shared/log_stream/log_stream.tsx @@ -16,7 +16,7 @@ import { LogStream, LogStreamProps } from '@kbn/logs-shared-plugin/public'; * default for timestamps. All other props get passed as-is to the underlying LogStream. * * Documentation links for reference: - * - https://github.com/elastic/kibana/blob/main/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx + * - https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx * - Run `yarn storybook logsShared` for live docs */ diff --git a/x-pack/plugins/enterprise_search/server/plugin.ts b/x-pack/plugins/enterprise_search/server/plugin.ts index 8d493c0a4d59b..5e65699224bd5 100644 --- a/x-pack/plugins/enterprise_search/server/plugin.ts +++ b/x-pack/plugins/enterprise_search/server/plugin.ts @@ -299,7 +299,7 @@ export class EnterpriseSearchPlugin implements Plugin { /* * Register logs source configuration, used by LogStream components - * @see https://github.com/elastic/kibana/blob/main/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx#with-a-source-configuration + * @see https://github.com/elastic/kibana/blob/main/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx#with-a-source-configuration */ logsShared.logViews.defineInternalLogView(ENTERPRISE_SEARCH_RELEVANCE_LOGS_SOURCE_ID, { logIndices: { diff --git a/x-pack/plugins/logs_shared/README.md b/x-pack/plugins/observability_solution/logs_shared/README.md similarity index 100% rename from x-pack/plugins/logs_shared/README.md rename to x-pack/plugins/observability_solution/logs_shared/README.md diff --git a/x-pack/plugins/logs_shared/common/constants.ts b/x-pack/plugins/observability_solution/logs_shared/common/constants.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/constants.ts rename to x-pack/plugins/observability_solution/logs_shared/common/constants.ts diff --git a/x-pack/plugins/logs_shared/common/formatters/datetime.ts b/x-pack/plugins/observability_solution/logs_shared/common/formatters/datetime.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/formatters/datetime.ts rename to x-pack/plugins/observability_solution/logs_shared/common/formatters/datetime.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/latest.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/latest.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/latest.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/latest.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/highlights.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/highlights.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/v1/summary_highlights.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/common.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/common.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/common.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/common.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/v1/get_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/get_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/v1/get_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/get_log_view.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/v1/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/v1/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/index.ts diff --git a/x-pack/plugins/logs_shared/common/http_api/log_views/v1/put_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/put_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/http_api/log_views/v1/put_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/common/http_api/log_views/v1/put_log_view.ts diff --git a/x-pack/plugins/logs_shared/common/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/index.ts diff --git a/x-pack/plugins/logs_shared/common/locators/get_logs_locators.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/get_logs_locators.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/get_logs_locators.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/get_logs_locators.ts diff --git a/x-pack/plugins/logs_shared/common/locators/helpers.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/helpers.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/helpers.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/helpers.ts diff --git a/x-pack/plugins/logs_shared/common/locators/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/index.ts diff --git a/x-pack/plugins/logs_shared/common/locators/infra.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/infra.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/infra.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/infra.ts diff --git a/x-pack/plugins/logs_shared/common/locators/logs_locator.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/logs_locator.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/logs_locator.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/logs_locator.ts diff --git a/x-pack/plugins/logs_shared/common/locators/node_logs_locator.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/node_logs_locator.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/node_logs_locator.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/node_logs_locator.ts diff --git a/x-pack/plugins/logs_shared/common/locators/time_range.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/time_range.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/time_range.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/time_range.ts diff --git a/x-pack/plugins/logs_shared/common/locators/trace_logs_locator.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/trace_logs_locator.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/trace_logs_locator.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/trace_logs_locator.ts diff --git a/x-pack/plugins/logs_shared/common/locators/types.ts b/x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/locators/types.ts rename to x-pack/plugins/observability_solution/logs_shared/common/locators/types.ts diff --git a/x-pack/plugins/logs_shared/common/log_entry/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_entry/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_entry/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_entry/index.ts diff --git a/x-pack/plugins/logs_shared/common/log_entry/log_entry.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_entry/log_entry.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry.ts diff --git a/x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_entry/log_entry_cursor.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_entry/log_entry_cursor.ts diff --git a/x-pack/plugins/logs_shared/common/log_text_scale/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_text_scale/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/index.ts diff --git a/x-pack/plugins/logs_shared/common/log_text_scale/log_text_scale.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/log_text_scale.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_text_scale/log_text_scale.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_text_scale/log_text_scale.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/defaults.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/defaults.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/defaults.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/errors.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/errors.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/errors.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/index.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/log_view.mock.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/log_view.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/log_view.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/log_view.mock.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/resolved_log_view.mock.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.mock.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/resolved_log_view.mock.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.mock.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/resolved_log_view.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/resolved_log_view.ts diff --git a/x-pack/plugins/logs_shared/common/log_views/types.ts b/x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/log_views/types.ts rename to x-pack/plugins/observability_solution/logs_shared/common/log_views/types.ts diff --git a/x-pack/plugins/logs_shared/common/mocks.ts b/x-pack/plugins/observability_solution/logs_shared/common/mocks.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/mocks.ts rename to x-pack/plugins/observability_solution/logs_shared/common/mocks.ts diff --git a/x-pack/plugins/logs_shared/common/plugin_config.ts b/x-pack/plugins/observability_solution/logs_shared/common/plugin_config.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/plugin_config.ts rename to x-pack/plugins/observability_solution/logs_shared/common/plugin_config.ts diff --git a/x-pack/plugins/logs_shared/common/runtime_types.ts b/x-pack/plugins/observability_solution/logs_shared/common/runtime_types.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/runtime_types.ts rename to x-pack/plugins/observability_solution/logs_shared/common/runtime_types.ts diff --git a/x-pack/plugins/logs_shared/common/search_strategies/common/errors.ts b/x-pack/plugins/observability_solution/logs_shared/common/search_strategies/common/errors.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/search_strategies/common/errors.ts rename to x-pack/plugins/observability_solution/logs_shared/common/search_strategies/common/errors.ts diff --git a/x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entries.ts b/x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entries.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entries.ts rename to x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entries.ts diff --git a/x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entry.ts b/x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entry.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/search_strategies/log_entries/log_entry.ts rename to x-pack/plugins/observability_solution/logs_shared/common/search_strategies/log_entries/log_entry.ts diff --git a/x-pack/plugins/logs_shared/common/time/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/time/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/time/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/time/index.ts diff --git a/x-pack/plugins/logs_shared/common/time/time_key.ts b/x-pack/plugins/observability_solution/logs_shared/common/time/time_key.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/time/time_key.ts rename to x-pack/plugins/observability_solution/logs_shared/common/time/time_key.ts diff --git a/x-pack/plugins/logs_shared/common/typed_json.ts b/x-pack/plugins/observability_solution/logs_shared/common/typed_json.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/typed_json.ts rename to x-pack/plugins/observability_solution/logs_shared/common/typed_json.ts diff --git a/x-pack/plugins/logs_shared/common/utils/date_helpers.test.ts b/x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.test.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/utils/date_helpers.test.ts rename to x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.test.ts diff --git a/x-pack/plugins/logs_shared/common/utils/date_helpers.ts b/x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/utils/date_helpers.ts rename to x-pack/plugins/observability_solution/logs_shared/common/utils/date_helpers.ts diff --git a/x-pack/plugins/logs_shared/common/utils/index.ts b/x-pack/plugins/observability_solution/logs_shared/common/utils/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/common/utils/index.ts rename to x-pack/plugins/observability_solution/logs_shared/common/utils/index.ts diff --git a/x-pack/plugins/logs_shared/jest.config.js b/x-pack/plugins/observability_solution/logs_shared/jest.config.js similarity index 53% rename from x-pack/plugins/logs_shared/jest.config.js rename to x-pack/plugins/observability_solution/logs_shared/jest.config.js index 4d4168f2dbda4..2e3869ccf0573 100644 --- a/x-pack/plugins/logs_shared/jest.config.js +++ b/x-pack/plugins/observability_solution/logs_shared/jest.config.js @@ -7,11 +7,12 @@ module.exports = { preset: '@kbn/test', - rootDir: '../../..', - roots: ['/x-pack/plugins/logs_shared'], - coverageDirectory: '/target/kibana-coverage/jest/x-pack/plugins/logs_shared', + rootDir: '../../../..', + roots: ['/x-pack/plugins/observability_solution/logs_shared'], + coverageDirectory: + '/target/kibana-coverage/jest/x-pack/plugins/observability_solution/logs_shared', coverageReporters: ['text', 'html'], collectCoverageFrom: [ - '/x-pack/plugins/logs_shared/{common,public,server}/**/*.{ts,tsx}', + '/x-pack/plugins/observability_solution/logs_shared/{common,public,server}/**/*.{ts,tsx}', ], }; diff --git a/x-pack/plugins/logs_shared/kibana.jsonc b/x-pack/plugins/observability_solution/logs_shared/kibana.jsonc similarity index 100% rename from x-pack/plugins/logs_shared/kibana.jsonc rename to x-pack/plugins/observability_solution/logs_shared/kibana.jsonc diff --git a/x-pack/plugins/logs_shared/public/components/auto_sizer.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/auto_sizer.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/auto_sizer.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/auto_sizer.tsx diff --git a/x-pack/plugins/logs_shared/public/components/centered_flyout_body.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/centered_flyout_body.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/centered_flyout_body.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/centered_flyout_body.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_error_callout.stories.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.stories.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_error_callout.stories.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.stories.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_error_callout.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_error_callout.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_error_callout.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_progress.stories.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.stories.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_progress.stories.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.stories.tsx diff --git a/x-pack/plugins/logs_shared/public/components/data_search_progress.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/data_search_progress.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/data_search_progress.tsx diff --git a/x-pack/plugins/logs_shared/public/components/empty_states/index.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/index.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/empty_states/index.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/index.tsx diff --git a/x-pack/plugins/logs_shared/public/components/empty_states/no_data.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/no_data.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/empty_states/no_data.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/empty_states/no_data.tsx diff --git a/x-pack/plugins/logs_shared/public/components/formatted_time.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/formatted_time.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/formatted_time.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/formatted_time.tsx diff --git a/x-pack/plugins/logs_shared/public/components/loading/__examples__/index.stories.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/loading/__examples__/index.stories.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/loading/__examples__/index.stories.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/loading/__examples__/index.stories.tsx diff --git a/x-pack/plugins/logs_shared/public/components/loading/index.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/loading/index.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/loading/index.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/loading/index.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/index.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/index.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/index.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/index.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.mock.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/log_ai_assistant.tsx diff --git a/x-pack/plugins/logs_shared/public/components/log_ai_assistant/translations.ts b/x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/translations.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_ai_assistant/translations.ts rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_ai_assistant/translations.ts diff --git a/x-pack/plugins/logs_shared/public/components/log_stream/index.ts b/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/index.ts similarity index 100% rename from x-pack/plugins/logs_shared/public/components/log_stream/index.ts rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/index.ts diff --git a/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx b/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx similarity index 98% rename from x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx rename to x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx index 36bddaf0a11d2..0cbc0a03f9184 100644 --- a/x-pack/plugins/logs_shared/public/components/log_stream/log_stream.stories.mdx +++ b/x-pack/plugins/observability_solution/logs_shared/public/components/log_stream/log_stream.stories.mdx @@ -80,7 +80,7 @@ The component also has a `filters` prop that accepts valid es-query `filters`. T ## Center the view on a specific entry -By default the component will load at the bottom of the list, showing the newest entries. You can change the rendering point with the `center` prop. The prop takes a [`LogEntriesCursor`](https://github.com/elastic/kibana/blob/0a6c748cc837c016901f69ff05d81395aa2d41c8/x-pack/plugins/logs_shared/common/http_api/log_entries/common.ts#L9-L13). +By default the component will load at the bottom of the list, showing the newest entries. You can change the rendering point with the `center` prop. The prop takes a [`LogEntriesCursor`](https://github.com/elastic/kibana/blob/0a6c748cc837c016901f69ff05d81395aa2d41c8/x-pack/plugins/observability_solution/logs_shared/common/http_api/log_entries/common.ts#L9-L13). ```tsx