Added commented SSL settings for Filebeat and Logstash

This commit is contained in:
Vikman Fdez-Castro 2016-12-23 17:42:33 +01:00
Родитель b2cd243665
Коммит 77223270b5
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -12,3 +12,5 @@ output:
logstash:
# The Logstash hosts
hosts: ["YOUR_ELASTIC_SERVER_IP:5000"]
# ssl:
# certificate_authorities: ["/etc/filebeat/logstash.crt"]

Просмотреть файл

@ -4,6 +4,9 @@ input {
beats {
port => 5000
codec => "json_lines"
# ssl => true
# ssl_certificate => "/etc/logstash/logstash.crt"
# ssl_key => "/etc/logstash/logstash.key"
}
}
## Local Wazuh Manager - JSON file input