You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We see errors when sending HEC events with an event field set to a null value. We should always replace nil with an empty string to work around this limitation.
…value (#29552)
**Description:**
Fixing a bug where Splunk rejects malformed HEC events with a nil event
field.
**Link to tracking Issue:**
Fixes#29551
Component(s)
No response
What happened?
Description
We see errors when sending HEC events with an event field set to a null value. We should always replace nil with an empty string to work around this limitation.
Collector version
0.89.0
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: