Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

This release fixes the sigma operator to correctly load all rule files from a directory.

Fix sigma operator directory handling to load all rules

Section titled “Fix sigma operator directory handling to load all rules”

Feb 3, 2026 · @mavam, @claude · #5715

The sigma operator now correctly loads all rules when given a directory containing multiple Sigma rule files. Previously, only the last processed rule file would be retained because the rules collection was being cleared on every recursive directory traversal.

sigma "/path/to/sigma/rules"

All rules found in the directory and its subdirectories will now be loaded and used to match against input events.