kibana/x-pack/plugins/data_enhanced
Stacey Gammon 9258ba5147
Adding owners to kibana plugins (#108407)
* Adding owners to kibana plugins

* Fix ui actions enhanced owner

* Account for virtual RAC team owning a plugin

* Fix empty githubTeam for ui actions
2021-08-17 10:21:06 -04: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 Fix search sessions management UI displays wrong warning (#107556) 2021-08-09 07:43:07 -04:00
server [Data][Es Query] Use ES types in Kuery functions (#108367) 2021-08-17 11:49:16 +02:00
config.ts [Search] Unify search plugin step 1 (#95811) 2021-04-21 14:23:49 +02:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json Adding owners to kibana plugins (#108407) 2021-08-17 10:21:06 -04:00
README.md [Search] Unify search plugin step 1 (#95811) 2021-04-21 14:23:49 +02:00
tsconfig.json [build_ts_refs] improve caches, allow building a subset of projects (#107981) 2021-08-10 22:12:45 -07: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.