kibana/x-pack/test/plugin_api_perf/plugins/task_manager_performance/kibana.json
Alejandro Fernández Haro 6bd0a7fcc5
[Plugins Discovery] Enforce camelCase plugin IDs (#90752)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-11 14:36:17 +00:00

9 lines
186 B
JSON

{
"id": "taskManagerPerformance",
"version": "1.0.0",
"kibanaVersion": "kibana",
"configPath": ["xpack"],
"requiredPlugins": ["taskManager"],
"server": true,
"ui": false
}