mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
67 lines
3.4 KiB
JSON
67 lines
3.4 KiB
JSON
{
|
|
"paths": {
|
|
"common.ui": "src/legacy/ui",
|
|
"data": "src/legacy/core_plugins/data",
|
|
"server": "src/legacy/server",
|
|
"console": "src/legacy/core_plugins/console",
|
|
"core": "src/core",
|
|
"inputControl": "src/legacy/core_plugins/input_control_vis",
|
|
"inspectorViews": "src/legacy/core_plugins/inspector_views",
|
|
"interpreter": "src/legacy/core_plugins/interpreter",
|
|
"dashboardEmbeddableContainer": "src/legacy/core_plugins/dashboard_embeddable_container",
|
|
"kbn": "src/legacy/core_plugins/kibana",
|
|
"kbnDocViews": "src/legacy/core_plugins/kbn_doc_views",
|
|
"embeddableApi": "src/legacy/core_plugins/embeddable_api",
|
|
"kbnVislibVisTypes": "src/legacy/core_plugins/kbn_vislib_vis_types",
|
|
"visTypeMarkdown": "src/legacy/core_plugins/vis_type_markdown",
|
|
"metricVis": "src/legacy/core_plugins/metric_vis",
|
|
"vega": "src/legacy/core_plugins/vega",
|
|
"tableVis": "src/legacy/core_plugins/table_vis",
|
|
"regionMap": "src/legacy/core_plugins/region_map",
|
|
"statusPage": "src/legacy/core_plugins/status_page",
|
|
"tileMap": "src/legacy/core_plugins/tile_map",
|
|
"timelion": "src/legacy/core_plugins/timelion",
|
|
"tagCloud": "src/legacy/core_plugins/tagcloud",
|
|
"tsvb": "src/legacy/core_plugins/metrics",
|
|
"kbnESQuery": "packages/kbn-es-query",
|
|
"xpack.actions": "x-pack/legacy/plugins/actions",
|
|
"xpack.alerting": "x-pack/legacy/plugins/alerting",
|
|
"xpack.apm": "x-pack/legacy/plugins/apm",
|
|
"xpack.beatsManagement": "x-pack/legacy/plugins/beats_management",
|
|
"xpack.canvas": "x-pack/legacy/plugins/canvas",
|
|
"xpack.code": "x-pack/legacy/plugins/code",
|
|
"xpack.crossClusterReplication": "x-pack/legacy/plugins/cross_cluster_replication",
|
|
"xpack.dashboardMode": "x-pack/legacy/plugins/dashboard_mode",
|
|
"xpack.fileUpload": "x-pack/legacy/plugins/file_upload",
|
|
"xpack.graph": "x-pack/legacy/plugins/graph",
|
|
"xpack.grokDebugger": "x-pack/legacy/plugins/grokdebugger",
|
|
"xpack.idxMgmt": "x-pack/legacy/plugins/index_management",
|
|
"xpack.indexLifecycleMgmt": "x-pack/legacy/plugins/index_lifecycle_management",
|
|
"xpack.infra": "x-pack/legacy/plugins/infra",
|
|
"xpack.kueryAutocomplete": "x-pack/legacy/plugins/kuery_autocomplete",
|
|
"xpack.licenseMgmt": "x-pack/legacy/plugins/license_management",
|
|
"xpack.maps": "x-pack/legacy/plugins/maps",
|
|
"xpack.ml": "x-pack/legacy/plugins/ml",
|
|
"xpack.logstash": "x-pack/legacy/plugins/logstash",
|
|
"xpack.main": "x-pack/legacy/plugins/xpack_main",
|
|
"xpack.telemetry": "x-pack/legacy/plugins/telemetry",
|
|
"xpack.monitoring": "x-pack/legacy/plugins/monitoring",
|
|
"xpack.remoteClusters": "x-pack/legacy/plugins/remote_clusters",
|
|
"xpack.reporting": "x-pack/legacy/plugins/reporting",
|
|
"xpack.rollupJobs": "x-pack/legacy/plugins/rollup",
|
|
"xpack.searchProfiler": "x-pack/legacy/plugins/searchprofiler",
|
|
"xpack.siem": "x-pack/legacy/plugins/siem",
|
|
"xpack.security": "x-pack/legacy/plugins/security",
|
|
"xpack.server": "x-pack/legacy/server",
|
|
"xpack.snapshotRestore": "x-pack/legacy/plugins/snapshot_restore",
|
|
"xpack.spaces": "x-pack/legacy/plugins/spaces",
|
|
"xpack.upgradeAssistant": "x-pack/legacy/plugins/upgrade_assistant",
|
|
"xpack.uptime": "x-pack/legacy/plugins/uptime",
|
|
"xpack.watcher": "x-pack/legacy/plugins/watcher"
|
|
},
|
|
"exclude": ["src/legacy/ui/ui_render/ui_render_mixin.js"],
|
|
"translations": [
|
|
"x-pack/plugins/translations/translations/zh-CN.json",
|
|
"x-pack/plugins/translations/translations/ja-JP.json"
|
|
]
|
|
}
|