Yann
Yann
Currently if we want to provide JupyterLab's users globally defined snippets by setting them inside `/local/share/jupyter/lab/settings/overrides.json` ([see JupyterLab's documentation](https://jupyterlab.readthedocs.io/en/stable/user/directories.html#overridesjson)), these are ignored until manually set inside `~/.jupyter/lab/user-settings/jupyterlab-code-snippets/snippets.jupyterlab-settings` via the widget...
Also, fixes https://github.com/SigmaHQ/pySigma-backend-elasticsearch/issues/65
Fixes https://github.com/SigmaHQ/pySigma-backend-elasticsearch/issues/72 Fixes https://github.com/SigmaHQ/pySigma-backend-elasticsearch/issues/73 This PR aims to simplify what was implemented in https://github.com/SigmaHQ/pySigma-backend-elasticsearch/pull/67 by using a global index state and passing it down the conversion tree while accounting for...
Hi. @kurisukun and myself drafted a backend converting Sigma rules into Elastalert rules, inheriting from `LuceneBackend`. It currently supports simple rules as well as the `event_count` and `value_count` correlation rules....