kibana/x-pack/plugins/data_enhanced
2021-02-22 11:18:22 -07:00
..
.storybook Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
common Unskip Search Sessions Management UI test (#90110) 2021-02-19 10:28:50 -07:00
public [Search Sessions] Fix completed session icon (#92206) 2021-02-22 11:18:22 -07:00
server [data.search.session] Server telemetry on search sessions (#91256) 2021-02-15 16:48:16 +02:00
config.ts [Search Sessions] Enable Search Sessions (#91097) 2021-02-13 14:36:40 +02:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [data.search] Add user information to background session service (#84975) 2021-02-13 10:42:56 +02:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06:00
tsconfig.json [data.search] Add user information to background session service (#84975) 2021-02-13 10:42:56 +02:00

data_enhanced

The data_enhanced plugin is the x-pack counterpart to the OSS data plugin.

It exists to provide Elastic-licensed services, or parts of services, which enhance existing OSS functionality from 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 OSS data plugin.

Here is the functionality it adds:

KQL Autocomplete

The OSS autocomplete service provides suggestions for field names and values based on suggestion providers which are registered to the service. This plugin registers the autocomplete provider for KQL to the OSS service.

Async, Rollup, and EQL Search Strategies

This plugin enhances the OSS search service with an ES search strategy that uses async search (or rollups) behind the scenes. It also registers an EQL search strategy.