kibana/x-pack/examples/alerting_example
Yuliia Naumenko 8b1a228c29
[Alerting] Migrate Actions, Alerts, Stack Alerts and TriggersActionsUI plugins to TS project references (#88556)
* [Alerting] Migrate Actions plugin to TS project references

* alerts plugin ts migration

* triggers_actions_ui plugin ts migration

* fixed build

* fixed build
2021-01-20 10:53:01 -08:00
..
common [Alerting] revert the revert of Enforces typing of Alert's ActionGroups (#87382) 2021-01-06 10:38:33 +00:00
public [Alerting] revert the revert of Enforces typing of Alert's ActionGroups (#87382) 2021-01-06 10:38:33 +00:00
server [Alerting] revert the revert of Enforces typing of Alert's ActionGroups (#87382) 2021-01-06 10:38:33 +00:00
kibana.json [Alerting] fixes broken Alerting Example plugin (#85774) 2020-12-15 10:39:56 +00:00
README.md
tsconfig.json [Alerting] Migrate Actions, Alerts, Stack Alerts and TriggersActionsUI plugins to TS project references (#88556) 2021-01-20 10:53:01 -08: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.