fluent / fluent-operator

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

Add compression option to fluentbit opensearch plugin #1257

Closed kaiohenricunha closed 2 months ago

kaiohenricunha commented 2 months ago

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

OpenSearch limits the request size and compression could be a good way to solve it.

Describe the solution you'd like

Similar to what has been done in other output plugins like elasticsearch and datadog, expose the compression parameter on the CRD:

https://github.com/fluent/fluent-operator/blob/master/charts/fluent-operator/charts/fluent-bit-crds/crds/fluentbit.fluent.io_clusteroutputs.yaml#L451

Additional context

No response