About 7,990 results
Open links in new tab
  1. logging - Log viewer on Windows - Super User

    I've tried several log viewer applications (free or not), so far mtail I like the most. But, it lacks features. I would like from my log viewer to: handle files > than 10MB filtering highlight search …

  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. syslog : How can I filter syslog messages on windows 10?

    Aug 27, 2018 · It does, however, have a System Event Log which can be viewed using the Windows Event Viewer. See Filter by Event Identifier for instructions of how to filter by specific …

  4. 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) …

  5. windows - How to tell which service or task caused a certain 4624 …

    Aug 1, 2020 · The Logon Type is 5, which means "A service was started by the Service Control Manager". As recorded, the event was generated by C:\Windows\System32\services.exe …

  6. How to check User login history on a Windows 11 machine

    Jan 21, 2023 · Click Apply Click OK. After these steps, Windows will track login attempts, both successful or failed. To check who logged into your computer, in the Event Viewer, section …

  7. forensics - Location of Event logs in Windows - Super User

    Dec 27, 2014 · I have found that Windows logs every event such as system login/out, USB connection's history, etc. This all can be viewed in Event viewer. But my question is Where on …

  8. 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 …

  9. 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 …

  10. 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, …