Skip to content

Commit

Permalink
Fix based on @kskewes from #881
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <[email protected]>
  • Loading branch information
Steve Coffman committed Nov 4, 2018
1 parent 6471706 commit 291f836
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conf/parsers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@
[PARSER]
# http://rubular.com/r/tjUt3Awgg4
Name cri
Format Regex
Format regex
Regex ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*) (?<message>.*)$
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%N%:z
Time_Keep On
Time_Format %Y-%m-%dT%H:%M:%S.%L%z

[PARSER]
Name kube-custom
Expand Down

0 comments on commit 291f836

Please sign in to comment.