Skip to content
Discussion options

You must be logged in to vote

Hi @kbitra !

It looks like the read_log_process_log transform is overwriting the event with . = parse_json!(...). This will replace any fields on the event. Instead, you could consider merging the fields like: . = merge(., object!(parse_json!(. rawlogmessage))).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kbitra
Comment options

Answer selected by kbitra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants