Help configuring Vector with HTTP sink for Azure Virtual Desktop telemetry collection #23846
-
QuestionI'm trying to set up Vector v0.41.1 on Azure Virtual Desktop (AVD) VMs to collect Windows UI automation telemetry and forward it to Supabase via HTTP sink. Current Setup:
Issues:
Has anyone successfully deployed Vector on Windows VMs with automated provisioning? Looking for examples of:
Any help or working examples would be greatly appreciated! Vector Config[sources.mcp_logs]
type = "file"
include = ["C:\\MCP\\logs\\*.log"]
read_from = "beginning"
[sinks.supabase]
type = "http"
inputs = ["mcp_logs"]
uri = "https://[supabase-project].supabase.co/rest/v1/mcp_telemetry"
method = "POST"
encoding.codec = "json"
headers.apikey = "[service-role-key]"
headers.Content-Type = "application/json"Vector LogsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi @louis030195, can you share how you are trying to install Vector? |
Beta Was this translation helpful? Give feedback.
-
|
i switched to opentelemetry collector |
Beta Was this translation helpful? Give feedback.
i switched to opentelemetry collector