mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
{%- set master = grains['master'] %}
|
|
input {
|
|
redis {
|
|
host => '{{ master }}'
|
|
data_type => 'list'
|
|
key => 'logstash:unparsed'
|
|
type => 'redis-input'
|
|
# threads => 1
|
|
}
|
|
}
|