You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the collector with the Windows Event Log receiver reading from the security channel. After some time (varies between 15m -1hr) the receiver stops reading events from the security channel. New events are showing up in the Windows Security Event Log but the receiver isn't grabbing any new ones. There are no errors in the collector log and other components continue functioning correctly, including other Windows Event Log receivers which are collecting from different channels like application. Restarting the machine fixes the issue for a time until it begins happening again.
Steps to Reproduce
Currently unable to reproduce.
Expected Result
The receiver should get these new events and not freeze up.
Actual Result
Receiver stops collecting new security channel log events.
We were able to resolve this issue. The receiver did not stop reading from the security channel, rather it wasn't reading fast enough. In this particular environment there was an extremely high load on the channel, and the default max_reads value wasn't high enough to keep up. After bumping this number we saw much better and stable performance.
Component(s)
receiver/windowseventlog
What happened?
Description
Running the collector with the Windows Event Log receiver reading from the
security
channel. After some time (varies between 15m -1hr) the receiver stops reading events from the security channel. New events are showing up in the Windows Security Event Log but the receiver isn't grabbing any new ones. There are no errors in the collector log and other components continue functioning correctly, including other Windows Event Log receivers which are collecting from different channels likeapplication
. Restarting the machine fixes the issue for a time until it begins happening again.Steps to Reproduce
Currently unable to reproduce.
Expected Result
The receiver should get these new events and not freeze up.
Actual Result
Receiver stops collecting new security channel log events.
Collector version
v0.110.0
Environment information
Environment
OS: Windows Server 2016
OpenTelemetry Collector configuration
Log output
No response
Additional context
This issue was reported by a customer. We are currently trying to replicate to get more information.
The text was updated successfully, but these errors were encountered: