package
0.0.0-20241113062227-c1c5ea4b5250
Repository: https://github.com/velocidex/sigma-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

No description provided by the author
CaseSensitive turns off the default Sigma behaviour that string operations are by default case-insensitive This can increase performance (especially for larger events) by skipping expensive calls to strings.ToLower.
No description provided by the author
No description provided by the author
ForRules compiles a set of rule evaluators which are evaluated together allowing for use of more efficient string matching algorithms.
LazyEvaluation allows the evaluator to skip evaluating searches if they won't affect the overall match result.
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

GroupedByValues contains the fields that uniquely identify a distinct aggregation statistic.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

Event should be some form a map[string]interface{} or map[string]string.

# Type aliases

No description provided by the author