docs: fix a typo in telegraf doc (#17155)
* docs: add table name customization note * docs: fix a typo
This commit is contained in:
parent
19be38dcca
commit
f90280ba95
|
@ -71,7 +71,7 @@ Query OK, 3 row(s) in set (0.013269s)
|
||||||
:::note
|
:::note
|
||||||
|
|
||||||
- TDengine take influxdb format data and create unique ID for table names by the rule.
|
- TDengine take influxdb format data and create unique ID for table names by the rule.
|
||||||
The user can configure `smlChildTableName` paramter to generate specified table names if he/she needs. And he/she also need to insert data with specified data format.
|
The user can configure `smlChildTableName` parameter to generate specified table names if he/she needs. And he/she also need to insert data with specified data format.
|
||||||
For example, Add `smlChildTableName=tname` in the taos.cfg file. Insert data `st,tname=cpu1,t1=4 c1=3 1626006833639000000` then the table name will be cpu1. If there are multiple lines has same tname but different tag_set, the first line's tag_set will be used to automatically creating table and ignore other lines. Please refer to [TDengine Schemaless](/reference/schemaless/#Schemaless-Line-Protocol)
|
For example, Add `smlChildTableName=tname` in the taos.cfg file. Insert data `st,tname=cpu1,t1=4 c1=3 1626006833639000000` then the table name will be cpu1. If there are multiple lines has same tname but different tag_set, the first line's tag_set will be used to automatically creating table and ignore other lines. Please refer to [TDengine Schemaless](/reference/schemaless/#Schemaless-Line-Protocol)
|
||||||
:::
|
:::
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue