mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +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'
|
type => 'redis-input'
|
||||||
threads => {{ THREADS }}
|
threads => {{ THREADS }}
|
||||||
batch_count => {{ BATCH }}
|
batch_count => {{ BATCH }}
|
||||||
password => {{ REDIS_PASS }}
|
password => '{{ REDIS_PASS }}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@@ -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 }}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user