quickwit-datasource icon indicating copy to clipboard operation
quickwit-datasource copied to clipboard

Bug in date filtering

Open fulmicoton opened this issue 1 year ago • 0 comments

I did not investigate much.

When I search 1719597920321728427 on quickwit's index on fly, I get a single result at 2024-06-28 18:05:20.515.

image

When changing the timezone and selecting the time range by clicking on the time histogram I end up in this weird state. image

The histogram shows data but not log lines is captured.

In this specific example, the date picker shows: 2024-06-28 17:55:04 -> 2024-06-28 18:03:02 UTC so the log line is indeed out of range.

The date histogram should show no data I believe?

fulmicoton avatar Jul 01 '24 01:07 fulmicoton