Class: LogStash::Filters::Grok::EventTimeoutMatcher

Inherits:
Matcher
  • Object
show all
Defined in:
lib/logstash/filters/grok.rb

Instance Method Summary collapse

Methods inherited from Matcher

#initialize

Constructor Details

This class inherits a constructor from LogStash::Filters::Grok::Matcher

Instance Method Details

#match(context, groks, event, break_on_match) ⇒ Object



405
406
407
# File 'lib/logstash/filters/grok.rb', line 405

def match(context, groks, event, break_on_match)
  @filter.with_timeout(context) { super }
end