kibana/examples
Lukas Olson a9273ca001
[data.search] Add search session methods to search service contract (#87966)
* [data.search] Add search session methods to search service contract

* Fix types

* Fix tests and switch to cancel

* Update docs

* Fix types/tests

* Fix tests

* Update status of SO before cancelling search requests

* Add API integration test

* Fix types

* Update expiration route to use config defaultExpiration

* Fix test

* Update docs

* New logic for extend

* Remove declare module

* Review feedback

* fix ts

* Remove test that is no longer valid

* Fix undefined bug

* Use DataRequestHandlerContext in maps

* ts

Co-authored-by: Liza K <liza.katz@elastic.co>
2021-02-03 08:08:54 -07:00
..
bfetch_explorer Updating the License (#88343) 2021-01-19 17:52:56 -08:00
dashboard_embeddable_examples Updating the License (#88343) 2021-01-19 17:52:56 -08:00
developer_examples Updating the License (#88343) 2021-01-19 17:52:56 -08:00
embeddable_examples Updating the License (#88343) 2021-01-19 17:52:56 -08:00
embeddable_explorer Updating the License (#88343) 2021-01-19 17:52:56 -08:00
expressions_explorer Examples/expressions2 (#90140) 2021-02-03 16:06:26 +01:00
routing_example Updating the License (#88343) 2021-01-19 17:52:56 -08:00
search_examples [data.search] Add search session methods to search service contract (#87966) 2021-02-03 08:08:54 -07:00
state_containers_examples [Docs] Clean up state management examples (#88980) 2021-01-21 18:45:13 +01:00
ui_action_examples Updating the License (#88343) 2021-01-19 17:52:56 -08:00
ui_actions_explorer Updating the License (#88343) 2021-01-19 17:52:56 -08:00
url_generators_examples Updating the License (#88343) 2021-01-19 17:52:56 -08:00
url_generators_explorer Updating the License (#88343) 2021-01-19 17:52:56 -08: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
----