mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-30 20:03:32 +01:00
17 lines
258 B
Plaintext
17 lines
258 B
Plaintext
# Updated by: Doug Burks
|
|
# Last Update: 2/10/2018
|
|
#
|
|
filter {
|
|
if "import" in [tags] and "bro" in [tags] {
|
|
|
|
# we're setting timestamp in 6000 now
|
|
#date {
|
|
# match => [ "timestamp", "UNIX" ]
|
|
#}
|
|
|
|
mutate {
|
|
#add_tag => [ "conf_file_6001"]
|
|
}
|
|
}
|
|
}
|