Skip to content
Discussion options

You must be logged in to vote

Hi @gl1ridae ! Not at this time. The http_server source binds to the port so if you have two they will both try to bind to the same port. You could instead use a route transform after the http_server source to handle events differently based on the path they were sent to. You'll want to set https://vector.dev/docs/reference/configuration/sources/http_server/#strict_path to false to allow events on any path.

Otherwise you'll unfortunately need to use different ports.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by gl1ridae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants