mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 07:53:06 +01:00
Fix typos and fix error related to elasticsearch saltstate being called from logstash state. Logstash will be removed from kafkanodes in future
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -42,7 +42,7 @@ listener.security.protocol.map=CONTROLLER:SSL,BROKER:SSL
|
|||||||
|
|
||||||
#SSL configuration
|
#SSL configuration
|
||||||
ssl.keystore.location=/etc/pki/kafka.jks
|
ssl.keystore.location=/etc/pki/kafka.jks
|
||||||
ssl.keystore.pasword=changeit
|
ssl.keystore.password=changeit
|
||||||
ssl.keystore.type=JKS
|
ssl.keystore.type=JKS
|
||||||
ssl.truststore.location=/etc/pki/java/sos/cacerts
|
ssl.truststore.location=/etc/pki/java/sos/cacerts
|
||||||
ssl.truststore.password=changeit
|
ssl.truststore.password=changeit
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
include:
|
include:
|
||||||
- ssl
|
- ssl
|
||||||
{% if GLOBALS.role not in ['so-receiver','so-fleet'] %}
|
{% if GLOBALS.role not in ['so-receiver','so-fleet', 'so-kafkanode'] %}
|
||||||
- elasticsearch
|
- elasticsearch
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user