influx upgrade

This commit is contained in:
Jason Ertel
2023-02-08 16:03:10 -05:00
parent c43e69ad93
commit 8ff0cf21cd

View File

@@ -1,11 +1,11 @@
influxdb:
config:
bolt-path: /var/lib/influxdb2/influxd.bolt
bolt-path:
description: Path to the bolt DB file located inside the so-influxdb container.
global: True
advanced: True
helpLink: influxdb.html
engine-path: /var/lib/influxdb2/engine
engine-path:
description: Path to the engine directory located inside the so-influxdb container. This directory stores the time series data.
global: True
advanced: True
@@ -15,52 +15,52 @@ influxdb:
global: True
advanced: True
helpLink: influxdb.html
flux-log-enabled: false
flux-log-enabled:
description: Controls whether detailed flux query logging is enabled.
global: True
advanced: True
helpLink: influxdb.html
hardening-enabled: true
hardening-enabled:
description: If true, enforces outbound connections from the InfluxDB process must never attempt to reach an internal, private network address.
global: True
advanced: True
helpLink: influxdb.html
http-bind-address: :8086
http-bind-address:
description: The URL and port on which InfluxDB will listen for new connections.
global: True
advanced: True
helpLink: influxdb.html
http-idle-timeout: 0
http-idle-timeout:
description: Keep-alive timeout while a connection waits for new requests. A value of 0 is the same as no timeout enforced.
global: True
advanced: True
helpLink: influxdb.html
http-read-header-timeout: 10s
http-read-header-timeout:
description: The duration to wait for a request header before closing the connection. A value of 0 is the same as no timeout enforced.
global: True
advanced: True
helpLink: influxdb.html
http-read-timeout: 0
http-read-timeout:
description: The duration to wait for the request to be fully read before closing the connection. A value of 0 is the same as no timeout enforced.
global: True
advanced: True
helpLink: influxdb.html
http-write-timeout: 0
http-write-timeout:
description: The duration to wait for the response to be fully written before closing the connection. A value of 0 is the same as no timeout enforced.
global: True
advanced: True
helpLink: influxdb.html
influxql-max-select-buckets: 0
influxql-max-select-buckets:
description: Maximum number of group-by clauses in a SELECT statement. A value of 0 is the same as unlimited.
global: True
advanced: True
helpLink: influxdb.html
influxql-max-select-point: 0
influxql-max-select-point:
description: Maximum number of points that can be queried in a SELECT statement. A value of 0 is the same as unlimited.
global: True
advanced: True
helpLink: influxdb.html
influxql-max-select-series: 0
influxql-max-select-series:
description: Maximum number of series that can be returned in a SELECT statement. A value of 0 is the same as unlimited.
global: True
advanced: True
@@ -70,205 +70,205 @@ influxdb:
global: True
advanced: True
helpLink: influxdb.html
log-level: info
log-level:
description: The log level to use for outputting log statements. Allowed values are debug, info, or error.
global: True
advanced: false
regex: ^(info|debug|error)$
helpLink: influxdb.html
metrics-disabled: true
metrics-disabled:
description: If true, the HTTP endpoint that exposes internal InfluxDB metrics will be inaccessible.
global: True
advanced: True
helpLink: influxdb.html
no-tasks: false
no-tasks:
description: If true, the task system will not process any queued tasks. Useful for troubleshooting startup problems.
global: True
advanced: True
helpLink: influxdb.html
pprof-disabled: true
pprof-disabled:
description: If true, the profiling data HTTP endpoint will be inaccessible.
global: True
advanced: True
helpLink: influxdb.html
query-concurrency: 100
query-concurrency:
description: Maximum number of queries to execute concurrently. A value of 0 is the same as unlimited.
global: True
advanced: True
helpLink: influxdb.html
query-initial-memory-bytes: 1073741824
query-initial-memory-bytes:
description: The initial number of bytes of memory to allocate for a new query.
global: True
advanced: True
helpLink: influxdb.html
query-max-memory-bytes: 107374182400
query-max-memory-bytes:
description: The number of bytes of memory to allocate to all running queries. Should typically be the query bytes times the max concurrent queries.
global: True
advanced: True
helpLink: influxdb.html
query-memory-bytes: 1073741824
query-memory-bytes:
description: Maximum number of bytes of memory to allocate to a query.
global: True
advanced: True
helpLink: influxdb.html
query-queue-size: 500
query-queue-size:
description: Maximum number of queries that can be queued at one time. If this value is reached, new queries will not be queued. A value of 0 is the same as unlimited.
global: True
advanced: True
helpLink: influxdb.html
reporting-disabled: true
reporting-disabled:
description: If true, prevents InfluxDB from sending telemetry updates to InfluxData's servers.
global: True
advanced: True
helpLink: influxdb.html
secret-store: bolt
secret-store:
description: Determines the type of storage used for secrets. Allowed values are bolt or vault.
global: True
advanced: True
regex: ^(bolt|vault)$
helpLink: influxdb.html
session-length: 60
session-length:
description: Number of minutes that a user login session can remain authenticated.
global: True
advanced: True
helpLink: influxdb.html
session-renew-disabled: false
session-renew-disabled:
description: If true, user login sessions will renew after each request.
global: True
advanced: True
helpLink: influxdb.html
sqlite-path: /var/lib/influxdb2/influxd.sqlite
sqlite-path:
description: Path to the Sqlite3 database inside the container. This database stored user data and other information about the database.
global: True
advanced: True
helpLink: influxdb.html
storage-cache-max-memory-size: 1073741824
storage-cache-max-memory-size:
description: Maximum number of bytes to allocate to cache data per shard. If exceeded, new data writes will be rejected.
global: True
advanced: True
helpLink: influxdb.html
storage-cache-snapshot-memory-size: 26214400
storage-cache-snapshot-memory-size:
description: Number of bytes to allocate to cache snapshot data. When the cache reaches this size, it will be written to disk to increase available memory.
global: True
advanced: True
helpLink: influxdb.html
storage-cache-snapshot-write-cold-duration: 10m0s
storage-cache-snapshot-write-cold-duration:
description: Duration between snapshot writes to disk when the shard data hasn't been modified.
global: True
advanced: True
helpLink: influxdb.html
storage-compact-full-write-cold-duration: 4h0m0s
storage-compact-full-write-cold-duration:
description: Duration between shard compactions when the shard data hasn't been modified.
global: True
advanced: True
helpLink: influxdb.html
storage-compact-throughput-burst: 50331648
storage-compact-throughput-burst:
description: Maximum throughput (number of bytes per second) that compactions be written to disk.
global: True
advanced: True
helpLink: influxdb.html
storage-max-concurrent-compactions: 0
storage-max-concurrent-compactions:
description: Maximum number of concurrent compactions. A value of 0 is the same as half the available CPU processors (procs).
global: True
advanced: True
helpLink: influxdb.html
storage-max-index-log-file-size: 1048576
storage-max-index-log-file-size:
description: Maximum number of bytes of a write-ahead log (WAL) file before it will be compacted into an index on disk.
global: True
advanced: True
helpLink: influxdb.html
storage-no-validate-field-size: false
storage-no-validate-field-size:
description: If true, incoming requests will skip the field size validation.
global: True
advanced: True
helpLink: influxdb.html
storage-retention-check-interval: 30m0s
storage-retention-check-interval:
description: Interval between reviewing each bucket's retention policy and the age of the associated data.
global: True
advanced: True
helpLink: influxdb.html
storage-series-file-max-concurrent-snapshot-compactions: 0
storage-series-file-max-concurrent-snapshot-compactions:
description: Maximum number of concurrent snapshot compactions across all database partitions.
global: True
advanced: True
helpLink: influxdb.html
storage-series-id-set-cache-size: 100
storage-series-id-set-cache-size:
description: Maximum size of the series cache results. Higher values may increase performance for repeated data lookups.
global: True
advanced: True
helpLink: influxdb.html
storage-shard-precreator-advance-period: 30m0s
storage-shard-precreator-advance-period:
description: The duration before a successor shard group is created after the end-time has been reached.
global: True
advanced: True
helpLink: influxdb.html
storage-shard-precreator-check-interval: 10m0s
storage-shard-precreator-check-interval:
description: Interval between checking if new shards should be created.
global: True
advanced: True
helpLink: influxdb.html
storage-tsm-use-madv-willneed: false
storage-tsm-use-madv-willneed:
description: If true, InfluxDB will manage TSM memory paging.
global: True
advanced: True
helpLink: influxdb.html
storage-validate-keys: false
storage-validate-keys:
description: If true, validates incoming requests for supported characters.
global: True
advanced: True
helpLink: influxdb.html
storage-wal-fsync-delay: 0s
storage-wal-fsync-delay:
description: Duration to wait before calling fsync. Useful for handling conflicts on slower disks.
global: True
advanced: True
helpLink: influxdb.html
storage-wal-max-concurrent-writes: 0
storage-wal-max-concurrent-writes:
description: Maximum number of concurrent write-ahead log (WAL) writes to disk. The value of 0 is the same as CPU processors (procs) x 2.
global: True
advanced: True
helpLink: influxdb.html
storage-wal-max-write-delay: 10m
storage-wal-max-write-delay:
description: Maximum duration to wait before writing the write-ahead log (WAL) to disk, when the concurrency limit has been exceeded. A value of 0 is the same as no timeout.
global: True
advanced: True
helpLink: influxdb.html
storage-write-timeout: 10s
storage-write-timeout:
description: Maximum time to wait for a write-ahead log (WAL) to write to disk before aborting.
global: True
advanced: True
helpLink: influxdb.html
store: disk
store:
description: The type of data store to use for HTTP resources. Allowed values are disk or memory. Memory should not be used for production Security Onion installations.
global: True
advanced: True
regex: ^(disk|memory)$
helpLink: influxdb.html
tls-cert: /conf/influxdb.crt
tls-cert:
description: The container path to the certificate to use for TLS encryption of the HTTP requests and responses.
global: True
advanced: True
helpLink: influxdb.html
tls-key: /conf/influxdb.key
tls-key:
description: The container path to the certificate key to use for TLS encryption of the HTTP requests and responses.
global: True
advanced: True
helpLink: influxdb.html
tls-min-version: 1.2
tls-min-version:
description: The minimum supported version of TLS to be enforced on all incoming HTTP requests.
global: True
advanced: True
helpLink: influxdb.html
tls-strict-ciphers: true
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.
global: True
advanced: True
helpLink: influxdb.html
tracing-type: log
tracing-type:
description: The tracing format for debugging purposes. Allowed values are log or jaeger, or leave blank to disable tracing.
global: True
advanced: True
helpLink: influxdb.html
ui-disabled: false
ui-disabled:
description: If true, the InfluxDB HTTP user interface will be disabled. This will prevent use of the included InfluxDB dashboard visualizations.
global: True
advanced: True
@@ -298,17 +298,17 @@ influxdb:
global: True
advanced: True
helpLink: influxdb.html
vault-client-timeout: 60s
vault-client-timeout:
description: Duration to wait for a response from the Vault server before aborting.
global: True
advanced: True
helpLink: influxdb.html
vault-max-retries: 2
vault-max-retries:
description: Maximum number of retries when attempting to contact the Vault server. A value of 0 is the same as disabling retries.
global: True
advanced: True
helpLink: influxdb.html
vault-skip-verify: false
vault-skip-verify:
description: Skip certification validation of the Vault server.
global: True
advanced: True