-
Hi,
And everything seems to work I can se this demo 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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 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,
first thanks for help and providing me some ideas.
I was able to resolve my problem changing deployment type.
Default when installing, Vector is acting as Aggregator, so I reinstall it as agent and it start working with this config:
also i have to change codec from gelf to json.
Even auto_partial_merge: true work like as charm…