Send Logs to Server with Netcat
Simple sending log data to Web-Server
Send Logs to Server with Netcat
Send data from log files to IP with port 5000
tail -f *.log | nc 192.168.2.44 5000
Written on November 28, 2020
Notes from IT and SCM DevOps
Simple sending log data to Web-Server
Send data from log files to IP with port 5000
tail -f *.log | nc 192.168.2.44 5000