-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
Bug Report
Describe the bug
We use fluentbit and lua script without any issue. But when testing it after 2038 it does not work anymore with an error linked to a 32 bits variable
To Reproduce
- Example log message if applicable:
[2040/01/03 03:15:10.808241446] [debug] [decoder] Invalid group marker timestamp (-2085883291), skipping record. Group state preserved.
- Steps to reproduce the problem:
Configure FLuentbit using a lua script. Change the date to 2040
Expected behavior
Fluentbit should handle timestamp in 64 bits to work after 2038
Screenshots
Your Environment
- Version used: Fluentbit vers 4.2.3
- Configuration: Use of LUA script
- Environment name and version (e.g. Kubernetes? What version?): Hosted in k3S
- Server type and version:
- Operating System and version: Host OS is SLES 16.0 in 64 bits
- Filters and plugins:
Additional context
We want to have a solution working after the bug 2038
Reactions are currently unavailable