From 9a8535431ab9f9cca55f06a546b95d416f9bf358 Mon Sep 17 00:00:00 2001 From: Thomas Patzke Date: Sat, 30 Nov 2024 01:56:24 +0100 Subject: [PATCH] Added SurrealQL backend --- pySigma-plugins-v1.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pySigma-plugins-v1.json b/pySigma-plugins-v1.json index 3153698..cfc47ef 100644 --- a/pySigma-plugins-v1.json +++ b/pySigma-plugins-v1.json @@ -323,6 +323,16 @@ "report-issue-url": "https://github.com/logpoint/pySigma-backend-logpoint/issues/new", "state": "stable", "pysigma-version": "~=0.11.13" + }, + "69a79499-66b1-4f37-9f7d-4cb9f12eba3e": { + "id": "surrealql", + "type": "backend", + "description": "SurrealQL Backend", + "package": "pySigma-backend-surrealql", + "project-url": "https://github.com/SigmaHQ/pySigma-backend-surrealql", + "report-issue-url": "https://github.com/SigmaHQ/pySigma-backend-surrealql/issues/new/choose", + "state": "testing", + "pysigma-version": "~=0.11" } } }