mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-26 14:37:49 +02:00
Logstash Module - Add redis input
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
input {
|
||||
redis {
|
||||
host => '172.18.0.1'
|
||||
data_type => 'list'
|
||||
key => 'logstash:redis'
|
||||
type => 'redis-input'
|
||||
# threads => 1
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user