Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
when logstash outputs to redis, it needs to detect congestion
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Feb 28, 2018
1 parent 4eef3aa commit f136517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/logstash/conf.d.redis.output/9999_output_redis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ output {
host => '172.18.0.1'
data_type => 'list'
key => 'logstash:redis'
congestion_interval => 1
congestion_threshold => 50000000
}
}

0 comments on commit f136517

Please sign in to comment.