Skip to content

Commit

Permalink
Eql backend (SigmaHQ#32)
Browse files Browse the repository at this point in the history
* Renamed current lucene backend

* Tests: Refactored connect test to support xpack.security

* Rename tests to lucene tests

* Feature: Elasticsearch EQL Backend

* Nocover for overriden function

* Fix typo

* Fix override

* Tests: Import backends directly

* Removed imports

Thanks to the autoloader

* Support for case sensitiveness

---------

Co-authored-by: Hendrik <[email protected]>
  • Loading branch information
2 people authored and cospirho committed Nov 14, 2023
1 parent e753803 commit 71dcd04
Show file tree
Hide file tree
Showing 9 changed files with 1,621 additions and 48 deletions.
5 changes: 0 additions & 5 deletions sigma/backends/elasticsearch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +0,0 @@
from .elasticsearch import LuceneBackend

backends = {
"elasticsearch": LuceneBackend,
}
408 changes: 408 additions & 0 deletions sigma/backends/elasticsearch/elasticsearch_eql.py

Large diffs are not rendered by default.

Loading

0 comments on commit 71dcd04

Please sign in to comment.