mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
Unifies the use of a single constant for Api urls in alerting & actions Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
common | ||
public | ||
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
.