質問

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