Skip to content
Discussion options

You must be logged in to vote

inotify is not used with the current file source implementation (see #22803), the filesystem is polled every glob_minimum_cooldown_ms. This is the line that fetches paths from a glob path. I can only suspect that some fs call from within the glob crate is failing and glob::glob_with's iterator is not returning the EFS path. It may also be that the Vector process doesn't have enough permissions, but as I mentioned before you would expect regular file reads to come from vector. If you verify that the EFS path is not returned by glob::glob_with (which I highly suspect is the case) then I suggest opening an issue in their repo.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@czerasz
Comment options

Comment options

You must be logged in to vote
1 reply
@thomasqueirozb
Comment options

Answer selected by thomasqueirozb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
source: file Anything `file` source related
2 participants