grafana / mqtt-datasource

MQTT Datasource for Grafana allows streaming data from any MQTT broker running either locally or remotely.
Apache License 2.0
168 stars 49 forks source link

WILDCARDs and TLS configuration added #61

Open snuids opened 1 year ago

snuids commented 1 year ago

I required the TLS config to connect to AMAZON. I also wanted to use wildcard subscritions in order to listens to multiple topics in a single subscription.

Tested with AWS IOT core.

I learned GO this morning so I could have done some things stupidly. Coming from the C++, GO looks nice.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

mathsman5133 commented 1 year ago

Hi, this would be fantastic - is there any update?

mampersat commented 8 months ago

+1

mampersat commented 8 months ago

Recommend changing this line , adding the TCPS scheme Current: tooltip="Supported schemes: TCP (tcp://), TLS (tls://), or WebSocket (ws://)" Suggested: tooltip="Supported schemes: TCP (tcp://), TCPS (tcps://), TLS (tls://), or WebSocket (ws://)"

TCPS is the protocol I needed to use to get this to work with our AWS broker.

snuids commented 8 months ago

Hi guys thanks for your positive comments, but I did not have any news from Grafana since 10 months :-(