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" ]
}
}