-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[8.16] Revert "[filebeat][winlog] implement status reporter for winlog input… #41468
Conversation
…elastic#40163)" This reverts commit 5e4e7e5.
Pinging @elastic/sec-windows-platform (Team:Security-Windows Platform) |
Do we need to revert the accompanying |
We would if the original PR added one, which it doesn't look like it did. I don't see any reference to this in https://github.com/elastic/beats/blob/8.16/CHANGELOG.next.asciidoc |
FYI @VihasMakwana, nothing wrong with the code functionally but it is correctly detecting that the sysmon operational channel is missing and causing most windows agents to appear degraded, which we don't want and can't fix prior to the 8.16.0 release. |
1636258 there was indeed a changelog entry to remove. |
…atus reporter for winlog input… (#41666) * [8.16] Revert "[filebeat][winlog] implement status reporter for winlog input… (#41468) * Revert "[filebeat][winlog] implement status reporter for winlog input (#40163)" This reverts commit 5e4e7e5. * Remove changelog entry. (cherry picked from commit 05125a9) * Fix changelog merge conflicts * Restore accidentally removed entries * Restore whitespace --------- Co-authored-by: Craig MacKenzie <[email protected]>
…tatus reporter for winlog input… (#41665) * [8.16] Revert "[filebeat][winlog] implement status reporter for winlog input… (#41468) * Revert "[filebeat][winlog] implement status reporter for winlog input (#40163)" This reverts commit 5e4e7e5. * Remove changelog entry. (cherry picked from commit 05125a9) * Fix changelog merge conflicts * Restore accidentally removed entries * Remove correct changelog entry. --------- Co-authored-by: Craig MacKenzie <[email protected]>
Revert #40543 because of elastic/elastic-agent#5746.
Specifically the status reporting in winlog causes the winlog input to be degraded as when agent is privileged (i.e. the default configuration) when the Sysmon operational channel is missing (also true by default because it is not a core Windows component).