kibana/x-pack/examples/alerting_example
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
..
common Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
public Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
server Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
kibana.json Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
README.md
tsconfig.json [Alerting] Migrate Actions, Alerts, Stack Alerts and TriggersActionsUI plugins to TS project references (#88556) 2021-01-20 10:53:01 -08:00

Alerting Example

This example plugin shows you how to create a custom Alert Type, create alerts based on that type and corresponding UI for viewing the details of all the alerts within the custom plugin.

To run this example, use the command yarn start --run-examples.