class LogStash::Filters::Grok::PatternTimeoutMatcher
@private
Public Instance Methods
execute(context, grok)
click to toggle source
@override
Calls superclass method
LogStash::Filters::Grok::Matcher#execute
# File lib/logstash/filters/grok.rb, line 413 def execute(context, grok) @filter.with_timeout(context) { super } end