Putting a upper limit on data FluenD ships to defined output #4182
Replies: 3 comments 2 replies
-
Normally, we need to adjust the amount of input data by setting For example, If we limit the sending amount in |
Beta Was this translation helpful? Give feedback.
-
Thanks @daipom for the direction, it's very helpful. So does FluentD input stops forwarding data to output till the defined rate_period is reached? Or does it keep forwarding data till the limit is reached for a particular rate_period? What I mean is, If I want to send 100K log lines per day. Would that be achievable by this? Or since rate_period is 1 day here, the data from the input will flow to the output only after the day, which would not be desirable. |
Beta Was this translation helpful? Give feedback.
-
Thanks, @daipom for the details. My input would be from fluentbit (forward). I was checking the docs but couldn't find the same concept as the "group" there. So with fluentbit as a source, is there a way to achieve the same use case? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to limit the amount of logs sent by FluentD per day to the specified output (http for example).
So that FluentD stops sending, let's say, more than 10GB logs for a given day.
Beta Was this translation helpful? Give feedback.
All reactions