Use Telegraf to write data

This page documents an earlier version of InfluxDB OSS. InfluxDB 3 Core is the latest stable version.

API token hashing is enabled by default in InfluxDB OSS 2.9.0

Stronger token security: tokens are stored as hashes on disk, so a copy of the database file doesn’t expose usable tokens. Existing tokens are hashed on first startup and the original strings can’t be recovered afterward — capture any plaintext tokens you still need before you upgrade.

For more information, see Token hashing.

Telegraf is InfluxData’s data collection agent for collecting and reporting metrics. Its vast library of input plugins and “plug-and-play” architecture lets you quickly and easily collect metrics from many different sources. This article describes how to use Telegraf to collect and store data in InfluxDB 2.9.

For a list of available plugins, see Telegraf plugins.

Requirements

Configure Telegraf

Telegraf input and output plugins are enabled and configured in Telegraf’s configuration file (telegraf.conf). You have the following options for configuring Telegraf:


Was this page helpful?

Thank you for your feedback!