Hi guys,
I want to monitor all logs from all components via Opensearch with Kibana.
I checked the docs and saw only few paths for the logs but not sure if thats enough.
I see that we have the /var/local/enhance/ folder for each node, but i don't want to spam the Opensearch cluster with irrelevant logs.
Can someone clarify what is important to have for debugging and must to have logs to check often/maybe build grafana dashboards from.
In addition - Any of the logs in the CP comes from the other nodes or each node will have it's own logs?
What i have so far:
# --- Core system logs ---
- /var/log/syslog
- /var/log/auth.log
# --- Enhance webserver logs (per-site) ---
- /var/local/enhance/webserver_logs/*.log
# Webserver engine specific (catch access/error logs etc.)
- /var/local/enhance/nginx/**/*.log
# --- Enhance email / mail delivery ---
# System postfix log (current Enhance versions)
- /var/log/postfix.log
# Enhance-managed email subdirs (postfix/dovecot/etc.)
- /var/local/enhance/email/**/*.log
# --- Enhance MySQL role / DB logs ---
- /var/log/enhance/mysql-data/*.log
- /var/local/enhance/mysql/**/*.log
# --- Enhance DNS role ? ---
- /var/local/enhance/dns/**/*.log
# --- Enhance orchestration ?? ---
- /var/local/enhance/appcd/
- /var/local/enhance/containers/
Thanks.