Log Management and Analytics

Explore the full capabilities of Log Management and Analytics powered by SolarWinds Loggly

View Product Info

FEATURES

Infrastructure Monitoring Powered by SolarWinds AppOptics

Instant visibility into servers, virtual hosts, and containerized environments

View Infrastructure Monitoring Info

Application Performance Monitoring Powered by SolarWinds AppOptics

Comprehensive, full-stack visibility, and troubleshooting

View Application Performance Monitoring Info

Digital Experience Monitoring Powered by SolarWinds Pingdom

Make your websites faster and more reliable with easy-to-use web performance and digital experience monitoring

View Digital Experience Monitoring Info

Windows Logging Basics

Ultimate Guide to Logging - Your open-source resource for understanding, analyzing, and troubleshooting system logs

Windows Logging Basics

Logs are records of events that happen on your computer, either by a person or by a running process. They help you track what happened and troubleshoot problems.

The Windows event log contains logs from the operating system and applications such as SQL Server or Internet Information Services (IIS). The logs use a structured data format, making them easy to search and analyze. Some applications also write to log files in text format. For example, IIS Access Logs.

This article explores the Event Viewer interface and features, and introduces other major application and services logs. Examples are provided to give you a full grasp of how monitoring events can help you manage your systems for health and security.

Windows Event Logs

Windows Event Viewer displays the Windows event logs. Use this application to view and navigate the logs, search and filter particular types of logs, export logs for analysis, and more. We’ll show you how to access Windows Event Viewer and demonstrate available features.

Starting Windows Event Viewer

Windows Server 2019 Event Viewer can be accessed in several ways:

  • Windows Control Panel
  • Server Manager
  • Windows Admin Center
  • Computer Management
  • Component Services
  • Command Prompt

Windows Control Panel

Control Panel is the standard Windows component for viewing and changing system settings. It can be found in Windows Server and Windows desktop editions. To access the Event Viewer:

  1. Open Control Panel
  2. Click Administrative Tools
  3. Double-click Event Viewer

Server Manager

The Server Manager console lets you manage settings on the local server and on remote servers. To access Event Viewer from Server Manager:

  1. Open Server Manager
  2. Open Tools > Event Viewer

Windows Admin Center

Windows Admin Center is a browser-based application for managing servers, clusters, desktop PCs, and other infrastructure components. To access Event Viewer from the Windows Admin Center:

  1. Open Windows Admin Center in a supported browser.
  1. Click Events

Computer Management

The Computer Management console provides access to administrative tasks on a local or remote server. To open Event Viewer from Computer Management:

  1. Open Computer Management
  2. Click Event Viewer

Windows Component Service

Another built-in application is the Windows Component Services Manager that enables us to configure DCOM applications running on Windows. Windows Event Viewer is accessible from Component Services Manager as well:

  1. Open Component Services
  2. Click Event Viewer

Command Prompt

Lastly, you can open the Event Viewer directly from a command prompt. To do so:

  1. Open a Command Prompt
  2. Type eventvwr

Using the Windows Event Viewer Interface

Event Viewer has an intuitive user interface. The main screen is divided into three sections:

  • Navigation pane
  • Detail pane
  • Action pane

You can create Summary and Custom views. We’ll guide you through these options.

Navigation Pane

The Navigation pane is where you choose the event log to view. By default, there are five categories of Windows logs:

  • Application – Information logged by applications hosted on the local machine.
  • Security – Information related to login attempts (success and failure), elevated privileges, and other audited events.
  • Setup – Messages generated when installing and upgrading the Windows operating system. If the Windows system is a domain controller, those messages are also logged here.
  • System – Messages generated by the Windows operating system.
  • Forwarded Events – Events forwarded by other computers when the local machine is functioning as a central subscriber.

There is also a section for Applications and Services Logs, including categories for Hardware Events, Internet Explorer and Windows PowerShell events.

Event Viewer Navigation pane:

Detail Pane

When Event Viewer is opened, the Detail pane displays the Overview and Summary. We’ll discuss the Summary Views later. Select an item from the Navigation pane to see a list of events.

Event entries are listed by default in chronological order, with the latest events at the top. Click on any column header to sort events by that field in ascending or descending order. Clicking a second time in the same column head reverses the sort order. For example, click on Level to sort by severity. A caret ^ symbol or reverse caret indicates the sort field and direction of the sort.

