Logstash Module - SSL updates

This commit is contained in:
Mike Reeves
2018-06-07 16:55:12 -04:00
parent 54caf609ed
commit 6f05f788f1
3 changed files with 5 additions and 3 deletions

View File

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