Hi
I am trying to install Wazuh agent on a number of servers
The only issue I get is on Ubuntu
I try to install using the following command:
WAZUH_MANAGER="Manager_IP_Address" apt-get install wazuh-agent
The apt repo is set up correctly
The package is installed correctly but the manager IP address is not set
The line from ossec.conf looks like this:
<address>MANAGER_IP</address>
if I manually replace MANAGER_IP with the ip address I already set in install command then it works, but I don't wont to do this for all servers
On Redhat based distros (Alma/CentOS) it all works fine
Can you tell me what I am doing wrong?