brexhq / substation

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

feat(transform): Add Number Maximum Transform #195

Closed jshlbrd closed 3 months ago

jshlbrd commented 3 months ago

Description

Motivation and Context

This is a wrapper around Go's math.Max function that works with Substation's data and JSON message formats.

How Has This Been Tested?

Added unit tests and an example.

Types of changes

Checklist: