kibana/x-pack/plugins/data_enhanced
Wylie Conlon c33987d929
Support for number, date and IP range data types (#76971)
* Support for number, date and IP ranges

* Update tests

* Ranges don't work with range agg

* Fix test case

* Allow Discover to create range filters

* Supports ranges in Visualize, KQL, remove Lens support

* Fix test mappings

* Bring back field cache to work around bug

* Fix some tests

* Fix test expectation

* Respond to review comments

* Fix type error

* Remove added sample data

* Fix api_docs

* Fix test
2021-03-08 15:50:36 -05:00
..
.storybook
common Unskip Search Sessions Management UI test (#90110) 2021-02-19 10:28:50 -07:00
public Support for number, date and IP range data types (#76971) 2021-03-08 15:50:36 -05: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
kibana.json [data.search] Add user information to background session service (#84975) 2021-02-13 10:42:56 +02:00
README.md
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.