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 03cc38e commit f82b0d7Copy full SHA for f82b0d7
lib/fluent/plugin/grok.rb
@@ -36,6 +36,9 @@ def initialize(plugin, conf)
36
if @plugin.respond_to?(:keep_time_key)
37
@keep_time_key = @plugin.keep_time_key
38
end
39
+ if @plugin.respond_to?(:time_format)
40
+ @time_format = @plugin.time_format
41
+ end
42
43
44
def add_patterns_from_file(path)
0 commit comments