mirror of https://github.com/infosecn1nja/HELK.git
Update logstash.conf
parent
b7b72191ca
commit
5065558474
|
@ -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]}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue