I tried manually parsing logs and I think I now have a problem with my collection.
NAME
STATUS VERSION LOCAL PATH
crowdsecurity/sshd enabled 0.2 /etc/crowdsec/collections/sshd.yaml
crowdsecurity/apache2 enabled,tainted ? /etc/crowdsec/collections/apache2.yaml
crowdsecurity/linux enabled 0.2 /etc/crowdsec/collections/linux.yaml
crowdsecurity/base-http-scenarios enabled,tainted ? /etc/crowdsec/collections/base-http-scenarios.yaml
crowdsecurity/modsecurity enabled,tainted ? /etc/crowdsec/collections/modsecurity.yaml
I tried removing the tainted collection but get an error when I try to remove.
crowdsec collection remove modsecurity
time=“25-01-2022 20:52:17” level=fatal msg=“listen tcp 127.0.0.1:8080: bind: address already in use”
I stop crowdsec:
service crowdsec stop
and then the removal:
crowdsec collection remove modsecurity
but it freezes and never finishes requiring break.
yum remove crowdsec
yum install crowdsec
Collections still show tainted.
The metabase dashboard container still shows the same info.
How can I blow up my crowdsec install and start fresh?
I would prefer not to restage the box.