mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
11 lines
200 B
Plaintext
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
|
|
}
|
|
}
|