Changed xml description from Events to Event

This commit is contained in:
Jonathan Preddy
2014-07-17 16:26:46 -04:00
parent 02253de03a
commit d6afc63961
2 changed files with 5 additions and 5 deletions

View File

@@ -693,7 +693,7 @@ namespace TimberWinR
// WINDOWS EVENTS
IEnumerable<XElement> xml_events =
from el in inputs.Descendants("WindowsEvents").Descendants("Events")
from el in inputs.Descendants("WindowsEvents").Descendants("Event")
select el;
foreach (XElement e in xml_events)

View File

@@ -3,14 +3,14 @@
<Inputs>
<WindowsEvents>
<Events source="Application">
<Event source="Application">
<Fields>
<Field name="EventLog"/>
<Field name="RecordNumber"/>
</Fields>
</Events>
<Events source="System">
</Events>
</Event>
<Event source="System">
</Event>
</WindowsEvents>
<Logs>
<Log name="First Set" location="C:\Logs1\*.log">