mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
## Summary This PR aims at relocating some of the Kibana modules (plugins and packages) into a new folder structure, according to the _Sustainable Kibana Architecture_ initiative. > [!IMPORTANT] > * We kindly ask you to: > * Manually fix the errors in the error section below (if there are any). > * Search for the `packages[\/\\]` and `plugins[\/\\]` patterns in the source code (Babel and Eslint config files), and update them appropriately. > * Manually review `.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that any CI pipeline customizations continue to be correctly applied after the changed path names > * Review all of the updated files, specially the `.ts` and `.js` files listed in the sections below, as some of them contain relative paths that have been updated. > * Think of potential impact of the move, including tooling and configuration files that can be pointing to the relocated modules. E.g.: > * customised eslint rules > * docs pointing to source code > [!NOTE] > * This PR has been auto-generated. > * Any manual contributions will be lost if the 'relocate' script is re-run. > * Try to obtain the missing reviews / approvals before applying manual fixes, and/or keep your changes in a .patch / git stash. > * Please use [#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E) Slack channel for feedback. Are you trying to rebase this PR to solve merge conflicts? Please follow the steps describe [here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E). #### 2 plugin(s) are going to be relocated: | Id | Target folder | | -- | ------------- | | `@kbn/custom-integrations-plugin` | `src/platform/plugins/shared/custom_integrations` | | `@kbn/fleet-plugin` | `x-pack/platform/plugins/shared/fleet` | #### 1 packages(s) are going to be relocated: | Id | Target folder | | -- | ------------- | | `@kbn/deeplinks-fleet` | `src/platform/packages/shared/deeplinks/fleet` | <details open> <summary>Script errors</summary> ``` Cannot replace multiple occurrences of "../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:122 Cannot replace multiple occurrences of "../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:128 Cannot replace multiple occurrences of "../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:12 Cannot replace multiple occurrences of "../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:12 Cannot replace multiple occurrences of "../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:8 Cannot replace multiple occurrences of "../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:8 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:122 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/cypress/README.md:128 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 Cannot replace multiple occurrences of "../../.." in the same line, please fix manually: /Users/pgayvallet/DEV/workspaces/elastic/kibana/x-pack/platform/plugins/shared/fleet/package.json:16 ``` </details><details > <summary>Updated relative paths</summary> ``` src/platform/packages/shared/deeplinks/fleet/jest.config.js:12 src/platform/packages/shared/deeplinks/fleet/tsconfig.json:2 src/platform/packages/shared/deeplinks/fleet/tsconfig.type_check.json:2 src/platform/plugins/shared/custom_integrations/jest.config.js:12 src/platform/plugins/shared/custom_integrations/tsconfig.json:2 src/platform/plugins/shared/custom_integrations/tsconfig.json:7 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:2 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:20 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:26 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:29 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:32 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:35 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:38 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:41 src/platform/plugins/shared/custom_integrations/tsconfig.type_check.json:9 x-pack/platform/plugins/shared/fleet/cypress.config.js:22 x-pack/platform/plugins/shared/fleet/cypress.config.js:25 x-pack/platform/plugins/shared/fleet/cypress.config.space_awareness.ts:26 x-pack/platform/plugins/shared/fleet/cypress.config.space_awareness.ts:29 x-pack/platform/plugins/shared/fleet/cypress.config.ts:25 x-pack/platform/plugins/shared/fleet/cypress.config.ts:28 x-pack/platform/plugins/shared/fleet/cypress/README.md:122 x-pack/platform/plugins/shared/fleet/cypress/README.md:128 x-pack/platform/plugins/shared/fleet/cypress/reporter_config.json:6 x-pack/platform/plugins/shared/fleet/cypress/reporter_config.json:8 x-pack/platform/plugins/shared/fleet/cypress/tasks/login.ts:21 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.json:2 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.json:7 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:2 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:25 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:28 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:31 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:37 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:40 x-pack/platform/plugins/shared/fleet/cypress/tsconfig.type_check.json:7 x-pack/platform/plugins/shared/fleet/jest.config.js:10 x-pack/platform/plugins/shared/fleet/jest.integration.config.js:10 x-pack/platform/plugins/shared/fleet/package.json:11 x-pack/platform/plugins/shared/fleet/package.json:12 x-pack/platform/plugins/shared/fleet/package.json:15 x-pack/platform/plugins/shared/fleet/package.json:16 x-pack/platform/plugins/shared/fleet/package.json:8 x-pack/platform/plugins/shared/fleet/scripts/create_agent_policies/index.js:8 x-pack/platform/plugins/shared/fleet/scripts/create_agents/index.js:8 x-pack/platform/plugins/shared/fleet/scripts/get_all_packages/index.js:8 x-pack/platform/plugins/shared/fleet/scripts/install_all_packages/index.js:8 x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/index.js:8 x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/verify_test_packages.ts:25 x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/verify_test_packages.ts:26 x-pack/platform/plugins/shared/fleet/scripts/verify_test_packages/verify_test_packages.ts:27 x-pack/platform/plugins/shared/fleet/tsconfig.json:2 x-pack/platform/plugins/shared/fleet/tsconfig.json:22 x-pack/platform/plugins/shared/fleet/tsconfig.json:26 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:102 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:105 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:111 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:114 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:120 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:123 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:126 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:129 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:132 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:135 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:144 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:147 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:150 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:153 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:156 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:159 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:162 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:165 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:168 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:171 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:174 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:177 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:180 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:183 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:186 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:189 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:192 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:195 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:198 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:2 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:201 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:204 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:207 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:210 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:213 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:216 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:219 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:222 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:225 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:228 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:23 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:231 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:234 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:237 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:240 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:243 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:246 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:249 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:252 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:255 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:261 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:264 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:27 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:270 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:273 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:276 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:279 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:30 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:36 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:42 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:45 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:57 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:60 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:63 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:66 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:72 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:75 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:78 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:81 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:84 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:87 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:90 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:93 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:96 x-pack/platform/plugins/shared/fleet/tsconfig.type_check.json:99 ``` </details> --------- Co-authored-by: pgayvallet <pierre.gayvallet@elastic.co> Co-authored-by: Nicolas Chaulet <nicolas.chaulet@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
173 lines
9.7 KiB
JSON
173 lines
9.7 KiB
JSON
{
|
|
"paths": {
|
|
"advancedSettings": "src/plugins/advanced_settings",
|
|
"aiAssistantManagementSelection": "src/platform/plugins/shared/ai_assistant_management/selection",
|
|
"alerts": "packages/kbn-alerts/src",
|
|
"alertsUIShared": "packages/kbn-alerts-ui-shared/src",
|
|
"alertingTypes": "packages/kbn-alerting-types",
|
|
"apmOss": "src/plugins/apm_oss",
|
|
"autocomplete": "x-pack/solutions/security/packages/kbn-securitysolution-autocomplete/src",
|
|
"avcBanner": "src/platform/packages/shared/kbn-avc-banner/src",
|
|
"cases": ["packages/kbn-cases-components"],
|
|
"cellActions": "src/platform/packages/shared/kbn-cell-actions",
|
|
"charts": "src/plugins/charts",
|
|
"console": "src/platform/plugins/shared/console",
|
|
"contentManagement": "packages/content-management",
|
|
"core": ["src/core", "packages/core"],
|
|
"customIntegrations": "src/platform/plugins/shared/custom_integrations",
|
|
"customIntegrationsPackage": "x-pack/solutions/observability/packages/kbn-custom-integrations",
|
|
"dashboard": "src/platform/plugins/shared/dashboard",
|
|
"cloud": "packages/cloud",
|
|
"domDragDrop": "packages/kbn-dom-drag-drop",
|
|
"controls": "src/platform/plugins/shared/controls",
|
|
"data": "src/plugins/data",
|
|
"observabilityAlertDetails": "x-pack/solutions/observability/packages/alert_details",
|
|
"dataViews": "src/plugins/data_views",
|
|
"defaultNavigation": ["packages/default-nav", "src/platform/packages/private/default-nav"],
|
|
"devTools": "src/platform/plugins/shared/dev_tools",
|
|
"discover": [
|
|
"src/plugins/discover",
|
|
"packages/kbn-discover-utils",
|
|
"src/platform/packages/shared/kbn-discover-contextual-components"
|
|
],
|
|
"savedSearch": "src/plugins/saved_search",
|
|
"embeddableApi": "src/platform/plugins/shared/embeddable",
|
|
"presentationPanel": "src/platform/plugins/private/presentation_panel",
|
|
"embeddableExamples": "examples/embeddable_examples",
|
|
"esQuery": "packages/kbn-es-query/src",
|
|
"kbnGridLayout": "packages/kbn-grid-layout",
|
|
"esUi": "src/platform/plugins/shared/es_ui_shared",
|
|
"expandableFlyout": "packages/kbn-expandable-flyout",
|
|
"expressionError": "src/platform/plugins/shared/expression_error",
|
|
"expressionGauge": "src/plugins/chart_expressions/expression_gauge",
|
|
"expressionHeatmap": "src/plugins/chart_expressions/expression_heatmap",
|
|
"expressionImage": "src/platform/plugins/shared/expression_image",
|
|
"expressionMetric": "src/platform/plugins/shared/expression_metric",
|
|
"expressionMetricVis": "src/plugins/chart_expressions/expression_metric",
|
|
"expressionLegacyMetricVis": "src/plugins/chart_expressions/expression_legacy_metric",
|
|
"expressionPartitionVis": "src/plugins/chart_expressions/expression_partition_vis",
|
|
"expressionXY": "src/plugins/chart_expressions/expression_xy",
|
|
"expressionRepeatImage": "src/platform/plugins/shared/expression_repeat_image",
|
|
"expressionRevealImage": "src/platform/plugins/shared/expression_reveal_image",
|
|
"expressions": "src/plugins/expressions",
|
|
"expressionShape": "src/platform/plugins/shared/expression_shape",
|
|
"expressionTagcloud": "src/plugins/chart_expressions/expression_tagcloud",
|
|
"eventAnnotation": "src/plugins/event_annotation",
|
|
"eventAnnotationListing": "src/plugins/event_annotation_listing",
|
|
"eventAnnotationCommon": "packages/kbn-event-annotation-common",
|
|
"eventAnnotationComponents": "packages/kbn-event-annotation-components",
|
|
"fieldUtils": "packages/kbn-field-utils",
|
|
"fieldFormats": "src/plugins/field_formats",
|
|
"files": "src/plugins/files",
|
|
"filesManagement": "src/plugins/files_management",
|
|
"flot": "src/platform/packages/shared/kbn-flot-charts/lib",
|
|
"generateCsv": "packages/kbn-generate-csv",
|
|
"grouping": "packages/kbn-grouping/src",
|
|
"alertsGrouping": "packages/kbn-alerts-grouping",
|
|
"guidedOnboarding": "src/plugins/guided_onboarding",
|
|
"guidedOnboardingPackage": "packages/kbn-guided-onboarding",
|
|
"home": "src/plugins/home",
|
|
"homePackages": "packages/home",
|
|
"indexPatternEditor": "src/plugins/data_view_editor",
|
|
"indexPatternFieldEditor": "src/plugins/data_view_field_editor",
|
|
"indexPatternManagement": "src/plugins/data_view_management",
|
|
"inputControl": "src/platform/plugins/private/input_control_vis",
|
|
"inspector": "src/platform/plugins/shared/inspector",
|
|
"inspectorViews": "src/legacy/core_plugins/inspector_views",
|
|
"interactiveSetup": "src/plugins/interactive_setup",
|
|
"interpreter": "src/legacy/core_plugins/interpreter",
|
|
"imageEmbeddable": "src/plugins/image_embeddable",
|
|
"kbn": "src/legacy/core_plugins/kibana",
|
|
"kbn-esql-validation-autocomplete": "src/platform/packages/shared/kbn-esql-validation-autocomplete/src",
|
|
"kbnConfig": "packages/kbn-config/src",
|
|
"kbnDocViews": "src/legacy/core_plugins/kbn_doc_views",
|
|
"kibana_react": "src/legacy/core_plugins/kibana_react",
|
|
"kibana_utils": "src/plugins/kibana_utils",
|
|
"kibana-react": "src/plugins/kibana_react",
|
|
"kibanaOverview": "src/plugins/kibana_overview",
|
|
"lensFormulaDocs": "packages/kbn-lens-formula-docs",
|
|
"lists": "x-pack/solutions/security/packages/kbn-securitysolution-list-utils/src",
|
|
"exceptionList-components": "x-pack/solutions/security/packages/kbn-securitysolution-exception-list-components/src",
|
|
"management": [
|
|
"src/platform/plugins/shared/management",
|
|
"src/platform/packages/private/kbn-management",
|
|
"src/platform/packages/shared/kbn-management",
|
|
"packages/kbn-management"
|
|
],
|
|
"monaco": "packages/kbn-monaco/src",
|
|
"navigation": ["src/plugins/navigation", "packages/solution-nav"],
|
|
"links": "src/platform/plugins/private/links",
|
|
"newsfeed": "src/plugins/newsfeed",
|
|
"presentationUtil": "src/platform/plugins/shared/presentation_util",
|
|
"randomSampling": "x-pack/packages/kbn-random-sampling",
|
|
"reactPackages": "packages/react",
|
|
"esqlEditor": "src/platform/packages/private/kbn-esql-editor",
|
|
"esqlUtils": "src/platform/packages/shared/kbn-esql-utils",
|
|
"reporting": "packages/kbn-reporting",
|
|
"savedObjects": "src/plugins/saved_objects",
|
|
"savedObjectsFinder": "src/plugins/saved_objects_finder",
|
|
"savedObjectsManagement": "src/plugins/saved_objects_management",
|
|
"searchConnectors": "packages/kbn-search-connectors",
|
|
"searchConnectorsPlugin": "x-pack/plugins/search_connectors",
|
|
"server": "src/legacy/server",
|
|
"share": ["src/plugins/share", "packages/kbn-reporting-share"],
|
|
"sharedUXPackages": "packages/shared-ux",
|
|
"searchApiKeysComponents": "packages/kbn-search-api-keys-components",
|
|
"searchApiPanels": "packages/kbn-search-api-panels/",
|
|
"searchErrors": "packages/kbn-search-errors",
|
|
"searchIndexDocuments": "packages/kbn-search-index-documents",
|
|
"searchResponseWarnings": "packages/kbn-search-response-warnings",
|
|
"searchTypes": "packages/kbn-search-types",
|
|
"securitySolutionPackages": [
|
|
"x-pack/solutions/security/packages/data_table",
|
|
"x-pack/solutions/security/packages/ecs_data_quality_dashboard",
|
|
"x-pack/solutions/security/packages/features",
|
|
"x-pack/solutions/security/packages/kbn-cloud-security-posture",
|
|
"x-pack/solutions/security/packages/navigation",
|
|
"x-pack/solutions/security/packages/side_nav",
|
|
"x-pack/solutions/security/packages/upselling"
|
|
],
|
|
"sharedPlatformPackages": ["x-pack/platform/packages/shared/kbn-cloud-security-posture"],
|
|
"serverlessPackages": "packages/serverless",
|
|
"sse": ["src/platform/packages/shared/kbn-sse-utils"],
|
|
"coloring": "packages/kbn-coloring/src",
|
|
"languageDocumentation": "src/platform/packages/private/kbn-language-documentation/src",
|
|
"esql": "src/platform/plugins/shared/esql",
|
|
"esqlDataGrid": "src/platform/plugins/shared/esql_datagrid",
|
|
"statusPage": "src/legacy/core_plugins/status_page",
|
|
"telemetry": ["src/plugins/telemetry", "src/plugins/telemetry_management_section"],
|
|
"timelion": ["src/plugins/vis_types/timelion"],
|
|
"tryInConsole": "packages/kbn-try-in-console/",
|
|
"uiActions": ["src/plugins/ui_actions", "packages/kbn-ui-actions-browser"],
|
|
"uiActionsEnhanced": "src/plugins/ui_actions_enhanced",
|
|
"uiActionsExamples": "examples/ui_action_examples",
|
|
"usageCollection": "src/plugins/usage_collection",
|
|
"userProfileComponents": "packages/kbn-user-profile-components",
|
|
"utils": "x-pack/solutions/security/packages/kbn-securitysolution-utils/src",
|
|
"visDefaultEditor": "src/plugins/vis_default_editor",
|
|
"visTypeGauge": "src/plugins/vis_types/gauge",
|
|
"visTypeHeatmap": "src/plugins/vis_types/heatmap",
|
|
"visTypeMarkdown": "src/platform/plugins/private/vis_type_markdown",
|
|
"visTypeMetric": "src/plugins/vis_types/metric",
|
|
"visTypePie": "src/plugins/vis_types/pie",
|
|
"visTypeTable": "src/plugins/vis_types/table",
|
|
"visTypeTagCloud": "src/plugins/vis_types/tagcloud",
|
|
"visTypeTimeseries": "src/plugins/vis_types/timeseries",
|
|
"visTypeVega": "src/plugins/vis_types/vega",
|
|
"visTypeVislib": "src/plugins/vis_types/vislib",
|
|
"visTypeXy": "src/plugins/vis_types/xy",
|
|
"visualizations": "src/plugins/visualizations",
|
|
"visualizationUiComponents": "packages/kbn-visualization-ui-components",
|
|
"visualizationUtils": "packages/kbn-visualization-utils",
|
|
"unifiedDocViewer": ["src/plugins/unified_doc_viewer", "packages/kbn-unified-doc-viewer"],
|
|
"unifiedSearch": "src/plugins/unified_search",
|
|
"unifiedFieldList": "packages/kbn-unified-field-list",
|
|
"unifiedHistogram": "src/plugins/unified_histogram",
|
|
"unifiedDataTable": "packages/kbn-unified-data-table",
|
|
"unsavedChangesBadge": "packages/kbn-unsaved-changes-badge",
|
|
"unsavedChangesPrompt": "src/platform/packages/shared/kbn-unsaved-changes-prompt",
|
|
"managedContentBadge": "packages/kbn-managed-content-badge",
|
|
"responseOpsRuleForm": "packages/response-ops/rule_form"
|
|
},
|
|
"translations": []
|
|
}
|