未验证 提交 0882d2e4 编写于 作者: W wade zhang 提交者: GitHub

Update 03-telegraf.md

上级 e0d4ecf8
...@@ -8,6 +8,10 @@ Telegraf is an open-source, metrics collection software. Telegraf can collect th ...@@ -8,6 +8,10 @@ Telegraf is an open-source, metrics collection software. Telegraf can collect th
Telegraf's data can be written to TDengine by simply adding the output configuration of Telegraf to the URL corresponding to taosAdapter and modifying several configuration items. The presence of Telegraf data in TDengine can take advantage of TDengine's efficient storage query performance and clustering capabilities for time-series data. Telegraf's data can be written to TDengine by simply adding the output configuration of Telegraf to the URL corresponding to taosAdapter and modifying several configuration items. The presence of Telegraf data in TDengine can take advantage of TDengine's efficient storage query performance and clustering capabilities for time-series data.
## Prerequisiteis
Before telegraf can write data into TDengine cloud service, you need to firstly manually create a database. Log in TDengine Cloud, click "Explorer" on the left navigation bar, then click the "+" button besides "Databases" to add a database named as "telegraf" using all default parameters.
## Install Telegraf ## Install Telegraf
Supposed that you use Ubuntu system: Supposed that you use Ubuntu system:
...@@ -63,8 +67,6 @@ telegraf --config telegraf.conf ...@@ -63,8 +67,6 @@ telegraf --config telegraf.conf
## Verify ## Verify
- Log in TDengine Cloud, click "Explorer" on the left navigation bar, then click the "+" button besides "Databases" to add a database named as "telegraf" using all default parameters.
- Check weather database "telegraf" exist by executing: - Check weather database "telegraf" exist by executing:
```sql ```sql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册