You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/outputs/influxdb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ This plugin supports the following parameters:
18
18
|`HTTP_Passwd`| Password for user defined in `HTTP_User`. |_none_|
19
19
|`HTTP_Token`| Authentication token used with InfluxDB v2. If specified, both `HTTP_User` and `HTTP_Passwd` are ignored. |_none_|
20
20
|`HTTP_Header`| Add a HTTP header key/value pair. Multiple headers can be set. |_none_|
21
-
|`Tag_Keys`| Space separated list of keys that needs to be tagged |_none_|
21
+
|`Tag_Keys`| Space separated list of keys that needs to be tagged.|_none_|
22
22
|`Auto_Tags`| Automatically tag keys where value is `string`. This option takes a Boolean value: `True`/`False`, `On`/`Off`. |`Off`|
23
23
|`Uri`| Custom URI endpoint. |_none_|
24
24
|`Add_Integer_Suffix`| Use integer type of [InfluxDB's line protocol](https://docs.influxdata.com/influxdb/v1/write_protocols/line_protocol_reference/). This option takes a Boolean value: `True`/`False`, `On`/`Off`. |`Off`|
0 commit comments