Skip to content

Commit

Permalink
Enable compression by default
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Apr 14, 2023
1 parent dd913e8 commit bff7ffa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed

- Update the Kubernetes scheduler monitor to stop using insecure port 10251 and start using secure port 10259 with authentication [#711](https://github.com/signalfx/splunk-otel-collector-chart/pull/711)
- Set HEC exporter gzip compression enabled by default (#601)

### Fixed

Expand Down
4 changes: 2 additions & 2 deletions ci_scripts/sck_otel_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ splunkPlatform:
sourcetype:
# Maximum HTTP connections to use simultaneously when sending data. Defaults to 200.
maxConnections: 200
# Whether to disable gzip compression over HTTP. Defaults to true.
disableCompression: true
# Whether to disable gzip compression over HTTP. Defaults to false.
disableCompression: false
# HTTP timeout when sending data. Defaults to 10s.
timeout: 10s
# Whether to skip checking the certificate of the HEC endpoint when sending data over HTTPS. Defaults to true.
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ splunkPlatform:
sourcetype: ""
# Maximum HTTP connections to use simultaneously when sending data.
maxConnections: 200
# Whether to disable gzip compression over HTTP. Defaults to true.
disableCompression: true
# Whether to disable gzip compression over HTTP. Defaults to false.
disableCompression: false
# HTTP timeout when sending data. Defaults to 10s.
timeout: 10s
# Idle connection timeout. defaults to 10s
Expand Down

0 comments on commit bff7ffa

Please sign in to comment.