mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
output plugin to normal port
This commit is contained in:
@@ -3,13 +3,12 @@
|
||||
output {
|
||||
redis {
|
||||
host => '{{ MANAGER }}'
|
||||
port => 9696
|
||||
port => 6379
|
||||
data_type => 'list'
|
||||
key => 'logstash:unparsed'
|
||||
congestion_interval => 1
|
||||
congestion_threshold => 50000000
|
||||
batch => true
|
||||
batch_events => {{ BATCH }}
|
||||
ssl => true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user