We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b2320 commit c1418a2Copy full SHA for c1418a2
lib/fluent/plugin/grok.rb
@@ -41,7 +41,7 @@ def initialize(plugin, conf)
41
if @plugin.respond_to?(:time_format)
42
@time_format = @plugin.time_format
43
end
44
- if @plugin.respond_to?(:timezon)
+ if @plugin.respond_to?(:timezone)
45
@timezone = @plugin.timezone
46
47
0 commit comments