correct capitalization of true

This commit is contained in:
Jason Ertel
2020-07-07 14:28:11 -04:00
parent 640cfee3e1
commit f4f189cc50

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 }}
} }
} }