-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Timelion graph is not refreshing content after searching or filtering in Kibana #66560
Labels
blocker
bug
Fixes for quality problems that affect the customer experience
Feature:Timelion
Timelion app and visualization
regression
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v7.7.1
Comments
mshustov
added
Feature:Timelion
Timelion app and visualization
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
labels
May 15, 2020
Pinging @elastic/kibana-app (Team:KibanaApp) |
timroes
added
bug
Fixes for quality problems that affect the customer experience
regression
blocker
v7.7.1
labels
May 15, 2020
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
May 19, 2020
7 tasks
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
May 20, 2020
…elastic#67023) * Timelion graph is not refreshing content after searching or filtering in Kibana Closes elastic#66560 * Change test beforeEach configuration to match request body * Remove unused TimelionRequestQuery
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
May 20, 2020
…elastic#67023) * Timelion graph is not refreshing content after searching or filtering in Kibana Closes elastic#66560 * Change test beforeEach configuration to match request body * Remove unused TimelionRequestQuery
DianaDerevyankina
added a commit
to DianaDerevyankina/kibana
that referenced
this issue
May 20, 2020
…elastic#67023) * Timelion graph is not refreshing content after searching or filtering in Kibana Closes elastic#66560 * Change test beforeEach configuration to match request body * Remove unused TimelionRequestQuery
DianaDerevyankina
added a commit
that referenced
this issue
May 20, 2020
DianaDerevyankina
added a commit
that referenced
this issue
May 20, 2020
DianaDerevyankina
added a commit
that referenced
this issue
May 20, 2020
This was referenced May 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
blocker
bug
Fixes for quality problems that affect the customer experience
Feature:Timelion
Timelion app and visualization
regression
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
v7.7.1
Kibana version: 7.7.0
Elasticsearch version: 7.7.0
Server OS version: Ubuntu 18.04.4 LTS
Browser version: Mozilla Firefox 76.0.1 (64-bit)
Browser OS version: Ubuntu 20.04 LTS
Original install method (e.g. download page, yum, from source, etc.): https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html
Describe the bug: I have a Timelion visualization that is working fine on 7.5.0 and 7.6.0 versions of Elastic Stack but after updating to 7.7.0 it stopped to refresh the contents when you do a search or set a filter in Kibana. Meaning that the Timelion graph visualization is on a dashboard where I either set a filter or do a search and all the other visualizations do update their content accordingly but the Timelion visualization doesn't react in any manner. This has been and is working fine on older servers where the Elastic Stack is either 7.5.0 or 7.6.0 based.
Timelion graph source:
.es(index=testing*, timefield=date, metric=count, kibana=true).label("Count: low").color(green).legend(showTime=1,position=nw).bars(stack=false), .es(index=testing*, timefield=date, metric=count, kibana=true).if(gt,1500,.es(index=testing*, timefield=date, metric=count, kibana=true),null).label("Count: average").color(orange).legend(showTime=1,position=nw).bars(stack=false), .es(index=testing*, timefield=date, metric=count, kibana=true).if(gt,4000,.es(index=testing*, timefield=date, metric=count, kibana=true),null).label("Count: high").color(red).legend(showTime=1,position=nw).bars(stack=false), .es(index=testing*, timefield=date, metric=count, kibana=true).label("Moving Average").color(cyan).movingaverage(5).legend(showTime=1,position=nw)
Steps to reproduce:
Expected behavior: Contents of the Timelion visualization should update accordingly to the search or the set filter(s).
Screenshots (if relevant): Without a search or filter. Both visualizations are correct.
With a search. Timelion visualization is not being updated. Metric is updated correctly.
With a filter. Timelion visualization is not being updated. Metric is updated correctly.
Errors in browser console (if relevant): I didn't see any errors in the browser console.
Provide logs and/or server output (if relevant): I am not sure which logs would be relevant to this.
Any additional context:
The text was updated successfully, but these errors were encountered: