зеркало из https://github.com/mozilla/MozDef.git
Fix watchlist process_alert function
This commit is contained in:
Родитель
1d912c4561
Коммит
11122142e0
|
@ -35,9 +35,9 @@ class AlertWatchList(AlertTask):
|
|||
else:
|
||||
logger.error('The watchlist request failed. Status {0}.\n'.format(r))
|
||||
|
||||
def process_alert(self, term):
|
||||
def process_alert(self):
|
||||
search_query = SearchQuery(minutes=20)
|
||||
content = QueryStringMatch(str(term))
|
||||
content = QueryStringMatch(str(self.watchterm))
|
||||
search_query.add_must(content)
|
||||
self.filtersManual(search_query)
|
||||
self.searchEventsSimple()
|
||||
|
|
Загрузка…
Ссылка в новой задаче