quickwit-datasource
quickwit-datasource copied to clipboard
Bug in date filtering
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.
When changing the timezone and selecting the time range by clicking on the time histogram I end up in this weird state.
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?