Filtr protokolu IIS

Microsoft.Windows.Server.IIS.IISLogFilter (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityInternal
RunAsSystem.PrivilegedMonitoringAccount
OutputTypeSystem.ApplicationLog.InternetLogEntryData

Source Code:

<ConditionDetectionModuleType ID="Microsoft.Windows.Server.IIS.IISLogFilter" Accessibility="Internal" RunAs="System!System.PrivilegedMonitoringAccount" Batching="true" Stateful="false" PassThrough="true">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogFileType" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SiteID" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>4B5C675C-83FB-40F4-87D6-A99F3BB7E019</ClassID>
</Native>
</ModuleImplementation>
<OutputType>AppLog!System.ApplicationLog.InternetLogEntryData</OutputType>
<InputTypes>
<InputType>AppLog!System.ApplicationLog.InternetLogEntryData</InputType>
</InputTypes>
</ConditionDetectionModuleType>