mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
Update 0900_input_redis.conf.jinja
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user