kibana/x-pack/plugins/infra/kibana.json
Mike Côté 23ce8dcfdb
Rename alerts plugin to alerting (#92898)
* Rename alerts plugin to alerting

* Deprecate old config values

* Few more renames

* Update plugin list

* Rename xpack.alerts -> xpack.alerting

* Fix some ESLint rules

* Fix typecheck

* Fix some test failures

* Some more renames

* Fix ESLint

* Fix some test failures

* Fix failing jest test

* Undo exclusive test

* Fix APM deps

* Fix docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-03-05 13:59:34 -05:00

30 lines
554 B
JSON

{
"id": "infra",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": [
"features",
"usageCollection",
"spaces",
"embeddable",
"data",
"dataEnhanced",
"visTypeTimeseries",
"alerting",
"triggersActionsUi"
],
"optionalPlugins": ["ml", "observability", "home", "embeddable"],
"server": true,
"ui": true,
"configPath": ["xpack", "infra"],
"requiredBundles": [
"observability",
"licenseManagement",
"kibanaUtils",
"kibanaReact",
"home",
"ml",
"embeddable"
]
}