kibana/examples/alerting_example
Gidi Meir Morris 55814addac
[Alerting] Unifies the use of a single constant for Api urls in alerting & actions (#60430)
Unifies the use of a single constant for Api urls in alerting & actions
2020-03-20 17:39:07 +00:00
..
common
public [Alerting] Unifies the use of a single constant for Api urls in alerting & actions (#60430) 2020-03-20 17:39:07 +00:00
server
kibana.json
package.json
README.md
tsconfig.json

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.