kibana/examples
Liza Katz f290c68696
Improve search typescript (#69333)
* [search] Refactor the way search strategies are registered/retrieved on the server

* Fix types and tests and update docs

* Fix failing test

* Fix build of example plugin

* Fix functional test

* Make server strategies sync

* Move strategy name into options

* docs

* Remove FE strategies

* TypeScript of hell
delete search explorer

* Fix search interceptor OSS tests

* typos

* test cleanup

* Delete search example
fix interceptor async tests to use fake timers

* docs

* fix

* return search wrapper

* Update search interceptor tests and abort utils

* ts

* jest test fix

* code review

* change how logs consume search API

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2020-07-08 00:34:28 +03:00
..
alerting_example Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
bfetch_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
dashboard_embeddable_examples Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00
developer_examples Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
embeddable_examples [BundleRefPlugin] resolve imports to files too (#69241) 2020-06-16 15:16:35 -07:00
embeddable_explorer Embed dashboard by value example & some embeddable clean up (#67783) 2020-06-15 17:13:31 +02:00
state_containers_examples Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
ui_action_examples more propagated bad examples (#66920) 2020-05-19 10:12:15 -04:00
ui_actions_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
url_generators_examples [kbn/optimizer] share all plugin bundles (#68986) 2020-06-15 22:15:31 -07:00
url_generators_explorer Kibana developer examples landing page (#67049) 2020-06-08 09:47:51 -04:00
README.md bfetch (2) (#53711) 2020-01-16 05:33:52 -08:00

Example plugins

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

yarn start --run-examples