Read From File Fails #17769
-
It seems that vector fails to read from a file but I do not get any error message. Can someone help me figure this out? My config file looks like this: [sinks.output] When I run vector, it writes the following output and do not make any progress even if run for few hours: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @ligal2 ! What makes you think it failed to read from a file? The logs you shared here makes it seem like Vector didn't read from any files which probably indicates either no files matched the configured glob pattern or that Vector lacked the permissions to list them. |
Beta Was this translation helpful? Give feedback.
See the docs for ways to handle file permissions.