kibana/x-pack/examples/alerting_example
Kibana Machine d972b8e50b
[Alerting] Update feature privilege display names (#96083) (#96554)
* Updating feature display names

* Updating feature display names

Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-04-08 13:52:29 +00:00
..
common Rename alerts plugin to alerting (#92898) (#93827) 2021-03-05 21:38:33 -05:00
public Create new alerting HTTP APIs that use the new terminology (#93977) (#95781) 2021-03-30 10:41:41 -04:00
server [Alerting] Update feature privilege display names (#96083) (#96554) 2021-04-08 13:52:29 +00:00
kibana.json Rename alerts plugin to alerting (#92898) (#93827) 2021-03-05 21:38:33 -05:00
README.md
tsconfig.json Merge tsconfig and x-pack/tsconfig files (#94519) (#94703) 2021-03-16 12:33:47 -04: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.