From ab3a54c336d5328c97dfc81d45735affb1d5102e Mon Sep 17 00:00:00 2001 From: Cody Swanson Date: Sun, 27 Jun 2021 12:08:45 -0700 Subject: [PATCH] Update Elasticsearch Watcher backend to populate name field in alert metadata --- tools/sigma/backends/elasticsearch.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sigma/backends/elasticsearch.py b/tools/sigma/backends/elasticsearch.py index 855e8815d38..db14cce6001 100644 --- a/tools/sigma/backends/elasticsearch.py +++ b/tools/sigma/backends/elasticsearch.py @@ -1038,7 +1038,7 @@ def generate(self, sigmaparser): iaction = { "elastic":{ "transform":{ #adding title, description, tags on the event - "script": "ctx.payload.transform = [];for (int j=0;j