Skip to content

Commit f03d17e

Browse files
[8.18] (backport #19078) chore: Update apm-server.yml to reflect default ES compression (#19110)
* chore: Update apm-server.yml to reflect default ES compression (#19078) (cherry picked from commit 43ea45a) # Conflicts: # apm-server-fips.yml * Delete apm-server-fips.yml --------- Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
1 parent 2f8d556 commit f03d17e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

apm-server.docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ output.elasticsearch:
328328
#enabled: true
329329

330330
# Set gzip compression level.
331-
#compression_level: 0
331+
#compression_level: 5
332332

333333
# Protocol - either `http` (default) or `https`.
334334
#protocol: "https"
@@ -368,6 +368,7 @@ output.elasticsearch:
368368
#timeout: 90
369369

370370
# The bulk request size threshold, in bytes, before flushing to Elasticsearch.
371+
# If compression is enabled, this is compressed bytes.
371372
# The value must have a suffix, e.g. `"2MB"`. The default is `1MB`.
372373
#flush_bytes: 1MB
373374

apm-server.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ output.elasticsearch:
328328
#enabled: true
329329

330330
# Set gzip compression level.
331-
#compression_level: 0
331+
#compression_level: 5
332332

333333
# Protocol - either `http` (default) or `https`.
334334
#protocol: "https"
@@ -368,6 +368,7 @@ output.elasticsearch:
368368
#timeout: 90
369369

370370
# The bulk request size threshold, in bytes, before flushing to Elasticsearch.
371+
# If compression is enabled, this is compressed bytes.
371372
# The value must have a suffix, e.g. `"2MB"`. The default is `1MB`.
372373
#flush_bytes: 1MB
373374

0 commit comments

Comments
 (0)