pySigma-backend-loki
pySigma-backend-loki copied to clipboard
pySigma backend for generating Grafana Loki/LogQL rules
As identified in #151, our backend does not currently support the case-insensitive modifiers `i`, `ignorecase`. We can support those in LogQL, by safely converting the string into a regular expression...
Bumps [pysigma](https://github.com/SigmaHQ/pySigma) from 0.11.9 to 0.11.10. Release notes Sourced from pysigma's releases. v0.11.10 What's Changed Allow SigmaRuleTag objects to be compared with their string represent… by @Res260 in SigmaHQ/pySigma#247 Fix...
Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1. Changelog Sourced from coverage's changelog. Version 7.6.1 — 2024-08-04 Fix: coverage used to fail when measuring code using :func:runpy.run_path <python:runpy.run_path> with a :class:Path <python:pathlib.Path>...
Provide a zizmor configuration and fix identified issues with our workflows. Includes: - ensuring we do not persist credentials - using minimal permissions - updating and pinning external versions
Bumps [pysigma](https://github.com/SigmaHQ/pySigma) from 0.11.20 to 0.11.22. Release notes Sourced from pysigma's releases. v0.11.22 What's Changed Backport: Implemented a better date conversion for 'date:' and 'modified:' fields. Backported by @thomaspatzke in...
Sorry if this is the wrong place for this but I figured this is the repo to ask if there's somehow a way to make this work... I generated all...
When correlating multiple queries, we can do so using Loki and LogQL by generating one metric query per log query, and combining them with `OR` (for `event_count` and `value_count` correlation...