Files
securityonion/salt/logstash/files/dynamic/0900_input_redis.conf
2018-10-18 21:18:15 -04:00

11 lines
200 B
Plaintext

{% set master = salt['pillar.get']('static:masterip', '') %}
input {
redis {
host => '{{ master }}'
data_type => 'list'
key => 'logstash:unparsed'
type => 'redis-input'
# threads => 1
}
}