Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion apm-server-fips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion apm-server.docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down
3 changes: 2 additions & 1 deletion apm-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down