-
Hi team, Similar to how you've helped us set up our connections to Datadog over AWS Privatelink in #21325 and #21867, I was wondering if the Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
pront
Feb 19, 2025
Replies: 1 comment 3 replies
-
Hi @nzxwang, what you do mean by "appropriate Privatelink Service"? Vector doesn't do anything with PrivateLink but it sounds like you could configure the sink endpoint per the guide you linked. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the clarification. I don't see
events
in that table, I would reach out and ask if it supported or if there are plans to support it:There is another issue here. Are you using Vector e.g. for logs with a PrivateLink service? I don't see how this is possible today because the URI is built using the endpoint and the site. We will need a way to specify the whole URI e.g.
com.amazonaws.vpce.us-east-1.vpce-svc-025a56b9187ac1f63
.Here is the code that builds the URI:
vector/src/sinks/datadog/mod.rs
Lines 148 to 154 in 450de36