How to use vector as a lib to push to another vector instance #22382
Replies: 2 comments 1 reply
-
Can you share you config (redacting any sensitive data) please? If you can achieve it with HTTP there should not be much difference vs Vector --> Vector. But I am missing some context here. AppendixUsing
|
Beta Was this translation helpful? Give feedback.
-
So the answer to the original question is yes, it's possible. And there are a number of ways to do it.
Right, are we talking about the following scenarios?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if it is possible to use vector as a lib within my own rust program to push data to another vector endpoint.
Typically, I would just use vector as an agent and have a vector 2 vector setup, but due to some restrictions, I cannot run additional services/programs.
Right now, I've enabled the
http_server
source and I simple POST the data, but it would be great to use the vector source and port instead of opening up an additional port:Beta Was this translation helpful? Give feedback.
All reactions