lib/fluent/plugin/grok.rb in fluent-plugin-grok-parser-2.5.0 vs lib/fluent/plugin/grok.rb in fluent-plugin-grok-parser-2.5.1

- old
+ new

@@ -11,10 +11,10 @@ /%\{ # match '%{' not prefixed with '\' (?<name> # match the pattern name (?<pattern>[A-z0-9]+) (?::(?<subname>[@\[\]A-z0-9_:.-]+?) (?::(?<type>(?:string|bool|integer|float| - time(?::.+)?| + time(?::.+?)?| array(?::.)?)))?)? ) \}/x attr_reader :parsers