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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