mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
9 lines
410 B
Plaintext
9 lines
410 B
Plaintext
{
|
|
"description" : "zeek.tunnel",
|
|
"processors" : [
|
|
{ "remove": { "field": ["host"], "ignore_failure": true } },
|
|
{ "set": { "field": "event_type", "value": "zeek.tunnels" } },
|
|
{ "pipeline": { "name": "zeek.tunnels" } }
|
|
]
|
|
}
|