Rename dataset

This commit is contained in:
Mike Reeves
2020-06-02 11:58:14 -04:00
parent d47acd1d80
commit e63f39a9c4
2 changed files with 4 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
{
"description" : "suricata.alert",
"processors" : [
{ "json": { "field": "message", "target_field": "message2", "ignore_failure": true } },
{ "rename":{ "field": "message2.comunity_id", "target_field": "network.comunity_id", "ignore_failure": true } },
{ "rename":{ "field": "message2.alert", "target_field": "rule", "ignore_failure": true } },
{ "rename":{ "field": "rule.signature", "target_field": "rule.name", "ignore_failure": true } },