kibana/x-pack/plugins/logstash/kibana.json
Spencer fa93a81ba6
[kbn/optimizer] implement "requiredBundles" property of KP plugins (#70911)
Co-authored-by: Josh Dover <me@joshdover.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-09 18:43:17 -07:00

18 lines
311 B
JSON

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