kibana/x-pack/examples/alerting_example
Kibana Machine 0fd977acc8
[Alerting] Enable rule import/export and allow rule types to exclude themselves from export (#102999) (#103598)
* Removing feature flag changes

* Adding isExportable flag to rule type definition

* Adding isExportable flag to rule type definition

* Adding isExportable flag to rule type definition

* Filtering rule on export by rule type isExportable flag

* Fixing types

* Adding docs

* Fix condition when exportCount is 0

* Unit test for fix condition when exportCount is 0

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: ymao1 <ying.mao@elastic.co>
2021-06-28 22:41:08 -04:00
..
common
public Add ssl instructions to example alerting plugin (#101529) (#101624) 2021-06-08 17:50:24 +00:00
server [Alerting] Enable rule import/export and allow rule types to exclude themselves from export (#102999) (#103598) 2021-06-28 22:41:08 -04:00
kibana.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.