kibana/x-pack/plugins/data_enhanced
Liza Katz 8842e9b7a9
[Autocomplete] Support useTimeFilter option (#81515)
* pass timefilter to autocomplete

* ignoreTimeRange advanced setting

* Show all results in filter bar autocomplete

* Round timerange to minute for autocomplete memoization

* Change useTimeFilter param name
Update autocomplete tests and docs

* Fix maps test
useTimeFilter in uptime

* docs

* useTimeRange in apm

* remove date validation

* Update src/plugins/data/common/constants.ts

Co-authored-by: Lukas Olson <olson.lukas@gmail.com>

* docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Lukas Olson <olson.lukas@gmail.com>
2020-11-10 20:50:09 +02:00
..
common Remove data <--> expressions circular dependencies. (#82685) 2020-11-09 13:01:22 -07:00
public [Autocomplete] Support useTimeFilter option (#81515) 2020-11-10 20:50:09 +02:00
server [data.search] Add request handler context and asScoped pattern (#80775) 2020-11-04 11:58:15 -07:00
kibana.json [Search] Remove long-running query pop-up (#75385) 2020-09-13 10:20:10 -07:00
README.md [docs] Add missing App Arch READMEs. (#82080) 2020-10-29 17:01:33 -06: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.