Upgrade to InfluxDB 1.7.2 and Grafana 5.4.2

Dear community,

we will upgrade InfluxDB from 1.6.4 to 1.7.2 [1] and Grafana from 5.4.1 to 5.4.2 [2]. Because of this, the system will be partly unavailable for a while. We do not expect the maintenance tasks to take longer than an hour in total.

We are sorry for any inconveniences this might cause to you.

With kind regards,
the people of Hiveeyes.

[1] influxdb/CHANGELOG.md at 1.7 · influxdata/influxdb · GitHub
[2] grafana/CHANGELOG.md at master · grafana/grafana · GitHub

Enabling Flux here is just a matter of:

[http]
  # Determines whether HTTP endpoint is enabled.
  enabled = true

  # Determines whether the Flux query endpoint is enabled.
  flux-enabled = true

See also Enable Flux | InfluxData Documentation.

After enabling Flux on the database level, we are already Getting started with Flux on the language level and also encourage others to do the same by Querying our InfluxDB databases interactively. Enjoy!