VxRail: How to configure a new syslog server
Print
Created by: Srinath Ramachandran
Modified on: Mon, 21 Sep, 2020 at 11:34 AM
Article Content
Instructions | - SSH to VxRail manager.
- cd to /etc/rsyslog.conf
- 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"
- Restart the syslog service using command : service rsyslog restart
|
Srinath is the author of this solution article.
Did you find it helpful?
Yes
No
Send feedback Sorry we couldn't be helpful. Help us improve this article with your feedback.