Fluentd: Update logging interval values

This updates the logging interval values for the Elasticsearch
outputs to integers (20) vs the previous string value (20s)

Change-Id: I681bdaf807ba0136fef3b6dc1c7ddaa689ae77a3
This commit is contained in:
Steve Wilkerson 2018-10-11 09:05:00 -05:00
parent e231a7c5fd
commit 9b5d4d9f17
1 changed files with 3 additions and 3 deletions

View File

@ -303,7 +303,7 @@ conf:
logstash_prefix: journal
buffer_chunk_limit: 10M
buffer_queue_limit: 32
flush_interval: 20s
flush_interval: 20
max_retry_wait: 300
disable_retry_limit: ""
num_threads: 8
@ -320,7 +320,7 @@ conf:
logstash_prefix: kernel
buffer_chunk_limit: 10M
buffer_queue_limit: 32
flush_interval: 20s
flush_interval: 20
max_retry_wait: 300
disable_retry_limit: ""
num_threads: 8
@ -336,7 +336,7 @@ conf:
logstash_format: true
buffer_chunk_limit: 10M
buffer_queue_limit: 32
flush_interval: 20s
flush_interval: 20
max_retry_wait: 300
disable_retry_limit: ""
num_threads: 8