tutos:influxdblabo

Influxdb v2 Labo

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 fbernard to organisation CARERC.

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

Set your config :

influx config create -n CONFIG_NAME -u http://le2p-influxdb.univ.run:8086 -t INFLUX_TOKEN -o INFLUX_ORG 
  • tutos/influxdblabo.txt
  • Dernière modification : 2021/06/11 07:44
  • de mdelsaut