mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Default ssl to false
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
input {
|
||||
beats {
|
||||
port => "5044"
|
||||
ssl => true
|
||||
ssl => false
|
||||
ssl_certificate_authorities => ["/usr/share/filebeat/ca.crt"]
|
||||
ssl_certificate => "/usr/share/logstash/filebeat.crt"
|
||||
ssl_key => "/usr/share/logstash/filebeat.key"
|
||||
|
||||
Reference in New Issue
Block a user