Skip to content

Commit

Permalink
parsers: conf: adds CRIO parser support (#667)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve.coffman@ithaka.org>
  • Loading branch information
StevenACoffman authored and edsiper committed Jul 9, 2018
1 parent a7aa411 commit 5b54295
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions conf/parsers.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@
Time_Keep On
Time_Key time

[PARSER]
# http://rubular.com/r/izM6olvshn
Name crio
Format Regex
Regex /^(?<time>.+)\b(?<stream>stdout|stderr)\b(?<log>.*)$/
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%N%:z
Time_Keep On

[PARSER]
Name kube-custom
Format regex
Expand Down

0 comments on commit 5b54295

Please sign in to comment.