From eeec70e6e07f6c1be5210d5b3457c33a58507d4f Mon Sep 17 00:00:00 2001 From: "Mark Bergman (aka xychix)" Date: Fri, 28 Feb 2020 13:56:30 +0100 Subject: [PATCH] Update enrich.py Reenable greynoise --- elkserver/scripts/enrich.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/elkserver/scripts/enrich.py b/elkserver/scripts/enrich.py index 9f4fd4cb..8ae3ae8b 100755 --- a/elkserver/scripts/enrich.py +++ b/elkserver/scripts/enrich.py @@ -344,6 +344,6 @@ def deleteTag(tag,size=qSize,index="redirtraffic-*"): tagsSet,TotalNotTagged = enrichV1() print("Summary: date: %s, tagsSet: %s, Function:enrichV1 (total to tag is %s)"%(datetime.datetime.now(),tagsSet,TotalNotTagged)) - #tagsSet = 0 - #tagsSet,rT = enrich_greynoise() - #print("Summary: date: %s, tagsSet: %s, Function:enrich_greynoise (total to tag is %s)"%(datetime.datetime.now(),tagsSet,rT)) + tagsSet = 0 + tagsSet,rT = enrich_greynoise() + print("Summary: date: %s, tagsSet: %s, Function:enrich_greynoise (total to tag is %s)"%(datetime.datetime.now(),tagsSet,rT))