This PR adds the necessary configuration for Wazuh to work correctly on the checker instances. The rule-manager instances should already work, as they are using Guardian CDK.
Deploy to CODE, check Wazuh is reporting health by using SSM:
ssm cmd -c "service wazuh-agent status | grep Active && journalctl -u wazuh-agent | grep Valid" -i {instance id} -p composer
What does this change?
This PR adds the necessary configuration for Wazuh to work correctly on the checker instances. The rule-manager instances should already work, as they are using Guardian CDK.
Guardian Wazuh guide
How to test
Deploy to CODE, check Wazuh is reporting health by using SSM:
ssm cmd -c "service wazuh-agent status | grep Active && journalctl -u wazuh-agent | grep Valid" -i {instance id} -p composer
Images