reorg resources files
This commit is contained in:
14
resources/elk5-old_compatibility/logstash/0001_input_beats.conf
Executable file
14
resources/elk5-old_compatibility/logstash/0001_input_beats.conf
Executable file
@ -0,0 +1,14 @@
|
||||
input {
|
||||
beats {
|
||||
port => 5044
|
||||
tags => "beats"
|
||||
}
|
||||
}
|
||||
|
||||
filter {
|
||||
if [beat][hostname] == "filebeathost" {
|
||||
mutate {
|
||||
add_tag => ["nessus"]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user