Path Lines of Code CODE_OF_CONDUCT.md 17 CONTRIBUTING.md 64 DEVELOPER_GUIDE.md 543 MAINTAINERS.md 11 README.md 27 RELEASING.md 2 SECURITY.md 2 TESTING.md 66 TYPESCRIPT.md 180 api-documenter.json 4 common/graphql/introspection.json 2650 examples/README.asciidoc 7 examples/bfetch_explorer/opensearch_dashboards.json 10 examples/bfetch_explorer/public/components/count_until/index.tsx 68 examples/bfetch_explorer/public/components/double_integers/index.tsx 78 examples/bfetch_explorer/public/components/page/index.tsx 28 examples/bfetch_explorer/public/containers/app/index.tsx 26 examples/bfetch_explorer/public/containers/app/pages/page_count_until/index.tsx 22 examples/bfetch_explorer/public/containers/app/pages/page_double_integers/index.tsx 20 examples/bfetch_explorer/public/containers/app/sidebar/index.tsx 31 examples/bfetch_explorer/public/hooks/use_deps.ts 3 examples/bfetch_explorer/public/index.ts 2 examples/bfetch_explorer/public/mount.tsx 26 examples/bfetch_explorer/public/plugin.tsx 51 examples/bfetch_explorer/public/routes.tsx 37 examples/bfetch_explorer/server/index.ts 2 examples/bfetch_explorer/server/plugin.ts 40 examples/bfetch_explorer/tsconfig.json 19 examples/dashboard_embeddable_examples/README.md 1 examples/dashboard_embeddable_examples/opensearch_dashboards.json 10 examples/dashboard_embeddable_examples/public/app.tsx 64 examples/dashboard_embeddable_examples/public/by_value/embeddable.tsx 96 examples/dashboard_embeddable_examples/public/by_value/input_editor.tsx 34 examples/dashboard_embeddable_examples/public/index.ts 2 examples/dashboard_embeddable_examples/public/plugin.tsx 40 examples/dashboard_embeddable_examples/tsconfig.json 18 examples/developer_examples/README.md 29 examples/developer_examples/opensearch_dashboards.json 9 examples/developer_examples/public/app.tsx 92 examples/developer_examples/public/index.ts 3 examples/developer_examples/public/plugin.ts 42 examples/developer_examples/public/types.ts 8 examples/developer_examples/tsconfig.json 18 examples/embeddable_examples/common/book_saved_object_attributes.ts 7 examples/embeddable_examples/common/index.ts 2 examples/embeddable_examples/common/todo_saved_object_attributes.ts 6 examples/embeddable_examples/opensearch_dashboards.json 11 examples/embeddable_examples/public/book/add_book_to_library_action.tsx 36 examples/embeddable_examples/public/book/book_component.tsx 77 examples/embeddable_examples/public/book/book_embeddable.tsx 86 examples/embeddable_examples/public/book/book_embeddable_factory.tsx 89 examples/embeddable_examples/public/book/create_edit_book_component.tsx 67 examples/embeddable_examples/public/book/edit_book_action.tsx 76 examples/embeddable_examples/public/book/index.ts 2 examples/embeddable_examples/public/book/unlink_book_from_library_action.tsx 36 examples/embeddable_examples/public/create_sample_data.ts 28 examples/embeddable_examples/public/hello_world/hello_world_embeddable.tsx 16 examples/embeddable_examples/public/hello_world/hello_world_embeddable_factory.ts 23 examples/embeddable_examples/public/hello_world/index.ts 2 examples/embeddable_examples/public/index.ts 17 examples/embeddable_examples/public/list_container/index.ts 2 examples/embeddable_examples/public/list_container/list_container.tsx 27 examples/embeddable_examples/public/list_container/list_container_component.tsx 56 examples/embeddable_examples/public/list_container/list_container_factory.ts 31 examples/embeddable_examples/public/multi_task_todo/index.ts 2 examples/embeddable_examples/public/multi_task_todo/multi_task_todo_component.tsx 64 examples/embeddable_examples/public/multi_task_todo/multi_task_todo_embeddable.tsx 47 examples/embeddable_examples/public/multi_task_todo/multi_task_todo_embeddable_factory.ts 36 examples/embeddable_examples/public/plugin.ts 158 examples/embeddable_examples/public/searchable_list_container/index.ts 5 examples/embeddable_examples/public/searchable_list_container/searchable_list_container.tsx 38 examples/embeddable_examples/public/searchable_list_container/searchable_list_container_component.tsx 173 examples/embeddable_examples/public/searchable_list_container/searchable_list_container_factory.ts 37 examples/embeddable_examples/public/todo/README.md 31 examples/embeddable_examples/public/todo/index.ts 2 examples/embeddable_examples/public/todo/todo_component.tsx 55 examples/embeddable_examples/public/todo/todo_embeddable.tsx 46 examples/embeddable_examples/public/todo/todo_embeddable_factory.tsx 71 examples/embeddable_examples/public/todo/todo_ref_component.tsx 63 examples/embeddable_examples/public/todo/todo_ref_embeddable.tsx 76 examples/embeddable_examples/public/todo/todo_ref_embeddable_factory.tsx 65 examples/embeddable_examples/server/book_saved_object.ts 20 examples/embeddable_examples/server/index.ts 3 examples/embeddable_examples/server/plugin.ts 11 examples/embeddable_examples/server/todo_saved_object.ts 20 examples/embeddable_examples/tsconfig.json 20 examples/embeddable_explorer/opensearch_dashboards.json 9 examples/embeddable_explorer/public/app.tsx 108 examples/embeddable_explorer/public/embeddable_panel_example.tsx 134 examples/embeddable_explorer/public/hello_world_embeddable_example.tsx 55 examples/embeddable_explorer/public/index.ts 2 examples/embeddable_explorer/public/list_container_example.tsx 162 examples/embeddable_explorer/public/plugin.tsx 66 examples/embeddable_explorer/public/todo_embeddable_example.tsx 110 examples/embeddable_explorer/tsconfig.json 18 examples/routing_example/README.md 6 examples/routing_example/common/index.ts 4 examples/routing_example/opensearch_dashboards.json 9 examples/routing_example/public/app.tsx 81 examples/routing_example/public/get_message_example.tsx 69 examples/routing_example/public/index.ts 3 examples/routing_example/public/is_error.ts 4 examples/routing_example/public/plugin.tsx 55 examples/routing_example/public/post_message_example.tsx 77 examples/routing_example/public/random_number_between_example.tsx 72 examples/routing_example/public/random_number_example.tsx 51 examples/routing_example/public/services.ts 57 examples/routing_example/server/index.ts 3 examples/routing_example/server/plugin.ts 13 examples/routing_example/server/routes/index.ts 1 examples/routing_example/server/routes/message_routes.ts 46 examples/routing_example/server/routes/random_number_between_generator.ts 22 examples/routing_example/server/routes/random_number_generator.ts 17 examples/routing_example/server/routes/register_routes.ts 10 examples/routing_example/tsconfig.json 19 examples/search_examples/README.md 5 examples/search_examples/common/index.ts 13 examples/search_examples/opensearch_dashboards.json 10 examples/search_examples/public/application.tsx 18 examples/search_examples/public/components/app.tsx 291 examples/search_examples/public/index.scss 1 examples/search_examples/public/index.ts 6 examples/search_examples/public/plugin.ts 48 examples/search_examples/public/types.ts 12 examples/search_examples/server/index.ts 6 examples/search_examples/server/my_strategy.ts 21 examples/search_examples/server/plugin.ts 46 examples/search_examples/server/routes/index.ts 1 examples/search_examples/server/routes/register_routes.ts 6 examples/search_examples/server/routes/server_search_route.ts 46 examples/search_examples/server/types.ts 9 examples/search_examples/tsconfig.json 19 examples/state_containers_examples/common/index.ts 2 examples/state_containers_examples/opensearch_dashboards.json 10 examples/state_containers_examples/public/index.ts 2 examples/state_containers_examples/public/plugin.ts 102 examples/state_containers_examples/public/todo/app.tsx 35 examples/state_containers_examples/public/todo/todo.tsx 278 examples/state_containers_examples/public/with_data_services/application.tsx 20 examples/state_containers_examples/public/with_data_services/components/app.tsx 181 examples/state_containers_examples/public/with_data_services/types.ts 8 examples/state_containers_examples/server/index.ts 7 examples/state_containers_examples/server/plugin.ts 27 examples/state_containers_examples/server/routes/index.ts 16 examples/state_containers_examples/server/types.ts 2 examples/state_containers_examples/tsconfig.json 21 examples/ui_action_examples/README.md 6 examples/ui_action_examples/opensearch_dashboards.json 10 examples/ui_action_examples/public/hello_world_action.tsx 23 examples/ui_action_examples/public/hello_world_trigger.ts 5 examples/ui_action_examples/public/index.ts 4 examples/ui_action_examples/public/plugin.ts 35 examples/ui_action_examples/tsconfig.json 19 examples/ui_actions_explorer/README.md 5 examples/ui_actions_explorer/opensearch_dashboards.json 10 examples/ui_actions_explorer/public/actions/actions.tsx 108 examples/ui_actions_explorer/public/app.tsx 98 examples/ui_actions_explorer/public/context_menu_examples/context_menu_examples.tsx 41 examples/ui_actions_explorer/public/context_menu_examples/index.tsx 1 examples/ui_actions_explorer/public/context_menu_examples/panel_edit.tsx 34 examples/ui_actions_explorer/public/context_menu_examples/panel_edit_with_drilldowns.tsx 44 examples/ui_actions_explorer/public/context_menu_examples/panel_edit_with_drilldowns_and_context_actions.tsx 60 examples/ui_actions_explorer/public/context_menu_examples/panel_view.tsx 30 examples/ui_actions_explorer/public/context_menu_examples/panel_view_with_sharing.tsx 42 examples/ui_actions_explorer/public/context_menu_examples/panel_view_with_sharing_long.tsx 47 examples/ui_actions_explorer/public/context_menu_examples/util.ts 19 examples/ui_actions_explorer/public/index.ts 2 examples/ui_actions_explorer/public/page.tsx 27 examples/ui_actions_explorer/public/plugin.tsx 107 examples/ui_actions_explorer/public/trigger_context_example.tsx 118 examples/ui_actions_explorer/tsconfig.json 18 examples/url_generators_examples/README.md 5 examples/url_generators_examples/opensearch_dashboards.json 10 examples/url_generators_examples/public/app.tsx 35 examples/url_generators_examples/public/index.ts 2 examples/url_generators_examples/public/plugin.tsx 49 examples/url_generators_examples/public/url_generator.ts 42 examples/url_generators_examples/tsconfig.json 18 examples/url_generators_explorer/README.md 6 examples/url_generators_explorer/opensearch_dashboards.json 9 examples/url_generators_explorer/public/app.tsx 134 examples/url_generators_explorer/public/index.ts 2 examples/url_generators_explorer/public/page.tsx 27 examples/url_generators_explorer/public/plugin.tsx 49 examples/url_generators_explorer/tsconfig.json 18 github_checks_reporter.json 6 package.json 472 packages/README.md 44 packages/opensearch-datemath/package.json 11 packages/opensearch-datemath/readme.md 2 packages/opensearch-datemath/tsconfig.json 9 packages/opensearch-eslint-config-opensearch-dashboards/README.md 24 packages/opensearch-eslint-config-opensearch-dashboards/package.json 37 packages/opensearch-safer-lodash-set/README.md 81 packages/opensearch-safer-lodash-set/package.json 46 packages/opensearch-safer-lodash-set/scripts/patches/_baseSet.js.patch 31 packages/opensearch-safer-lodash-set/tsconfig.json 9 packages/osd-ace/README.md 11 packages/osd-ace/package.json 21 packages/osd-ace/tsconfig.json 15 packages/osd-analytics/package.json 22 packages/osd-analytics/tsconfig.json 20 packages/osd-apm-config-loader/README.md 9 packages/osd-apm-config-loader/package.json 23 packages/osd-apm-config-loader/tsconfig.json 12 packages/osd-babel-preset/README.md 12 packages/osd-babel-preset/package.json 24 packages/osd-config-schema/README.md 398 packages/osd-config-schema/package.json 22 packages/osd-config-schema/tsconfig.json 21 packages/osd-config/README.md 2 packages/osd-config/package.json 30 packages/osd-config/tsconfig.json 12 packages/osd-dev-utils/README.md 4 packages/osd-dev-utils/certs/README.md 40 packages/osd-dev-utils/package.json 42 packages/osd-dev-utils/src/ci_stats_reporter/README.md 32 packages/osd-dev-utils/src/run/README.md 88 packages/osd-dev-utils/tooling_log/package.json 3 packages/osd-dev-utils/tsconfig.json 12 packages/osd-eslint-import-resolver-opensearch-dashboards/README.md 50 packages/osd-eslint-import-resolver-opensearch-dashboards/package.json 24 packages/osd-eslint-plugin-eslint/README.md 2 packages/osd-eslint-plugin-eslint/package.json 18 packages/osd-expect/README.md 141 packages/osd-expect/package.json 10 packages/osd-expect/tsconfig.json 9 packages/osd-i18n/GUIDELINE.md 348 packages/osd-i18n/README.md 358 packages/osd-i18n/angular/package.json 5 packages/osd-i18n/package.json 34 packages/osd-i18n/react/package.json 5 packages/osd-i18n/src/__fixtures__/test_plugin_1/translations/en-US.json 6 packages/osd-i18n/src/__fixtures__/test_plugin_1/translations/en.json 6 packages/osd-i18n/src/__fixtures__/test_plugin_2/translations/en.json 6 packages/osd-i18n/src/__fixtures__/test_plugin_2/translations/fr.json 5 packages/osd-i18n/src/__fixtures__/test_plugin_2/translations/ru.json 5 packages/osd-i18n/tsconfig.json 21 packages/osd-interpreter/common/package.json 5 packages/osd-interpreter/package.json 37 packages/osd-interpreter/tsconfig.json 10 packages/osd-logging/README.md 42 packages/osd-logging/package.json 18 packages/osd-logging/tsconfig.json 11 packages/osd-monaco/README.md 3 packages/osd-monaco/package.json 27 packages/osd-monaco/src/xjson/README.md 15 packages/osd-monaco/tsconfig.json 15 packages/osd-opensearch-archiver/package.json 20 packages/osd-opensearch-archiver/tsconfig.json 12 packages/osd-opensearch/README.md 37 packages/osd-opensearch/package.json 35 packages/osd-opensearch/tsconfig.json 9 packages/osd-optimizer/README.md 95 packages/osd-optimizer/package.json 61 packages/osd-optimizer/src/__fixtures__/mock_repo/plugins/bar/opensearch_dashboards.json 5 packages/osd-optimizer/src/__fixtures__/mock_repo/plugins/foo/opensearch_dashboards.json 4 packages/osd-optimizer/src/__fixtures__/mock_repo/plugins/nested/baz/opensearch_dashboards.json 3 packages/osd-optimizer/src/__fixtures__/mock_repo/test_plugins/test_baz/opensearch_dashboards.json 3 packages/osd-optimizer/tsconfig.json 10 packages/osd-plugin-generator/README.md 45 packages/osd-plugin-generator/package.json 26 packages/osd-plugin-generator/tsconfig.json 12 packages/osd-plugin-helpers/README.md 71 packages/osd-plugin-helpers/package.json 35 packages/osd-plugin-helpers/tsconfig.json 12 packages/osd-pm/README.md 198 packages/osd-pm/package.json 75 packages/osd-pm/src/production/__fixtures__/external_packages/with_opensearch_dashboards_link_deps/package.json 7 packages/osd-pm/src/production/__fixtures__/external_packages/with_other_link_deps/package.json 7 packages/osd-pm/src/utils/__fixtures__/opensearch-dashboards-extra/additional_projects/package.json 4 packages/osd-pm/src/utils/__fixtures__/opensearch-dashboards-extra/additional_projects/packages/baz/package.json 7 packages/osd-pm/src/utils/__fixtures__/opensearch-dashboards-extra/additional_projects/plugins/quux/package.json 8 packages/osd-pm/src/utils/__fixtures__/opensearch-dashboards/package.json 12 packages/osd-pm/src/utils/__fixtures__/opensearch-dashboards/packages/bar/package.json 7 packages/osd-pm/src/utils/__fixtures__/opensearch-dashboards/packages/foo/package.json 4 packages/osd-pm/src/utils/__fixtures__/other-plugins/baz/package.json 4 packages/osd-pm/src/utils/__fixtures__/plugins/baz/package.json 4 packages/osd-pm/src/utils/__fixtures__/plugins/quux/package.json 8 packages/osd-pm/src/utils/__fixtures__/plugins/zorge/package.json 7 packages/osd-pm/src/utils/__fixtures__/symlinked-plugins/corge/package.json 4 packages/osd-pm/tsconfig.json 16 packages/osd-release-notes/package.json 27 packages/osd-release-notes/tsconfig.json 12 packages/osd-spec-to-console/README.md 22 packages/osd-spec-to-console/lib/static/map_interpolation.json 5 packages/osd-spec-to-console/package.json 30 packages/osd-spec-to-console/test/fixtures/cluster_health_autocomplete.json 45 packages/osd-spec-to-console/test/fixtures/cluster_health_spec.json 104 packages/osd-std/README.md 2 packages/osd-std/package.json 20 packages/osd-std/tsconfig.json 13 packages/osd-storybook/README.md 29 packages/osd-storybook/package.json 46 packages/osd-storybook/tsconfig.json 9 packages/osd-telemetry-tools/GUIDELINE.md 154 packages/osd-telemetry-tools/README.md 56 packages/osd-telemetry-tools/package.json 25 packages/osd-telemetry-tools/src/tools/__fixture__/mock_schema.json 54 packages/osd-telemetry-tools/tsconfig.json 9 packages/osd-test-subj-selector/README.md 2 packages/osd-test-subj-selector/package.json 12 packages/osd-test-subj-selector/tsconfig.json 9 packages/osd-test/README.md 22 packages/osd-test/package.json 43 packages/osd-test/src/failed_tests_reporter/README.md 13 packages/osd-test/src/failed_tests_reporter/__fixtures__/cypress_report.xml 16 packages/osd-test/src/failed_tests_reporter/__fixtures__/ftr_report.xml 46 packages/osd-test/src/failed_tests_reporter/__fixtures__/jest_report.xml 7 packages/osd-test/src/failed_tests_reporter/__fixtures__/mocha_report.xml 32 packages/osd-test/src/functional_test_runner/lib/docker_servers/README.md 89 packages/osd-test/tsconfig.json 11 packages/osd-test/types/README.md 3 packages/osd-ui-framework/README.md 138 packages/osd-ui-framework/doc_site/src/images/hint-arrow.svg 25 packages/osd-ui-framework/generator-kui/documentation/index.js 182 packages/osd-ui-framework/generator-kui/documentation/templates/documentation_page.js 34 packages/osd-ui-framework/generator-kui/documentation/templates/documentation_page_demo.js 7 packages/osd-ui-framework/generator-kui/documentation/templates/documentation_sandbox.html 1 packages/osd-ui-framework/generator-kui/documentation/templates/documentation_sandbox.js 22 packages/osd-ui-framework/package.json 75 packages/osd-ui-shared-deps/README.md 2 packages/osd-ui-shared-deps/flot_charts/API.md 1160 packages/osd-ui-shared-deps/package.json 50 packages/osd-ui-shared-deps/tsconfig.json 10 packages/osd-utility-types/README.md 23 packages/osd-utility-types/package.json 25 packages/osd-utility-types/tsconfig.json 17 packages/osd-utils/README.md 2 packages/osd-utils/package.json 19 packages/osd-utils/tsconfig.json 11 release-notes/opensearch-dashboards.release-notes-1.0.0-rc1.md 65 release-notes/opensearch-dashboards.release-notes-1.0.0.md 896 release-notes/opensearch-dashboards.release-notes-1.1.0.md 476 release-notes/opensearch-dashboards.release-notes-1.2.0.md 151 scripts/README.md 43 src/core/CONVENTIONS.md 297 src/core/PRINCIPLES.md 45 src/core/README.md 36 src/core/TESTING.md 905 src/core/public/public.api.md 1483 src/core/server/core_app/assets/default_branding/opensearch_mark_dark_mode.svg 28 src/core/server/core_app/assets/default_branding/opensearch_mark_default_mode.svg 28 src/core/server/core_app/assets/favicons/browserconfig.xml 9 src/core/server/core_app/assets/favicons/manifest.json 19 src/core/server/core_app/assets/favicons/safari-pinned-tab.svg 45 src/core/server/core_app/assets/fonts/readme.md 5 src/core/server/logging/README.md 284 src/core/server/saved_objects/migrations/README.md 157 src/core/server/server.api.md 2514 src/core/server/utils/crypto/__fixtures__/README.md 37 src/core/tsconfig.json 22 src/dev/build/README.md 32 src/dev/i18n/README.md 156 src/dev/i18n/__fixtures__/integrate_locale_files/fr.json 63 src/dev/jest/integration_tests/__fixtures__/package.json 14 src/dev/npm/integration_tests/__fixtures__/fixture1/package.json 12 src/fixtures/config_upgrade_from_4.0.0.json 25 src/fixtures/config_upgrade_from_4.0.0_to_4.0.1-snapshot.json 35 src/fixtures/config_upgrade_from_4.0.0_to_4.0.1.json 35 src/plugins/advanced_settings/opensearch_dashboards.json 9 src/plugins/apm_oss/opensearch_dashboards.json 11 src/plugins/bfetch/README.md 42 src/plugins/bfetch/opensearch_dashboards.json 7 src/plugins/charts/README.md 15 src/plugins/charts/opensearch_dashboards.json 7 src/plugins/charts/public/services/theme/README.md 69 src/plugins/console/opensearch_dashboards.json 9 src/plugins/console/public/application/hooks/README.md 3 src/plugins/console/public/application/logo.svg 3 src/plugins/console/server/lib/spec_definitions/json/generated/_common.json 5 src/plugins/console/server/lib/spec_definitions/json/generated/bulk.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/cat.aliases.json 27 src/plugins/console/server/lib/spec_definitions/json/generated/cat.allocation.json 34 src/plugins/console/server/lib/spec_definitions/json/generated/cat.count.json 19 src/plugins/console/server/lib/spec_definitions/json/generated/cat.fielddata.json 33 src/plugins/console/server/lib/spec_definitions/json/generated/cat.health.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/cat.help.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/cat.indices.json 57 src/plugins/console/server/lib/spec_definitions/json/generated/cat.master.json 20 src/plugins/console/server/lib/spec_definitions/json/generated/cat.nodeattrs.json 20 src/plugins/console/server/lib/spec_definitions/json/generated/cat.nodes.json 43 src/plugins/console/server/lib/spec_definitions/json/generated/cat.pending_tasks.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/cat.plugins.json 20 src/plugins/console/server/lib/spec_definitions/json/generated/cat.recovery.json 44 src/plugins/console/server/lib/spec_definitions/json/generated/cat.repositories.json 20 src/plugins/console/server/lib/spec_definitions/json/generated/cat.segments.json 32 src/plugins/console/server/lib/spec_definitions/json/generated/cat.shards.json 43 src/plugins/console/server/lib/spec_definitions/json/generated/cat.snapshots.json 30 src/plugins/console/server/lib/spec_definitions/json/generated/cat.tasks.json 31 src/plugins/console/server/lib/spec_definitions/json/generated/cat.templates.json 21 src/plugins/console/server/lib/spec_definitions/json/generated/cat.thread_pool.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/clear_scroll.json 11 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.allocation_explain.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.delete_component_template.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.get_settings.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.health.json 46 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.pending_tasks.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.put_settings.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.remote_info.json 11 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.reroute.json 19 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.state.json 42 src/plugins/console/server/lib/spec_definitions/json/generated/cluster.stats.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/count.json 39 src/plugins/console/server/lib/spec_definitions/json/generated/create.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/delete.json 30 src/plugins/console/server/lib/spec_definitions/json/generated/delete_by_query.json 62 src/plugins/console/server/lib/spec_definitions/json/generated/delete_by_query_rethrottle.json 14 src/plugins/console/server/lib/spec_definitions/json/generated/delete_script.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/exists.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/exists_source.json 27 src/plugins/console/server/lib/spec_definitions/json/generated/explain.json 30 src/plugins/console/server/lib/spec_definitions/json/generated/field_caps.json 26 src/plugins/console/server/lib/spec_definitions/json/generated/get.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/get_script.json 14 src/plugins/console/server/lib/spec_definitions/json/generated/get_script_context.json 10 src/plugins/console/server/lib/spec_definitions/json/generated/get_script_languages.json 10 src/plugins/console/server/lib/spec_definitions/json/generated/get_source.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/index.json 38 src/plugins/console/server/lib/spec_definitions/json/generated/indices.analyze.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/indices.clear_cache.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/indices.clone.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/indices.close.json 25 src/plugins/console/server/lib/spec_definitions/json/generated/indices.create.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/indices.delete.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/indices.delete_alias.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/indices.delete_template.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists.json 25 src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_alias.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_template.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/indices.exists_type.json 23 src/plugins/console/server/lib/spec_definitions/json/generated/indices.flush.json 26 src/plugins/console/server/lib/spec_definitions/json/generated/indices.flush_synced.json 23 src/plugins/console/server/lib/spec_definitions/json/generated/indices.forcemerge.json 26 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get.json 27 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_alias.json 26 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_field_mapping.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_mapping.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_settings.json 29 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_template.json 18 src/plugins/console/server/lib/spec_definitions/json/generated/indices.get_upgrade.json 23 src/plugins/console/server/lib/spec_definitions/json/generated/indices.open.json 25 src/plugins/console/server/lib/spec_definitions/json/generated/indices.put_alias.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/indices.put_mapping.json 33 src/plugins/console/server/lib/spec_definitions/json/generated/indices.put_settings.json 27 src/plugins/console/server/lib/spec_definitions/json/generated/indices.put_template.json 19 src/plugins/console/server/lib/spec_definitions/json/generated/indices.recovery.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/indices.refresh.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/indices.rollover.json 19 src/plugins/console/server/lib/spec_definitions/json/generated/indices.segments.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/indices.shard_stores.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/indices.shrink.json 18 src/plugins/console/server/lib/spec_definitions/json/generated/indices.split.json 18 src/plugins/console/server/lib/spec_definitions/json/generated/indices.stats.json 57 src/plugins/console/server/lib/spec_definitions/json/generated/indices.update_aliases.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/indices.upgrade.json 25 src/plugins/console/server/lib/spec_definitions/json/generated/indices.validate_query.json 36 src/plugins/console/server/lib/spec_definitions/json/generated/info.json 11 src/plugins/console/server/lib/spec_definitions/json/generated/ingest.delete_pipeline.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/ingest.get_pipeline.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/ingest.processor_grok.json 11 src/plugins/console/server/lib/spec_definitions/json/generated/ingest.put_pipeline.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/ingest.simulate.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/mget.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/msearch.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/msearch_template.json 26 src/plugins/console/server/lib/spec_definitions/json/generated/mtermvectors.json 33 src/plugins/console/server/lib/spec_definitions/json/generated/nodes.hot_threads.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/nodes.info.json 32 src/plugins/console/server/lib/spec_definitions/json/generated/nodes.reload_secure_settings.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/nodes.stats.json 64 src/plugins/console/server/lib/spec_definitions/json/generated/nodes.usage.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/ping.json 11 src/plugins/console/server/lib/spec_definitions/json/generated/put_script.json 18 src/plugins/console/server/lib/spec_definitions/json/generated/rank_eval.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/reindex.json 21 src/plugins/console/server/lib/spec_definitions/json/generated/reindex_rethrottle.json 14 src/plugins/console/server/lib/spec_definitions/json/generated/render_search_template.json 13 src/plugins/console/server/lib/spec_definitions/json/generated/scripts_painless_execute.json 12 src/plugins/console/server/lib/spec_definitions/json/generated/scroll.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/search.json 74 src/plugins/console/server/lib/spec_definitions/json/generated/search_shards.json 27 src/plugins/console/server/lib/spec_definitions/json/generated/search_template.json 40 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.cleanup_repository.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.create.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.create_repository.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.delete.json 14 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.delete_repository.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.get.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.get_repository.json 16 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.restore.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.status.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/snapshot.verify_repository.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/tasks.cancel.json 17 src/plugins/console/server/lib/spec_definitions/json/generated/tasks.get.json 15 src/plugins/console/server/lib/spec_definitions/json/generated/tasks.list.json 24 src/plugins/console/server/lib/spec_definitions/json/generated/termvectors.json 33 src/plugins/console/server/lib/spec_definitions/json/generated/update.json 28 src/plugins/console/server/lib/spec_definitions/json/generated/update_by_query.json 64 src/plugins/console/server/lib/spec_definitions/json/generated/update_by_query_rethrottle.json 14 src/plugins/console/server/lib/spec_definitions/json/overrides/clear_scroll.json 7 src/plugins/console/server/lib/spec_definitions/json/overrides/cluster.health.json 38 src/plugins/console/server/lib/spec_definitions/json/overrides/cluster.put_settings.json 120 src/plugins/console/server/lib/spec_definitions/json/overrides/cluster.reroute.json 45 src/plugins/console/server/lib/spec_definitions/json/overrides/count.json 8 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.analyze.json 14 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.clone.json 14 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.create.json 17 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.delete_template.json 7 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.exists_template.json 7 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.get_field_mapping.json 5 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.get_mapping.json 5 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.get_template.json 8 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.put_alias.json 10 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.put_settings.json 7 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.put_template.json 19 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.rollover.json 22 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.update_aliases.json 27 src/plugins/console/server/lib/spec_definitions/json/overrides/indices.validate_query.json 7 src/plugins/console/server/lib/spec_definitions/json/overrides/snapshot.create.json 10 src/plugins/console/server/lib/spec_definitions/json/overrides/snapshot.create_repository.json 81 src/plugins/console/server/lib/spec_definitions/json/overrides/snapshot.restore.json 11 src/plugins/console/server/lib/spec_definitions/json/overrides/update_by_query.json 17 src/plugins/dashboard/README.asciidoc 4 src/plugins/dashboard/README.md 1 src/plugins/dashboard/opensearch_dashboards.json 18 src/plugins/data/README.md 95 src/plugins/data/opensearch_dashboards.json 18 src/plugins/data/public/query/state_sync/README.md 2 src/plugins/data/server/index_patterns/fetcher/lib/field_capabilities/__fixtures__/opensearch_field_caps_response.json 247 src/plugins/data/server/plugins_data_server.api.md 653 src/plugins/data/server/search/README.md 9 src/plugins/data/server/server.api.md 1073 src/plugins/dev_tools/README.md 23 src/plugins/dev_tools/opensearch_dashboards.json 7 src/plugins/discover/README.md 1 src/plugins/discover/opensearch_dashboards.json 24 src/plugins/discover/public/application/angular/context/NOTES.md 69 src/plugins/embeddable/README.md 18 src/plugins/embeddable/opensearch_dashboards.json 15 src/plugins/embeddable/public/public.api.md 834 src/plugins/expressions/README.md 28 src/plugins/expressions/opensearch_dashboards.json 12 src/plugins/home/README.md 40 src/plugins/home/opensearch_dashboards.json 11 src/plugins/home/public/assets/logos/activemq.svg 31 src/plugins/home/public/assets/logos/barracuda.svg 100 src/plugins/home/public/assets/logos/cylance.svg 82 src/plugins/home/public/assets/logos/fortinet.svg 9 src/plugins/home/public/assets/logos/ibmmq.svg 1 src/plugins/home/public/assets/logos/infoblox.svg 93 src/plugins/home/public/assets/logos/juniper.svg 72 src/plugins/home/public/assets/logos/microsoft.svg 1 src/plugins/home/public/assets/logos/misp.svg 166 src/plugins/home/public/assets/logos/nats.svg 1 src/plugins/home/public/assets/logos/okta.svg 19 src/plugins/home/public/assets/logos/opensearch_mark_centered.svg 14 src/plugins/home/public/assets/logos/opensearch_mark_darkmode.svg 14 src/plugins/home/public/assets/logos/opensearch_mark_default.svg 5 src/plugins/home/public/assets/logos/oracle.svg 1 src/plugins/home/public/assets/logos/osquery.svg 13 src/plugins/home/public/assets/logos/radware.svg 66 src/plugins/home/public/assets/logos/stan.svg 1 src/plugins/home/public/assets/logos/statsd.svg 40 src/plugins/home/public/assets/logos/tomcat.svg 107 src/plugins/index_pattern_management/opensearch_dashboards.json 8 src/plugins/index_pattern_management/public/components/create_index_pattern_wizard/CREATE_INDEX_PATTERN.md 12 src/plugins/index_pattern_management/public/components/field_editor/components/field_format_editor/samples/__snapshots__/samples.test.tsx.snap 60 src/plugins/index_pattern_management/public/components/field_editor/components/field_format_editor/samples/index.ts 1 src/plugins/index_pattern_management/public/components/field_editor/components/field_format_editor/samples/samples.scss 5 src/plugins/index_pattern_management/public/components/field_editor/components/field_format_editor/samples/samples.test.tsx 21 src/plugins/index_pattern_management/public/components/field_editor/components/field_format_editor/samples/samples.tsx 55 src/plugins/input_control_vis/README.md 1 src/plugins/input_control_vis/opensearch_dashboards.json 9 src/plugins/inspector/README.md 94 src/plugins/inspector/opensearch_dashboards.json 8 src/plugins/legacy_export/opensearch_dashboards.json 6 src/plugins/management/opensearch_dashboards.json 8 src/plugins/maps_legacy/opensearch_dashboards.json 9 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_files.json 5930 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_manifest.json 16 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_style_bright.json 12 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_style_bright_vector.json 4960 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_style_bright_vector_source.json 735 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_style_dark.json 12 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_style_desaturated.json 12 src/plugins/maps_legacy/public/__tests__/map/ems_mocks/sample_tiles.json 88 src/plugins/navigation/README.md 3 src/plugins/navigation/opensearch_dashboards.json 8 src/plugins/opensearch_dashboards_legacy/README.md 4 src/plugins/opensearch_dashboards_legacy/opensearch_dashboards.json 6 src/plugins/opensearch_dashboards_legacy/public/notify/toasts/TOAST_NOTIFICATIONS.md 70 src/plugins/opensearch_dashboards_overview/README.md 5 src/plugins/opensearch_dashboards_overview/opensearch_dashboards.json 9 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_canvas_dark.svg 69 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_canvas_light.svg 69 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_dashboard_dark.svg 116 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_dashboard_light.svg 116 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_discover_dark.svg 145 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_discover_light.svg 145 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_graph_dark.svg 68 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_graph_light.svg 68 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_ml_dark.svg 141 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_ml_light.svg 141 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_montage_dark.svg 178 src/plugins/opensearch_dashboards_overview/public/assets/opensearch_dashboards_montage_light.svg 218 src/plugins/opensearch_dashboards_react/README.md 161 src/plugins/opensearch_dashboards_react/opensearch_dashboards.json 7 src/plugins/opensearch_dashboards_react/public/code_editor/README.md 11 src/plugins/opensearch_dashboards_react/tsconfig.json 17 src/plugins/opensearch_dashboards_usage_collection/README.md 9 src/plugins/opensearch_dashboards_usage_collection/opensearch_dashboards.json 10 src/plugins/opensearch_dashboards_usage_collection/server/collectors/application_usage/README.md 28 src/plugins/opensearch_dashboards_utils/README.md 4 src/plugins/opensearch_dashboards_utils/common/state_containers/README.md 2 src/plugins/opensearch_dashboards_utils/common/state_containers/common.api.md 122 src/plugins/opensearch_dashboards_utils/demos/demos.test.ts 23 src/plugins/opensearch_dashboards_utils/demos/state_containers/counter.ts 18 src/plugins/opensearch_dashboards_utils/demos/state_containers/todomvc.ts 62 src/plugins/opensearch_dashboards_utils/demos/state_sync/url.ts 39 src/plugins/opensearch_dashboards_utils/opensearch_dashboards.json 11 src/plugins/opensearch_dashboards_utils/public/state_sync/README.md 3 src/plugins/opensearch_dashboards_utils/public/state_sync/public.api.md 82 src/plugins/opensearch_dashboards_utils/tsconfig.json 22 src/plugins/opensearch_ui_shared/opensearch_dashboards.json 14 src/plugins/opensearch_ui_shared/public/forms/form_wizard/README.md 38 src/plugins/opensearch_ui_shared/public/forms/multi_content/README.md 126 src/plugins/region_map/opensearch_dashboards.json 21 src/plugins/region_map/package.json 4 src/plugins/saved_objects/opensearch_dashboards.json 11 src/plugins/saved_objects_management/opensearch_dashboards.json 10 src/plugins/share/README.md 18 src/plugins/share/opensearch_dashboards.json 7 src/plugins/share/public/url_generators/README.md 89 src/plugins/telemetry/README.md 49 src/plugins/telemetry/opensearch_dashboards_back.json 15 src/plugins/telemetry/schema/oss_plugins.json 2507 src/plugins/telemetry_collection_manager/README.md 4 src/plugins/telemetry_collection_manager/opensearch_dashboards_back.json 10 src/plugins/telemetry_management_section/README.md 3 src/plugins/telemetry_management_section/opensearch_dashboards_back.json 10 src/plugins/tile_map/opensearch_dashboards.json 21 src/plugins/tile_map/package.json 4 src/plugins/timeline/README.md 2 src/plugins/timeline/opensearch_dashboards.json 19 src/plugins/ui_actions/README.md 8 src/plugins/ui_actions/opensearch_dashboards.json 10 src/plugins/ui_actions/public/tests/README.md 2 src/plugins/url_forwarding/README.md 2 src/plugins/url_forwarding/opensearch_dashboards.json 7 src/plugins/usage_collection/README.md 241 src/plugins/usage_collection/opensearch_dashboards.json 10 src/plugins/usage_collection/server/routes/stats/README.md 13 src/plugins/vis_default_editor/README.md 13 src/plugins/vis_default_editor/opensearch_dashboards.json 6 src/plugins/vis_type_markdown/README.md 1 src/plugins/vis_type_markdown/opensearch_dashboards.json 8 src/plugins/vis_type_metric/README.md 1 src/plugins/vis_type_metric/opensearch_dashboards.json 9 src/plugins/vis_type_table/README.md 1 src/plugins/vis_type_table/opensearch_dashboards.json 18 src/plugins/vis_type_tagcloud/README.md 1 src/plugins/vis_type_tagcloud/opensearch_dashboards.json 8 src/plugins/vis_type_timeline/README.md 8 src/plugins/vis_type_timeline/opensearch_dashboards.json 9 src/plugins/vis_type_timeline/server/timeline.json 17 src/plugins/vis_type_timeseries/README.md 1 src/plugins/vis_type_timeseries/opensearch_dashboards.json 10 src/plugins/vis_type_vega/README.md 1 src/plugins/vis_type_vega/opensearch_dashboards.json 9 src/plugins/vis_type_vega/public/test_utils/default.spec.json 41 src/plugins/vis_type_vega/public/test_utils/vega_graph.json 78 src/plugins/vis_type_vega/public/test_utils/vega_map_test.json 20 src/plugins/vis_type_vega/public/test_utils/vegalite_graph.json 42 src/plugins/vis_type_vislib/README.md 2 src/plugins/vis_type_vislib/opensearch_dashboards.json 9 src/plugins/vis_type_vislib/public/fixtures/dispatch_bar_chart_config_normal.json 31 src/plugins/vis_type_vislib/public/fixtures/dispatch_bar_chart_config_percentage.json 40 src/plugins/vis_type_vislib/public/fixtures/dispatch_bar_chart_d3.json 19 src/plugins/vis_type_vislib/public/fixtures/dispatch_bar_chart_data_point.json 9 src/plugins/vis_type_vislib/public/fixtures/dispatch_heatmap_config.json 82 src/plugins/vis_type_vislib/public/fixtures/dispatch_heatmap_d3.json 34 src/plugins/vis_type_vislib/public/fixtures/dispatch_heatmap_data_point.json 13 src/plugins/vis_type_vislib/public/vislib/VISLIB.md 12 src/plugins/vis_type_vislib/public/vislib/lib/types/testdata_linechart_percentile.json 463 src/plugins/vis_type_vislib/public/vislib/lib/types/testdata_linechart_percentile_float_value.json 463 src/plugins/vis_type_vislib/public/vislib/lib/types/testdata_linechart_percentile_float_value_result.json 456 src/plugins/vis_type_vislib/public/vislib/lib/types/testdata_linechart_percentile_result.json 458 src/plugins/vis_type_xy/README.md 2 src/plugins/vis_type_xy/opensearch_dashboards.json 7 src/plugins/visualizations/README.md 2 src/plugins/visualizations/opensearch_dashboards.json 9 src/plugins/visualize/README.md 2 src/plugins/visualize/opensearch_dashboards.json 24 src/test_utils/tsconfig.json 16 test/api_integration/fixtures/opensearch_archiver/index_patterns/basic_index/mappings.json 39 test/api_integration/fixtures/opensearch_archiver/index_patterns/basic_opensearch_dashboards/data.json 15 test/api_integration/fixtures/opensearch_archiver/index_patterns/basic_opensearch_dashboards/mappings.json 253 test/api_integration/fixtures/opensearch_archiver/index_patterns/conflicts/mappings.json 56 test/api_integration/fixtures/opensearch_archiver/index_patterns/daily_index/mappings.json 44 test/api_integration/fixtures/opensearch_archiver/index_patterns/time_based_indices/mappings.json 110 test/api_integration/fixtures/opensearch_archiver/management/saved_objects/relationships/mappings.json 283 test/api_integration/fixtures/opensearch_archiver/management/saved_objects/scroll_count/mappings.json 213 test/api_integration/fixtures/opensearch_archiver/management/saved_objects/search/mappings.json 283 test/api_integration/fixtures/opensearch_archiver/opensearch/mappings.json 13 test/api_integration/fixtures/opensearch_archiver/saved_objects/10k/mappings.json 253 test/api_integration/fixtures/opensearch_archiver/saved_objects/basic/mappings.json 253 test/api_integration/fixtures/opensearch_archiver/saved_objects/find_edgecases/data.json 88 test/api_integration/fixtures/opensearch_archiver/saved_objects/find_edgecases/mappings.json 267 test/api_integration/fixtures/opensearch_archiver/search/count/mappings.json 294 test/common/fixtures/plugins/newsfeed/opensearch_dashboards.json 6 test/examples/README.md 15 test/examples/bfetch_explorer/batched_function.ts 61 test/examples/bfetch_explorer/index.ts 12 test/examples/config.js 44 test/examples/embeddables/adding_children.ts 36 test/examples/embeddables/dashboard.ts 126 test/examples/embeddables/hello_world_embeddable.ts 23 test/examples/embeddables/index.ts 20 test/examples/embeddables/list_container.ts 37 test/examples/embeddables/todo_embeddable.ts 30 test/examples/routing/index.ts 46 test/examples/state_sync/index.ts 14 test/examples/state_sync/todo_app.ts 119 test/examples/ui_actions/index.ts 16 test/examples/ui_actions/ui_actions.ts 28 test/functional/apps/dashboard/exports/timezonetest_6_2_4.json 25 test/functional/apps/management/exports/_import_objects_exists.json 19 test/functional/apps/management/exports/_import_objects_multiple_exists.json 36 test/functional/apps/management/exports/_import_objects_saved_search.json 25 test/functional/apps/management/exports/mgmt_import_objects.json 37 test/functional/fixtures/opensearch_archiver/README.md 7 test/functional/fixtures/opensearch_archiver/alias/mappings.json 195 test/functional/fixtures/opensearch_archiver/dashboard/current/data/mappings.json 600 test/functional/fixtures/opensearch_archiver/dashboard/current/opensearch_dashboards/mappings.json 490 test/functional/fixtures/opensearch_archiver/dashboard/legacy/mappings.json 244 test/functional/fixtures/opensearch_archiver/date_nanos/mappings.json 19 test/functional/fixtures/opensearch_archiver/date_nanos_mixed/mappings.json 42 test/functional/fixtures/opensearch_archiver/discover/mappings.json 273 test/functional/fixtures/opensearch_archiver/empty_opensearch_dashboards/mappings.json 282 test/functional/fixtures/opensearch_archiver/getting_started/shakespeare/mappings.json 28 test/functional/fixtures/opensearch_archiver/hamlet/mappings.json 375 test/functional/fixtures/opensearch_archiver/index_pattern_without_timefield/mappings.json 38 test/functional/fixtures/opensearch_archiver/invalid_scripted_field/mappings.json 250 test/functional/fixtures/opensearch_archiver/large_fields/mappings.json 24 test/functional/fixtures/opensearch_archiver/logstash_functional/mappings.json 1116 test/functional/fixtures/opensearch_archiver/long_window_logstash/mappings.json 404 test/functional/fixtures/opensearch_archiver/makelogs/mappings.json 728 test/functional/fixtures/opensearch_archiver/management/mappings.json 244 test/functional/fixtures/opensearch_archiver/mgmt/mappings.json 282 test/functional/fixtures/opensearch_archiver/opensearch_dashboards_sample_data_flights/mappings.json 99 test/functional/fixtures/opensearch_archiver/opensearch_dashboards_sample_data_flights_index_pattern/mappings.json 463 test/functional/fixtures/opensearch_archiver/saved_objects_imports/mappings.json 244 test/functional/fixtures/opensearch_archiver/saved_objects_management/edit_saved_object/mappings.json 459 test/functional/fixtures/opensearch_archiver/timeline/mappings.json 244 test/functional/fixtures/opensearch_archiver/visualize/mappings.json 272 test/functional/fixtures/opensearch_archiver/visualize_embedding/mappings.json 244 test/functional/fixtures/opensearch_archiver/visualize_source-filters/mappings.json 244 test/functional/fixtures/opensearch_archiver/visualize_source_filters/mappings.json 262 test/interpreter_functional/README.md 18 test/interpreter_functional/plugins/osd_tp_run_pipeline/opensearch_dashboards.json 16 test/interpreter_functional/plugins/osd_tp_run_pipeline/package.json 21 test/interpreter_functional/plugins/osd_tp_run_pipeline/tsconfig.json 17 test/interpreter_functional/snapshots/baseline/combined_test0.json 1 test/interpreter_functional/snapshots/baseline/combined_test1.json 1 test/interpreter_functional/snapshots/baseline/combined_test2.json 1 test/interpreter_functional/snapshots/baseline/metric_invalid_data.json 1 test/interpreter_functional/snapshots/baseline/partial_test_1.json 1 test/interpreter_functional/snapshots/baseline/partial_test_3.json 1 test/interpreter_functional/snapshots/baseline/step_output_test0.json 1 test/interpreter_functional/snapshots/baseline/step_output_test1.json 1 test/interpreter_functional/snapshots/baseline/step_output_test2.json 1 test/interpreter_functional/snapshots/baseline/tagcloud_all_data.json 1 test/interpreter_functional/snapshots/baseline/tagcloud_fontsize.json 1 test/interpreter_functional/snapshots/baseline/tagcloud_invalid_data.json 1 test/interpreter_functional/snapshots/baseline/tagcloud_metric_data.json 1 test/interpreter_functional/snapshots/baseline/tagcloud_options.json 1 test/interpreter_functional/snapshots/session/combined_test0.json 1 test/interpreter_functional/snapshots/session/combined_test1.json 1 test/interpreter_functional/snapshots/session/combined_test2.json 1 test/interpreter_functional/snapshots/session/metric_invalid_data.json 1 test/interpreter_functional/snapshots/session/partial_test_1.json 1 test/interpreter_functional/snapshots/session/partial_test_3.json 1 test/interpreter_functional/snapshots/session/step_output_test0.json 1 test/interpreter_functional/snapshots/session/step_output_test1.json 1 test/interpreter_functional/snapshots/session/step_output_test2.json 1 test/interpreter_functional/snapshots/session/tagcloud_all_data.json 1 test/interpreter_functional/snapshots/session/tagcloud_fontsize.json 1 test/interpreter_functional/snapshots/session/tagcloud_invalid_data.json 1 test/interpreter_functional/snapshots/session/tagcloud_metric_data.json 1 test/interpreter_functional/snapshots/session/tagcloud_options.json 1 test/new_visualize_flow/fixtures/opensearch_archiver/opensearch_dashboards/mappings.json 490 test/plugin_functional/README.md 33 test/plugin_functional/plugins/app_link_test/opensearch_dashboards.json 8 test/plugin_functional/plugins/app_link_test/package.json 17 test/plugin_functional/plugins/app_link_test/tsconfig.json 17 test/plugin_functional/plugins/core_app_status/opensearch_dashboards.json 8 test/plugin_functional/plugins/core_app_status/package.json 17 test/plugin_functional/plugins/core_app_status/tsconfig.json 14 test/plugin_functional/plugins/core_plugin_a/opensearch_dashboards.json 8 test/plugin_functional/plugins/core_plugin_a/package.json 17 test/plugin_functional/plugins/core_plugin_a/tsconfig.json 18 test/plugin_functional/plugins/core_plugin_appleave/opensearch_dashboards.json 8 test/plugin_functional/plugins/core_plugin_appleave/package.json 17 test/plugin_functional/plugins/core_plugin_appleave/tsconfig.json 17 test/plugin_functional/plugins/core_plugin_b/opensearch_dashboards.json 10 test/plugin_functional/plugins/core_plugin_b/package.json 17 test/plugin_functional/plugins/core_plugin_b/tsconfig.json 18 test/plugin_functional/plugins/core_plugin_chromeless/opensearch_dashboards.json 8 test/plugin_functional/plugins/core_plugin_chromeless/package.json 17 test/plugin_functional/plugins/core_plugin_chromeless/tsconfig.json 17 test/plugin_functional/plugins/core_plugin_route_timeouts/opensearch_dashboards.json 8 test/plugin_functional/plugins/core_plugin_route_timeouts/package.json 17 test/plugin_functional/plugins/core_plugin_route_timeouts/tsconfig.json 15 test/plugin_functional/plugins/core_plugin_static_assets/opensearch_dashboards.json 7 test/plugin_functional/plugins/core_plugin_static_assets/package.json 17 test/plugin_functional/plugins/core_plugin_static_assets/public/assets/chart.svg 6 test/plugin_functional/plugins/core_plugin_static_assets/tsconfig.json 17 test/plugin_functional/plugins/core_provider_plugin/opensearch_dashboards.json 8 test/plugin_functional/plugins/core_provider_plugin/package.json 17 test/plugin_functional/plugins/core_provider_plugin/tsconfig.json 17 test/plugin_functional/plugins/data_search/opensearch_dashboards.json 9 test/plugin_functional/plugins/data_search/package.json 15 test/plugin_functional/plugins/data_search/tsconfig.json 15 test/plugin_functional/plugins/doc_views_plugin/opensearch_dashboards.json 8 test/plugin_functional/plugins/doc_views_plugin/package.json 17 test/plugin_functional/plugins/doc_views_plugin/tsconfig.json 17 test/plugin_functional/plugins/index_patterns/opensearch_dashboards.json 9 test/plugin_functional/plugins/index_patterns/package.json 17 test/plugin_functional/plugins/index_patterns/tsconfig.json 17 test/plugin_functional/plugins/management_test_plugin/opensearch_dashboards.json 9 test/plugin_functional/plugins/management_test_plugin/package.json 17 test/plugin_functional/plugins/management_test_plugin/tsconfig.json 17 test/plugin_functional/plugins/opensearch_client_plugin/opensearch_dashboards.json 7 test/plugin_functional/plugins/opensearch_client_plugin/package.json 15 test/plugin_functional/plugins/opensearch_client_plugin/tsconfig.json 15 test/plugin_functional/plugins/osd_sample_panel_action/opensearch_dashboards.json 10 test/plugin_functional/plugins/osd_sample_panel_action/package.json 19 test/plugin_functional/plugins/osd_sample_panel_action/tsconfig.json 17 test/plugin_functional/plugins/osd_top_nav/opensearch_dashboards.json 9 test/plugin_functional/plugins/osd_top_nav/package.json 17 test/plugin_functional/plugins/osd_top_nav/tsconfig.json 18 test/plugin_functional/plugins/osd_tp_custom_visualizations/README.md 2 test/plugin_functional/plugins/osd_tp_custom_visualizations/opensearch_dashboards.json 10 test/plugin_functional/plugins/osd_tp_custom_visualizations/package.json 20 test/plugin_functional/plugins/osd_tp_custom_visualizations/tsconfig.json 22 test/plugin_functional/plugins/rendering_plugin/opensearch_dashboards.json 8 test/plugin_functional/plugins/rendering_plugin/package.json 17 test/plugin_functional/plugins/rendering_plugin/tsconfig.json 18 test/plugin_functional/plugins/ui_settings_plugin/opensearch_dashboards.json 8 test/plugin_functional/plugins/ui_settings_plugin/package.json 17 test/plugin_functional/plugins/ui_settings_plugin/tsconfig.json 15 test/server_integration/__fixtures__/README.md 63 test/tsconfig.json 25 tsconfig.base.json 62 tsconfig.browser.json 16 tsconfig.json 30 tsconfig.refs.json 9 tsconfig.types.json 18