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

View File

@@ -29,12 +29,13 @@ filebeatpkidir:
- group: 939
- makedirs: True
# This needs to be owned by root
filebeatconfsync:
file.recurse:
- name: /opt/so/conf/filebeat/etc
- source: salt://filebeat/etc
- user: 939
- group: 939
- user: 0
- group: 0
- template: jinja
#filebeatcrt:

View File

@@ -3,7 +3,7 @@ input {
redis {
host => '{{ master }}'
data_type => 'list'
key => 'logstash:redis'
key => 'logstash:unparsed'
type => 'redis-input'
# threads => 1
}