Skip to content

InfluxDB

Is a database Software

Setup

  • Docker
  • To access the CLI, login first: sh influx config create \ -n config-name \ -u http://localhost:8086 \ -p example-user:example-password \ -o example-org
  • To create another user: influx user create --name example-username --password PASSWORDHERE
  • To grant all rights- see documentation: influx auth create --all-access -u USERNAME -o ORG