Hi!
There was a question regarding the multithreading of the integrator.
I have created two integrations for DFIR-IRIS and OpenCTI, an example configuration:
<integration>
<name>custom-irisalert</name>
<level>10</level>
<alert_format>json</alert_format>
<api_key>APIKEY</api_key>
<hook_url>DFIR-IRIS/alerts/add</hook_url>
</integration>
<integration>
<name>custom-opencti</name> <group>suricata,sysmon_event1,sysmon_event3,sysmon_event6,sysmon_event7,sysmon_event_15,sysmon_event_22,syscheck</group>
<alert_format>json</alert_format>
<api_key>API</api_key>
<hook_url>OPENCTI/graphql</hook_url>
</integration>
However, if an event immediately fits two integrations at once, for example event 'alert=10' and the same event coincides with group 'suricata', then there should be two integrations, but only one of them is triggered
Example of files in the tmp directory
They are created if the integration does not meet both conditions level or groups

Do I understand correctly that this is the normal operation of the integrator or a problem in the settings of the wazuh server? and is there any way to solve this?
Thanks!