From 28eee48a7cac69fb95f7b482078572d2e31d175e Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Wed, 8 Feb 2023 20:38:29 -0500 Subject: [PATCH] influx upgrade --- salt/influxdb/defaults.yaml | 1 + salt/influxdb/soc_influxdb.yaml | 5 +++++ salt/nginx/etc/nginx.conf | 1 - 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/salt/influxdb/defaults.yaml b/salt/influxdb/defaults.yaml index 64b7d394b..82e59db90 100644 --- a/salt/influxdb/defaults.yaml +++ b/salt/influxdb/defaults.yaml @@ -1,5 +1,6 @@ influxdb: config: + assets-path: /ui bolt-path: /var/lib/influxdb2/influxd.bolt engine-path: /var/lib/influxdb2/engine feature-flags: "" diff --git a/salt/influxdb/soc_influxdb.yaml b/salt/influxdb/soc_influxdb.yaml index ef6519471..cbef9db85 100644 --- a/salt/influxdb/soc_influxdb.yaml +++ b/salt/influxdb/soc_influxdb.yaml @@ -1,5 +1,10 @@ influxdb: config: + assets-path: + description: Path to the InfluxDB user interface assets located inside the so-influxdb container. + global: True + advanced: True + helpLink: influxdb.html bolt-path: description: Path to the bolt DB file located inside the so-influxdb container. global: True diff --git a/salt/nginx/etc/nginx.conf b/salt/nginx/etc/nginx.conf index 391033766..5822170ea 100644 --- a/salt/nginx/etc/nginx.conf +++ b/salt/nginx/etc/nginx.conf @@ -185,7 +185,6 @@ http { location /influxdb/ { auth_request /auth/sessions/whoami; - rewrite /influxdb/(.*) /$1 break; proxy_pass https://{{ GLOBALS.manager_ip }}:8086/; proxy_read_timeout 90; proxy_connect_timeout 90;