CrowdSec installs unnecessary scenarios by default

Hey everyone, I wrote a Chef cookbook, where it installs CrowdSec to the exterior proxy nodes that runs Nginx. Once it installs CrowdSec it also installs many scenarios that I don’t want to put behind my proxy servers. Is there any specific configuration I need to specify, so that the wizard installer won’t install unnecessary scenarios etc.? I tried to google and search in the documentation but, couldn’t find anything.

Any help is appreciated.

Thank you,
Akim

You should be able to run the wizard.sh with just the --bininstall flag. However, this will install no parsers or collections. So a little detail if you are going to parsing from a logfile you need to install the syslog parser.

If you installing from our repository there is no arguments or configuration that you can do to bypass this currently.

1 Like