Merge branch 'develop' of https://github.com/VVard0g/HELK into develop

keyword-vs-text-changes
Roberto Rodriguez 2017-06-07 01:34:45 -04:00
commit 85b5b1a165
1 changed files with 2 additions and 2 deletions

View File

@ -9,11 +9,11 @@ input {
output {
if [@metadata][source] == "winlogbeat" {
elasticsearch {
hosts => ["localhost:9200"]
hosts => "elasticsearch:9200"
sniffing => true
manage_template => false
index => "%{[@metadata][beat]}-%{+YYYY.MM.dd}"
document_type => "%{[@metadata][type]}"
}
}
}
}