Table des matières

Influxdb v2 Labo

Administration

Installation

wget https://dl.influxdata.com/influxdb/releases/influxdb2-2.0.7-amd64.deb
sudo dpkg -i influxdb2-2.0.7-amd64.deb 
service influxdb start
service influxdb status

Add user

Add user fbernard to organisation CARERC.

influx user create -n fbernard -o CARERC -t OPERATOR_TOKEN
influx user password -n fbernard -t OPERATOR_TOKEN

Usage

Set your config :

influx config create -n CONFIG_NAME -u http://le2p-influxdb.univ.run:8086 -t INFLUX_TOKEN -o INFLUX_ORG