Delete 9000_output_nessus.conf
This commit is contained in:
@ -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}"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user