kibana/x-pack/plugins/snapshot_restore/kibana.json

18 lines
285 B
JSON
Raw Normal View History

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