Matt Knight
Matt Knight
I'm running into this exact same error message while trying to use TLS for RabbitMQ. Also not a Ruby expert though....
@mmasaki yes, I've provided all the correct `tls` parameters - but no luck. Same error as @meveno above. I've just switched to the `fluentd-plugin-amqp` plugin and it works fine.
Sure: ```conf @type forward port 24224 bind 0.0.0.0 @type parser key_name log @type json @type copy @type stdout @type rabbitmq host user pass format json exchange logs exchange_type topic exchange_durable...
That’s awesome - thanks for the quick response. I’ll try it again tomorrow and report back!
@mmasaki I switched back to this plugin and can confirm all is working. For anyone else who runs across this, I can confirm that on the new version of the...