Each event has a severity Level:

Information messages indicate a successful action.
Warning messages indicate an event occurred that might become a problem.
Error messages indicate a significant problem occurred.
Critical messages indicate a severe problem occurred.
Audit success is associated with security events.
Audit failure is associated with security events.

Event Viewer Detail pane showing errors and warnings:

Click on an event to display the detailed information. In this example, we can see the highlighted event’s source (TerminalServices-Printers) and the date and time it occurred. The General tab shows more information: a printer driver needs to be installed.

Event Viewer Detail pane General tab:

Open the Details tab to view the raw event data. You can switch between Friendly View and XML View.

You can right-click on an event and select Copy > Copy Details as Text then paste the results into a text editor. The system fields are listed, followed by the entire event as XML.

For this critical error, we can see the system had shut down unexpectedly.

Actions Pane

The Actions pane provides quick access to actions available for your current selections. The Action pane is divided into two sections:

  • Actions available for the selected Navigation pane log
  • Actions available for the selected Detail pane event

In this example, we have selected the Application log and Event 9027, Desktop Window Manager:

As you can see, there are a number of actions possible when a particular event log is active. For example, click Filter Current Log to search for a particular event or group of events. The pop-up window enables you to specify query criteria. When you click OK, your filtered results are shown in the Details pane.

Clearing Large Logs

You can do some housekeeping on the selected log with the Clear Log action if it becomes too large. This deletes all events stored in the log. To check the size of your log files, select Windows Logs or Applications and Services Logs from the Navigation pane. The Number of Events and Size are shown in the Detail pane.

Exporting Events

You can click Save All Events As or Save All Events in Custom View As (selected events) or Save All Events As (all events) to export events from the current log to an event file. The event file has an EVTX extension.

Where would you use such functionality? Suppose you want to send your system’s health status to a third-party vendor—you can provide them with an exported event file. Or, you can archive your logs before deleting them, or send your saved logs to a centralized backup medium. Saving event logs to an event file comes in handy. Administrators click on Open Saved Log and navigate to the log location to open the saved log.

Custom Views

Event Viewer enables you to easily create custom views. This provides quick access if you are interested in certain types of event or events based on severity level.

Create a Custom View:

  • Select Custom Views in the Navigation pane.
  • Click Create Custom View in the Actions pane.
  • Enter the criteria for the events to be included in the Custom View. This example illustrates creating a custom view to capture Critical and Error events for the .NET Runtime services running on the local machine.

  • Click OK
  • Enter the Name and Description and select the location for the Custom View

  • Click OK

Your Custom View is now available.

Similar to saving logs in an event file, you can export Custom Views.

  1. Select the Custom View in the Navigation pane.
  2. Click Export Custom View in the Actions pane.
  3. Enter a name for the XML file to create for the Custom View.

The XML file can be imported into Event Viewer on another system by clicking Import Custom View and navigating to the location of the file.

Summary Views

Event Viewer (Local) is the top node in the Navigation pane. When selected, the Overview and Summary displays in the Details pane.

  • Summary of Administration Events displays totals for all Event Types over the course of the week.
  • Recently Viewed Nodes displays a history of the viewed nodes in chronological order. Double-click on a node to open the location.
  • Log Summary displays the major properties of each log file. Double-click to open the events for the log.

Looking at this example, there were six errors trapped in the last hour, and the number of errors in the last week was 18. Click + to expand the Error listing:

Double-click on an error to open it in the Details pane.

Other Application Logs

There are other logs with their own event viewing mechanisms in Windows:

  • DNS Manager
  • Failover Cluster Manager
  • IIS Access
  • Task Scheduler History
  • Windows Component Service

DNS Manager

If the Windows Server is provisioned as a Domain Name Service (DNS) server, the DNS Manager is installed. In small networks, this is typically the Active Directory Domain Server.

DNS Manager has its own list of events:

Failover Cluster Manager

Windows Server Failover Clustering service enables two or more Windows servers to work as a cluster—a fault-tolerant configuration where one server’s physical hardware failure is automatically detected and replaced by the other server. Windows Server Failover Clustering service automatically re-routes all network traffic to the healthy instance, creating a highly available environment. In a cluster, applications connect to a common access point—a virtual IP or a cluster name—and Windows routes all traffic to the correct node. When a fault does happen, applications continue to work as usual. Windows Server Failover Clustering is used as the foundation of modern SQL Server HA solutions like AlwaysOn Availability Groups.

The Failover Cluster Manager is a Windows built-in application with its own Event Viewer. Using this Event Viewer, system administrators can troubleshoot when their cluster fails or stops functioning as expected. The following screenshot shows the Cluster Manager event viewer node in the Navigation pane. Selecting this node will show cluster-related events.

IIS Access Logs

The Internet Information Services access logs include information about requested URIs and status indicating whether the response was successfully served. It writes these logs as files in the W3C Extended Log Format. This format is a type of comma-separated value (CSV). The log file location is specified within the IIS Manager Logging settings. By default, the location is:

%SystemDrive%\inetpub\logs\LogFiles

For example, here’s a log file on C:, with W3SVC1 as the virtual host and u_ex150428 as a file name coded with the date 2015-04-28:

C:\inetpub\logs\LogFiles\W3SVC1u_ex150428.log

Here’s an excerpt from the log file. The column definition is in a comment. The request for /manager/html returned a 404 status code as the page doesn’t exist.

#Software: Microsoft Internet Information Services 7.5

#Version: 1.0

#Date: 2015-04-28 12:12:05

#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port cs-username c-ip

2015-04-28 02:51:38 10.211.14.109 GET /manager/html - 80 - 222.186.56.21 Mozilla/5.0+(compatible;+MSIE+10.0;+Windows+NT+6.2;+WOW64;+Trident/6.0) - 404 0 64 4850

Task Scheduler History Logs

Task Scheduler runs background tasks and applications on a scheduled basis, much like the Linux cron subsystem. An example is a nightly backup script that backs up local SQL Server databases.

Each task has associated history events you can view in the Task Scheduler Detail pane:

Windows and associated applications record various events in multiple logs. Trapping and understanding these events are a key part of a system administrator’s role. This guide explores how you can use different methods to collect, centralize, and protect these logs.

Using PowerShell with Windows Logs

Windows PowerShell gives administrators a programmatic way to interact with Windows logs. The older Get-EventLog uses a deprecated Win32 API, so we’ll use the Get-WinEvent for our examples here. With Get-WinEvent, you can view a variety of Windows logs including the Application, System, and Security logs.

Listing available logs

To list all available logs on a system, use this command:

 Get-WinEvent -ListLog *

The output will look similar to this:

Here is what each of the column names means:

  • LogMode - How logs are (or aren’t) overwritten when the log is full. Circular means a first-in first-out (FIFO) style where new logs automatically overwrite old logs/
  • MaximumSizeInBytes - The maximum size of the log file.
  • RecordCount - The number of individual records in the log file.
  • LogName - The name of the logfile

Viewing Event Logs

To list logs on a Windows system, you can use the command:

Get-WinEvent -LogName <LogName>

Where <LogName> is the name is one of the logs in the output of Get-WinEvent -ListLog *.

For example, to view all the Application log records on a local Windows system, use this command:

Get-WinEvent -LogName 'Application'

In many cases, log files contain hundreds of lines of records. To limit how many records are displayed, use the -MaxEvents parameter. For example, to view only the last 5 Application log records, use this command:

Get-WinEvent -LogName 'Application' -MaxEvents 5

Filter for specific Event IDs

If you know what log file and event ID you’re looking for, PowerShell hashtables make it easy to filter through Windows Logs. Hashtables use key/value pairs to simplify PowerShell queries.

For example, to list all Security log entries with ID 4672 (Special privileges assigned to new logon), use this command:

Get-WinEvent -FilterHashtable @{ Logname='Security'; Id='4672' }

Filter based on date and time

To further refine your PowerShell log searches, you can use the Get-Date cmdlet in your query. For example, to limit our query of Security log entries with ID 4672 to the last hour, we can use this command:

Get-WinEvent -FilterHashtable @{ Logname='Security'; Id='4672'; StartTime=(Get-Date).AddHours(-1) }

The Get-Date cmdlet allows for similar filters for other units of time as well. They are:

  • (Get-Date).AddTicks
  • (Get-Date).AddMilliseconds
  • (Get-Date).AddSeconds
  • (Get-Date).AddMinutes
  • (Get-Date).AddDays
  • (Get-Date).AddMonths
  • (Get-Date).AddYears

Last updated: December 2022