kibana/x-pack/examples
ymao1 e2aacdc186
[Alerting] Allow rule types to extract/inject saved object references on rule CRU (#101896)
* Adding function hooks into rule type definition and call extract fn on rule create

* Adding hooks for extracting and injecting saved object references. Adding extractReferences to create and update workflow

* Adding type template for extracted params

* Adding type template for extracted params

* Adding type template for extracted params

* Adding type template for extracted params

* Calling injectReferences function if defined. Finishing unit tests for create and update

* Adding tests for get

* Adding tests for find

* Cleanup

* Fixing types check

* Fixing functional tests

* Fixing functional tests

* Fixing tests

* Updating README

* Throwing boom error instead of normal error

* Adding framework level prefix to extracted saved object reference names

* Fixing types

* Fixing types

* PR fixes

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-07-20 17:09:02 -04:00
..
alerting_example [Alerting] Allow rule types to extract/inject saved object references on rule CRU (#101896) 2021-07-20 17:09:02 -04:00
embedded_lens_example [Lens] Move editorFrame state to redux (#100858) 2021-07-01 11:00:56 +02:00
reporting_example [Reporting] Make "ScreenCapturePanel" shareable for Canvas (#100623) 2021-06-09 17:08:33 -07:00
ui_actions_enhanced_examples Dashboard locator (#102854) 2021-06-25 07:58:03 +02:00
README.md

Example plugins

This folder contains X-Pack example plugins. To run the plugins in this folder, use the --run-examples flag, via

yarn start --run-examples