Hi Wazuh team,
Trying to understand what is wrong in check that I am trying to create
- c:sqlcmd -h-1 -Q "EXECUTE xp_loginconfig 'audit level'" -> r:audit level\s+failure
manual execution of SQL command gives me one line as output:
audit level failure
regex check says that what I wrote as a check shall search for exactly such line, but in Wazuh manager I still see check status as Failed (condition set to All, this is the only check)
could you please advise what I am doing wrong?