From ec89ab39ac58ae3c02441058c51194516a87ef0e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 7 Jul 2020 11:56:45 -0400 Subject: [PATCH] Update 9999_output_redis.conf.jinja --- salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja b/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja index 5bf2512d5..b50f72747 100644 --- a/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja +++ b/salt/logstash/pipelines/config/so/9999_output_redis.conf.jinja @@ -8,7 +8,7 @@ output { key => 'logstash:unparsed' congestion_interval => 1 congestion_threshold => 50000000 - batch ==> True + batch => True batch_events => {{ BATCH }} } }