|
In order to be able to limit the data collected by the management server
as part of its data management, ServerAssist
makes a number of standard variables available to filter and selection expressions.
All Data
Some variables are available for all types of collected data.
| Variable |
Description |
Type |
| Now |
The current system time. |
Date |
Events
The event variables are available when filtering events.
| Variable |
Description |
Type |
| Log |
The name of the event log containing the event. |
String |
| DateTime |
The date and time the event was logged. |
Date |
| Type |
The type of event. Possible values are 'Error', 'Warning',
'Information', 'Audit Success' and 'Audit Failure'. |
String |
| Source |
The source of the event. |
String |
| Category |
The category of the event. |
String |
| ID |
The event identifier. |
Integer |
| User |
The Windows user associated with the event. If no user is
associated with the event, this will be 'N/A'. |
String |
| Details |
The description of the event. |
String |
|