Hello Community,
I have a question regarding Wazuh integration with Shuffle. I have a Shuffle integration that is triggered at <level>10</level>, meaning it should execute whenever a rule of level 10 or higher is triggered.
However, there are two specific level 10 rules that should trigger a different Shuffle integration (i.e., a different webhook URL associated with another <integration> block in ossec.conf).
Would this be possible? Or, if I specify only those two rules in the second integration, would they trigger both integrations—since they match the general condition (level>=10) as well as the specific rule-based condition?
Thank you,
Mario