Merge pull request #12 from HASecuritySolutions/master

Fork Sync
This commit is contained in:
Austin Taylor
2017-12-20 01:39:26 -07:00
committed by GitHub
2 changed files with 41 additions and 1 deletions

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}"
}
}