clumsy9

Results 3 issues of clumsy9

During testing, we observed a sudden increase of memory consumption by almost all of our logprep instances: ![opensearch-ssl](https://github.com/fkie-cad/Logprep/assets/11291917/cecef7a5-7b52-43d0-8d12-c9ef3c0d6c59) It turned out that we had configured a wrong TLS certificate for...

bug

Recently, we have encountered pipeline crashes caused by uncaught `UnicodeDecodeError` exceptions when the `ConfluentKafkaInputConnector` tries to decode raw events: ```python Traceback (most recent call last): File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in...

bug

### Question We maintain an application called [logprep](https://github.com/fkie-cad/Logprep) that allows to collect, process and forward log messages in JSON format from various data sources. Serialization and deserialization of JSON documents...