As discussed with @bradleyjkemp, this PR consists of two things:
Move a block of code (which extracts field values from event) in rule.matcherMatchesValues() into a separate function, which is exported. This will be useful to obtain field values from individual event payloads.
As discussed with @bradleyjkemp, this PR consists of two things:
rule.matcherMatchesValues()
into a separate function, which is exported. This will be useful to obtain field values from individual event payloads.