Fluentd is not able to send logs to Logstash #3981
-
We are using fluentd 1.14.2 version and trying to send data to logstash 7.16.2. There is no error in the logs but we are not able to see data in the logstash. When we trying the nc command to send the data we are able to see that in logstash. td-agent.conf
logstash.conf
Could you please help us in resolving the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The probability is that you need to teach logstash to use
I don't see anything wrong with Fluentd's side. Please ask logstash project for more support. |
Beta Was this translation helpful? Give feedback.
-
Thanks @fujimotos for the quick response.
Also there is no error in the fluentd logs. Please refer the logs
any idea on the above error ? |
Beta Was this translation helpful? Give feedback.
-
Thanks for the help @fujimotos
After removing the above match. We are able to get the data. Thanks, |
Beta Was this translation helpful? Give feedback.
The probability is that you need to teach logstash to use
fluent
codec as follows:I don't see anything wrong with Fluentd's side. Please ask logstash project for more support.