mirror of https://github.com/infosecn1nja/HELK.git
Merge branch 'develop' of https://github.com/VVard0g/HELK into develop
commit
85b5b1a165
|
@ -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