-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[7.17](backport #32519) winlogbeat: fix testing on windows 11 and re-…
…enable (#33074) This change is derived from the changes listed but is only a partial backport. Tests for windows 11 have not been enabled, and linting fixes are not applied. Only buffer size error in the call to _EvtFormatMessage and short-circuiting EventMetadataIterator.Next when no handle is available are included in the patch. * winlogbeat: fix testing on windows 11 and re-enable (#32519) * fix invalid write * remove lint and provide errno for failure * squelch error when template not available * enable windows-11 testing (cherry picked from commit fe37716) # Conflicts: # winlogbeat/Jenkinsfile.yml # winlogbeat/sys/wineventlog/publisher_metadata.go # winlogbeat/sys/wineventlog/syscall_windows.go # x-pack/winlogbeat/Jenkinsfile.yml * fix conflicts and disable windows 11 testing * revert error handling changes * remove irrelevant changelog lines Co-authored-by: Dan Kortschak <[email protected]> Co-authored-by: Dan Kortschak <[email protected]>
- Loading branch information
1 parent
e4c3db2
commit e3cfd0e
Showing
5 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters