Configure InfluxDB

Configure InfluxDBΒΆ

Warning

InfluxDB, including InfluxDB Relay and remote storage adapter, is deprecated in the Q4`18 MCP release and will be removed in the next release.

The configuration of InfluxDB is stored in the parameters:influxdb section of the Reclass model.

To configure InfluxDB:

  1. Log in to the Salt Master node.

  2. Configure the parameters:influxdb section in the classes/cluster/<cluster_name>/stacklight/server.yml file of the Reclass model as required.

  3. Apply the Salt state:

    salt -C 'I@influxdb:server' state.sls influxdb
    

For configuration examples, see the README.rst at InfluxDB Salt formula.