tkob
Results
2
comments of
tkob
I'm experiencing the same problem (streams created, no log events appear). The config is similar (use_tag_as_stream=true, auto_create_stream=true, but no message_keys). When fluentd is launched with -v option, debug messages saying...
For my case, I found the cause: - Fluentd receives from remote syslog server which uses JST(+09:00) timezone, while the fluentd server uses UTC(+00:00). - RFC3164 timestamps do not have...