Skip to content

Commit

Permalink
Update pipeline/outputs/influxdb.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Locke <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 and lockewritesdocs authored Sep 4, 2024
1 parent 7b9dbd7 commit ddcb704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/outputs/influxdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The **influxdb** output plugin, allows to flush your records into a [InfluxDB](h
| Tag\_Keys | Space separated list of keys that needs to be tagged | |
| Auto\_Tags | Automatically tag keys where value is _string_. This option takes a boolean value: True/False, On/Off. | Off |
| Uri | Custom URI endpoint | |
| Use\_Integer | 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. Default is Off. | Off |
| Use\_Integer | 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` |
| Workers | The number of [workers](../../administration/multithreading.md#outputs) to perform flush operations for this output. | `0` |

### TLS / SSL
Expand Down

0 comments on commit ddcb704

Please sign in to comment.