Influxdb

From Objectif Client Inc
Jump to navigation Jump to search

Influx

Influx

Initial Setup

  • Force listen on local IP
[http]
  bind-address = ."192.168.1.10"

Create Admin User

influx
CREATE USER myAdmin WITH PASSWORD 'myPassword' WITH ALL PRIVILEGES

Enable Login

[http]
   auth-enabled = true

Create Database

From the command line:

influx
create database database_name
show databases