-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Gauge visualization can no longer be clicked to filter on values since Kibana 7.10.0 #84191
Copy link
Copy link
Closed
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsFeature:Gauge VisGauge and goal visualizationGauge and goal visualizationFeature:UIActionsUI actions. These are client side only, not related to the server side actions..UI actions. These are client side only, not related to the server side actions..Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceregression
Metadata
Metadata
Assignees
Labels
Feature:DrilldownsEmbeddable panel DrilldownsEmbeddable panel DrilldownsFeature:Gauge VisGauge and goal visualizationGauge and goal visualizationFeature:UIActionsUI actions. These are client side only, not related to the server side actions..UI actions. These are client side only, not related to the server side actions..Team:VisualizationsTeam label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//Team label for Lens, elastic-charts, Graph, legacy editors (TSVB, Visualize, Timelion) t//bugFixes for quality problems that affect the customer experienceFixes for quality problems that affect the customer experienceregression
Type
Fields
Give feedbackNo fields configured for issues without a type.
Kibana version: 7.10.0
Elasticsearch version: 7.10.0
Server OS version: ESS
Describe the bug:
Since upgrading to version
7.10.0it is no longer possible to click onGaugevisuals to add them as a filter. I can reproduce this. I am not sure if this is related to the linked "drilldown" discussion, but it seems like a regression to me that it worked before and does not anymore now. Would you please let me know if this is on purpose or perhaps a bug?Expected behavior (on 7.6.2):

On 7.10.0 however nothing happens when clicking on the Gauge vis (which is unexpected and undesired):

Steps to reproduce:
To reproduce,
Gaugeand select the above index patternMetrics->Aggregation: Average,Field: LatencyBuckets->Add Split group,Aggregation: Terms,Field : Service.keywordService.keyword, which it does in Kibana prior 7.10.0 but does not on Kibana 7.10.0.Original: https://github.com/elastic/sdh-kibana/issues/1005