AlteredCoder

Results 12 comments of AlteredCoder

Hello, in crowdsec `v1.3.4` you are able to query the local API decisions endpoints by filtering the origins. We will add the new parameters in the swagger documentation. Example: -...

Hello @celevra, When you run `cscli lapi register` you can give a name to your crowdsec agent with `--name` flag like: ``` cscli lapi register -u url:port --name myMachine ```...

Hello, it seems more complicated than expected to fix the issue. Currently, the workaround is to put the name of the scenario file instead of the name of the scenario....

This issue will be fixe during the refactor of the cwhub library.

Note: There is a bug with `cscli alerts list` : ``` sudo cscli alerts list --all No active alerts ``` While I have at least an alert from CAPI and...

Hello @pdf, We did some tests with your proposal and the current configuration file for the backward compatibility and this will not be an issue. We plan to release the...

Hello, thanks for your contribution! I have 2 comments for your PR. Furthermore, is it possible to add tests for this parser and scenario please? you can find the documentation...

Hello @thansk , Since those list are in JSON format, we are trying to find a (not dirty) way to include them in the whitelists.

Hello @LtSich , thanks for the suggestion. It is plan to have a new command in `cscli` which will allow to (re)detect and (re)generate the `acquis.yaml` file.