mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
Merge pull request #9564 from Security-Onion-Solutions/TOoSmOotH-patch-5
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 %}
|
||||
|
||||
@@ -16,6 +16,6 @@ output {
|
||||
congestion_threshold => 50000000
|
||||
batch => true
|
||||
batch_events => {{ BATCH }}
|
||||
password => {{ REDIS_PASS }}
|
||||
password => '{{ REDIS_PASS }}'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user