Change manager language

168 views
Skip to first unread message

Raul Trevino

unread,
Apr 16, 2023, 4:36:45 PM4/16/23
to Wazuh mailing list
Hi All,

I have imported the latest OVA file to my sever and everything is looking good, I wish to change the manager subject to spanish, it there a way to do this? 

Thank you

Raul Trevino

unread,
Apr 16, 2023, 5:32:37 PM4/16/23
to Wazuh mailing list
sorry for the error here. I meant change the manager email alerts to spanish.

David Correa Rodriguez

unread,
Apr 17, 2023, 5:32:02 AM4/17/23
to Wazuh mailing list
Hello.

Unfortunately, Wazuh does not support an option to change the language of the email reports.

One alternative to achieve this is to use the Wazuh integrator module and a script to send custom emails. In the Wazuh manager configuration (/var/ossec/etc/ossec.conf) add the following configuration:

<integration>
 <name>custom-email-alerts</name>
 <hook_url>emailre...@example.com</hook_url>
 <group>multiple_drops|authentication_failures</group>
 <alert_format>json</alert_format> 
</integration>

Add the custom script to send emails in /var/ossec/integrations/custom-email-alerts and give it the right ownership and permissions:
chown root:wazuh /var/ossec/integrations/custom-email-alerts 
chmod 750 /var/ossec/integrations/custom-email-alerts

At this point, modify the custom-email-alerts script to your liking.
Hope it helps.

Reply all
Reply to author
Forward
0 new messages