Skip to content

Gauge visualization can no longer be clicked to filter on values since Kibana 7.10.0 #84191

@toby-sutor

Description

@toby-sutor

Kibana version: 7.10.0

Elasticsearch version: 7.10.0

Server OS version: ESS

Describe the bug:
Since upgrading to version 7.10.0 it is no longer possible to click on Gauge visuals 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):
00644707_762

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

Steps to reproduce:
To reproduce,

  1. I create a new index with a few documents:
POST toby-gauge-test/_doc
{
  "Service" : "Beats",
  "Latency" : 123
}
POST toby-gauge-test/_doc
{
  "Service" : "Elasticsearch",
  "Latency" : 34
}
POST toby-gauge-test/_doc
{
  "Service" : "Kibana",
  "Latency" : 221
}
POST toby-gauge-test/_doc
{
  "Service" : "Logstash",
  "Latency" : 11
}
  1. create an index pattern for the above index
  2. create a new visualization as Gauge and select the above index pattern
  3. Metrics -> Aggregation: Average, Field: Latency
  4. Buckets -> Add Split group, Aggregation: Terms, Field : Service.keyword
  5. Click on any of the resulting visuals. Expectation is that it filters on the Service.keyword, which it does in Kibana prior 7.10.0 but does not on Kibana 7.10.0.

Screen Shot 2020-11-24 at 09 27 46

Original: https://github.com/elastic/sdh-kibana/issues/1005

Metadata

Metadata

Labels

Feature:DrilldownsEmbeddable panel DrilldownsFeature:Gauge VisGauge and goal visualizationFeature:UIActionsUI 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//bugFixes for quality problems that affect the customer experienceregression

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions