fluentforwardreceiver : logs cannot be received due to wrong timestamp type #11435
Labels
bug
Something isn't working
data:logs
Logs related issues
good first issue
Good for newcomers
help wanted
Extra attention is needed
receiver/fluentforward
Stale
Bug Description
Fluent Forward Receiver cannot receive logs in case the timestamp follows uint64
Steps to reproduce
Case 1 : If you use "fluent-logger" npm package and try to send logs directly to fluentreceiver endpoint (Ex. localhost:8006)
This setup does not work unless I add a uint64 case in
conversion.go > timeFromTimestamp
Case 2 : If you use "fluent" protocol for both input & output configuration
Same thing happens as case 1 : logs does not pass unless you add a case to handle uint64 timestamp !!
The text was updated successfully, but these errors were encountered: