Add some spaces

This commit is contained in:
Stefan Reimer 2020-10-05 09:03:47 -07:00
parent 846d7d2d87
commit b0286ff858

View File

@ -187,21 +187,21 @@ fluent-bit:
config: config:
outputs: | outputs: |
[OUTPUT] [OUTPUT]
Match * Match *
Name forward Name forward
Host logging-fluentd Host logging-fluentd
Port 24224 Port 24224
Shared_Key cloudbender Shared_Key cloudbender
Send_options true Send_options true
Require_ack_response true Require_ack_response true
customParsers: | customParsers: |
[PARSER] [PARSER]
Name cri-log Name cri-log
Format regex Format regex
Regex ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*) (?<log>.*)$ Regex ^(?<time>[^ ]+) (?<stream>stdout|stderr) (?<logtag>[^ ]*) (?<log>.*)$
Time_Key time Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S.%L%z Time_Format %Y-%m-%dT%H:%M:%S.%L%z
inputs: | inputs: |
[INPUT] [INPUT]