スキップしてコンテンツを表示

Telegraf configuration requires a file

0

I use Amazon Timestream for InfluxDB. One of the Telegraf plugins requires paths to certificates and there is no option to provide an inline one. Is there a way to upload files that are accessible under some paths in InfluxDB?

質問済み 4ヶ月前47ビュー
1回答
1
承認された回答

When using Telegraf with Amazon Timestream for InfluxDB, you'll need to manage certificate files on the system where Telegraf is running, not within the InfluxDB instance itself.

Amazon Timestream for InfluxDB is a managed service that provides access to InfluxDB capabilities, but it doesn't provide direct file system access for uploading certificate files. The certificates needed by Telegraf plugins should be stored on the host system where your Telegraf agent is running.

For Telegraf configuration with Timestream for InfluxDB, you would:

  1. Install Telegraf on your host system (server, EC2 instance, etc.)
  2. Store any required certificates on that host's file system
  3. Configure Telegraf to reference those local certificate paths in your configuration file
  4. Connect Telegraf to your Timestream for InfluxDB instance using the endpoint, organization, and authentication details

When configuring Telegraf to write to Timestream for InfluxDB, you'll need to provide connection details like the endpoint URL, organization name, and authentication token, but certificate files remain on the Telegraf host system.
Sources
Simplify Industrial IoT: Use InfluxDB edge replication for centralized time series analytics with Amazon Timestream | AWS Database Blog
What is Timestream for InfluxDB? - Amazon Timestream
Run and manage open source InfluxDB databases with Amazon Timestream | AWS News Blog

回答済み 4ヶ月前
エキスパート
レビュー済み 4ヶ月前

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

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

関連するコンテンツ