mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-20 16:03:06 +01:00
Logstash Module - SSL updates
This commit is contained in:
@@ -45,4 +45,5 @@ so-filebeat:
|
||||
- /opt/so/conf/filebeat/etc/filebeat.yml:/usr/share/filebeat/filebeat.yml:ro
|
||||
- /nsm/bro/spool/manager:/nsm/bro/spool:ro
|
||||
- /opt/so/conf/filebeat/etc/pki/filebeat.crt:/usr/share/filebeat/filebeat.crt:ro
|
||||
- /etc/ssl/certs/intca.crt:/usr/share/filebeat/intraca.crt:ro
|
||||
- network_mode: so-elastic-net
|
||||
|
||||
@@ -7,7 +7,7 @@ input {
|
||||
beats {
|
||||
port => "5044"
|
||||
ssl => true
|
||||
ssl_certificate => "/some/locations"
|
||||
ssl_certificate => ""
|
||||
ssl_key => "/some/location"
|
||||
tags => [ "beat" ]
|
||||
}
|
||||
|
||||
@@ -133,4 +133,6 @@ so-logstash:
|
||||
- /nsm/logstash:/usr/share/logstash/data:rw
|
||||
- /opt/so/log/logstash:/var/log/logstash:rw
|
||||
- /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
- /etc/pki/filebeat.crt:/usr/share/logstash/filebeat.crt:ro
|
||||
- /etc/pki/filebeat.key:/usr/share/logstash/filebeat.key:ro
|
||||
- network_mode: so-elastic-net
|
||||
|
||||
Reference in New Issue
Block a user