grafana / mqtt-datasource

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

Add TLS Config #103

Closed toddtreece closed 5 months ago

toddtreece commented 5 months 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.