Skip to content

Commit

Permalink
Fix error in ES/OS output connectors caused by to large documents (#419)
Browse files Browse the repository at this point in the history
* Fix error in ES/OS output connectors caused by documents to large for ES/OS

* Fix ES/OS unit test for Python 3.9

* Update CHANGELOG.md

* Refactor Opensearch and Elasticsearch unit tests

* Refactor Elasticsearch output connector

* Fix black formatting

* Refactor Elasticsearch output

* Refactor Elasticsearch output and helper function
  • Loading branch information
ppcad committed Jul 5, 2023
1 parent e5e25e8 commit b18312a
Show file tree
Hide file tree
Showing 6 changed files with 491 additions and 119 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ In case of positive detection results, rule attributions are now inserted in the
* Fix lucene rule filter representation such that it is aligned with opensearch lucene query syntax
* Fix grok pattern `UNIXPATH` by internally converting `[[:alnum:]]` to `\w"`
* Fix overwriting of temporary tld-list with empty content
* Fix error when writing too large documents into Opensearch/Elasticsearch

## v6.5.1
### Bugfix
Expand Down
Loading

0 comments on commit b18312a

Please sign in to comment.