iklan banner
MASIGNCLEAN104

Check LOG in level OS Windows Server

iklan banner
Windows Logging Basics
Logs are records of events that happen in 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:
  • Open Control Panel
  • Click Administrative Tools
  • 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:
  • Open Server Manager
  • 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:
  • Open Windows Admin Center in a supported browser.
  • 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:
  • Open Computer Management
  • 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:
  • Open Component Services
  • Click Event Viewer

Command Prompt

Lastly, you can open the Event Viewer directly from a command prompt. To do so:
  • Open a Command Prompt
  • 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:
  1. Select Custom Views in the Navigation pane.
  2. Click Create Custom View in the Actions pane.
  3. 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.
  4. Click OK
  5. Enter the Name and Description and select the location for the Custom View.
  6. 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.

In Summary

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.
Share This :