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 Jan 5, 2023
1 parent 8e907fa commit f5fd5cb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Changed

- Set HEC exporter gzip compression enabled by default (#601)

## [0.67.0] - 2022-12-19

### Changed
Expand All @@ -22,6 +26,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed

- Fixed network explorer image pull secrets
### Changed


## [0.66.0] - 2022-12-06

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 @@ -42,8 +42,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
# Whether to skip checking the certificate of the HEC endpoint when sending
Expand Down

0 comments on commit f5fd5cb

Please sign in to comment.