pzbw / eventlog-to-syslog

Automatically exported from code.google.com/p/eventlog-to-syslog
0 stars 0 forks source link

month old events sent every time service restarts #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Restart Eventlog to Syslog service

What is the expected output? What do you see instead?

Syslog should only receive new events, instead over 2000 events from the past 
month up to today are sent every time the service restarts.  

What version of the product are you using? On what operating system?

Version 4.4 (64-bit) on Windows Server 2008 R2 Enterprise

Please provide any additional information below.

Uninstalling/reinstalling the service and rebooting the server does not affect 
the behavior.  The same 2000 events are sent each time I restart the service or 
the server.

Events are thrown beginning 05/19 through 06/16 (today).  We have this software 
on several identical servers that do not exhibit this behavior.  This started 
last night after the latest round of windows updates, but again, only on this 
one machine.

Original issue reported on code.google.com by wstru...@gmail.com on 16 Jun 2011 at 7:00

GoogleCodeExporter commented 8 years ago
At first glance it appears as though the utility is having difficulty 
retrieving the oldest record and the log count. It uses these values to 
determine where to begin sending from. Did you ever find a resolution to this?

Original comment by sherwin....@gmail.com on 8 Jul 2011 at 3:46

GoogleCodeExporter commented 8 years ago
This should be resolved for Server 2008 and above. It is committed in the 
trunk, but has not yet been tagged as a release. The current trunk should offer 
much better performance/resource usage over the previous build.

-Sherwin

Original comment by sherwin....@gmail.com on 1 Aug 2011 at 3:51