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

24 lines
377 B
JSON

{
"id": "snapshotRestore",
"version": "kibana",
"server": true,
"ui": true,
"requiredPlugins": [
"licensing",
"management",
"features"
],
"optionalPlugins": [
"usageCollection",
"security",
"cloud",
"home"
],
"configPath": ["xpack", "snapshot_restore"],
"requiredBundles": [
"esUiShared",
"kibanaReact",
"home"
]
}