Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Winlogbeat] Continue to read channel after Windows Event Log service has been restarted #27947

Closed
leehinman opened this issue Sep 15, 2021 · 1 comment · Fixed by #28191
Closed

Comments

@leehinman
Copy link
Contributor

Describe the enhancement:

Currently if the Windows Event Log service is stopped, Winlogbeat will stop reading events from the channel. This is because we receive an error that the remote procedure call has been cancelled.

log.Errorf("Error occured while reading from Windows Event Log '%v': %v", source.Name(), err)

Describe a specific use case for the enhancement or feature:
Preferred behavior is that Winlogbeat continue to read from the channel even if Windows Event Log Service is restarted.

@elasticmachine
Copy link
Collaborator

Pinging @elastic/security-external-integrations (Team:Security-External Integrations)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants