output plugin to normal port

This commit is contained in:
Mike Reeves
2020-08-08 20:36:28 -04:00
parent 9248896a20
commit bc09a89a01

View File

@@ -3,13 +3,12 @@
output { output {
redis { redis {
host => '{{ MANAGER }}' host => '{{ MANAGER }}'
port => 9696 port => 6379
data_type => 'list' data_type => 'list'
key => 'logstash:unparsed' key => 'logstash:unparsed'
congestion_interval => 1 congestion_interval => 1
congestion_threshold => 50000000 congestion_threshold => 50000000
batch => true batch => true
batch_events => {{ BATCH }} batch_events => {{ BATCH }}
ssl => true
} }
} }