You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2021. It is now read-only.
Thanks so much for making this parser, it is exactly what I was looking for. My only additional hope is to retain the audit log in its raw form as well.
I have tried to chain this filter together with another filter like this:
But if I do the record_transformer before the parse_audit_log my new raw_message field is lost, and if I do it after, then there is no message field to copy from any more so it is set to null.
In an ideal world, I would have three fields under the json payload like:
Thanks so much for making this parser, it is exactly what I was looking for. My only additional hope is to retain the audit log in its raw form as well.
I have tried to chain this filter together with another filter like this:
But if I do the
record_transformer
before theparse_audit_log
my newraw_message
field is lost, and if I do it after, then there is nomessage
field to copy from any more so it is set tonull
.In an ideal world, I would have three fields under the json payload like:
Thanks
The text was updated successfully, but these errors were encountered: