kibana/x-pack/examples/alerting_example
Alejandro Fernández Haro fd09c26d15
async-import plugins in the server side (#170856)
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-11-15 00:55:56 -07:00
..
common fix all violations 2022-04-16 01:37:30 -05:00
public [alerting_example] Migrate deprecated EuiPage* components (#168299) 2023-10-12 07:41:54 -07:00
server async-import plugins in the server side (#170856) 2023-11-15 00:55:56 -07: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 [Shared UX] Adoption of Shared UX Route component (#150357) 2023-02-14 19:25:04 +00: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.