quickwit-oss / quickwit-oss/quickwit-datasource
Bug in date filtering
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 76
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue in the Quickwit datasource for Grafana using the reported index, timestamp, timezone change, and time histogram selection. Compare the histogram data with the selected date-picker range and verify that the histogram shows no data when the matching log line is outside that range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100