kibana/examples/alerting_example
Gidi Meir Morris 78a963f437
[Alerting] Unifies the use of a single constant for Api urls in alerting & actions (#60430) (#60786)
Unifies the use of a single constant for Api urls in alerting & actions

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-23 08:46:07 +00:00
..
common [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
public [Alerting] Unifies the use of a single constant for Api urls in alerting & actions (#60430) (#60786) 2020-03-23 08:46:07 +00:00
server [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
kibana.json [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
package.json [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
README.md [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00:00
tsconfig.json [Alerting] Adds navigation by consumer and alert type to alerting (#58997) (#60605) 2020-03-19 13:05:44 +00: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.