Update 0900_input_redis.conf.jinja

This commit is contained in:
Mike Reeves
2023-01-11 14:52:32 -05:00
committed by GitHub
parent 4923fb1c35
commit bdaed849ea

View File

@@ -15,7 +15,7 @@ input {
type => 'redis-input' type => 'redis-input'
threads => {{ THREADS }} threads => {{ THREADS }}
batch_count => {{ BATCH }} batch_count => {{ BATCH }}
password => {{ REDIS_PASS }} password => '{{ REDIS_PASS }}'
} }
} }
{% endfor %} {% endfor %}