package
0.0.0-20241113062227-c1c5ea4b5250
Repository: https://github.com/velocidex/sigma-go.git
Documentation: pkg.go.dev
# Variables
No description provided by the author
No description provided by the author
EventValueModifiers modify the value in the event before comparison (as opposed to ValueModifiers which modify the value in the rule).
No description provided by the author
# Interfaces
Comparator defines how the comparison between actual and expected field values is performed (the default is exact string equality).
FieldComparator is an optional extension to Comparator which also passes the field name.
ValueModifier modifies the expected value before it is passed to the comparator.
# Type aliases
No description provided by the author