From e430be1017b5a46e11b43bbb6bc97ebb7f398f67 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Fri, 2 Apr 2021 16:36:29 -0400 Subject: [PATCH] Enable Flux compatibility mode to prepare for eventual migration to 2.0 --- salt/influxdb/etc/influxdb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/influxdb/etc/influxdb.conf b/salt/influxdb/etc/influxdb.conf index 86c1ccfe8..9d89ca774 100644 --- a/salt/influxdb/etc/influxdb.conf +++ b/salt/influxdb/etc/influxdb.conf @@ -233,7 +233,7 @@ # enabled = true # Determines whether the Flux query endpoint is enabled. - # flux-enabled = false + flux-enabled = true # The bind address used by the HTTP service. # bind-address = ":8086"