class LogStash::Filters::Grok::EventTimeoutMatcher

@private

Public Instance Methods

match(context, groks, event, break_on_match) click to toggle source

@override

Calls superclass method LogStash::Filters::Grok::Matcher#match
# File lib/logstash/filters/grok.rb, line 405
def match(context, groks, event, break_on_match)
  @filter.with_timeout(context) { super }
end