Skip to content

Commit

Permalink
docs: remove influx_max_line_bytes (#17136)
Browse files Browse the repository at this point in the history
  • Loading branch information
sangshuduo authored Sep 29, 2022
1 parent b761d0a commit 147b471
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/en/14-reference/_telegraf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ An example is as follows.
username = "root"
password = "taosdata"
data_format = "influx"
influx_max_line_bytes = 250
```
1 change: 0 additions & 1 deletion docs/en/25-application/01-telegraf.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ For the configuration method, add the following text to `/etc/telegraf/telegraf.
username = "<TDengine's username>"
password = "<TDengine's password>"
data_format = "influx"
influx_max_line_bytes = 250
```

Then restart telegraf:
Expand Down
1 change: 0 additions & 1 deletion docs/zh/14-reference/_telegraf.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@
username = "root"
password = "taosdata"
data_format = "influx"
influx_max_line_bytes = 250
```

1 change: 0 additions & 1 deletion docs/zh/25-application/01-telegraf.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ IT 运维监测数据通常都是对时间特性比较敏感的数据,例如
username = "<TDengine's username>"
password = "<TDengine's password>"
data_format = "influx"
influx_max_line_bytes = 250
```

然后重启 Telegraf:
Expand Down

0 comments on commit 147b471

Please sign in to comment.