Delete 9000_output_nessus.conf

This commit is contained in:
Austin Taylor
2018-02-17 22:30:16 -05:00
committed by GitHub
parent 554b739146
commit 42e72c36dd

View File

@ -1,14 +0,0 @@
# Author: Austin Taylor
# Email: email@austintaylor.io
# Last Update: 05/21/2017
# Creates logstash-nessus
output {
if "nessus" in [tags] or [type] == "nessus" {
#stdout { codec => rubydebug }
elasticsearch {
hosts => "localhost:9200"
index => "logstash-vulnwhisperer-%{+YYYY.MM}"
}
}
}