Fix can't setting with regexp on in_tail

This commit is contained in:
uu59 2014-08-14 18:29:06 +09:00
parent b886f75491
commit ba31ef566a

View File

@ -17,7 +17,7 @@ class Fluentd
:csv => [:keys, :time_key], :csv => [:keys, :time_key],
:ltsv => [:delimiter, :time_key], :ltsv => [:delimiter, :time_key],
:json => [:time_key], :json => [:time_key],
:regexp => [:time_format], :regexp => [:time_format, :regexp],
# TODO: Grok could generate Regexp including \d, \s, etc. fluentd config parser raise error with them for escape sequence check. # TODO: Grok could generate Regexp including \d, \s, etc. fluentd config parser raise error with them for escape sequence check.
# TBD How to handle Grok/Regexp later, just comment out for hide # TBD How to handle Grok/Regexp later, just comment out for hide
# :grok => [:grok_str], # :grok => [:grok_str],