kibana/x-pack/plugins/infra/kibana.json
Chris Cowan 8adc272f0c
[Metrics UI] Remove APM Hard Dependency (#64952)
* [Metrics UI] Remove APM Hard Dependency

* removing unused variable

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-05-05 05:31:19 -07:00

20 lines
331 B
JSON

{
"id": "infra",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"features",
"usageCollection",
"spaces",
"home",
"data",
"dataEnhanced",
"visTypeTimeseries",
"alerting",
"triggers_actions_ui"
],
"server": true,
"ui": true,
"configPath": ["xpack", "infra"]
}