Files
securityonion/salt/logstash/files/dynamic/9999_output_redis.conf
2018-04-19 13:30:31 -04:00

11 lines
175 B
Plaintext

output {
redis {
host => 'redis'
data_type => 'list'
key => 'logstash:redis'
congestion_interval => 1
congestion_threshold => 50000000
# batch_events => 500
}
}