kibana/x-pack/examples/alerting_example
2024-02-16 11:06:33 -07:00
..
common fix all violations 2022-04-16 01:37:30 -05:00
public [Core] Deprecate nav link status (#176383) 2024-02-16 11:06:33 -07:00
server [Response Ops][Alerting] AAD for alerting example rules (#174032) 2024-01-09 11:23:49 -05:00
jest.config.js adds an example rule type example.pattern (#150068) 2023-02-07 10:33:12 -05:00
kibana.jsonc [packages] migrate all plugins to packages (#148130) 2023-02-08 21:06:50 -06:00
README.md [Response Ops] Renaming Alert to Rule (#129136) 2022-04-04 07:32:32 -04:00
tsconfig.json [Response Ops][Alerting] AAD for alerting example rules (#174032) 2024-01-09 11:23:49 -05:00

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.