There's a huge difference between these two commands:
- sudo hping3 -S -p 80 --flood 192.168.0.152

(2329458 packets were sent)
- sudo hping3 -S -p 80 --flood --rand-source 192.168.0.152

(820749 packets were sent)
(it didn't fully fit but I hope you get the point)
Now I'm wondering what exactly is filling up that queue so much considering that I only have two things in agent's ossec.conf
These two being:
<ossec_config>
<localfile>
<log_format>syslog</log_format>
<location>/var/ossec/logs/active-responses.log</location>
</localfile>
<localfile>
<log_format>json</log_format>
<location>/var/log/suricata/eve.json</location>
</localfile>
</ossec_config>
yes I removed journald and drpk
no I won't put them back
and if you're wondering, no I didn't touch agent's max queue
just simply looking at the sheer lenght of those "Agent event queue is full. Events may be lost." makes me thing that simply raising from 5000 to whatever won't do much
Correct me if I'm wrong or suggest something
I'm out of ideas