class LogStash::Filters::Grok::PatternTimeoutMatcher

@private

Public Instance Methods

execute(context, grok) click to toggle source

@override

# File lib/logstash/filters/grok.rb, line 413
def execute(context, grok)
  @filter.with_timeout(context) { super }
end