kibana/x-pack/plugins/logstash/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

20 lines
327 B
JSON

{
"id": "logstash",
"version": "0.0.1",
"kibanaVersion": "kibana",
"configPath": ["xpack", "logstash"],
"requiredPlugins": [
"licensing",
"management",
"features"
],
"optionalPlugins": [
"home",
"monitoring",
"security"
],
"server": true,
"ui": true,
"requiredBundles": ["home"]
}