blotus

Results 76 comments of blotus

Hello, That's really weird, if you haven't configured anything, the only writes crowdsec should perform are when the IPs are pulled from CAPI (to update the database) or when the...

Hello, Thanks for the issue, this is definitely something we want to add. In the meantime, you can delete all bouncer with this command: ``` for x in $(cscli bouncers...

Hello @athoune, First of all, thanks for the PR ! The check list is ok, we didn't have the opportunity to look at the code yet but we'll probably start...

Hello @athoune, I've just had a first look at the PR, and made some comments. I think the most critical points to address are: - Live acquisition does not monitor...

Hello @athoune, After a more in-depth review, I was not very happy with the way the loki queries were made directly from the datasource. I've created a loki_client package to...

Hello, It looks like you hit a weird corner case: 45.95.147.12 is part of the community blocklist (you should see the ip if you run `cscli decisions list -a |...

Can you give me the full output of `iptables -L` ? It seems there are 2 issues here: - Local decision not being displayed if there are taken against an...

Hello @aleksey-novikov, Could you try to update to 1.4.1 ? The syslog datasource was improved in this release (better parser, and performance should be better).

Hello, It might be a documentation bug; where did you find the `scope` parameter? For this endpoint, the parameter to use is `scopes` (note the `s` at the end): ```...