pySigma-backend-splunk icon indicating copy to clipboard operation
pySigma-backend-splunk copied to clipboard

pySigma Splunk backend

Results 13 pySigma-backend-splunk issues
Sort by recently updated
recently updated
newest added

As tackled in #52 and #51, this PR is a proposal for fixing errors encountered in regex oring and in correlations rules. For details see these issues. ## Description To...

## Description When a correlation rule has, in one of its "sub rule" or "referenced rule" a deferred expression, like a regex (converted to `| regex`) or an regex oring,...

## Problem Regular expressions logically linked with OR are deferred ## Reproduction Processing pipeline: ``` name: Example Sigma Pipeline Config priority: 100 transformations: - id: prefix_source_and_index type: add_condition conditions: index:...

bug