mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +02:00
Fix can't setting with regexp on in_tail
This commit is contained in:
parent
b886f75491
commit
ba31ef566a
@ -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],
|
||||||
|
Loading…
Reference in New Issue
Block a user