Logstash Module - Add redis input

This commit is contained in:
Mike Reeves
2018-05-18 13:36:42 -04:00
parent f27b1de048
commit 5508d24dc6
2 changed files with 10 additions and 24 deletions
@@ -0,0 +1,9 @@
input {
redis {
host => '172.18.0.1'
data_type => 'list'
key => 'logstash:redis'
type => 'redis-input'
# threads => 1
}
}