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