Merge pull request #102 from dougburks/master

incoming bro_tunnel logs should go to bro_tunnels
This commit is contained in:
Mike Reeves
2019-09-24 14:04:01 -04:00
committed by GitHub

View File

@@ -0,0 +1,7 @@
{
"description" : "bro_tunnel",
"processors" : [
{ "set": { "field": "event_type", "value": "bro_tunnels" } },
{ "pipeline": { "name": "bro_tunnels" } }
]
}