Which codec parameter we can use for logstash http input section

We are sending logs from fluentd with http to logstash having version 7.10.2.
But looks like codec => fluent does not work for http for logstash as we got some _fluentparse error.
We have tried also using codec => json in that case it has missed the logs.

Note: We have tried sending data by tcp from fluentd and in logstash we have used codec => fluent and we are able to get all the data. But same codec => fluent does not work with http.

Could someone help which codec parameter we can use for logstash, so that all the logs will be received by logstash from fluentd with http?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.