Logstash-filter-elapsed don`t generate elapsed_expired_error

Hi, all!

Could you help me.
I have configuration from logstash-filter-elapsed

elapsed {
        start_tag => "start"
        end_tag => "stop"
        unique_id_field => "ibso_id"
        timeout => 15
   }

but after timeout, I don`t see tag elapsed_expired_error, how written in documentation (https://www.elastic.co/guide/en/logstash/current/plugins-filters-elapsed.html#plugins-filters-elapsed-new_event_on_match)

Thanks for your advice.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.