humpalum / vscode-sigma

MIT License
16 stars 8 forks source link

sigmac not recognized. #3

Closed wadingthrulogs closed 2 years ago

wadingthrulogs commented 2 years ago

Trying to get the compile to work and I'm getting the error below. Do I just need to add Sigmac as an environment variable or is there another step I'm missing with VScode?

Error: Command failed: sigmac --config ~/sigma/tools/config/splunk-windows.yml --target splunk /c:/Users/Wade/Desktop/proc_creation_win_clip.yml 'sigmac' is not recognized as an internal or external command, operable program or batch file. --- 'sigmac' is not recognized as an internal or external command, operable program or batch file.

Thanks,

humpalum commented 2 years ago

Currently it works by having installed sigmac globally. So it either needs to be in your Path variable somehow or you link it from directory that is in the Path variable.

Feel free to ask if you need further help with this.

image