There was an error while loading. Please reload this page.
2 parents d68b7a0 + fe9bf2f commit 492eaedCopy full SHA for 492eaed
1 file changed
README.md
@@ -45,6 +45,16 @@ E.g. to convert process creation Sigma rules from a directory into Splunk querie
45
sigma convert -t splunk -p sysmon sigma/rules/windows/process_creation
46
```
47
48
+Required backends must be installed using the following command prior to conducting conversions.
49
+
50
+```
51
+sigma plugin install <backend>
52
53
+E.g. to install the splunk backend run:
54
55
+sigma plugin install splunk
56
57
58
Available conversion backends and processing pipelines can be listed with `sigma list`.
59
Use `-O` or `--backend-option` for passing options to the backend as key=value pairs (`-O testparam=123`) .
60
This backend option parameter can be used multiple times (`-O first=123 -O second=456`).
0 commit comments