kibana/x-pack/examples/alerting_example
2021-11-02 13:53:56 +02:00
..
common Rename alerts plugin to alerting (#92898) 2021-03-05 13:59:34 -05:00
public replace any with unknown in http client and types (#114265) 2021-11-02 13:53:56 +02:00
server [Alerting] Allow rule types to extract/inject saved object references on rule CRU (#101896) 2021-07-20 17:09:02 -04:00
kibana.json Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
README.md
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07: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.