From f4f189cc50a1c38c7e46cbaede39927fc3308da1 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 7 Jul 2020 14:28:11 -0400 Subject: [PATCH] correct capitalization of true --- 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 b50f72747..afa8d290a 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 }} } }