Applications Systems
Windows Event Log Monitor - Message is Blank
Blank Windows Event log message, custom even log message is blank in the database, and in alerting. The ${N=SwisEntity;M=ComponentAlert.WindowsEventMessages} alert variable is showing blank. Alerting is not showing event log message.
First published date
Last published date
Overview
This is usually due to the fact that the application is unable to collect the data. This can be verified in the Orion Database, but it can more easily be confirmed if it is possible on the client-server itself. This article contains steps to confirm the event message is blank.This most often occurs on custom Event messages.
Product section
Cause
Resolution
- Log in to the node that generated the event.
- Go to Start and type 'WBEMTEST' into the search box.
- Connect to the ROOT\CIMV2 namespace.
- Click 'Query' and write the following query into the window:
SELECT EventCode, Message, LogFile, RecordNumber, EventType, TimeGenerated, ComputerName, SourceName, User FROM Win32_NTLogEvent WHERE SourceName LIKE '%keyword%'
Note: replace "keyword" with some excerpt of your custom event message.
- Click Apply and wait for the results.
- Click 'Edit message' for one of the events as it was done on the image.
- Check if the message is displayed properly.
See also: Empty message in Windows Event Log Monitor