kibana/x-pack/plugins/infra/kibana.json
Alexey Antonov 871f7209f9
[Timeseries] remove unused configuration properties (#62543)
* [Timeseries] remove unused configuration properties

* Fix PR comments

* update id of vis_type_timeseries plugin

* metrics -> vis_type_timeseries

* fix wrong plugin id

* update requiredPliugins for infra/kibana.json

* change id

* update plugin id in infra folder

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-04-16 19:28:04 +03:00

21 lines
342 B
JSON

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