Logs periodically not sending to kinesis using kinesis_streams plugin #4122
Closed
mrahman1-godaddy
started this conversation in
General
Replies: 1 comment
-
I'm going to close this, turns out that the issue was on our side. Our kinesis stream would be consumed by a lambda function before going into kibana, that lambda function was running out of memory and timing out. Bumping the memory size fixed the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've had this service working for almost 2 years, but recently it's been failing to send logs to our kinesis stream periodically.
Versions:
fluentd (1.11.1)
fluent-plugin-kinesis (3.4.2, 3.4.1, 3.4.0, 3.3.0)
td (0.16.9)
td-client (1.0.7)
td-logger (0.3.27)
Here is the config file for
td-agent
:By using the
@type stdout
match, I was able to see all the latest logs being delivered to fluentd, but it seems that it doesn't reach kinesis (this happens periodically, some times it will pause for 6 hours, then resume for an hour, then pause for another 3 hours etc).I've also turned on trace logging, and here's what I am seeing, it looks normal to me.
Beta Was this translation helpful? Give feedback.
All reactions