kibana/examples
Lukas Olson 44368b0b66
[data.search] Add request handler context and asScoped pattern (#80775)
* [Search] Add request context and asScoped pattern

* Update docs

* Unify interface for getting search client

* Update examples/search_examples/server/my_strategy.ts

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>

* Review feedback

* Fix checks

* Fix CI

* Fix security search

* Fix test

* Fix test for reals

* Fix types

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
2020-11-04 11:58:15 -07:00
..
bfetch_explorer [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
dashboard_embeddable_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
developer_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
embeddable_examples [Time to Visualize] Small Attribute Service Fixes (#82072) 2020-11-02 11:25:53 -05:00
embeddable_explorer [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
routing_example Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
search_examples [data.search] Add request handler context and asScoped pattern (#80775) 2020-11-04 11:58:15 -07:00
state_containers_examples [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
ui_action_examples Add TS projects for src/plugins & x-pack/plugins (#78440) 2020-09-30 15:02:41 +02:00
ui_actions_explorer feat: 🎸 add separator for different context menu groups (#80498) 2020-10-16 11:07:50 +02:00
url_generators_examples Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
url_generators_explorer Extract src/core in a separate TS project (#76785) 2020-09-15 12:41:27 +02:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

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

[source,bash]
----
yarn start --run-examples
----