Skip to content

2.30.1

Latest
Compare
Choose a tag to compare
@wagga40 wagga40 released this 13 Oct 11:53
· 1 commit to master since this release

v2.30.1

What's Changed

  • Add field transforms : Transforms in Zircolite are custom functions that manipulate the value of a specific field during the event flattening process. For example, you can decode base64 encoded values, extract credentials from logs etc. A quick demo is avaialable below.
  • Zircolite is now up to 10% faster
  • Dockerfile has been updated to automatically update rulesets
  • Docs have been updated

Warning

  • Event forwarding to ELK, Splunk, etc. is deprecated
  • Supported Python version is now 3.10

Field transforms demo

Zircolite-field-transforms.mp4

New Contributors