내용으로 건너뛰기

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달 전45회 조회
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달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