Merge pull request #955 from Security-Onion-Solutions/fix/strelka_message_drop

Drop message field and original exiftool keys
This commit is contained in:
weslambert
2020-07-08 10:56:06 -04:00
committed by GitHub

View File

@@ -19,7 +19,7 @@
} }
} }
}, },
{ "remove": { "field": ["host", "path"], "ignore_missing": true } }, { "remove": { "field": ["host", "path", "message", "scan.exiftool.keys"], "ignore_missing": true } },
{ "pipeline": { "name": "common" } } { "pipeline": { "name": "common" } }
] ]
} }