Laurence Jones
Laurence Jones
> Hey @LaurenceJJones, thank you for reaching out 😄 > > I've seen some of the announcements about the new component, and am definitely interested in checking it out. I...
Attaching to stderr pipe you can see what is happening under the hood when the LAPI is not available ```go output, err := crowdsecCmd.StderrPipe() reader := bufio.NewReader(output) go func() {...
Interesting if the line is whitelisted then it does fail but aborts earlier with only a warning instead of a fatal ``` time="2024-01-11 13:00:51" level=info msg="Adding file /tmp/cscli_explain759007184/cscli_test_tmp.log to filelist"...
The difference between a whitelisted event and non whitelisted is this for loop never returns https://github.com/crowdsecurity/crowdsec/blob/260f5a79924f7d61fca96216bdc0cc28a2f577a0/pkg/leakybucket/bucket.go#L342-L349 ``` time="2024-01-11 13:34:27" level=debug msg="acquisition is finished, wait for parser/bucket/ouputs." time="2024-01-11 13:34:27" level=info msg="Killing...
Okay issue has been fully debugged: The outputs routine is never started if the LAPI is unavailable so the channel is blocking. We are internally discussing the pros and cons...
/kind enhancement /area cscli
Edit linked PR below, the whitelist is now in the [hub](https://hub.crowdsec.net/author/crowdsecurity/configurations/nextcloud-whitelist)
> Same issue with fail2ban! This is now resolved for Crowdsec
Hey 👋🏻 Just to ask more questions, each machine has local Prometheus metrics port which can be scraped by Prometheus. If you setup collecting all these instances, wouldnt monitoring already...
Thank you for updating the request with a lot more details. As stated in your other request enhancement request with the release of `v1.6.0` the team has their hands full...