mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Explicitly set 'event.dataset' as 'file'
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"description" : "strelka",
|
||||
"processors" : [
|
||||
{ "set": { "field": "event.dataset", "value": "file" } },
|
||||
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
|
||||
{ "rename": { "field": "message2.file", "target_field": "file", "ignore_missing": true } },
|
||||
{ "rename": { "field": "message2.scan", "target_field": "scan", "ignore_missing": true } },
|
||||
|
||||
Reference in New Issue
Block a user