In centOS 9 , when installing wazuh the installation is successful.
Systemctl wazuh agent is started
However the functioning is impacted.
# cat /etc/*-release
CentOS Stream release 9
centos-9-stream latest
NAME="CentOS Stream"
VERSION="9"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="9"
PLATFORM_ID="platform:el9"
PRETTY_NAME="CentOS Stream 9"
On checking , the wazuh user is not created(in /etc/passwd) , however the group "wazuh" is created in /etc/group.
It seems the rpm package have the script to create users and group.
please suggest