Change flush interval for fluentbit

The default flush interval for fluentbit should be set to the
service's default value (5s) rather than flushing the buffer every
second

Change-Id: I9a77d42681af4c59e383553a5f3716afc372bedd
This commit is contained in:
Steve Wilkerson 2018-01-17 17:44:49 -06:00
parent c1a8572584
commit 4075336dfb

@ -86,7 +86,7 @@ conf:
fluentbit:
- service:
header: service
Flush: 1
Flush: 5
Daemon: Off
Log_Level: info
Parsers_File: parsers.conf