-
My config is as followers:
My source log is
My question is how to add a field to the log,for example, the effect I want is as follows
|
Beta Was this translation helpful? Give feedback.
Answered by
jszwedko
Mar 13, 2024
Replies: 1 comment 2 replies
-
Hi @uglyliu , you can modify the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, something like:
.message = "foo " + .message
to prepend.