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

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

Closed
toby-sutor opened this issue Nov 24, 2020 · 1 comment · Fixed by #84768
Closed
Assignees
Labels
bug Fixes for quality problems that affect the customer experience Feature:Drilldowns Embeddable panel Drilldowns Feature:Gauge Vis Gauge and goal visualization Feature:UIActions UI actions. These are client side only, not related to the server side actions.. regression Team:Visualizations Visualization editors, elastic-charts and infrastructure

Comments

@toby-sutor
Copy link
Contributor

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

@toby-sutor toby-sutor added bug Fixes for quality problems that affect the customer experience regression Feature:Gauge Vis Gauge and goal visualization labels Nov 24, 2020
@toby-sutor
Copy link
Contributor Author

@elastic/kibana-app

@Dosant Dosant added Team:Visualizations Visualization editors, elastic-charts and infrastructure Feature:Drilldowns Embeddable panel Drilldowns Feature:UIActions UI actions. These are client side only, not related to the server side actions.. labels Nov 24, 2020
DianaDerevyankina added a commit to DianaDerevyankina/kibana that referenced this issue Dec 2, 2020
DianaDerevyankina added a commit that referenced this issue Dec 15, 2020
…e Kibana 7.10.0 (#84768)

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

Closes #84191

* Add functional test to  filtering on gauge
alexwizp pushed a commit to alexwizp/kibana that referenced this issue Dec 15, 2020
…e Kibana 7.10.0 (elastic#84768)

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

Closes elastic#84191

* Add functional test to  filtering on gauge
DianaDerevyankina added a commit to DianaDerevyankina/kibana that referenced this issue Dec 15, 2020
…e Kibana 7.10.0 (elastic#84768)

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

Closes elastic#84191

* Add functional test to  filtering on gauge
alexwizp added a commit that referenced this issue Dec 16, 2020
…e Kibana 7.10.0 (#84768) (#85938)

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

Closes #84191

* Add functional test to  filtering on gauge

Co-authored-by: Diana Derevyankina <[email protected]>
Co-authored-by: Kibana Machine <[email protected]>
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:Drilldowns Embeddable panel Drilldowns Feature:Gauge Vis Gauge and goal visualization Feature:UIActions UI actions. These are client side only, not related to the server side actions.. regression Team:Visualizations Visualization editors, elastic-charts and infrastructure
Projects
None yet
3 participants