mirror of https://github.com/infosecn1nja/HELK.git
Added osquery filter to parse json message.
parent
240a8262ff
commit
12e4de9996
|
@ -0,0 +1,12 @@
|
|||
# HELK osquery filter conf file
|
||||
# HELK build Stage: Alpha
|
||||
# Author: Richie Cyrus (@rrcyrus)
|
||||
# License: GPL-3.0
|
||||
|
||||
filter {
|
||||
if [source] == "/var/log/osquery/osqueryd.results.log"{
|
||||
json {
|
||||
source => "message"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue