You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
drear wazuh family we need to integrate antispam gateway and proxy to our wazuh environment please help what is required and how to integrate it.
Harshal Paliwal
unread,
Oct 10, 2023, 10:59:49 PM10/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
I hope you are well today! You can use the following documentation as a guide for the required configuration. This shows how to set up port forwarding with Nginx, but you can use it as an example to set your proxy to allow your agents to reach your Wazuh manager Agents without Internet access - Your environment
stream{
upstream register {
server <cloud_id>.cloud.wazuh.com:1515;
}
upstream data {
server <cloud_id>.cloud.wazuh.com:1514;
}
server {
listen nginx_ip:1515;
proxy_pass register;
}
server {
listen nginx_ip:1514;
proxy_pass data;
}
}
These ports are used to register agents (1515) and communicate with agents (1514). Architecture - Getting started with Wazuh · Wazuh documentationPlease remember to use your proxy’s address instead of the Wazuh manager address when registering the agents.
Hack Pak
unread,
Oct 11, 2023, 4:09:27 PM10/11/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
sorry but i can't get your point as we have just requirement to integrate antispam email security as well as proxy server too..but we don't know from where should we start can you please explain step wise briefly
Hack Pak
unread,
Oct 15, 2023, 2:10:05 PM10/15/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
PLEASE YOUR RESPONSE IS AWAITING IS THIS INTEGRATION IS AGENT BASE OR AGENLESS
Harshal Paliwal
unread,
Oct 17, 2023, 1:07:05 AM10/17/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh | Mailing List
if we have Nignix proxy server and fortimail gateway to integrated so what will be the way out to integrate.is it required to install agent on it or its agentless? please help specific to this