Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

  1. Download and install InfluxDB from https://influxdata.com/downloads/#influxdb for your platform

    Nota

    Windows is not currently available officially but an older a working version can be found at https://github.com/mvadu/influxdb/releases

  2. Create an n user and a database for TC using the Influx CLI

    Bloque de código
    languagesql
    themeConfluence
    CREATE DATABASE worldserver
    CREATE USER grafana WITH PASSWORD 'grafana'
    GRANT READ ON worldserver TO grafana

...