I have an app that's running on a Linux server, and it produces log files on that server. I personally use a Windows machine and wonder if there's any way to tail the log file on the remote Linux server, and stream it to a file on my Windows machine hard disk?

I know there are some 3rd party web sites/software but I'm curious if there are any native ways of doing this

Thanks so much!

有帮助吗?

解决方案

What about sharing the file using samba and just tailing it via the share

其他提示

Logstash not only transfers your file, but also can parse your logfields and display it on a nice UI Kibana 3. Hope this helps. Moreover these tools are cross platform and run on Linux/Mac/Windows.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top