crowdsec
crowdsec copied to clipboard
Improvement/Add a `cscli support-dump` command
The goal of this command would be to simplify support for users: we often ask always the same questions (metrics, acquis.yaml, config, collections/parsers/scenarios, ...) and this can add a lot of back and forth.
We should add a new command in cscli to create a .tar.gz which would contains all required information.
We must take care to not include any sensitive data in the archive (like database credentials, CAPI creds, ....).
cf. https://github.com/crowdsecurity/crowdsec/pull/1634
good, merged