Skip to content

Commit

Permalink
Update storing-time-series-data.md (#152)
Browse files Browse the repository at this point in the history
True up variables for InfluxDB v2 with what's in /etc/s6-overlay/scripts/telegraf and https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/alternative-graphing-with-influx-grafana
  • Loading branch information
ckuhtz authored Aug 11, 2024
1 parent 7e279a6 commit de9a1f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions useful-extras/storing-time-series-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ These variables control the sending of flight data and readsb metrics to [Influx

| Variable | Description | Default |
|----------|-------------|---------|
| `INFLUXDBURL` | The full HTTP URL for your InfluxDB instance. Required for both InfluxDB v1 and v2. | Unset |
| `INFLUXDBURL` | The full HTTP URL for your InfluxDB instance. Not required for both InfluxDB v2. | Unset |
| `INFLUXDBUSERNAME` | If using authentication, a username for your InfluxDB instance. If not using authentication, leave unset. Not required for InfluxDB v2. | Unset |
| `INFLUXDBPASSWORD` | If using authentication, a password for your InfluxDB instance. If not using authentication, leave unset. Not required for InfluxDB v2. | Unset |
| `INFLUXDB_V2` | Set to a non empty value to enable InfluxDB V2 output. | Unset |
| `INFLUXDB_V2_BUCKET` | Required if `INFLUXDB_V2` is set, bucket must already exist in your InfluxDB v2 instance. | Unset |
| `INFLUXDB_V2_ORG` | Required if `INFLUXDB_V2` is set. | Unset |
| `INFLUXDB_V2_TOKEN` | Required if `INFLUXDB_V2` is set. | Unset |
| `INFLUXDBV2_URL` | The full HTTP URL for your InfluxDB v2 instance. Required for v2. | Unset |
| `INFLUXDBV2_BUCKET` | Required if `INFLUXDB_V2` is set; bucket must already exist in your InfluxDB v2 instance. | Unset |
| `INFLUXDBV2_ORG` | Required if `INFLUXDB_V2` is set. | Unset |
| `INFLUXDBV2_TOKEN` | Required if `INFLUXDB_V2` is set. | Unset |
| `INFLUXDB_SKIP_AIRCRAFT` | Set to any value to skip publishing aircraft data to InfluxDB to minimize bandwidth and database size. | Unset |

## InfluxDB Schema
Expand Down

0 comments on commit de9a1f1

Please sign in to comment.