-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cloudwatch_out not working - logs never show up in CloudWatch #70
Comments
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 "Calling PutLogEvents API" are emitted. The weird thing is that the debug messages themselves are written to "fluent.debug" stream. |
For my case, I found the cause:
I do not know whether this applies to @deweller's case, but similar cause is very probable, I think. My workaround is to edit regexp of syslog input format so that it does not use remote timestamp as event's timestamp. |
Hi, |
Yeah, I'm also experiencing the same issue. I'll take a look at the timestamps thing, but in our case (we're based in NZ) UTC timestamps will be around 13 hours behind. Otherwise, same symptoms as the original poster - log group and log stream created without problems but no actual log events; trace level logging shows:
|
Put simply, I just can't get this to work.
Here is my config:
The log group and the stream are created as expected, but no entries ever show up.
There is no information in the fluentd logs.
Does this plugin work? Is anyone else experiencing this issue? How can I debug this?
Thanks.
The text was updated successfully, but these errors were encountered: