Article Content

Instructions
  1. SSH to VxRail manager.
  2. cd to /etc/rsyslog.conf 
  3. Update rsyslog.conf with: 
    • #
    • # Marvin log to loginsight
    • #
    • $ModLoad imfile
    • $InputFileName /var/log/vmware/marvin/tomcat/logs/marvin.log
    • $InputFileTag VxRail
    • $InputFileStateFile VxRail-Log-State
    • $InputRunFileMonitor
    • *.* @<customer remote server ip:514> "514 is the udp port"
  4. Restart the syslog service using command : service rsyslog restart