kibana/x-pack/plugins/vis_type_timeseries_enhanced/README.md
Alexey Antonov 7114db3b1d
[TSVB] use new Search API for rollup search (#83275)
* [TSVB] use new Search API for rollup search

Closes: #82710

* remove unused code

* rollup_search_strategy.test.js -> rollup_search_strategy.test.ts

* default_search_capabilities.test.js -> default_search_capabilities.test.ts

* remove getRollupService

* fix CI

* fix some types

* update types

* update codeowners

* fix PR comments

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2020-11-18 16:59:40 +03:00

391 B

vis_type_timeseries_enhanced

The vis_type_timeseries_enhanced plugin is the x-pack counterpart to the OSS vis_type_timeseries plugin.

It exists to provide Elastic-licensed services, or parts of services, which enhance existing OSS functionality from vis_type_timeseries.

Currently the vis_type_timeseries_enhanced plugin doesn't return any APIs which you can consume directly.