-
I'm using the cloudwatch_logs output plugin. At what granularity would the following setting work?
If a given OUTPUT section writes data into N log streams in cloudwatch, at what granularity would the Flush setting apply?
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
agup006
Mar 26, 2022
Replies: 1 comment
-
Hey @rajagopr , 3 fits the most here. Fluent Bit would chunk all incoming data and then flush that to all respective outputs at the flust interval (in this case every 5 seconds). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rajagopr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @rajagopr , 3 fits the most here. Fluent Bit would chunk all incoming data and then flush that to all respective outputs at the flust interval (in this case every 5 seconds).