diff --git a/apm-server-fips.yml b/apm-server-fips.yml index bb1fad9251a..16c7106897e 100644 --- a/apm-server-fips.yml +++ b/apm-server-fips.yml @@ -329,7 +329,7 @@ output.elasticsearch: #enabled: true # Set gzip compression level. - #compression_level: 0 + #compression_level: 5 # Protocol - either `http` (default) or `https`. #protocol: "https" @@ -369,6 +369,7 @@ output.elasticsearch: #timeout: 90 # The bulk request size threshold, in bytes, before flushing to Elasticsearch. + # If compression is enabled, this is compressed bytes. # The value must have a suffix, e.g. `"2MB"`. The default is `1MB`. #flush_bytes: 1MB diff --git a/apm-server.docker.yml b/apm-server.docker.yml index cae2898ec5d..d984e0ea3cc 100644 --- a/apm-server.docker.yml +++ b/apm-server.docker.yml @@ -337,7 +337,7 @@ output.elasticsearch: #enabled: true # Set gzip compression level. - #compression_level: 0 + #compression_level: 5 # Protocol - either `http` (default) or `https`. #protocol: "https" @@ -377,6 +377,7 @@ output.elasticsearch: #timeout: 90 # The bulk request size threshold, in bytes, before flushing to Elasticsearch. + # If compression is enabled, this is compressed bytes. # The value must have a suffix, e.g. `"2MB"`. The default is `1MB`. #flush_bytes: 1MB diff --git a/apm-server.yml b/apm-server.yml index 993c82a1f9a..7e49fb20692 100644 --- a/apm-server.yml +++ b/apm-server.yml @@ -337,7 +337,7 @@ output.elasticsearch: #enabled: true # Set gzip compression level. - #compression_level: 0 + #compression_level: 5 # Protocol - either `http` (default) or `https`. #protocol: "https" @@ -377,6 +377,7 @@ output.elasticsearch: #timeout: 90 # The bulk request size threshold, in bytes, before flushing to Elasticsearch. + # If compression is enabled, this is compressed bytes. # The value must have a suffix, e.g. `"2MB"`. The default is `1MB`. #flush_bytes: 1MB