clarified influxdb version compatibility in telegraf plugins, resolves #596

pull/657/head
Scott Anderson 2019-12-09 13:51:02 -07:00
parent 155ab23b11
commit ddff6f8a33
1 changed files with 4 additions and 2 deletions

View File

@ -584,8 +584,10 @@ input:
The intent of the plugin is to allow Telegraf to serve as a proxy, or router,
for the HTTP `/write` endpoint of the InfluxDB HTTP API.
> This plugin was previously known as `http_listener`. If you wish to
> send general metrics via HTTP, use the [HTTP Listener v2 input plugin](#http_listener_v2) instead.
> This plugin was previously known as `http_listener`.
> To send general metrics via HTTP, use the [HTTP Listener v2 input plugin](#http_listener_v2) instead.
>
> This plugin is compatible with **InfluxDB 1.x** only.
The `/write` endpoint supports the `precision` query parameter and can be set
to one of `ns`, `u`, `ms`, `s`, `m`, `h`. All other parameters are ignored and