-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Make TSVB compatible with cross cluster search API #12602
Copy link
Copy link
Closed
Labels
Feature:TSVBTSVB (Time Series Visual Builder)TSVB (Time Series Visual Builder)Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)PR sentbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Metadata
Metadata
Assignees
Labels
Feature:TSVBTSVB (Time Series Visual Builder)TSVB (Time Series Visual Builder)Feature:VisualizationsGeneric visualization features (in case no more specific feature label is available)Generic visualization features (in case no more specific feature label is available)PR sentbugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experience
Type
Fields
Give feedbackNo fields configured for issues without a type.
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:indexnamesyntax. It should use the field_caps API instead, which will grab fields and capabilities across clusters if that syntax is used.