Closed kaiohenricunha closed 3 months ago
OpenSearch limits the request size and compression could be a good way to solve it.
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
No response
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