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

Add TLS Config #103

Closed toddtreece closed 2 weeks ago

toddtreece commented 1 month ago
image

Changes:

Testing:

Start test broker with TLS enabled:

node scripts/test_broker.js tls

Configure a new MQTT data source using URI: tls://127.0.0.1:8883, and paste in the client cert, client key, and CA cert from the testdata/ folder.