Hello, I have an instance of crowdsec, currently on premium with subscribed some lists, overall I have over 100k decisions from lists and over 40k decisions from local
I have few issues:
- When trying to check if IP is in decisions, if IP is from lists, it will not show
cscli decision list --ip 34.83.216.252
No active decisions
But when I'm checking in mysql it is active:
select * from decisions where value='34.83.216.252'\G
*************************** 1. row ***************************
id: 120066859
created_at: 2026-04-20 08:23:06
updated_at: 2026-04-20 08:23:06
until: 2026-04-21 08:22:33
scenario: threat_forecast_129d1330-4688-49b7-8b20-bb16f305266e
type: ban
start_ip: -9223372036278855427
end_ip: -9223372036278855427
start_suffix: -9223372036854775807
end_suffix: -9223372036854775807
ip_size: 4
scope: Ip
value: 34.83.216.252
origin: lists
simulated: 0
uuid: NULL
alert_decisions: 77350754
Also it's being processed by bouncer but still I cannot get this decision using api nor I cannot find it via dashboard at app.crowdsec.com/decisions - I cannot delete decision using cli nor API, that i recieved from lists. If I have some client complain, i need to delete it manually from endpoint firewall, if i try do thi normal way it just says that there is no decision regarding this ip
- Processing is very slow and prioritizes adding new decisions over deleting. To delete, I need to restart customer bouncer so it will pull deletions and process them.
- I have set up notifications using slack and elastic, neither works for decisions from lists.
- I had to fix indexes on decisions table in mysql, because some queries were extremely slow... That should be done by dev's not the end user.
My Crowdsec version is 1.6.11, running on 8 cores and 40GB of RAM