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

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