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 Respostas
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
ESPECIALISTA
respondido há 2 anos
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
respondido há 2 anos

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas