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 Answers
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
EXPERT
answered 2 years ago
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
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions