Hello,
Thank you for contacting us here.
Depending on your Wazuh Manager version, you can use /var/ossec/bin/ossec-logtest or /var/ossec/bin/wazuh-logtest for testing the logs you need the Manager to ingest. You can execute wazuh-logtest or ossec-logtest from the terminal and paste there a log in TRC format. The tool will return the decoder and the rule that was matched if there is any. This is the easiest way to check if a specific log format is currently covered.
The built-in MSSQL decoder and rules (located in /var/ossec/ruleset/decoders/0395-sqlserver_decoders.xml and /var/ossec/ruleset/rules/0440-ms_sqlserver_rules.xml respectively) work with "regular" MSSQL logs (you can find some example logs on comments of both files), so it is unlikely that trace logs are supported by now.
That being said, for allowing the Manager to process TRC logs you can:
- Create an issue on Wazuh repository for adding decoders and rules for TRC logs. Any kind of information you can provide is useful (TRC example logs, custom decoders and rules, official documentation with information about TRC log syntax, etc). Access the following link for creating the issue:
https://github.com/wazuh/wazuh/issues.
I hope this information helps out. Do not hesitate to contact me back if you need further help.
Best regards.
Juan