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

[Canvas] Timefilter is not working #80967

Closed
Rodrimix opened this issue Oct 19, 2020 · 8 comments
Closed

[Canvas] Timefilter is not working #80967

Rodrimix opened this issue Oct 19, 2020 · 8 comments
Labels
bug Fixes for quality problems that affect the customer experience Feature:Canvas Feature:ExpressionLanguage Interpreter expression language (aka canvas pipeline) Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@Rodrimix
Copy link

Rodrimix commented Oct 19, 2020

Kibana version: 7.9.1

Elasticsearch version: 7.9.1

Server OS version:

Browser version: Firefox 81.0.2

Browser OS version: Ubuntu

Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud deployment

Describe the bug:

We have a canvas workpad with timefilter and dropdownfilter controls. When changing the date on the time control the filter does not apply to the link charts.

Steps to reproduce:

  1. Add a debug filter element such as:
filters group="time_filter" group="other_filter" ungrouped=true
| render as=debug
  1. Add a timecontrol filter :
timefilterControl compact=true column="@timestamp" filterGroup="time_filter"
| render
  1. Add a dropdown filter:
demodata
| dropdownControl valueColumn="project" filterColumn="project" filterGroup="other_filter"
| render

Expected behavior:

Changes on both filters should have effect on the debug filter element.

Screenshots (if relevant):
Changing the time filter does not have any effect on the element:
Captura de pantalla de 2020-10-19 14-30-42

If I refresh the browse (press F5) then the information is correct.

Captura de pantalla de 2020-10-19 14-32-09

Modify the time filter:

Captura de pantalla de 2020-10-19 14-34-02

Nothing change on the debug element!

Errors in browser console (if relevant):

Provide logs and/or server output (if relevant):

Any additional context:

@Rodrimix Rodrimix changed the title Canva [Canvas] Timefilter is not working Oct 19, 2020
@felix-lessoer
Copy link

I see the same behavior in my canvas boards.
This is especially true for timelion.

@shaunmcgough Can you check on that?

@cskowronnek
Copy link

Same here

@bhavyarm bhavyarm added bug Fixes for quality problems that affect the customer experience Feature:ExpressionLanguage Interpreter expression language (aka canvas pipeline) Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas labels Oct 19, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-canvas (Team:Canvas)

@poffdeluxe
Copy link
Contributor

Hey all, thanks for the info. This does look like a regression starting in 7.9 since I'm not able to reproduce it in 7.8. I'm looking into a fix!

@Rodrimix
Copy link
Author

Thanks @poffdeluxe ! I'm looking forward to this fix!

@Rodrimix
Copy link
Author

Any update on this one @poffdeluxe ?

@poffdeluxe
Copy link
Contributor

Apologies! I merged in a PR that addresses this bug, last week. The fix should be rolled out as a part of 7.10.1 and 7.11

Fixed by #81863

@Rodrimix
Copy link
Author

Great! Thank you very much @poffdeluxe !

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:Canvas Feature:ExpressionLanguage Interpreter expression language (aka canvas pipeline) Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

7 participants