Replies: 2 comments 4 replies
-
Do you have any sample log? Do you see any errors? Based on your sink configuration, you are trying to encode the log events with the |
Beta Was this translation helpful? Give feedback.
-
So you can have plenty of options to help you diagnose here:
E.g.
I would start by looking at https://vector.dev/docs/reference/configuration/sinks/socket/#component_sent_events_total and https://vector.dev/docs/reference/configuration/sinks/socket/#component_discarded_events_total. Let me know if the above makes sense or if you have followup questions. Tip: you can create blocks with three backticks (```) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I try to deploy Vector V0.44 on Tanzu Kubernetes Cluster.
I was able to do that using helm and application work also use this config below to test log sending to my external graylog:
And everything seems to work I can se this demo logs.
Problem is with kubernetes logs.
With this config in vector.toml:
logs are not sended to graylog, I think because they're not collected.
Can anyone help me or provide correct setting to collect them and sending very long logs like complete java stack traces?
Tanzu use containerd. With other collector like fluentbit or fluentd logs work perfectly.
Beta Was this translation helpful? Give feedback.
All reactions