Update logstash.conf

This commit is contained in:
Jose Luis
2017-06-21 18:02:47 +02:00
committed by GitHub
parent f6ad536e99
commit df7c963eab
+1 -1
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"