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

@@ -64,7 +64,7 @@ firewall:
redis: redis:
tcp: tcp:
- 6379 - 6379
- 6380 - 9696
salt_manager: salt_manager:
tcp: tcp:
- 4505 - 4505

View File

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

View File

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

View File

@@ -89,7 +89,7 @@ protected-mode no
tls-cert-file /certs/redis.crt tls-cert-file /certs/redis.crt
tls-key-file /certs/redis.key tls-key-file /certs/redis.key
tls-ca-cert-file /certs/ca.crt tls-ca-cert-file /certs/ca.crt
tls-port 6380 tls-port 9696
tls-auth-clients no tls-auth-clients no
# Accept connections on the specified port, default is 6379 (IANA #815344). # Accept connections on the specified port, default is 6379 (IANA #815344).