mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #102 from dougburks/master
incoming bro_tunnel logs should go to bro_tunnels
This commit is contained in:
7
salt/elasticsearch/files/ingest/bro_tunnel
Normal file
7
salt/elasticsearch/files/ingest/bro_tunnel
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"description" : "bro_tunnel",
|
||||
"processors" : [
|
||||
{ "set": { "field": "event_type", "value": "bro_tunnels" } },
|
||||
{ "pipeline": { "name": "bro_tunnels" } }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user