Make TSVB compatible with cross cluster search API #12602
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
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.The text was updated successfully, but these errors were encountered: