Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-24624

Integrate Windows Event Logs into EVG System Logs

    • Server Tooling & Methods

      We should consider printing out certain event logs from the Windows Event Logs. Some good candidates are Application logs and System logs. They will tell us of events like disk defrag, windows update, hardware modifications, service start/stop.

      We can also modify the registry to have the Application logs print why processes exit. (see linked ticket)

      The implementation could be similar to how we use dmesg (SERVER-24211)

      • Clear the logs at the beginning of a run: wevtutil clear-log Application
      • Print out the logs at the end: wevtutil query-events Application with an optional grep mongo, if we only care about abnormally terminated processes, for example.

            Assignee:
            backlog-server-stm Backlog - Server Tooling and Methods (STM) (Inactive)
            Reporter:
            robert.guo@mongodb.com Robert Guo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: