mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Update 0900_input_redis.conf.jinja
This commit is contained in:
@@ -15,7 +15,7 @@ input {
|
||||
type => 'redis-input'
|
||||
threads => {{ THREADS }}
|
||||
batch_count => {{ BATCH }}
|
||||
password => {{ REDIS_PASS }}
|
||||
password => '{{ REDIS_PASS }}'
|
||||
}
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user