lib/fluent/plugin/grok.rb in fluent-plugin-grok-parser-2.1.1 vs lib/fluent/plugin/grok.rb in fluent-plugin-grok-parser-2.1.2
- old
+ new
@@ -1,4 +1,6 @@
+require "fluent/plugin/parser_regexp"
+
module Fluent
class Grok
class GrokPatternNotFoundError < StandardError
end