Custom Log Watcher Data Source

Microsoft.IntelligencePacks.CustomLogUpload.LogWatcherForCloudDataSource (DataSourceModuleType)

Data source module that identifies custom log updates.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.PropertyBagData
CommentModule that uploads log files to the blob storage

Overrideable Parameters:

IDParameterTypeSelector
NotificationDelayIntervalstring$Config/NotificationDelayInterval$

Source Code:

<DataSourceModuleType ID="Microsoft.IntelligencePacks.CustomLogUpload.LogWatcherForCloudDataSource" Comment="Module that uploads log files to the blob storage" Accessibility="Public">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogFilePath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LogType" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CloudContainerTypeId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CloudDataTypeId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CloudFileExtension" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="NotificationDelayInterval" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="NotificationDelayInterval" ParameterType="string" Selector="$Config/NotificationDelayInterval$"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.EnterpriseManagement.Mom.Modules.LogWatcherForCloudDataSource</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.LogWatcherForCloudDataSource.LogWatcherForCloudDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
</DataSourceModuleType>