mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
output {
|
|
redis {
|
|
host => 'redis'
|
|
data_type => 'list'
|
|
key => 'logstash:redis'
|
|
congestion_interval => 1
|
|
congestion_threshold => 50000000
|
|
# batch_events => 500
|
|
}
|
|
}
|