本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
使用 Timestream 输出插件安装 Telegraf LiveAnalytics
从1.16版本开始,用于 LiveAnalytics 输出的 Timestream 插件已在 Telegraf 的官方版本中提供。要在大多数主流操作系统上安装输出插件,请按照 InfluxData Telegraf
在亚马逊 Linux 2 上安装带有 Timestream LiveAnalytics 输出插件的 Telegraf
要在亚马逊 Linux 2 上安装带有 Timestream 输出插件的 Telegraf,请执行以下步骤。
-
使用软件
yum
包管理器安装 Telegraf。cat <<EOF | sudo tee /etc/yum.repos.d/influxdb.repo [influxdb] name = InfluxDB Repository - RHEL \$releasever baseurl = https://repos.influxdata.com/rhel/\$releasever/\$basearch/stable enabled = 1 gpgcheck = 1 gpgkey = https://repos.influxdata.com/influxdb.key EOF
-
运行以下命令。
sudo sed -i "s/\$releasever/$(rpm -E %{rhel})/g" /etc/yum.repos.d/influxdb.repo
-
安装并启动 Telegraf。
sudo yum install telegraf sudo service telegraf start