-
My sourcelog is as follows:
After I use parse_grok to cut the message field, I also want to get the value in the tags field,My transform config is not work,the value of mtags is null
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
You have a couple of steps that assign the result directly to |
Beta Was this translation helpful? Give feedback.
-
How should the rules be written in this scenario,thank u very much |
Beta Was this translation helpful? Give feedback.
-
the config is bad ,the error is "this expression must resolve to an object" |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
the following config is good,I have never understood that my log always needs to add this line,
. = parse_json!(.message)
if not, I can’t achieve the effect I want,the bad result like this photoBut I add this line
. = parse_json!(.message)
, like following,it's can achieve the effect I want