kibana/x-pack/plugins/watcher/kibana.json
Larry Gregory 2e34eb239f
Hide management sections based on cluster/index privileges (#67791)
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-09-14 09:30:47 -04:00

19 lines
295 B
JSON

{
"id": "watcher",
"configPath": ["xpack", "watcher"],
"version": "kibana",
"requiredPlugins": [
"home",
"licensing",
"management",
"charts",
"data",
"features"
],
"server": true,
"ui": true,
"requiredBundles": [
"esUiShared",
"kibanaReact"
]
}