What setting is used for filebeat for compression?, like logstash uses:http_compression => true

Hello All,
I'd like to know what settings must be used in filebeat for compression?. In logs i get bulk size issue sometimes.Assuming compression srtting might resolve this like in logstash has
http_compression => true, what setting is equivalent in filebeat?

output.elasticsearch:
hosts: [""]
ssl_enabled: true
ssl.certificate_authorities: [""]
protocol: "https"
username: ""
password: ""

Hi,

Filebeat has a compression_level setting in the output block: Configure the Elasticsearch output | Filebeat Reference [8.8] | Elastic

Best regards
Wolfram

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.