kibana/x-pack/plugins/snapshot_restore/kibana.json
2021-08-24 17:41:32 -07:00

14 lines
428 B
JSON

{
"id": "snapshotRestore",
"version": "kibana",
"server": true,
"ui": true,
"owner": {
"name": "Stack Management",
"githubTeam": "kibana-stack-management"
},
"requiredPlugins": ["licensing", "management", "features", "share"],
"optionalPlugins": ["usageCollection", "security", "cloud", "home"],
"configPath": ["xpack", "snapshot_restore"],
"requiredBundles": ["esUiShared", "kibanaReact", "home"]
}