mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 14:18:40 +02:00
Merge remote-tracking branch 'origin/3/dev' into delta
This commit is contained in:
+57
-57
@@ -1,18 +1,18 @@
|
||||
redis:
|
||||
enabled:
|
||||
description: Enables the log event in-memory buffering process. This process might already be disabled on some installation types. Disabling this process on distributed-capable grids can result in loss of log events.
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
config:
|
||||
bind:
|
||||
description: The IP address to bind to.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
protected-mode:
|
||||
description: Force authentication to access redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
requirepass:
|
||||
description: Password for accessing Redis.
|
||||
global: True
|
||||
@@ -21,262 +21,262 @@ redis:
|
||||
description: TLS cert file location.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-key-file:
|
||||
description: TLS key file location.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-ca-cert-file:
|
||||
description: TLS CA file location.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-port:
|
||||
description: Port to use TLS encryption on.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-auth-clients:
|
||||
description: Force TLS authentication.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
port:
|
||||
description: Non TLS port for Redis access.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tcp-backlog:
|
||||
description: Set the TCP backlog value. This is normally increasd in high request environments.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
timeout:
|
||||
description: Time in seconds to close an idle connection. 0 to disable.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tcp-keepalive:
|
||||
description: Time in seconds to send a keepalive.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-replication:
|
||||
description: Enable TLS replication links.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-protocols:
|
||||
description: List of acceptable TLS protocols separated by spaces.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-prefer-server-ciphers:
|
||||
description: Prefer the server side ciphers.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-session-caching:
|
||||
description: Enable TLS session caching.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-session-cache-size:
|
||||
description: The number of TLS sessions to cache.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
tls-session-cache-timeout:
|
||||
description: Timeout in seconds to cache TLS sessions.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
loglevel:
|
||||
description: Log verbosity level.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
logfile:
|
||||
description: Log file name.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
syslog-enabled:
|
||||
description: Enable syslog output.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
syslog-ident:
|
||||
description: Set the syslog identity.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
syslog-facility:
|
||||
description: Set the syslog facility.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
databases:
|
||||
description: Total amount of databases.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
always-show-logo:
|
||||
description: The amount of time that a write will wait before fsyncing.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
save:
|
||||
'900':
|
||||
description: Set the amount of keys that need to change to save after 15 minutes.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
'300':
|
||||
description: Set the amount of keys that need to change to save after 5 minutes.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
'60':
|
||||
description: Set the amount of keys that need to change to save after 1 minute
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
stop-writes-on-bgsave-error:
|
||||
description: Stop writes to redis is there is an error with the save.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
rdbcompression:
|
||||
description: Compress string objects with LZF.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
rdbchecksum:
|
||||
description: Enable checksum of rdb files.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
dbfilename:
|
||||
description: Filename of the rdb saves.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
acllog-max-len:
|
||||
description: Maximum length of the ACL log.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
maxmemory:
|
||||
description: Maximum memory for storing redis objects.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
maxmemory-policy:
|
||||
description: The policy to use when maxmemory is reached.
|
||||
global: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
maxmemory-samples:
|
||||
description: maxmemory sample size.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
lua-time-limit:
|
||||
description: Maximum execution time of LUA scripts.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
slowlog-log-slower-than:
|
||||
description: Time in microseconds to write to the slow log.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
slowlog-max-len:
|
||||
description: Maximum size of the slow log.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
hash-max-ziplist-entries:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
hash-max-ziplist-value:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
list-max-ziplist-size:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
list-compress-depth:
|
||||
description: Depth for list compression.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
set-max-intset-entries:
|
||||
description: Sets the limit on the size of the set in order to use the special memory saving encoding.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
zset-max-ziplist-entries:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
zset-max-ziplist-value:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
hll-sparse-max-bytes:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
stream-node-max-bytes:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
stream-node-max-entries:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
activerehashing:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
client-output-buffer-limit:
|
||||
normal:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
replica:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
pubsub:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
hz:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
dynamic-hz:
|
||||
description: Used for advanced performance tuning of Redis.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
rdb-save-incremental-fsync:
|
||||
description: fsync redis data.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
jemalloc-bg-thread:
|
||||
description: Jemalloc background thread for purging.
|
||||
global: True
|
||||
advanced: True
|
||||
helpLink: redis.html
|
||||
helpLink: redis
|
||||
|
||||
Reference in New Issue
Block a user