From 7a8e5a17836859c09b4e2edb6dfeecebe9ababdc Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Mon, 13 Oct 2025 12:39:51 +0100 Subject: [PATCH] apm-server: Update compression documentation --- .../apm/apm-server/configure-elasticsearch-output.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/observability/apm/apm-server/configure-elasticsearch-output.md b/solutions/observability/apm/apm-server/configure-elasticsearch-output.md index 9db3a9b4ce..40b9da5468 100644 --- a/solutions/observability/apm/apm-server/configure-elasticsearch-output.md +++ b/solutions/observability/apm/apm-server/configure-elasticsearch-output.md @@ -102,7 +102,7 @@ The gzip compression level. Setting this value to `0` disables compression. The Increasing the compression level will reduce the network usage but will increase the CPU usage. -The default value is `0`. +The default value is `5`. ### `escape_html` [_escape_html] @@ -167,7 +167,7 @@ The default is 3. ### `flush_bytes` [_flush_bytes] -The bulk request size threshold, in bytes, before flushing to {{es}}. The value must have a suffix, e.g. `"2MB"`. The default is `1MB`. +The bulk request size threshold, in bytes, before flushing to {{es}}. If compression is enabled, this is compressed bytes. The value must have a suffix, e.g. `"2MB"`. The default is `1MB`. ### `flush_interval` [_flush_interval]