skip to content
 
 

What is a Windows log collector?

A Windows log collector is a tool that centralizes Windows event log data from local and remote machines into a single, queryable repository. Windows ships with two native mechanisms for this: Event Viewer's manual export, and Windows Event Collector (WEC), which pulls events from source hosts using WS-Management over WinRM.

EventLog Analyzer builds on the same Windows Event Forwarding architecture, adds parsing and normalization so raw XML events become searchable fields, correlates events across machines in real time, and archives everything for compliance. It also collects event logs from distributed Windows devices or syslog from distributed Linux and Unix devices, switches, and routers for cross correlating events. For a broader picture of every log source supported by EventLog Analyzer, refer to the log collection page.

Windows event logs: What gets collected and why it matters

Windows sorts its events into four core channels for efficient event log management. Each one exists for a distinct reason, and each one answers a different kind of question when something goes wrong.

Windows security logs

The Security channel is the audit channel. Authentication attempts such as event ID 4624 for successful logons, 4625 for failed ones, and 4634 for logoffs fall here for event log auditing. So do other critical events for compliance auditing, such as privilege use (4672), account creation and modification (4720, 4738), group membership changes (4728, 4732), object access (4663(S)), and any change to the audit policy itself (4719). EventLog Analyzer collects such entries of the security log, indexes each field for search, and feeds the same data into framework-specific templates for compliance reporting.

Windows system logs

The System channel is where the operating system reports driver failures, service crashes, unexpected shutdowns, hardware errors, disk I/O problems, time-sync failures with the domain controller, boot-time issues, kernel-mode faults, and Windows Update problems. For IT operations, the system log is usually the first place to look when a server is unstable. For security teams, system events such as an unexpected service crash on a domain controller or repeated driver failures on a specific host act as the first sign of something that the security log will confirm minutes later.

Windows application logs

The Application channel is where installed software-related events such as SQL Server log failed queries and backup completions, IIS report startup and shutdown, and antivirus scans and detections are covered. Third-party applications also default to this channel when they don't ship their own dedicated log file.

The signal-to-noise ratio in application logs varies among different environments and requires advanced filtering to drill down critical issues. EventLog Analyzer's event filters let you keep the application entries that matter for troubleshooting and drop the routine noise before it hits the archive.

Windows setup logs

The Setup channel records events tied to installing, updating, and removing Windows itself, including feature installs, servicing operations, Windows Update actions, and role or feature changes on Windows Server. EventLog Analyzer collects setup logs alongside the other three channels by default.

the Windows log collection console in EventLog Analyzer for managing Windows devices
Figure 1: The Windows log collection console in EventLog Analyzer for managing Windows devices.

Windows Event Forwarding: How remote log collection works

Windows has a native architecture for shipping events off the machines that produce them. It's called Windows Event Forwarding (WEF). In EventLog Analyzer, much of the collection happens through the same mechanism.

WEF uses WS-Management over WinRM to push events from source computers to a designated Windows Event Collector (WEC) service on a collector host. Subscriptions define which events get forwarded, from which source computers, to which log on the collector. Two subscription models exist, and the choice between them is the single most important WEF design decision.

Source-initiated vs. collector-initiated subscriptions

In source-initiated subscriptions, endpoints reach out to the collector. Configuration is deployed by Group Policy—one policy applied to an OU, and every machine in the OU starts forwarding. This is the model that scales. Domains with thousands of machines run source-initiated subscriptions.

In collector-initiated subscriptions, the WEC server reaches out to each source. Every source has to be enumerated explicitly. This setup works for a lab of 10 machines and is unmanageable for anything larger; it's mainly useful for non-domain environments and small workgroups.

Configuring WinRM for event forwarding

On each source machine:

  1. Enable WinRM by running winrm quickconfig. This starts the WinRM service and opens the default listener.
  2. Configure the collector service on the receiving host with wecutil qc. This registers the machine as a Windows Event Collector.
  3. Verify with winrm id -r:<source> from the collector.
  4. Create a subscription (via wecutil cs subscription.xml or the Event Viewer UI).
  5. For domain-wide rollout, wrap the source-side steps in a GPO and apply to the target OU.

EventLog Analyzer acts as the receiving side of this architecture. Events forwarded from source machines land in EventLog Analyzer's indexer, get parsed into fields, and become searchable within seconds with none of the manual subscription WEF requires on its own.

Agentless log collection

