This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
uls:agents:win_tools:win_eventlog [2014-12-16 14:50] uls |
uls:agents:win_tools:win_eventlog [2014-12-16 15:05] (current) uls |
||
---|---|---|---|
Line 4: | Line 4: | ||
You may apply a variety of filters to ignore event entries or to keep specific event entries and drop others. | You may apply a variety of filters to ignore event entries or to keep specific event entries and drop others. | ||
+ | ----- | ||
==== Configuration ==== | ==== Configuration ==== | ||
Line 11: | Line 12: | ||
Description in order of appearance: | Description in order of appearance: | ||
- | <file> | + | <file - win_eventlog.conf> |
# Configuration file for win_eventlog | # Configuration file for win_eventlog | ||
Line 264: | Line 265: | ||
</file> | </file> | ||
+ | |||
+ | ----- | ||
==== Usage ==== | ==== Usage ==== | ||
+ | |||
+ | ----- | ||
=== Manually === | === Manually === | ||
Line 272: | Line 277: | ||
need some privileges to access all operating system objects): | need some privileges to access all operating system objects): | ||
- | <code winbatch> | + | <code winbatch win_eventlog.bat> |
C:\> cd C:\ADMIN\WIN_TOOLS\ | C:\> cd C:\ADMIN\WIN_TOOLS\ | ||
C:\ADMIN\WIN_TOOLS> win_eventlog.bat | C:\ADMIN\WIN_TOOLS> win_eventlog.bat | ||
Line 280: | Line 285: | ||
defined as WORKING_DIR in the 'win_eventlog.conf', the default is 'C:\TEMP\WIN_TOOLS'. | defined as WORKING_DIR in the 'win_eventlog.conf', the default is 'C:\TEMP\WIN_TOOLS'. | ||
+ | ----- | ||
=== Regular Execution === | === Regular Execution === | ||
Line 286: | Line 292: | ||
(or whatever other name or path you have chosen). Have it executed e.g. every 10 mins. | (or whatever other name or path you have chosen). Have it executed e.g. every 10 mins. | ||
+ | ----- | ||
- | === Gathered Metrics === | + | ==== Gathered Metrics ==== |
- | 'eventlog' is the only teststep. It has sub-teststeps depending on the number of | + | ----- |
+ | |||
+ | === eventlog === | ||
+ | |||
+ | This is the only teststep. It has sub-teststeps depending on the number of | ||
defined and filtered event logs. The 'System' event log is taken as an example here. | defined and filtered event logs. The 'System' event log is taken as an example here. | ||
Line 338: | Line 349: | ||
these warnings. | these warnings. | ||
|} | |} | ||
+ | |||
+ | ----- | ||