XML configuration file syntax

The wineventlog.xsd file defines the expected structure and syntax of the XML configuration file. The schema is part of the XML technology used to define the xml file constraints. The user can refer to the wineventlog.xsd file for full constraint definitions. The default location is: %OMNIHOME%\probes\win32\wineventlog.xsd

The XML file uses the following syntax:


<WindowsLogs>
  <Log Name="windows_log_1">
		<Resync>true | false</Resync>
  		<ResyncFilter>resynch_filter</ResyncFilter>
		<NotificationFilter>notification_filter</NotificationFilter>         
  </Log>
 
  <Log Name="windows_log_2">
		<Resync>true | false</Resync>
  		<ResyncFilter>resynch_filter</ResyncFilter>
		<NotificationFilter>notification_filter</NotificationFilter>         
  </Log>
 </WindowsLogs>

<AppServiceLogs>
 <Log Name="app-service_log_1">
	<Resync>true | false </Resync>
	<ResyncFilter>resynch_filter</ResyncFilter> 
	<NotificationFilter>Notification_filter</NotificationFilter>         
 </Log>

 <Log Name="app-service_log_2">
	<Resync>true | false </Resync>
	<ResyncFilter>resynch_filter</ResyncFilter> 
	<NotificationFilter>Notification_filter</NotificationFilter>         
 </Log>
</AppServiceLogs>