Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make TSVB compatible with cross cluster search API #12602

Closed
epixa opened this issue Jun 30, 2017 · 0 comments
Closed

Make TSVB compatible with cross cluster search API #12602

epixa opened this issue Jun 30, 2017 · 0 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Feature:Visualizations Generic visualization features (in case no more specific feature label is available) PR sent

Comments

@epixa
Copy link
Contributor

epixa commented Jun 30, 2017

The time series visual builder is not completely compatible with the cross cluster search API because it uses the mappings API to retrieve fields, which will only retrieve mappings from the current cluster and doesn't support the clustername:indexname syntax. It should use the field_caps API instead, which will grab fields and capabilities across clusters if that syntax is used.

@epixa epixa added Feature:TSVB TSVB (Time Series Visual Builder) Feature:Visualizations Generic visualization features (in case no more specific feature label is available) bug Fixes for quality problems that affect the customer experience labels Jun 30, 2017
simianhacker added a commit to simianhacker/kibana that referenced this issue Jun 30, 2017
simianhacker added a commit that referenced this issue Jul 24, 2017
* Fixes #12602 - Change TSVB Fields API to use fieldCaps API

* Removing obsolete test

* updating tests

* removing the extra sortBy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:TSVB TSVB (Time Series Visual Builder) Feature:Visualizations Generic visualization features (in case no more specific feature label is available) PR sent
Projects
None yet
Development

No branches or pull requests

2 participants