kibana/x-pack/plugins/data_enhanced
Kibana Machine 7abc9e95e2
[share] Fix url redirect in custom space (#122787) (#123043)
(cherry picked from commit 00bb22a8d7)

Co-authored-by: Anton Dosov <anton.dosov@elastic.co>
2022-01-14 17:02:48 +01:00
..
.storybook Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
common [Search] Unify search plugin step 1 (#95811) 2021-04-21 14:23:49 +02:00
public [share] Fix url redirect in custom space (#122787) (#123043) 2022-01-14 17:02:48 +01:00
server [data.search.session] Use locators instead of URL generators (#115681) 2021-10-26 12:30:11 -07:00
config.ts [Search] Unify search plugin step 1 (#95811) 2021-04-21 14:23:49 +02:00
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 [Search] Unify search plugin step 1 (#95811) 2021-04-21 14:23:49 +02:00
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.