kibana/examples
Lukas Olson 8157ef6527
[data.search] Server-side background session service (#81099) (#83766)
* [Search] Add request context and asScoped pattern

* Update docs

* Unify interface for getting search client

* [WIP] [data.search] Server-side background session service

* Update examples/search_examples/server/my_strategy.ts

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

* Review feedback

* Fix checks

* Add tapFirst and additional props for session

* Fix CI

* Fix security search

* Fix test

* Fix test for reals

* Add restore method

* Add code to search examples

* Add restore and search using restored ID

* Fix handling of preference and order of params

* Trim & cleanup

* Fix types

* Review feedback

* Add tests and remove handling of username

* Update docs

* Move utils to server

* Review feedback

* More review feedback

* Regenerate docs

* Review feedback

* Doc changes

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

Co-authored-by: Anton Dosov <dosantappdev@gmail.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-19 09:02:17 -07:00
..
bfetch_explorer [docs] Add missing App Arch READMEs. (#82080) (#82385) 2020-11-02 20:36:59 -07:00
dashboard_embeddable_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
developer_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
embeddable_examples [docs] Add missing App Arch READMEs. (#82080) (#82385) 2020-11-02 20:36:59 -07:00
embeddable_explorer [docs] Add missing App Arch READMEs. (#82080) (#82385) 2020-11-02 20:36:59 -07:00
routing_example Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
search_examples [data.search] Server-side background session service (#81099) (#83766) 2020-11-19 09:02:17 -07:00
state_containers_examples Update typescript eslint to v4.8 (#83520) (#83677) 2020-11-18 20:50:46 +01:00
ui_action_examples Add TS projects for src/plugins & x-pack/plugins (#78440) (#78946) 2020-09-30 17:10:04 +02:00
ui_actions_explorer feat: 🎸 add separator for different context menu groups (#80498) (#80806) 2020-10-16 16:00:53 +02:00
url_generators_examples Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
url_generators_explorer Extract src/core in a separate TS project (#76785) (#77509) 2020-09-16 07:51:42 +02:00
README.asciidoc Add a few asciidoc readmes (#72082) (#72290) 2020-07-20 10:17:33 -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
----