From 607521f6bd6a25eea3246d27876721164c1f420b Mon Sep 17 00:00:00 2001 From: David ANDRE Date: Fri, 9 Sep 2022 12:33:00 +0200 Subject: [PATCH] Added depcration notice in README page --- tools/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/README.md b/tools/README.md index 5742d6077..946b38aa8 100644 --- a/tools/README.md +++ b/tools/README.md @@ -8,6 +8,8 @@ This folder contains libraries and the following command line tools: # Sigmac +Sigmac will be deprecated by the end of 2022 in favour of [sigma-cli](https://github.com/SigmaHQ/sigma-cli) and [pySigma](https://github.com/SigmaHQ/pySigma). Please stop contributing backends to this tool. Limited support is offered until the end of 2023, especially for backends that haven't been migrated yet. + The Sigmac is one of the most important files, as this is what sets the correct fields that your backend/database will use after being translated from the (original) log source's field names. Please read below to understand how a SIGMAC is constructed. Additionally, see [Choosing the Right Sigmac](#choosing-the-right-sigmac) for an idea of which file and command line options (if applicable) that will best suite your environment.