Update 9999_output_redis.conf.jinja

This commit is contained in:
Mike Reeves
2020-07-01 14:45:54 -04:00
committed by GitHub
parent 70e4ce3e98
commit f580da5d56

View File

@@ -1,5 +1,5 @@
{% set MASTER = salt['pillar.get']('static:masterip', '') %}
{% set BATCH = salt['pillar.get']('logstash:batch_size', 500) %}
{% set BATCH = salt['pillar.get']('logstash:batch_size', 125) %}
output {
redis {