fluent / fluent-operator

Operate Fluent Bit and Fluentd in the Kubernetes way - Previously known as FluentBit Operator
Apache License 2.0
577 stars 246 forks source link

Support storage.total_limit_size for elasticsearch #1194

Closed smallc2009 closed 3 months ago

smallc2009 commented 3 months ago

Is your feature request related to a problem? Please describe.

Fluent Bit supports limiting filesystem space for chunks(doc here). this is to control the amount of filesystem chunks are using. it started support from Fluent Bit 1.6 and it can be configured in OutPut section.

Describe the solution you'd like

Add support storage.total_limit_size for Elasticsearch plugin ClusterOutput.

Additional context

No response

smallc2009 commented 3 months ago

Fixed in PR https://github.com/fluent/fluent-operator/pull/1196