forked from Azure/azure-linux-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmdsdConfig.xml.template
48 lines (38 loc) · 1.38 KB
/
mdsdConfig.xml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<MonitoringManagement eventVersion="2" namespace="" timestamp="2014-12-01T20:00:00.000" version="1.0">
<Accounts>
<Account account="" isDefault="true" key="" moniker="moniker" tableEndpoint="" />
</Accounts>
<Management defaultRetentionInDays="90" eventVolume="">
<Identity>
<IdentityComponent name="DeploymentId" />
<IdentityComponent name="Host" useComputerName="true" />
</Identity>
<AgentResourceUsage diskQuotaInMB="50000" />
</Management>
<Schemas>
<Schema name="syslog">
<Column mdstype="mt:wstr" name="Ignore" type="str" />
<Column mdstype="mt:wstr" name="Facility" type="str" />
<Column mdstype="mt:int32" name="Severity" type="str" />
<Column mdstype="mt:utc" name="EventTime" type="str-rfc3339" />
<Column mdstype="mt:wstr" name="SendingHost" type="str" />
<Column mdstype="mt:wstr" name="Msg" type="str" />
</Schema>
<Schema name="ladfile">
<Column mdstype="mt:wstr" name="FileTag" type="str" />
<Column mdstype="mt:wstr" name="Msg" type="str" />
</Schema>
</Schemas>
<Sources>
<Source name="syslog" schema="syslog" />
</Sources>
<Events>
<MdsdEvents>
<MdsdEventSource source="syslog">
<RouteEvent dontUsePerNDayTable="true" eventName="Linuxsyslog" priority="High" />
</MdsdEventSource>
</MdsdEvents>
<OMI>
</OMI>
</Events>
</MonitoringManagement>