Closed colinsurprenant closed 9 years ago
@jsvd review please?
@jsvd thanks! let me know if you insist on splitting PR for the filter_matched
logic. Also, please confirm the merge logic explanation makes sense.
this will fix and replace elasticsearch/logstash#814
OK with the semantic change in this PR. A couple of minor comments more.
we good?
LGTM
Good! I will :shipit:
Merged sucessfully into master!
Fix for #3
Introduces 2 new config options:
source
to specify the source field to match on, by default the message fieldallow_duplicates
to deduplicate or not the source field,true
by defaultAlso I'd like to revisit the semantic of the
filter_matched
call in multiline. before this PR, only event matching the pattern hadfilter_matched
called on. I think all resulting merged events should have filter_matched applied on. the match logic is really just used for bundling events together, I think the resulting events should all be considered a "match" no?