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 {
elasticsearch {
hosts => ["localhost:9200"]
hosts => ["elasticsearch:9200"]
index => "wazuh-alerts-%{+YYYY.MM.dd}"
document_type => "wazuh"
template => "/etc/logstash/wazuh-elastic5-template.json"