mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-17 22:42:51 +01:00
Logstash Module - Add redis output
This commit is contained in:
10
salt/logstash/files/dynamic/9999_output_redis.conf
Normal file
10
salt/logstash/files/dynamic/9999_output_redis.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
output {
|
||||
redis {
|
||||
host => 'redis'
|
||||
data_type => 'list'
|
||||
key => 'logstash:redis'
|
||||
congestion_interval => 1
|
||||
congestion_threshold => 50000000
|
||||
# batch_events => 500
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user