Skip to content

Commit c713c0f

Browse files
committed
2 parents 376b4a9 + ba17247 commit c713c0f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ 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-
Available conversion backends and processing pipelines can be listed with `sigma list`.
48+
Available conversion backends and processing pipelines can be listed with `sigma list`.
49+
Use `-O` or `--backend-option` for passing options to the backend as key=value pairs (`-O testparam=123`) .
50+
This backend option parameter can be used multiple times (`-O first=123 -O second=456`).
4951

5052
Backends can support different output formats, e.g. plain queries and a file that can be imported into the target
5153
system. These formats can be listed with `sigma list formats <backend>` and specified for conversion with the `-f`

0 commit comments

Comments
 (0)