Replies: 1 comment
-
Do you mean read all the files in a director using the file source and sending the data over a socket sink? That is possible, but the shape of the data will determine how successful it is. Vector is designed to read log files line by line. If the file is a line delimited log file you should be good, reading a binary file or one with lines that are too long will not work very well. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can vector agent archive a directory and sink it off to a server using either socket or websocket? Any hints?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions