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

14 lines
365 B
JSON

{
"id": "licenseManagement",
"version": "kibana",
"server": true,
"ui": true,
"requiredPlugins": ["home", "licensing", "management", "features"],
"optionalPlugins": ["telemetry"],
"configPath": ["xpack", "license_management"],
"extraPublicDirs": ["common/constants"],
"requiredBundles": [
"telemetryManagementSection",
"kibanaReact"
]
}