Skip to content

Commit

Permalink
Add alerting to infra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacqary committed Feb 19, 2020
1 parent d4693d5 commit 58b6489
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion x-pack/plugins/infra/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@
"id": "infra",
"version": "8.0.0",
"kibanaVersion": "kibana",
"requiredPlugins": ["features", "apm", "usageCollection", "spaces", "home", "data", "data_enhanced", "metrics"],
"requiredPlugins": [
"features",
"apm",
"usageCollection",
"spaces",
"home",
"data",
"data_enhanced",
"metrics",
"alerting"
],
"server": true,
"ui": true,
"configPath": ["xpack", "infra"]
Expand Down

0 comments on commit 58b6489

Please sign in to comment.