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

filter on time field isn't applied to visualizations #19216

Closed
LeeDr opened this issue May 18, 2018 · 0 comments · Fixed by #19221
Closed

filter on time field isn't applied to visualizations #19216

LeeDr opened this issue May 18, 2018 · 0 comments · Fixed by #19221
Labels
blocker bug Fixes for quality problems that affect the customer experience Feature:Visualizations Generic visualization features (in case no more specific feature label is available) regression v6.3.0

Comments

@LeeDr
Copy link
Contributor

LeeDr commented May 18, 2018

Probably caused by: #17123

Kibana version: 6.3.0 BC6

Elasticsearch version: 6.3.0 BC6

Server OS version: Windows 2012 Server

Browser version: Chrome

Browser OS version: Ubuntu 18.04

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

Describe the bug:
If you add a filter like @timestamp is not between <date1> <date2> it isn't applied to the visualization.

Steps to reproduce:

  1. Create a new vertical bar chart visualization with a time range that includes some data
  2. Add an X-axis Date Histogram aggregation on your timefield (eg, @timestamp)
  3. click to add a new filter, use the timefield (eg. @timestamp), I used is not between, enter 2 timestamps that are within your time picker range
  4. you would expect to see a gap in the histogram, but there isn't.
  5. Check the spy panel and look at the request and we see the filter isn't being added

Expected behavior:
The filter should be added to the request.

Screenshots (if relevant):
This is the expected behavior on 6.2.4 which shows the gap in the middle of the histogram
(the 6.3.0 BC6 looks just like this except there's no gap)
virtualbox_integration-test_w2012_zip_1526477369864_6601_18_05_2018_10_14_30

Errors in browser console (if relevant):

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

Any additional context:

@LeeDr LeeDr added bug Fixes for quality problems that affect the customer experience blocker Feature:Visualizations Generic visualization features (in case no more specific feature label is available) regression labels May 18, 2018
@timroes timroes added the v6.3.0 label May 18, 2018
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:Visualizations Generic visualization features (in case no more specific feature label is available) regression v6.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants