Skip to content

Commit

Permalink
chore: remove clear_logs_timestamp from otelcol configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kasia-kujawa committed Feb 23, 2024
1 parent d5d51e1 commit b14b684
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 13 deletions.
1 change: 1 addition & 0 deletions .changelog/3574.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: remove clear_logs_timestamp from otelcol configuration
2 changes: 0 additions & 2 deletions deploy/helm/sumologic/conf/events/otelcol/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ exporters:
client: {{ include "sumologic.sumo_client" . }}
endpoint: {{ include "sumologic.events.exporter.endpoint" . }}
log_format: {{ include "sumologic.events.exporter.format" . }}
clear_logs_timestamp: false # this only affects the otlp format
sending_queue:
enabled: true
{{- if .Values.sumologic.events.persistence.enabled }}
Expand All @@ -20,7 +19,6 @@ exporters:
client: {{ include "sumologic.sumo_client" . }}
endpoint: {{ include "sumologic-mock.receiver-endpoint" . }}
log_format: {{ include "sumologic.events.exporter.format" . }}
clear_logs_timestamp: false # this only affects the otlp format
sending_queue:
enabled: true
{{- end }}
Expand Down
2 changes: 0 additions & 2 deletions deploy/helm/sumologic/conf/logs/otelcol/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ exporters:
client: {{ include "sumologic.sumo_client" . }}
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_LOGS_SOURCE}
log_format: otlp
clear_logs_timestamp: false
sending_queue:
enabled: true
num_consumers: 10
Expand All @@ -86,7 +85,6 @@ exporters:
client: {{ include "sumologic.sumo_client" . }}
endpoint: {{ include "sumologic-mock.receiver-endpoint" . }}
log_format: otlp
clear_logs_timestamp: false
sending_queue:
enabled: true
num_consumers: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_EVENTS_SOURCE}
log_format: otlp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_EVENTS_SOURCE}
log_format: otlp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ data:
debug:
verbosity: detailed
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_EVENTS_SOURCE}
log_format: otlp
sending_queue:
enabled: true
storage: file_storage
sumologic/sumologic-mock:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: http://RELEASE-NAME-sumologic-mock.sumologic:3000/receiver
log_format: otlp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ data:
debug:
verbosity: detailed
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_LOGS_SOURCE}
log_format: otlp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ data:
debug:
verbosity: detailed
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_LOGS_SOURCE}
log_format: otlp
Expand All @@ -26,7 +25,6 @@ data:
queue_size: 10000
storage: file_storage
sumologic/sumologic-mock:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: http://RELEASE-NAME-sumologic-mock.sumologic:3000/receiver
log_format: otlp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_LOGS_SOURCE}
log_format: otlp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ data:
config.yaml: |
exporters:
sumologic:
clear_logs_timestamp: false
client: k8s_%CURRENT_CHART_VERSION%
endpoint: ${SUMO_ENDPOINT_DEFAULT_OTLP_LOGS_SOURCE}
log_format: otlp
Expand Down

0 comments on commit b14b684

Please sign in to comment.