forked from wazuh/wazuh-docker
Update logstash.conf
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user