kibana/x-pack/plugins/searchprofiler/kibana.json
Mikhail Shustov 5814ca6e05
[DX] move some ES UI plugins to TS project (#88050)
* es_ui_shared to ts project

* console to ts project

* console_extensions to ts project

* searchprofiler to ts project

* update includes
2021-01-13 21:58:34 +01:00

11 lines
250 B
JSON

{
"id": "searchprofiler",
"version": "8.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack", "searchprofiler"],
"server": true,
"ui": true,
"requiredPlugins": ["devTools", "home", "licensing"],
"requiredBundles": ["esUiShared"]
}