From 57b5032a3242b89b052078d03cf488c1d84d8619 Mon Sep 17 00:00:00 2001 From: wade zhang <95411902+gccgdb1234@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:54:50 +0800 Subject: [PATCH] Update 03-telegraf.md --- docs/en/07-data-in/03-telegraf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/07-data-in/03-telegraf.md b/docs/en/07-data-in/03-telegraf.md index 69ae2eeb68..294e342bd1 100644 --- a/docs/en/07-data-in/03-telegraf.md +++ b/docs/en/07-data-in/03-telegraf.md @@ -63,9 +63,9 @@ telegraf --config telegraf.conf ## Verify -Log in TDengine Cloud, click "Explorer" on the left navigation bar. +- 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 show databases; -- GitLab