mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 05:32:49 +01:00
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
# Updated by: Doug Burks
|
|
# Last Update: 5/16/2017
|
|
#
|
|
filter {
|
|
if "syslog" in [tags] {
|
|
mutate {
|
|
#convert => [ "status_code", "integer" ]
|
|
#add_tag => [ "conf_file_6002"]
|
|
}
|
|
}
|
|
}
|