You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New to vector and I want to try it out. I installed the vector helm chart with the Agent role and everything was fine. However when I changed the customConfig: {} so it could send the logs to Loki I got: Error: UPGRADE FAILED: cannot patch "vector" with kind Service: Service "vector" is invalid: spec.ports: Required value
customConfig look like bellow:
customConfig:
sinks:
loki:
inputs:
- logs_json # Use the Kubernetes logs as inputtype: lokiendpoint: http://<LOKI-IP>:3100 # Loki service addressencoding:
codec: jsonlabels:
- app: "web"
- env: "test"sources:
k8s_logs:
type: kubernetes_logs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
New to vector and I want to try it out. I installed the vector helm chart with the Agent role and everything was fine. However when I changed the customConfig: {} so it could send the logs to Loki I got:
Error: UPGRADE FAILED: cannot patch "vector" with kind Service: Service "vector" is invalid: spec.ports: Required value
customConfig look like bellow:
Should I change the vector service as well?
/Angelos
Beta Was this translation helpful? Give feedback.
All reactions