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

Windows: Auditbeat/file_integrity reports "short read in readEvents()" #23314

Closed
adriansr opened this issue Dec 29, 2020 · 3 comments
Closed

Comments

@adriansr
Copy link
Contributor

For confirmed bugs, please report:

  • Version: 7.11
  • Operating System: Windows 2016
  • Discuss Forum URL:
  • Steps to Reproduce:

With this config:

auditbeat.modules:
- module: file_integrity
  paths:
  - 'C:/users'
  recursive: true
  scan_at_start: false

Running under Windows (tested on 2016), the following warning appears periodically in Auditbeat's log:

WARN    [file_integrity]        file_integrity/eventreader_fsnotify.go:153      fsnotify watcher error  {"error": "short read in readEvents()"}
WARN    [file_integrity]        file_integrity/eventreader_fsnotify.go:153      fsnotify watcher error  {"error": "short read in readEvents()"}
WARN    [file_integrity]        file_integrity/eventreader_fsnotify.go:153      fsnotify watcher error  {"error": "short read in readEvents()"}

Seems to be the same issue as in: fsnotify/fsnotify#72

@elasticmachine
Copy link
Collaborator

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

@botelastic
Copy link

botelastic bot commented Nov 29, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@botelastic botelastic bot added the Stalled label Nov 29, 2021
@botelastic botelastic bot closed this as completed Dec 29, 2021
@oscar-sanchez-ekasa
Copy link

oscar-sanchez-ekasa commented Mar 11, 2024

Update fsnotify to version 1.6.0 to apply the change "windows: increase buffer size from 4K to 64K" (fsnotify/fsnotify#485)

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

No branches or pull requests

3 participants