Add cloudtrail sqs queue name as a tag to each event

This commit is contained in:
Brandon Myers 2020-02-12 15:07:51 -06:00
Родитель 1eb6a01af2
Коммит 87b1083587
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8AA79AD83045BBC7
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -62,6 +62,7 @@ def keyMapping(aDict):
returndict["category"] = "cloudtrail"
returndict["processid"] = str(os.getpid())
returndict["processname"] = sys.argv[0]
returndict["tags"] = [options.taskexchange]
returndict["severity"] = "INFO"
if "sourceIPAddress" in aDict and "eventName" in aDict and "eventSource" in aDict:
summary_str = "{0} performed {1} in {2}".format(