We have updated our Terms of Service, Code of Conduct, and Addendum.

Preserving dual values for a field in parser function extract mode.

Options

i am using parser function in extract mode for a key value pair data source. What I noticed is that, some of the events have two values for the same field `rule_uid = "1234556" | rule_uid = "78938794"` . Cribl seem to be keeping the second value for rule_uid field. What is a right way to preseve both the values for a field? I wonder if parser is the right choice for this.

Answers