About 1,070,000 results
Open links in new tab
  1. syslog : How can I filter syslog messages on windows 10?

    Aug 27, 2018 · I would like to how I can filter syslog messages to get only the ones I am interested in on Windows 10. For example I would like to get the syslog message when the …

  2. How to Forward Windows Print Log to Syslog - Super User

    May 18, 2022 · I want to collect logs from various machine (windows and linux) to a centralized log server. The log server has been configured and is listening on port 514 tcp and udp for log …

  3. Starting OpenSSH server in Windows with debug messages …

    Mar 23, 2021 · 21 The Windows OpenSSH server logs to the event log by default. You should look in the Event Log Viewer under Applications and Services Logs -> OpenSSH. The Admin …

  4. How to make my Window system a Syslog server - Super User

    Dec 30, 2016 · Run syslog as Windows service. (Use this documentation but setup syslog as a service instead of SSH) Other way, you can install some guest unix based operation system in …

  5. Simple way to generate syslog over TCP? - Super User

    Jul 13, 2017 · I want to troubleshoot logstash server issue and need to generate syslog message from time to time. Is there a simple way that allows me to connect to a syslog server using …

  6. access windows log files from linux - Super User

    I'm trying to remotely access windows log files from linux. So far I've found two different approaches. Install syslog server on windows machine and let windows send log files to linux, …

  7. windows - How can I get my Cygwin SSH server to log into a file ...

    May 9, 2020 · 3 On proper Linux systems, the SSH server typically logs into a file, e.g. /var/log/auth.log or /var/log/syslog etc. But - that doesn't exist on my Cygwin system; and …

  8. Viewing Windows 10 event log in "follow" (real-time) mode in …

    Jun 27, 2019 · In Linux, if I want to observe the system log in terminal in real-time, I can use the tail command to output the /var/log/syslog file with the -f or --follow switch, which "output(s) …

  9. Forward Windows system Event logs to a Linux Syslog Server with …

    Oct 27, 2014 · Without a syslog agent, not only can’t the Windows OS send syslog messages to a syslog server but it also can’t send syslog messages from any applications running in the …

  10. Built-in (windows) test for open UDP ports on a specified IP

    Mar 24, 2025 · Referring to this question it is possible to test if a certain TCP port is open on a specified IP via powershell. test-netconnection -computername 8.8.8.8 -port 53 Is there a …