Skip to content

Commit

Permalink
Temporary disable compression in Splunk logs exporter until 0.68.0 (#610
Browse files Browse the repository at this point in the history
)

to workaround a compression bug
  • Loading branch information
dmitryax committed Dec 20, 2022
1 parent df9a7cf commit 18ba051
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Make sure the daemonset can start in GKE Autopiot (#608)
- Make containerd engine default in for fluentd logs and use always use it in GKE Autopiot (#609)
- Temporary disable compression in Splunk Observability logs exporter until
0.68.0 to workaround a compression bug (#610)

## [0.66.1] - 2022-12-08

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,8 @@ exporters:
token: "${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}"
log_data_enabled: {{ .Values.splunkObservability.logsEnabled }}
profiling_data_enabled: {{ .Values.splunkObservability.profilingEnabled }}
# Temporary disable compression until 0.68.0 to workaround a compression bug
disable_compression: true
{{- end }}
{{- if (eq (include "splunk-otel-collector.platformLogsEnabled" .) "true") }}
{{- include "splunk-otel-collector.splunkPlatformLogsExporter" . | nindent 2 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ exporters:
profiling_data_enabled: {{ .Values.splunkObservability.profilingEnabled }}
sending_queue:
num_consumers: 32
# Temporary disable compression until 0.68.0 to workaround a compression bug
disable_compression: true
{{- end }}

{{- if (eq (include "splunk-otel-collector.platformLogsEnabled" .) "true") }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ exporters:
token: "${SPLUNK_OBSERVABILITY_ACCESS_TOKEN}"
log_data_enabled: true
profiling_data_enabled: false
# Temporary disable compression until 0.68.0 to workaround a compression bug
disable_compression: true
{{- end }}

{{- if (eq (include "splunk-otel-collector.platformMetricsEnabled" .) "true") }}
Expand Down
1 change: 1 addition & 0 deletions rendered/manifests/logs-only/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ data:
ingest_url: https://ingest.CHANGEME.signalfx.com
sync_host_metadata: true
splunk_hec/o11y:
disable_compression: true
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
log_data_enabled: true
profiling_data_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/logs-only/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: 0dd2001a5452e85b22ed2a419f03895f9b0a0382fb9d035be838299393f6080b
checksum/config: 6ec60fb5f051a41efb84465b07fd45a0b086efcc46c2d1ab2d791b9d1c7f8dc7
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down
1 change: 1 addition & 0 deletions rendered/manifests/otel-logs/configmap-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ data:
ingest_url: https://ingest.CHANGEME.signalfx.com
sync_host_metadata: true
splunk_hec/o11y:
disable_compression: true
endpoint: https://ingest.CHANGEME.signalfx.com/v1/log
log_data_enabled: true
profiling_data_enabled: false
Expand Down
2 changes: 1 addition & 1 deletion rendered/manifests/otel-logs/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
app: splunk-otel-collector
release: default
annotations:
checksum/config: 8d58214e201cd190b4f1eadfc34a0baba2efe9ca5b16e1efe158e5ed2f30b2e2
checksum/config: af8cd684d7e9d2b64258ed6a0995fa489141434f635ab4391c436cf42fc56a80
kubectl.kubernetes.io/default-container: otel-collector
spec:
hostNetwork: true
Expand Down

0 comments on commit 18ba051

Please sign in to comment.