mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-25 08:25:29 +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.s7comm_plus",
|
||||
"processors" : [
|
||||
{ "set": { "field": "event.dataset", "value": "s7comm_plus" } },
|
||||
{ "remove": { "field": ["host"], "ignore_failure": true } },
|
||||
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
|
||||
{ "rename": { "field": "message2.version", "target_field": "s7.version", "ignore_missing": true } },
|
||||
|
||||
Reference in New Issue
Block a user