I would like remove a field from event like using eval
Page 1 / 1
You can use the delete
operator.
For example, if you had a top level field, myField
, you could use the following syntax to delete it:
delete __e['myField']
We use __e
to define the event context. See more here: https://docs.cribl.io/stream/code-function#notes-and-examples
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.