Skip to content

Commit b24b537

Browse files
cosmo0920Hiroshi Hatakelockewritesdocs
authored
out_influxdb: Add a description for Add_Integer_Suffix parameter (#1451)
* out_influxdb: Add a description for Use_Integer parameter Signed-off-by: Hiroshi Hatake <[email protected]> * Update pipeline/outputs/influxdb.md Co-authored-by: Adam Locke <[email protected]> Signed-off-by: Hiroshi Hatake <[email protected]> * out_influxdb: Sync the parameter name change Signed-off-by: Hiroshi Hatake <[email protected]> --------- Signed-off-by: Hiroshi Hatake <[email protected]> Co-authored-by: Hiroshi Hatake <[email protected]> Co-authored-by: Adam Locke <[email protected]>
1 parent eceaa72 commit b24b537

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pipeline/outputs/influxdb.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The **influxdb** output plugin, allows to flush your records into a [InfluxDB](h
1919
| Tag\_Keys | Space separated list of keys that needs to be tagged | |
2020
| Auto\_Tags | Automatically tag keys where value is _string_. This option takes a boolean value: True/False, On/Off. | Off |
2121
| Uri | Custom URI endpoint | |
22+
| 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` |
2223
| Workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |
2324

2425
### TLS / SSL

0 commit comments

Comments
 (0)