Skip to content

Commit

Permalink
Set index for Suricata alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
weslambert committed May 30, 2024
1 parent e831354 commit 2c635bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/elasticsearch/files/ingest/suricata.alert
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"description" : "suricata.alert",
"processors" : [
{ "set": { "field": "_index", "value": "logs-suricata.alerts-so" } },
{ "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 } },
Expand Down

0 comments on commit 2c635bc

Please sign in to comment.