-
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
Using scan_at_start with include_files does not work #27273
Labels
Comments
botelastic
bot
added
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Aug 7, 2021
This issue doesn't have a |
botelastic
bot
removed
the
needs_team
Indicates that the issue/PR needs a Team:* label
label
Aug 20, 2021
4 tasks
leehinman
added a commit
to leehinman/beats
that referenced
this issue
Sep 2, 2021
- If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might Closes elastic#27273
leehinman
added a commit
that referenced
this issue
Sep 9, 2021
* [Auditbeat] scanner honor include_files - If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might - change test regex to work on linux, mac and windows Closes #27273
mergify bot
pushed a commit
that referenced
this issue
Sep 9, 2021
* [Auditbeat] scanner honor include_files - If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might - change test regex to work on linux, mac and windows Closes #27273 (cherry picked from commit c0b3d73)
mergify bot
pushed a commit
that referenced
this issue
Sep 9, 2021
* [Auditbeat] scanner honor include_files - If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might - change test regex to work on linux, mac and windows Closes #27273 (cherry picked from commit c0b3d73)
leehinman
added a commit
that referenced
this issue
Sep 9, 2021
* [Auditbeat] scanner honor include_files - If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might - change test regex to work on linux, mac and windows Closes #27273 (cherry picked from commit c0b3d73) Co-authored-by: Lee E Hinman <[email protected]>
leehinman
added a commit
that referenced
this issue
Sep 9, 2021
* [Auditbeat] scanner honor include_files - If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might - change test regex to work on linux, mac and windows Closes #27273 (cherry picked from commit c0b3d73) Co-authored-by: Lee E Hinman <[email protected]>
Icedroid
pushed a commit
to Icedroid/beats
that referenced
this issue
Nov 1, 2021
* [Auditbeat] scanner honor include_files - If included_path is set and file is not an included path then it is skipped - directories are included even if they don't match included path because the contents might - change test regex to work on linux, mac and windows Closes elastic#27273
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For confirmed bugs, please report:
auditbeat.yml:
This should scan test.txt (or do absolutely nothing if my match is bad) and produce a single event on initial scan. It should then produce events when the file is modified.
Instead it scans the entire users directory, outputting an event for every file, and then it monitors test.txt for changes:
Example event outputted that shouldnt have been:
The text was updated successfully, but these errors were encountered: