kibana/examples/alerting_example
Mike Côté 7d97ead26e
Adding PagerDuty icon to connectors cards (#60805)
* adding PagerDuty icon to connectors cards

* Fix jest

* remove unnecessary global typings from canvas and sync global typings in xpack with oss

Co-authored-by: Andrea Del Rio <delrio.andre@gmail.com>
Co-authored-by: spalger <spalger@users.noreply.github.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-03-31 13:41:00 -04:00
..
common [Alerting] Adds navigation by consumer and alert type to alerting (#58997) 2020-03-19 09:49:05 +00:00
public Add plugin start contract to getStartServices return value (#61216) 2020-03-26 10:49:05 +01:00
server [Alerting] Adds navigation by consumer and alert type to alerting (#58997) 2020-03-19 09:49:05 +00:00
kibana.json [Alerting] Adds navigation by consumer and alert type to alerting (#58997) 2020-03-19 09:49:05 +00:00
package.json [Alerting] Adds navigation by consumer and alert type to alerting (#58997) 2020-03-19 09:49:05 +00:00
README.md [Alerting] Adds navigation by consumer and alert type to alerting (#58997) 2020-03-19 09:49:05 +00:00
tsconfig.json Adding PagerDuty icon to connectors cards (#60805) 2020-03-31 13:41:00 -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.