From a7176d48114b3e972c7850c3ebc47c6c4ea01e83 Mon Sep 17 00:00:00 2001 From: Alexander J <741037+jaegeral@users.noreply.github.com> Date: Mon, 18 May 2020 08:11:16 +0200 Subject: [PATCH] replace --target-list with --lists The description in the readme is outdated ```` sigmac --target-list usage: sigmac [-h] [--recurse] [--filter FILTER] [--target {kibana,ala-rule,splunk,ala,splunkxml,fieldlist,graylog,es-rule,qualys,arcsight-esm,mdatp,netwitness,arcsight,elastalert-dsl,sql,carbonblack,xpack-watcher,limacharlie,qradar,logiq,powershell,grep,ee-outliers,elastalert,es-qs,es-dsl,logpoint,sumologic}] [--lists] [--config CONFIG] [--output OUTPUT] [--backend-option BACKEND_OPTION] [--backend-config BACKEND_CONFIG] [--defer-abort] [--ignore-backend-errors] [--verbose] [--debug] [inputs [inputs ...]] sigmac: error: unrecognized arguments: --target-list ```` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10f0df4b..ebc0f2b6 100644 --- a/README.md +++ b/README.md @@ -206,7 +206,7 @@ tools/sigmac -t splunk -c ~/my-splunk-mapping.yml -c tools/config/generic/window Current work-in-progress * [Splunk Data Models](https://docs.splunk.com/Documentation/Splunk/7.1.0/Knowledge/Aboutdatamodels) -New targets are continuously developed. You can get a list of supported targets with `sigmac --target-list` or `sigmac -l`. +New targets are continuously developed. You can get a list of supported targets with `sigmac --lists` or `sigmac -l`. ### Requirements @@ -350,4 +350,4 @@ This is a private project mainly developed by Florian Roth and Thomas Patzke wit ![sigmac_info_graphic](./images/sigma_infographic_lq.png) ## Coverage Illustration -![sigmac_coverage](./images/Sigma_Coverage.png) \ No newline at end of file +![sigmac_coverage](./images/Sigma_Coverage.png)