Multi-tenancy support #18691
Replies: 2 comments 1 reply
-
Hi @deepakprabhakara ! The idea of having an API to manage components has been discussed but unfortunately I think the easiest way to do that at the moment would be to have an external process that acts as the "API", writes configuration updates to a file, and uses Vector's reload mechanism (issuing it a |
Beta Was this translation helpful? Give feedback.
1 reply
-
SIGHUP works well and reloads config, many thanks @jszwedko |
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.
-
Many thanks for a great project!
What's the best way to allow dynamic sources and sinks to be defined? We would like to avoid having to orchestrate multiple instances of Vector if we can. I believe there are no APIs to manage sources and sinks on a running Vector instance. What are the possible ways to go about this?
Beta Was this translation helpful? Give feedback.
All reactions