本文へスキップ

Telegraf release notes

Telegraf Agent v0.2.0

リリース:2020-8-28

アップデート

パッケージファイルデプロイ

Telegraf Release 1.16バージョンにwhatap pluginを含めた実行ファイルおよびパッケージを追加

Telegraf Agent v0.1.0

リリース:2019-8-15

アップデート

Telegraf Whatap Output plugin

TOML
# # Configuration for WhaTap
[[outputs.whatap]]
# ## You can create a project on the WhaTap site(https://www.whatap.io)
# ## to get license, project code and server IP information.
#
# ## WhaTap license. Required
license = "x2tggtnopk2t9-xxxxxxxxxx-aaaaaaaaaa"
#
# ## WhaTap project code. Required
pcode = 118
#
# ## WhaTap server IP. Required
# # Put multiple IPs with / as delimiters. e.g. "1.1.1.1/2.2.2.2"

servers = ["tcp://1.2.3.4:6600", "tcp://5.6.7.8:6600"]

# ## Connection timeout.
# # timeout = "60s"