Class: LogStash::Filters::Grok::PatternTimeoutMatcher

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

Instance Method Summary collapse

Methods inherited from Matcher

#initialize, #match

Constructor Details

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

Instance Method Details

#execute(context, grok) ⇒ Object



413
414
415
# File 'lib/logstash/filters/grok.rb', line 413

def execute(context, grok)
  @filter.with_timeout(context) { super }
end