Update 9000_output_nessus.conf

This commit is contained in:
Justin Henderson
2017-10-06 14:33:11 -05:00
committed by GitHub
parent b108c1fbeb
commit 8808b9e458

View File

@ -7,7 +7,7 @@ output {
if "nessus" in [tags] or [type] == "nessus" {
#stdout { codec => rubydebug }
elasticsearch {
hosts => [ "localhost" ]
hosts => "localhost:19200"
index => "logstash-nessus-%{+YYYY.MM}"
}
}