How to connect Timestream to Self Managed Grafana

0

Hello Reader,

Context: I am working on a project where i want to capture the incoming data from an external MQTT broker and visualise it inside the grafana, So i created the EC2 instance and using cloud9 IDE i created a python script to interact with external MQTT broker, now i am getting the data on IoT core specifically on "MQTT test client" and now i want to visualise this data on Grafana "Self Managed Grafana" which is installed on my localhost Personal Computer.

Question: As per the procedure I created the Rule inside the IoT Core rule dashboard which is inside "AWS IoT > Message routing > Rules" and created the Database in timestream but i am facing issues in table partitioning options (Deleted the database now) and the roles which i need to create to grant permissions to grafana and also to IoT Core to interact with timestream. can i get a proper guide to get data on timestream and connect timestream to grafana successfully?

sample data:

{ "wind_dir": 187, "wind_speed": 10 } { "current": 0, "power": 3 }

已提問 9 個月前檢視次數 460 次
1 個回答
0
已接受的答案

Hi - Thanks for asking the question. Here are few things you can review.

  1. IOT core integration with Timestream - https://docs.aws.amazon.com/timestream/latest/developerguide/IOT-Core.html. This tutorial also provides a great way to get started
  2. You may have to explore the Timestream datasource plugin for the same https://grafana.com/grafana/plugins/grafana-timestream-datasource/ or https://docs.aws.amazon.com/timestream/latest/developerguide/Grafana.html

Hope this helps Thanks

profile pictureAWS
專家
已回答 9 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南