mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 03:02:58 +01:00
Logstash Module - SSL updates
This commit is contained in:
@@ -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" ]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user