kibana/x-pack/plugins/data_enhanced
Lukas Olson eb74b86ca4
[data.search.session] Use locators instead of URL generators (#115681)
* [data.search.session] Use locators instead of URL generators

* Add migration

* Fix/update tests

* Fix types

* Fix test setup

* Update docs

* Fix version :)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-26 12:30:11 -07:00
..
.storybook
common
public [data.search.session] Use locators instead of URL generators (#115681) 2021-10-26 12:30:11 -07:00
server [data.search.session] Use locators instead of URL generators (#115681) 2021-10-26 12:30:11 -07:00
config.ts
jest.config.js [jest] update config files to get coverage per plugin (#111299) 2021-09-09 08:14:56 +02:00
kibana.json Fix save session UI appears in report (#115746) 2021-10-20 17:03:44 +02:00
README.md
tsconfig.json Fix save session UI appears in report (#115746) 2021-10-20 17:03:44 +02:00

data_enhanced

The data_enhanced plugin is the x-pack counterpart to the src/plguins/data plugin.

It exists to provide services, or parts of services, which enhance existing functionality from src/plugins/data.

Currently, the data_enhanced plugin doesn't return any APIs which you can consume directly, however it is possible that you are indirectly relying on the enhanced functionality that it provides via the data plugin from src/.

Here is the functionality it adds:

Search Sessions

Search sessions are handy when you want to enable a user to run something asynchronously (for example, a dashboard over a long period of time), and then quickly restore the results at a later time. The Search Service transparently fetches results from the .async-search index, instead of running each request again.