本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
使用 Timestream for LiveAnalytics 輸出外掛程式安裝 Telegraf
從 1.16 版開始,Timestream for LiveAnalytics 輸出外掛程式可在官方 Telegraf 版本中使用。若要在大多數主要作業系統上安裝輸出外掛程式,請遵循 InfluxData Telegraf 文件
在 Amazon Linux 2 上使用 Timestream for LiveAnalytics 輸出外掛程式安裝 Telegraf
若要使用 Amazon 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