Update 9999_output_redis.conf.jinja

This commit is contained in:
Mike Reeves
2020-07-07 11:56:45 -04:00
committed by GitHub
parent 34e06ecde1
commit ec89ab39ac

View File

@@ -8,7 +8,7 @@ output {
key => 'logstash:unparsed' key => 'logstash:unparsed'
congestion_interval => 1 congestion_interval => 1
congestion_threshold => 50000000 congestion_threshold => 50000000
batch ==> True batch => True
batch_events => {{ BATCH }} batch_events => {{ BATCH }}
} }
} }