Graylog2 / Graylog2/graylog2-server
Add timezone autocorrection for timezone differences
Open
feature
inputs
timezones
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
We can add a heuristic to detect timezone offsets of senders using the perceived difference between the current UTC time of the server and the parsed time from the log message.
Check for different time of 30mins intervals, the shortest possible timezone difference.
If the time falls into approximate timezone diff slots, we can assume the sender sends in a different timezone.
Store this fact alongside the original message, to be able to alert on it and also to be able to display the correct timestamp.
Contributor guide
Assessment
This issue has not been assessed yet.