-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syslog receiver returns string attribute instead of map #27414
Labels
Comments
sumo-drosiek
added
bug
Something isn't working
needs triage
New item requiring triage
labels
Oct 3, 2023
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Here is an attempt to fix it |
djaglowski
pushed a commit
that referenced
this issue
Oct 4, 2023
…7415) **Description:** Syslog receiver produces attribute (`structured_data`) which is a stringified map. This PR fixes it. See Issue for more details **Link to tracking Issue:** #27414 **Testing:** UT **Documentation:** In code comments --------- Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Thanks for resolving @sumo-drosiek! I'm closing as fixed, but please let me know if there's something I missed here. |
jmsnll
pushed a commit
to jmsnll/opentelemetry-collector-contrib
that referenced
this issue
Nov 12, 2023
…en-telemetry#27415) **Description:** Syslog receiver produces attribute (`structured_data`) which is a stringified map. This PR fixes it. See Issue for more details **Link to tracking Issue:** open-telemetry#27414 **Testing:** UT **Documentation:** In code comments --------- Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
receiver/syslog
What happened?
Description
Syslog receiver produces attribute (
structured_data
) which is a stringified map:Steps to Reproduce
Expected Result
Actual Result
Collector version
b5e9e5e
Environment information
Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: