Skip to content

Releases: fkie-cad/Logprep

Development Build

27 Sep 06:27
c7e3d00
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release

Commits

logprep-13.3.0

19 Sep 13:27
34809cf
Compare
Choose a tag to compare

Logprep helm chart

v13.1.2

29 Aug 17:03
00fd35d
Compare
Choose a tag to compare

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

Full Changelog: v13.1.1...v13.1.2

v13.1.1

27 Aug 07:48
16257ca
Compare
Choose a tag to compare

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

Full Changelog: v13.1.0...v13.1.1

13.1.0

20 Aug 09:10
1b7cb39
Compare
Choose a tag to compare

Features

  • pre_detector now normalizes timestamps with configurable parameters timestamp_field, source_format, source_timezone and target_timezone
  • pre_detector now writes tags in failure cases
  • ProcessingWarnings now can write tags 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

Full Changelog: v13.0.1...v13.1.0

logprep-13.2.3

15 Aug 07:32
86f8e75
Compare
Choose a tag to compare

Logprep helm chart

13.0.1

19 Jul 08:52
11edd05
Compare
Choose a tag to compare

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
  • 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

19 Jul 08:48
11edd05
Compare
Choose a tag to compare

Logprep helm chart

logprep-13.2.1

19 Jul 07:44
6c77b88
Compare
Choose a tag to compare

Logprep helm chart

logprep-13.2.0

18 Jul 08:19
f06e3e4
Compare
Choose a tag to compare

Logprep helm chart