AzureIoTGBB / iot-edge-offline-dashboarding

Azure IoT Edge offline dashboarding/reporting sample. Guidance and sample dashboards
MIT License
34 stars 18 forks source link

Error when updating DB source in Grafana #16

Closed dmitriyteteruk closed 3 years ago

dmitriyteteruk commented 3 years ago

After connecting to Grafana and updating Source I am getting error like below. Data source connected, but has no data. Verify the "bucket" field and make sure the bucket has data. Bucket is "telemetry" image.

All modules are running image

dmitriyteteruk commented 3 years ago

Update - to fix this error you will need to add Route - I missed this step during deployment FROM /messages/modules/opcpublisher/* INTO BrokeredEndpoint("/modules/edgetoinfluxdb/inputs/input1")