Creating an Initial Configuration#
Goal#
Create a first working MonitorWare Agent configuration that collects Windows Event Log records and writes matching events to a local file.
Prerequisites#
MonitorWare Agent is installed.
The MonitorWare Agent Configuration Client starts successfully.
You have local administrative rights on the system.
Steps#
Open the MonitorWare Agent Configuration Client.
Under Running Services, add an Event Log Monitor V2 service.
Assign that service to a new ruleset, for example Initial Windows Events.
In the ruleset, create one rule.
Leave the filter condition broad for the first test, or add one simple filter such as an event source or event ID condition.
Add a Write to File action to the rule.
Configure a local test path and filename.
Save and apply the configuration in the Configuration Client so the running service uses the new settings.
Restart the MonitorWare Agent service if your environment or change-control process requires it.
How to verify#
Trigger an event that should match the Event Log Monitor service and rule.
Confirm that the configured output file is created or updated.
If no output appears, check:
whether the service is enabled
whether the ruleset is assigned to that service
whether the filter condition is too restrictive
whether the output path is writable by the service account
Expected result#
MonitorWare Agent collects matching Windows events and writes them to the local file you configured.
Next step#
Continue with: