brexhq / substation

Substation is a toolkit for routing, normalizing, and enriching security event and audit logs.
https://substation.readme.io
MIT License
330 stars 21 forks source link

fix(transform): Add SkipMissingValues Flag to Test Transform #273

Closed jshlbrd closed 1 week ago

jshlbrd commented 1 week ago

Description

Motivation and Context

In v2.3.0 the Message package was refactored to use Flags for controlling transform behavior that was previously not configurable, but adding flags to the creation of test messages was missed. This doesn't impact production deployments, so it's not a breaking fix.

How Has This Been Tested?

Any config unit tests that fail in v2.3.0 due to missing values should now pass.

Types of changes

Checklist: