Filebeat Module - Change key to normal key

This commit is contained in:
Mike Reeves
2018-10-09 13:05:11 -04:00
parent e89f58dff0
commit 1996787b6e
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ input {
ssl => true
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
ssl_certificate => "/usr/share/logstash/filebeat.crt"
ssl_key => "/usr/share/logstash/filebeat.p8"
ssl_key => "/usr/share/logstash/filebeat.key"
tags => [ "beat" ]
}
}

View File

@@ -131,5 +131,5 @@ so-logstash:
- /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.p8:/usr/share/logstash/filebeat.p8:ro
- /etc/pki/filebeat.key:/usr/share/logstash/filebeat.key:ro
- /etc/pki/ca.crt:/usr/share/filebeat/ca.crt:ro