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))