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
The implementation of the json encoder creates an empty log record and sets the parsed json as body. Additionally it sets the log record timestamp to the current processing time.
Having json log messages in Kafka like
{"timestamp": 1689323017, "message": "this is a log message", "logLevel": "info", ...}
what is the intended way of mapping the json to a log record that is not just an empty wrapper?
The text was updated successfully, but these errors were encountered:
Component(s)
receiver/kafka
Describe the issue you're reporting
The implementation of the
json
encoder creates an empty log record and sets the parsed json as body. Additionally it sets the log record timestamp to the current processing time.Having json log messages in Kafka like
what is the intended way of mapping the json to a log record that is not just an empty wrapper?
The text was updated successfully, but these errors were encountered: