Skip to content

Commit 492eaed

Browse files
committed
2 parents d68b7a0 + fe9bf2f commit 492eaed

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ E.g. to convert process creation Sigma rules from a directory into Splunk querie
4545
sigma convert -t splunk -p sysmon sigma/rules/windows/process_creation
4646
```
4747

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+
4858
Available conversion backends and processing pipelines can be listed with `sigma list`.
4959
Use `-O` or `--backend-option` for passing options to the backend as key=value pairs (`-O testparam=123`) .
5060
This backend option parameter can be used multiple times (`-O first=123 -O second=456`).

0 commit comments

Comments
 (0)