Logstash Module - Pull from unparsed

This commit is contained in:
Mike Reeves
2018-09-21 08:30:40 -04:00
parent 76adc0decc
commit 27579a6150
2 changed files with 4 additions and 3 deletions
@@ -3,7 +3,7 @@ input {
redis {
host => '{{ master }}'
data_type => 'list'
key => 'logstash:redis'
key => 'logstash:unparsed'
type => 'redis-input'
# threads => 1
}