EcoStruxure IT forum
Schneider Electric support forum about installation and configuration for DCIM including EcoStruxure IT Expert, IT Advisor, Data Center Expert, and NetBotz
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-01-30 11:43 PM
Hi Team,
One of our VIP customer requires their ITA server to send server logs to a remote server.
Does ITA support this? may we know the procedure? Today they did tried to configure rsyslogs but the file sent is 0.
In the console do we need to enable #forwardtosyslog which is currently showing NO?
rsyslog file sent by ITA is 0
Thanks,
Romeo
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-01-31 06:45 AM
Hello Romeo
It should be possible to configure the ITA server to forward messages to a rsyslog server or a system like splunk.
A change has been made to recent ITA releases which makes this process easier, but for ITA 9.3.2 check these steps to setup the forwarding.
Schneider installs a file in /etc/rsyslog.d named “operation-logs.conf”.
The above change is no longer required in newer ITA releases (9.3.5 and newer I think).
After making the above changes, you can use this process to forward log messages remotely.
Edit /etc/rsyslog.conf.
Add the forwarding directive in this format. You should be able to place this line at the bottom of the rsyslog.conf file. The below statement forwards all log messages.
*.* @@<remote-server>:<remote-port>
Then restart the rsyslog service
systemctl restart rsyslog
Regards
Greg Sterling
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-01-31 06:45 AM
Hello Romeo
It should be possible to configure the ITA server to forward messages to a rsyslog server or a system like splunk.
A change has been made to recent ITA releases which makes this process easier, but for ITA 9.3.2 check these steps to setup the forwarding.
Schneider installs a file in /etc/rsyslog.d named “operation-logs.conf”.
The above change is no longer required in newer ITA releases (9.3.5 and newer I think).
After making the above changes, you can use this process to forward log messages remotely.
Edit /etc/rsyslog.conf.
Add the forwarding directive in this format. You should be able to place this line at the bottom of the rsyslog.conf file. The below statement forwards all log messages.
*.* @@<remote-server>:<remote-port>
Then restart the rsyslog service
systemctl restart rsyslog
Regards
Greg Sterling
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2023-02-02 12:54 AM
Thanks Greg!
This works for me.
Romeo
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.