Fluentd to logstash

Hi,
what is the recommended way to ship from fluentd to logstash? We need to run some post processing in a central location after logs are shipped by fluentd from remote servers.
I've tried using out_forward plugin on the fluentd side, and tcp input on the logstash side, using fluent codec. Based on the below:
http://stackoverflow.com/questions/23144453/fluentd-to-logstash-output-plugin

It doesn't seem to work:
fluent/output.rb:381:rescue in try_flush: temporarily failed to flush the buffer. next_retry=2017-01-08 16:26:10 +0000 error_class="RuntimeError" error="no nodes are available" plugin_id="forward_output"

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