Have event as a json string? #11058
-
Is there a method where I can take a journald event and encode into a string formatted as json so I can save the whole event into a single clickhouse string field? |
Beta Was this translation helpful? Give feedback.
Answered by
spencergilbert
Jan 27, 2022
Replies: 1 comment 1 reply
-
Hi @daledude I think the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
daledude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @daledude I think the
encode_json
function in VRL should help you here.