Closed vikman90 closed 4 weeks ago
Parent Issue: https://github.com/wazuh/wazuh-agent/issues/241
Currently, the agent accepts the option:
wazuh-agent --config-path /path/to/wazuh.conf
Now, the default value is ./wazuh.conf.
./wazuh.conf
We propose:
--config-path
--config-file
/etc/wazuh-agent/wazuh-agent.yml
Parent Issue: https://github.com/wazuh/wazuh-agent/issues/241
Currently, the agent accepts the option:
Now, the default value is
./wazuh.conf
.We propose:
--config-path
to--config-file
, so that the option denotes that it refers to a file./etc/wazuh-agent/wazuh-agent.yml
.