Skip to content

Commit

Permalink
Added description to es-rule backend
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspatzke committed Jun 5, 2020
1 parent 1d21156 commit fb9855b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/sigma/backends/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1175,6 +1175,7 @@ def generateQuery(self, parsed):
return [{ 'query' : { 'query_string' : { 'query' : super().generateQuery(parsed) } } }]

class ElasticSearchRuleBackend(ElasticsearchQuerystringBackend):
"""Elasticsearch detection rule backend"""
identifier = "es-rule"
active = True

Expand Down

0 comments on commit fb9855b

Please sign in to comment.