FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
498 views 1 comments
by anonymous
I am working on a project as security consultant and i need to export log file from Telonika RUT 955 and send this fiel to our SIEM solution to be monitored.

I am asking what is the best way to get all logs, and does RUT 955 support Syslog  ?

1 Answer

+1 vote
by anonymous

Hello,

  

System logs can be seen by using the command logread. If you'd like to monitor the logs in real-time, then the command logread -f can be used.

Logs can also be found by navigating to System → Administration → Troubleshoot and clicking show for the system or kernel logs.

Finally, logs alongside config files can be downloaded with a troubleshoot file, which can also be generated by navigating to System → Administration → Troubleshoot.

Let me know if none of these options suit you and I'll look for an alternative.

  

Best regards,
DaumantasG

by anonymous

A very convenient alternative is to forward the logs to a remote syslogd, for that enable the facility in System->Administration->Troubleshoot. Set the IP address of the remote server port protocol and enable "Show Hostname"

Logs from different devices can be separated in different files, just add

$template DynaFile,"/var/log/%HOSTNAME%.log"
*.* ?DynaFile

to the rsyslogd.conf file.