Skip to content

Commit

Permalink
Update diagnostic_remote_logging/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Henkel <[email protected]>
  • Loading branch information
dwffls and ct2034 authored Jan 15, 2025
1 parent 87fa500 commit 2f16302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions diagnostic_remote_logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ To configure Telegraf as a proxy for InfluxDB:
1. Ensure Telegraf is set up to send data to your InfluxDB instance via its configuration file (`/etc/telegraf/telegraf.conf`). Check [this link](https://docs.influxdata.com/influxdb/cloud/write-data/no-code/use-telegraf/manual-config/) for an example.
2. Add the following to the telegraf configuration file to enable the InfluxDB v2 listener:

```toml
[[inputs.influxdb_v2_listener]]
service_address = ":8086"
```
```toml
[[inputs.influxdb_v2_listener]]
service_address = ":8086"
```

3. Update the `influx` node configuration to point to the appropriate URL. For example, if Telegraf is running on the same host as the `influx` node, the default `http://localhost:8086/api/v2/write` should work.

Expand Down

0 comments on commit 2f16302

Please sign in to comment.