From a3c76a5f13efd05a3d0fe7b732e2970ed018d784 Mon Sep 17 00:00:00 2001 From: dingbo Date: Wed, 13 Jul 2022 14:45:49 +0800 Subject: [PATCH] docs: statement --- docs/en/08-third-party/03-telegraf.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/08-third-party/03-telegraf.md b/docs/en/08-third-party/03-telegraf.md index 4f1d16eab1..ecbf1beca7 100644 --- a/docs/en/08-third-party/03-telegraf.md +++ b/docs/en/08-third-party/03-telegraf.md @@ -26,7 +26,7 @@ In the Telegraf configuration file (default location `/etc/telegraf/telegraf.con ``` -You are expected to replace and with TDengine cloud URL and token. To obtain the real value of TDengine URL and token, please log in [TDengine Cloud](https://cloud.tdengine.com) +You are expected to replace `` and `` with real TDengine cloud URL and token. To obtain the real values, please log in [TDengine Cloud](https://cloud.tdengine.com). In above configuration example, all data will be written to database `telegraf`, but you can change it to any database you prefer. The database will be created automatically if it dose not exists in advance. -- GitLab