Skip to content

Commit db7aa22

Browse files
Merge branch 'main' into main
2 parents 9fb8775 + 5f4dbd7 commit db7aa22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solutions/observability/apm/apm-server/configure-elasticsearch-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The gzip compression level. Setting this value to `0` disables compression. The
102102

103103
Increasing the compression level will reduce the network usage but will increase the CPU usage.
104104

105-
The default value is `0`.
105+
The default value is `5`.
106106

107107
### `escape_html` [_escape_html]
108108

@@ -167,7 +167,7 @@ The default is 3.
167167

168168
### `flush_bytes` [_flush_bytes]
169169

170-
The bulk request size threshold, in bytes, before flushing to {{es}}. The value must have a suffix, e.g. `"2MB"`. The default is `1MB`.
170+
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`.
171171

172172
### `flush_interval` [_flush_interval]
173173

0 commit comments

Comments
 (0)