record_transformer adding quotes to my json payload. #4161
Unanswered
ccovarrubias-paradigm
asked this question in
Q&A
Replies: 1 comment
-
It seems that Here is the sample to emulate:
outcome is:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all. I was hoping to get some help figuring out what's probably a super easy fix. I am running my logs through the
record_transformer
filter to inject some specific keys. Myrecord["message"]
content is json.The problem I'm running into is after I run it through the filter, fluentd is wrapping the value in quotes (
{ message: "{key...
) where as I want the value to be native json. Is there a way in the filter to remove the double quotes?Beta Was this translation helpful? Give feedback.
All reactions