mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
.. | ||
common | ||
public | ||
server | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Alerting Example
This example plugin shows you how to create a custom Rule Type, create rules based on that type and corresponding UI for viewing the details of all the rules within the custom plugin.
To run this example, use the command yarn start --run-examples
.