Add some spaces

This commit is contained in:
Stefan Reimer 2020-10-05 09:03:47 -07:00
parent bddafc142e
commit e32d258986
1 changed files with 12 additions and 12 deletions

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]