Skip to main content
Version: 2.8

Installing Influx DataBase

Influx Database

An external database must be provided when using the InfluxDB Logger.

Preparing your Data Target

Influx 1,x needs no preparation work. The measurements (datasets) are written to the database automatically. If this fails either wipe the database or delete the failing measurement(s).

Influx 2.x needs special attention when setting up.

  1. Create an organization. Use the organization-id in the “orgID”-query of the webURL.
    http://10.241.0.14:8086/api/v2/write?bucket=HumanOS&orgID=83720f1029&rp=

  2. Create the buckets. The bucket name must be also referenced in the webURL
    http://10.241.0.14:8086/api/v2/write?bucket=HumanOS&orgID=83720f1029&rp=

  3. Create the API token and grant access to the buckets
    Put the API Token to the CustomHeader:Authorization of the publisher configuration:

"Properties": {
"CustomHeader:Authorization": "Token I83k382JSMAu3jdmsm-oweowe932o23092721-pgoq8uAQfqp8s=="
},