Files
VulnWhisperer/resources/elk5-old_compatibility/logstash/0001_input_beats.conf
2019-02-25 12:27:30 +01:00

15 lines
180 B
Plaintext
Executable File

input {
beats {
port => 5044
tags => "beats"
}
}
filter {
if [beat][hostname] == "filebeathost" {
mutate {
add_tag => ["nessus"]
}
}
}