For event log collection, EventLog Analyzer does not require a separate agent to be installed on each machine from which logs are collected. Rather, the agent that collects Windows event log and syslog messages is present as part of the EventLog Analyzer server itself. The collector server does the work of reaching out over WMI or RPC to read events from the source and pull them across the wire.

The trade-off is that the agentless method assumes the network cooperates. If firewalls close the ports or if there's a WAN link with latency and packet loss between the collector and source, agentless breaks down. That's when agent-based collection applies, and as both modes feed into the same central index, there are not dual console issues.

 

Frequently asked questions

For a single machine, open Event Viewer (press the Windows key + R, then enter eventvwr.msc), navigate to the log you need under Windows Logs, and export it to EVTX or CSV. That works for one-off forensic pulls.

For anything beyond a single machine, that approach doesn't scale. The two options are native Windows Event Forwarding (WEF)—configure WinRM on source hosts (winrm quickconfig), register a collector with wecutil qc, and create a subscription that defines what gets forwarded—or a log management platform like EventLog Analyzer, which handles the forwarding architecture, adds parsing and normalization, and archives the data for compliance. Most enterprises land on the platform approach because native WEF gets unwieldy past a few dozen hosts.

Log collection means gathering the event records that devices, applications, and services generate—like logon attempts, transactions, errors, configuration changes, and network connections—and moving them from wherever they were written into a central place where they can actually be used. Every server, firewall, database, and application writes logs by default; on its own, that data stays stuck on the machine that produced it and gets overwritten as space runs out. Log collection is what turns that scattered, ephemeral data into a searchable, retainable asset.

The built-in tool is Event Viewer. Press the Windows key + R, type eventvwr.msc, and hit Enter. The tree on the left splits into two branches worth knowing about:

  • Windows Logs: The four traditional channels include Application, Security, System, and Setup. Most authentication, OS, and installed-software events live here.
  • Applications and Services Logs: There are dozens of newer channels for specific components, including PowerShell, Task Scheduler, WMI-Activity, Windows Defender.

On disk, the underlying files live at C:\Windows\System32\winevt\Logs\ as EVTX files. You can copy them off to another machine and open them in Event Viewer there, which is useful for offline forensic work. For anything beyond a single machine, though, Event Viewer stops being practical—that's where a log collector comes in.

Yes. The Windows security event log is the audit log—every authentication attempt, privilege use, and policy change lands there when log auditing is enabled. Whether you can rely on it long-term is a different question; local security logs roll over quickly and can be cleared by an attacker with admin rights. That's why centralized collection matters.

Not without a good reason and a policy behind it. Clearing local event logs destroys forensic evidence, breaks compliance audit trails, and can itself be a sign of malicious activity—event 1102 (security log cleared) is one of the highest-priority alerts in most SOCs. If disk space on endpoints is the problem, the answer is off-box archival, not deletion. Centralized collection followed by retention policy is the accepted approach.

EventLog Analyzer Trusted By

Los Alamos National Bank Michigan State University
Panasonic Comcast
Oklahoma State University IBM
Accenture Bank of America
Infosys
Ernst Young

Customer Speaks

  • Credit Union of Denver has been using EventLog Analyzer for more than four years for our internal user activity monitoring. EventLog Analyzer provides great value as a network forensic tool and for regulatory due diligence. This product can rapidly be scaled to meet our dynamic business needs.
    Benjamin Shumaker
    Vice President of IT / ISO
    Credit Union of Denver
  • The best thing, I like about the application, is the well structured GUI and the automated reports. This is a great help for network engineers to monitor all the devices in a single dashboard. The canned reports are a clever piece of work.
    Joseph Graziano, MCSE CCA VCP
    Senior Network Engineer
    Citadel
  • EventLog Analyzer has been a good event log reporting and alerting solution for our information technology needs. It minimizes the amount of time we spent on filtering through event logs and provides almost near real-time notification of administratively defined alerts.
    Joseph E. Veretto
    Operations Review Specialist
    Office of Information System
    Florida Department of Transportation
  • Windows Event logs and device Syslogs are a real time synopsis of what is happening on a computer or network. EventLog Analyzer is an economical, functional and easy-to-utilize tool that allows me to know what is going on in the network by pushing alerts and reports, both in real time and scheduled. It is a premium software Intrusion Detection System application.
    Jim Lloyd
    Information Systems Manager
    First Mountain Bank

Awards and Recognitions

  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
A Single Pane of Glass for Comprehensive Log Management