kibana/x-pack/plugins/apm/kibana.json
Cauê Marcondes 91b27570c1
[APM] Ensure that /api/apm/security/indices_privileges doesn't fail when security is disabled (#64627)
* logging when security api is disable

* logging when security api is disable

* checking statuc code 400

* adding security plugin

* checking if security plugin is enabled before calling it

* fixing unit test

* show apm ui when index is empty

* addressing PR comments

* refactoring

* refactoring

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-04 21:22:06 +02:00

24 lines
390 B
JSON

{
"id": "apm",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"features",
"apm_oss",
"data",
"home",
"licensing",
"triggers_actions_ui"
],
"optionalPlugins": [
"cloud",
"usageCollection",
"taskManager",
"actions",
"alerting",
"security"
],
"server": true,
"ui": true,
"configPath": ["xpack", "apm"]
}