thanhbv200585 commented on code in PR #1743: URL: https://github.com/apache/james-project/pull/1743#discussion_r1342505345
########## server/apps/distributed-app/crowdsec/scenarios/james-bf-auth.yaml: ########## @@ -0,0 +1,13 @@ +type: leaky +name: crowdsecurity/james +description: "Detect login james bruteforce" +filter: "evt.Meta.log_type == 'james_failed-auth'" +leakspeed: "10s" +capacity: 5 Review Comment: No, there is a queue containing these failure, and its capacity is 5 times. - leakspeed means that every 10s, a failure will be released from this queue, like water leaks out the bucket -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
