quickwit-oss / quickwit-datasource

Quickwit data source for Grafana
GNU Affero General Public License v3.0
41 stars 10 forks source link

Bug in date filtering #132

Open fulmicoton opened 3 months ago

fulmicoton commented 3 months ago

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?