send data AWS IoT from telegraf to influxdb cloud

0

Hi, I want to send data from AWS iot to influxdb cloud. In iot core, there is no influxdb rule. Is there any way to send data using a service like timestream for this problème ? Thanks in advance

2 回答
0

Hi, you can call a Lambda function in your IoT rule and the Lambda function can then ingest the data into Influx.

In case you are ingesting a lot of data which would cause a lot of Lambda calls you can use a Kinesis data stream to batch messages. You choose then the Kinesis action in your topic rule and use a Lambda combined with Kinesis which can process multiple messages at once.

KR, Philipp

AWS
专家
已回答 2 年前
0

You can also use a rule to directly ingest from IoT Core into Timestream, and leverage Timestream to store your time series data. There's more info on that here: https://docs.aws.amazon.com/timestream/latest/developerguide/IOT-Core.html

AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则