Drop message field and original exiftool keys

This commit is contained in:
weslambert
2020-07-08 10:55:40 -04:00
committed by GitHub
parent fef803a86c
commit 4cf31e1ee7

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" } }
] ]
} }