зеркало из https://github.com/mozilla/MozDef.git
Update fluentd plugin
This commit is contained in:
Родитель
6e0ee8d0a0
Коммит
721675cfbf
|
@ -113,7 +113,8 @@ class message(object):
|
|||
# Any remaining keys which aren't mandatory fields should be moved
|
||||
# to details
|
||||
# https://mozdef.readthedocs.io/en/latest/usage.html#mandatory-fields
|
||||
for key in message.keys():
|
||||
original_keys = list(message.keys())
|
||||
for key in original_keys:
|
||||
if key not in [
|
||||
'summary',
|
||||
'utctimestamp',
|
||||
|
|
Загрузка…
Ссылка в новой задаче