fluent-plugin-mqtt-io
fluent-plugin-mqtt-io copied to clipboard
Fluent plugin for MQTT Input/Output
Fluentd encountered an exception upon receiving unfamiliar PUBACK packets, leading to disconnection from the broker. It fails to reconnect unless Fluentd is restarted. Fluentd should address this issue by automatically...
Hello i'm having some difficulties to send my json via MQTT to AWS IoT Core using this plugin, i got an error in the log below that i don't know...
Hi @toyokazu, I've managed to implement the feature addressing [https://github.com/toyokazu/fluent-plugin-mqtt-io/issues/24](24) in addition to implementing an option which takes qos along with the topic subscription. Please help review and merge the...
Hi Toyokazu, I am exploring the fluentd plugin for mqtt. I plan to use the MQTT broker in HA (highly available) mode. The plugin only supports a single host at...
I'm trying to use the fluent-plugin-mqtt-io to send logging data to a mqtt broker with fluentd. There are multiple outputs being used, and, I wanted to add a to the...
I am using fluentd on Raspberry Pi 3 and internet connection is established with GSM 800c module. The connection is established and sends data over AWS IoT MQTT server. But...
2019-02-11 12:28:10 +0000 [error]: #0 The other error occurs in out_mqtt.,OpenSS L::SSL::SSLError,SSL_connect returned=1 errno=0 state=unknown state: unknown ale rt type 2019-02-11 12:28:10 +0000 [error]: #0 Retry in 2 sec 2019-02-11...
Hi Toyokazu, It's been a long time. Hope you are doing well. We are facing issue while using ssl certificates in mqtt output plugin. Below is the td-agent.conf file. ```...
Hello Toyokazu, Hope you are doing well Recently we stuck with this issue, sometimes we are found that size of the log file is 0 Bytes whereas the size of...
this is my configuration i am trying to send pod logs to mqtt through fluentd but mqtt is not receiving any data (connection is made successfully) apiVersion: v1 kind: Namespace...