mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
influx upgrade
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
influxdb:
|
||||
config:
|
||||
assets-path: /ui
|
||||
bolt-path: /var/lib/influxdb2/influxd.bolt
|
||||
engine-path: /var/lib/influxdb2/engine
|
||||
feature-flags: ""
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user