Logstash Module - SSL updates

This commit is contained in:
Mike Reeves
2018-06-07 16:48:42 -04:00
parent f85eaec990
commit 54caf609ed
3 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -7,7 +7,7 @@ input {
beats {
port => "5044"
ssl => true
ssl_certificate => "/some/locations"
ssl_certificate => ""
ssl_key => "/some/location"
tags => [ "beat" ]
}

View File

@@ -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