Update 9000_output_nessus.conf

This commit is contained in:
Austin Taylor
2018-02-17 22:29:41 -05:00
committed by GitHub
parent 54337d3bfa
commit 554b739146

View File

@ -8,7 +8,7 @@ output {
#stdout { codec => rubydebug }
elasticsearch {
hosts => "localhost:9200"
index => "logstash-nessus-%{+YYYY.MM}"
index => "logstash-vulnwhisperer-%{+YYYY.MM}"
}
}
}