15 lines
180 B
Plaintext
Executable File
15 lines
180 B
Plaintext
Executable File
input {
|
|
beats {
|
|
port => 5044
|
|
tags => "beats"
|
|
}
|
|
}
|
|
|
|
filter {
|
|
if [beat][hostname] == "filebeathost" {
|
|
mutate {
|
|
add_tag => ["nessus"]
|
|
}
|
|
}
|
|
}
|