Moodkiller
Moodkiller

Reputation: 43

Iot Hub and Grafana or Tableau

I am trying to connect my Azure IoT Hub to a Grafana dashboard. I have already tried to connect my device to the cloud, but I am stuck at this point.

Is there a way to connect a Azure IoT hub to the Grafana dashboard? If so, how?

Upvotes: 0

Views: 649

Answers (1)

Pratik Lad
Pratik Lad

Reputation: 8301

You cannot directly connect Azure IoT Hub to a Grafana dashboard. It only supports two Azure-specific data sources:

  • Azure Data Explorer
  • Azure Monitor

You can connect Azure IoT Hub to Grafana dashboard through a VM running the Grafana website. First you have to connect IoT Hub to Azure Stream analytics and Azure Stream analytics to Azure SQL database from an SQL database. It will get data and represent it on a Grafana dashboard.

Reference: connect a Azure IoT hub to the VM running Grafana website

Supported Grafana data sources

Upvotes: 1

Related Questions