Update 1000_nessus_process_file.conf

This commit is contained in:
Austin Taylor
2018-01-05 09:43:57 -05:00
committed by GitHub
parent b2c230f43b
commit 1a2091ac54

View File

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