-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cannot unmarshal Kafka record received #16078
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hey @RobertFloor, Just taking a look at this now,
So the receiver Is there any docs you could provide with regards to the audit logs just so I can understand what is needed? |
Hi thanks for your reply, this URL provides an example entry:
However, the real Kafka message we see when reading from the topic is as follows:
|
The message does not seem to be a supported type that the collector can read. @RobertFloor this is not a bug, but rather a feature request. |
Thank you for you help, can I find he supported message type somewhere? Maybe we can change the message ? |
Thanks :) |
Component(s)
receiver/kafka
What happened?
We are attempting to read a Confluent Kafka Audit topic of our organization in the open telemetery collector. This contains audit events which we would like to ingest into the Open telemetry collector. We would like to read the topic and send it to Splunk. We can connect to confluent cloud , but are getting a format error. I have tried all suggested encoders. Somehow we cannot unmarshal the message correctly. Do you have an idear how to decode the messages from the Audit topic?
Collector version
0.63.1
Environment information
Environment
Docker container (https://hub.docker.com/layers/otel/opentelemetry-collector/latest/images/sha256-5d5669c53025a0a81d725e36e6c60e8ebf502ddc5259a3036ed8f5f8067f4713?context=explore)
OpenTelemetry Collector configuration
Log output
Additional context
This is an example record from Confluent Kafka which we would like to recieve from a Kafka Topic:
See comment below
The text was updated successfully, but these errors were encountered: