kibana/examples/alerting_example
Gidi Meir Morris ce1846511f
fixed api url in example plugin (#70934)
This PR fixes a API URL used in the Alerting Example plugin which was broken when the Api Endpoint was migrated to it's new location
2020-07-08 08:33:26 +01:00
..
common [Alerting] Adds navigation by consumer and alert type to alerting (#58997) 2020-03-19 09:49:05 +00:00
public fixed api url in example plugin (#70934) 2020-07-08 08:33:26 +01:00
server Changed alerting API endpoints urls, bodies and params to follow Kibana STYLEGUIDE (#66838) 2020-06-01 18:45:36 -07:00
kibana.json Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04: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.