Changed xml description from Events to Event
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user