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

file_integrity module: Protect against nil errors from inotify #7754

Merged
merged 1 commit into from
Jul 26, 2018

Conversation

adriansr
Copy link
Contributor

Users are experiencing occasional crashes in auditbeat that are caused by a nil error being printed to the logs. Adding some defensive code to prevent auditbeat from panicking.

Fixes #7753

Users are experiencing occasional crashes in auditbeat that are caused
by a nil error being printed to the logs. Adding some defensive code to
prevent auditbeat from panicking.

Fixes elastic#7753
Copy link
Member

@andrewkroh andrewkroh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@andrewkroh andrewkroh merged commit 9cd073f into elastic:master Jul 26, 2018
adriansr added a commit to adriansr/beats that referenced this pull request Jul 26, 2018
Users are experiencing occasional crashes in auditbeat that are caused
by a nil error being printed to the logs. Adding some defensive code to
prevent auditbeat from panicking.

Fixes elastic#7753

(cherry picked from commit 9cd073f)
adriansr added a commit to adriansr/beats that referenced this pull request Jul 26, 2018
Users are experiencing occasional crashes in auditbeat that are caused
by a nil error being printed to the logs. Adding some defensive code to
prevent auditbeat from panicking.

Fixes elastic#7753

(cherry picked from commit 9cd073f)
andrewkroh pushed a commit that referenced this pull request Jul 27, 2018
Users are experiencing occasional crashes in auditbeat that are caused
by a nil error being printed to the logs. Adding some defensive code to
prevent auditbeat from panicking.

Fixes #7753

(cherry picked from commit 9cd073f)
ruflin pushed a commit that referenced this pull request Jul 30, 2018
Users are experiencing occasional crashes in auditbeat that are caused
by a nil error being printed to the logs. Adding some defensive code to
prevent auditbeat from panicking.

Fixes #7753

(cherry picked from commit 9cd073f)
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…elastic#7756)

Users are experiencing occasional crashes in auditbeat that are caused
by a nil error being printed to the logs. Adding some defensive code to
prevent auditbeat from panicking.

Fixes elastic#7753

(cherry picked from commit 4843d6f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants