mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
Added description to es-rule backend
This commit is contained in:
parent
1d211565fc
commit
fb9855bd3b
@ -1175,6 +1175,7 @@ class ElastalertBackendQs(ElastalertBackend, ElasticsearchQuerystringBackend):
|
||||
return [{ 'query' : { 'query_string' : { 'query' : super().generateQuery(parsed) } } }]
|
||||
|
||||
class ElasticSearchRuleBackend(ElasticsearchQuerystringBackend):
|
||||
"""Elasticsearch detection rule backend"""
|
||||
identifier = "es-rule"
|
||||
active = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user