mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 14:18:40 +02:00
ensure bool sliders for influxdb
This commit is contained in:
@@ -26,11 +26,13 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
flux-log-enabled:
|
flux-log-enabled:
|
||||||
description: Controls whether detailed flux query logging is enabled.
|
description: Controls whether detailed flux query logging is enabled.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
hardening-enabled:
|
hardening-enabled:
|
||||||
description: If true, enforces outbound connections from the InfluxDB process must never attempt to reach an internal, private network address.
|
description: If true, enforces outbound connections from the InfluxDB process must never attempt to reach an internal, private network address.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -87,16 +89,19 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
metrics-disabled:
|
metrics-disabled:
|
||||||
description: If true, the HTTP endpoint that exposes internal InfluxDB metrics will be inaccessible.
|
description: If true, the HTTP endpoint that exposes internal InfluxDB metrics will be inaccessible.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
no-tasks:
|
no-tasks:
|
||||||
description: If true, the task system will not process any queued tasks. Useful for troubleshooting startup problems.
|
description: If true, the task system will not process any queued tasks. Useful for troubleshooting startup problems.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
pprof-disabled:
|
pprof-disabled:
|
||||||
description: If true, the profiling data HTTP endpoint will be inaccessible.
|
description: If true, the profiling data HTTP endpoint will be inaccessible.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -127,6 +132,7 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
reporting-disabled:
|
reporting-disabled:
|
||||||
description: If true, prevents InfluxDB from sending telemetry updates to InfluxData's servers.
|
description: If true, prevents InfluxDB from sending telemetry updates to InfluxData's servers.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -143,6 +149,7 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
session-renew-disabled:
|
session-renew-disabled:
|
||||||
description: If true, user login sessions will renew after each request.
|
description: If true, user login sessions will renew after each request.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -188,6 +195,7 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
storage-no-validate-field-size:
|
storage-no-validate-field-size:
|
||||||
description: If true, incoming requests will skip the field size validation.
|
description: If true, incoming requests will skip the field size validation.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -218,11 +226,13 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
storage-tsm-use-madv-willneed:
|
storage-tsm-use-madv-willneed:
|
||||||
description: If true, InfluxDB will manage TSM memory paging.
|
description: If true, InfluxDB will manage TSM memory paging.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
storage-validate-keys:
|
storage-validate-keys:
|
||||||
description: If true, validates incoming requests for supported characters.
|
description: If true, validates incoming requests for supported characters.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -269,6 +279,7 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
tls-strict-ciphers:
|
tls-strict-ciphers:
|
||||||
description: If true, the allowed ciphers used with TLS connections are ECDHE_RSA_WITH_AES_256_GCM_SHA384, ECDHE_RSA_WITH_AES_256_CBC_SHA, RSA_WITH_AES_256_GCM_SHA384, or RSA_WITH_AES_256_CBC_SHA.
|
description: If true, the allowed ciphers used with TLS connections are ECDHE_RSA_WITH_AES_256_GCM_SHA384, ECDHE_RSA_WITH_AES_256_CBC_SHA, RSA_WITH_AES_256_GCM_SHA384, or RSA_WITH_AES_256_CBC_SHA.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -279,6 +290,7 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
ui-disabled:
|
ui-disabled:
|
||||||
description: If true, the InfluxDB HTTP user interface will be disabled. This will prevent use of the included InfluxDB dashboard visualizations.
|
description: If true, the InfluxDB HTTP user interface will be disabled. This will prevent use of the included InfluxDB dashboard visualizations.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
@@ -319,6 +331,7 @@ influxdb:
|
|||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
vault-skip-verify:
|
vault-skip-verify:
|
||||||
description: Skip certification validation of the Vault server.
|
description: Skip certification validation of the Vault server.
|
||||||
|
forcedType: bool
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
helpLink: influxdb
|
helpLink: influxdb
|
||||||
|
|||||||
Reference in New Issue
Block a user