Creating an Initial Configuration#
Use this page to build the first working EventReporter configuration: collect Windows Event Log events and write them to a local file.
Goal#
At the end of this procedure, EventReporter will:
monitor one or more Windows event logs
process matching events through a ruleset
write them to a local file
Prerequisites#
EventReporter is installed.
You can open the EventReporter Configuration Client.
The EventReporter service is installed on the system.
Steps#
Create a ruleset.
In the EventReporter Configuration Client, create a new ruleset.
Leave filtering simple for the first test so that visible events can match.
Add one file action to that ruleset.
Inside the ruleset, add a Write to File action.
Choose an easy-to-find test file path.
Create one event log monitor service.
Under Services, add an Event Log Monitor V2 service.
Bind that service to the ruleset you created.
Select at least one Windows event log or channel to monitor.
Save and apply the configuration.
Apply or save the changes in the Configuration Client so the service can use them.
Until you apply the changes, the running service continues to use the previous configuration.
Start or restart the EventReporter service if required.
How to verify#
Trigger or wait for a Windows event that should be visible.
Confirm that the event is written to the configured file.
If nothing arrives, check:
the EventReporter service is running
the event log monitor service is enabled
the service is bound to the correct ruleset
the file action is inside that ruleset
the selected event log or channel actually produces events
Expected result#
If the configuration is correct, EventReporter reads Windows Event Log data and writes matching events to the configured file.
Next step#
To refine matching behavior, continue with Process and Filter.
To forward events elsewhere, continue with Store and Forward.