Update 9999_output_redis.conf.jinja

This commit is contained in:
Mike Reeves
2023-01-11 14:53:16 -05:00
committed by GitHub
parent bdaed849ea
commit 66924b63a7

View File

@@ -16,6 +16,6 @@ output {
congestion_threshold => 50000000 congestion_threshold => 50000000
batch => true batch => true
batch_events => {{ BATCH }} batch_events => {{ BATCH }}
password => {{ REDIS_PASS }} password => '{{ REDIS_PASS }}'
} }
} }