mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-13 04:32:48 +01:00
Update Import and Zeek integration policies; also update Zeek ingest node pipelines to set event.dataset.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"description" : "zeek.bsap_serial_rdb_ext",
|
||||
"processors" : [
|
||||
{ "set": { "field": "event.dataset", "value": "bsap_serial_rdb_ext" } },
|
||||
{ "remove": { "field": ["host"], "ignore_failure": true } },
|
||||
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
|
||||
{ "rename": { "field": "message2.dfun", "target_field": "bsap.destination.function", "ignore_missing": true } },
|
||||
|
||||
Reference in New Issue
Block a user