Releases: fkie-cad/Logprep
Releases · fkie-cad/Logprep
logprep-13.3.0
Logprep helm chart
v13.1.2
Bugfix
- fixes a bug not increasing but decreasing timeout throttle factor of ThrottlingQueue
- handle DecodeError and unexpected Exceptions on requests in
http_input
separately - fixes unbound local error in http input connector
Details
- Fix throtteling queue increases progressively by @ekneg54 in #658
- fix http input bug by @djkhl in #657
- prepare release 13.1.2 by @ekneg54 in #659
Full Changelog: v13.1.1...v13.1.2
v13.1.1
Improvements
- adds ability to bypass the processing of events if there is no pipeline. This is useful for pure connector deployments.
- adds experimental feature to bypass the rule tree by setting
LOGPREP_BYPASS_RULE_TREE
environment variable
Bugfix
- fixes a bug in the
http_output
used by the http generator, where the timeout parameter does only set the read_timeout not the write_timeout - fixes a bug in the
http_input
not handling decode errors
Details
- Fix http output timeout by @ekneg54 in #651
- bypass process_event if there is no pipeline by @ekneg54 in #656
- option to bypass rule tree by @ekneg54 in #655
- Fix http input decode error by @ekneg54 in #654
Full Changelog: v13.1.0...v13.1.1
13.1.0
Features
pre_detector
now normalizes timestamps with configurable parameters timestamp_field, source_format, source_timezone and target_timezonepre_detector
now writes tags in failure casesProcessingWarnings
now can writetags
to the event- add
timeout
parameter to logprep http generator to set the timeout in seconds for requests - add primitive rate limiting to
http_input
connector
Improvements
- switch to
uvloop
as default loop for the used threaded http uvicorn server - switch to
httptools
as default http implementation for the used threaded http uvicorn server
Bugfix
- remove redundant chart features for mounting secrets
Details
- generalize chart version by @ekneg54 in #641
- remove redundant charts features by @ekneg54 in #647
- normalization of timestamp in pre detector by @djkhl in #646
- dev-revise-http-connector by @ekneg54 in #645
Full Changelog: v13.0.1...v13.1.0
logprep-13.2.3
Logprep helm chart
13.0.1
Improvements
- a result object was added to processors and pipelines
- each processor returns an object including the processor name, generated extra_data, warnings
and errors - the pipeline returns an object with the list of all processor result objects
- each processor returns an object including the processor name, generated extra_data, warnings
- add kubernetes opensiem deployment example
- move quickstart setup to compose example
Bugfix
- This release limits the mysql-connector-python dependency to have version less the 9
Details
- Fix release pipeline by @ekneg54 in #628
- extend helm chart with extra environment and extra secrets by @ekneg54 in #631
- make process method always return a result object by @djkhl in #609
- make secret volumes and volumeMounts always lowercase and remove volume and volumeMount for imagePullSecret by @djkhl in #633
- add support for extraVolumes and extraMounts by @ekneg54 in #635
- replace quickstart setup by deployment examples for helm and compose by @ekneg54 in #622
- Prepare Release by @djkhl in #637
Full Changelog: v13.0.0...v13.0.1
logprep-13.2.2
Logprep helm chart
logprep-13.2.1
Logprep helm chart
logprep-13.2.0
Logprep helm chart
logprep-13.1.1
Logprep helm chart