Suricata Elasticsearch ingest node pipeline changes - set 'alert' dataset

This commit is contained in:
Wes
2023-01-11 14:02:09 +00:00
parent 2e886d0c55
commit 5062dd2873

View File

@@ -1,6 +1,7 @@
{
"description" : "suricata.alert",
"processors" : [
{ "set": { "field": "tags","value": "alert" }},
{ "rename":{ "field": "message2.alert", "target_field": "rule", "ignore_failure": true } },
{ "rename":{ "field": "rule.signature", "target_field": "rule.name", "ignore_failure": true } },
{ "rename":{ "field": "rule.ref", "target_field": "rule.version", "ignore_failure": true } },