grafana/pySigma-backend-loki

Update backend to support Sigma Correlations

kelnage opened this issue · 2 comments

The latest release of pySigma includes a feature known as Sigma Correlations (documented in the next version of the Sigma specification), which allows Sigma rules to look at a larger number of log events and use them to determine whether to produce an alert or not.

We should be able to achieve most (if not all) of the core Correlations functionality via LogQL's metric queries support.

Tasks

This PR provides an example correlation rule that could be used for testing this feature once it is implemented.

@kelnage As per our discussion yesterday, I assigned this to you.