I'm using logstash 1.5 to analyze logs.
I want to track two events which occur one after the other. So I would like to set a flag/field/tag when first event occurs and retain the value across events.
I looked at this link but looks like grep and drop are not supported in logstash 1.5.
Is there a way of achieving this?