- Updates addon to use collector version v0.135.0
- Removed
splunk_otel_log_file
configuration option. In unmanaged scenarios, this file
would grow in case of errors and would not be rotated or truncated by operators, leading
to problems with disk space use. Now, by default, the OTel Collector will log errors
tosplunkd.log
on all platforms. If you want more detailed logging or if you want to log to a different file,
you can modify theservice.telemetry.logs
section in the YAML files under theconfigs/
directory of the add-on (#6748).