fix redis ports

This commit is contained in:
Mike Reeves
2020-08-08 20:24:30 -04:00
parent 112dba4549
commit 9248896a20
4 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
input {
redis {
host => '{{ MANAGER }}'
port => 6380
port => 9696
ssl => true
data_type => 'list'
key => 'logstash:unparsed'

View File

@@ -3,7 +3,7 @@
output {
redis {
host => '{{ MANAGER }}'
port => 6380
port => 9696
data_type => 'list'
key => 'logstash:unparsed'
congestion_interval => 1