Hi, I wondering the best practice to know when a request gets bounced. In the old bouncer using lua, it calls a service which "override" the backend in the haproxy log. I used to check haproxy log to investigate if a request gets bounced.
With the new SPOA bouncer I do not have this information anymore, the backend is "NOSRV".
We can display the variable by adding => %[var(txn.crowdsec.remediation)] in the log-format.
There is an another way to get the remediation request per request ? Maybe I am a dinausore to need this information in haproxy log ? ^^
Thanks for help or inputs