We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Due to the change golang/sys@0a153f0
Compilation breaks at this line https://github.com/elastic/beats/blob/master/winlogbeat/sys/eventlogging/eventlogging_windows.go#L416
With error
vendor/github.com/elastic/beats/winlogbeat/sys/eventlogging/eventlogging_windows.go:416:18: assignment mismatch: 2 variables but 1 values
Occurs eg. when referencing Read() for eventlog.EventLog instance
Read()
eventlog.EventLog
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Due to the change golang/sys@0a153f0
Compilation breaks at this line https://github.com/elastic/beats/blob/master/winlogbeat/sys/eventlogging/eventlogging_windows.go#L416
With error
Occurs eg. when referencing
Read()
foreventlog.EventLog
instanceThe text was updated successfully, but these errors were encountered: