Filebeat Module - Change key to normal key

This commit is contained in:
Mike Reeves
2018-10-09 12:41:51 -04:00
parent 1dc194115e
commit e89f58dff0

View File

@@ -844,7 +844,7 @@ output.logstash:
ssl.certificate: "/usr/share/filebeat/filebeat.crt" ssl.certificate: "/usr/share/filebeat/filebeat.crt"
# Client Certificate Key # Client Certificate Key
ssl.key: "/usr/share/filebeat/filebeat.p8" ssl.key: "/usr/share/filebeat/filebeat.key"
# Optional passphrase for decrypting the Certificate Key. # Optional passphrase for decrypting the Certificate Key.
#ssl.key_passphrase: '' #ssl.key_passphrase: ''