mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
fix redis ports
This commit is contained in:
@@ -64,7 +64,7 @@ firewall:
|
|||||||
redis:
|
redis:
|
||||||
tcp:
|
tcp:
|
||||||
- 6379
|
- 6379
|
||||||
- 6380
|
- 9696
|
||||||
salt_manager:
|
salt_manager:
|
||||||
tcp:
|
tcp:
|
||||||
- 4505
|
- 4505
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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).
|
||||||
|
|||||||
Reference in New Issue
Block a user