Hello Jose Peredo,
Could you please execute the following command to verify if the Wazuh server is monitoring the file var/log/Sentinelone.json?
cat /var/ossec/logs/ossec.log | grep Sentinelone.json
In the documentation, it states that the file /var/log/sentinelone.log is being monitored, but you mentioned /var/log/sentinelone.json. Please ensure that the path or name of the file is correct. If your file is indeed /var/log/sentinelone.json, then please add the following lines to the ossec.conf file of the Wazuh manager:
<localfile>
<log_format>json</log_format>
<location>/var/log/sentinelone.json</location>
</localfile>
Regards