Merge pull request #9 from wazuh/master

Update logstash.conf
This commit is contained in:
Jose Luis
2017-06-21 18:04:10 +02:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ filter {
} }
output { output {
elasticsearch { elasticsearch {
hosts => ["localhost:9200"] hosts => ["elasticsearch:9200"]
index => "wazuh-alerts-%{+YYYY.MM.dd}" index => "wazuh-alerts-%{+YYYY.MM.dd}"
document_type => "wazuh" document_type => "wazuh"
template => "/etc/logstash/wazuh-elastic5-template.json" template => "/etc/logstash/wazuh-elastic5-template.json"