fluent-plugin-mqtt icon indicating copy to clipboard operation
fluent-plugin-mqtt copied to clipboard

Results 5 fluent-plugin-mqtt issues
Sort by recently updated
recently updated
newest added

Would it be a goal of this library to be able to subscribe to specific topics? I would be happy to work on this as it meets my use case

The retain parameter was not working

It would be nice to have requirements section which announces required Fluentd versions.

TBD - test - on_disconnect ``` @type mqtt host localhost port 1883 ```

Hi everyone. I want to use the "fluent-plugin-mqtt" plugin to write some logs into mqtt. This is my current configuration: ``` @type mqtt host mqtt-broker port 1883 topic_prefix fluentd ```...