Hi Jorge,
You need to create a rule to trigger the alerts from this json.
<localfile>
<log_format>json</log_format>
<location>/var/log/suricata/eve.json</location>
label key="@source">suricata</label>
</localfile>
Then you need to add a rule like this for example in your /var/ossec/etc/rules/local_rules.xml:
<group name="curator">
<rule id="100004" level="3">
<decoded_as>json</decoded_as>
<field name="@source">suricata</field>
<description>Curator logs</description>
</rule>
</group>
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/7449833c-84af-42d3-a05c-ea4176891450%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/etPan.5b623163.6fedef2a.4a5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/7449833c-84af-42d3-a05c-ea4176891450%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+unsubscribe@googlegroups.com.
To post to this group, send email to wa...@googlegroups.com.
Visit this group at https://groups.google.com/group/wazuh.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/etPan.5b623163.6fedef2a.4a5%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
--Miguelangel Freitas