influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.84k stars 3.55k forks source link

[Question] How to ingest data to public cloud securely #22869

Open WeiTangLau opened 2 years ago

WeiTangLau commented 2 years ago

I am planning to integrate influxdb and telegraf for my IoT solution.

Currently, we have sensors located at multiple sites and would like to scrape these data using telegraf. However, how can I push these data to a central influxdb on cloud securely?

Does the OSS version supports this feature?

timhallinflux commented 2 years ago

I'd suggest using the community forums for this question. Also, perhaps talking with @samhld would help tease apart the exact architecture you are after.... in terms of the various hops for the data.

samhld commented 2 years ago

@WeiTangLau Happy to help here! The communication from Telegraf to InfluxDB will be TLS encrypted and the data arriving in your account is ensured by your authorization token. Are you asking about security in addition to that in some way?

If you'd prefer to discuss over a call, I can send a Zoom invite to the best email for you!