Files
TimberWinR/TimberWinR/testconf.xml
Eric Fontana eb7fa8bffe Merge remote-tracking branch 'origin/master'
Conflicts:
	TimberWinR/Configuration.cs
2014-07-18 07:25:42 -04:00

32 lines
740 B
XML

<?xml version="1.0" encoding="utf-8"?>
<TimberWinR>
<Inputs>
<WindowsEvents>
<Event source="Application">
<Fields>
<Field name="EventLog"/>
<Field name="RecordNumber"/>
</Fields>
</Event>
<Event source="System">
</Event>
</WindowsEvents>
<Logs>
<Log name="First Set" location="C:\Logs1\*.log">
<Fields>
<Field name="EventLog"/>
<Field name="RecordNumber"/>
</Fields>
</Log>
<Log name="Second Set" location="C:\Logs2\*.log" recurse="0" splitLongLines="OFF" />
<Log name="Third Set" location="C:\Logs2\1.log,C:\Logs2\2.log" />
</Logs>
<IISLogs>
</IISLogs>
</Inputs>
</TimberWinR>