Renan,
Glad to hear that despite the error message the dashboard is still visible for those users.
Those are 2 commands:
journalctl -u wazuh-dashboardAnd the next one will filter and only show all log messages with warning or error status
cat /usr/share/wazuh-dashboard/data/wazuh/logs/wazuhapp.log | grep -i -E "error|warn"
inside log directory will be stored all logs and inside config (as you say) it will show the yaml file used for module configuration.
Let me know if you can reach those messages to find the reason for those warnings.
Have a great day!