Modify redis config defaults

This commit is contained in:
Mike Reeves
2022-12-20 22:00:10 -05:00
parent 38e23a0110
commit e1d0f99a14
3 changed files with 21 additions and 21 deletions

View File

@@ -61,7 +61,7 @@ kratos:
global: True
advanced: True
helpLink: kratos.html
error:
error:
ui_url:
description: User accessible URL containing the Security Onion login page. Leave as default to ensure proper operation.
global: True

View File

@@ -31,13 +31,13 @@ redis:
save:
900: 1
300: 10
60: 1000
60: 1000
stop-writes-on-bgsave-error: 'yes'
rdbcompression: 'yes'
rdbchecksum: 'yes'
dbfilename: 'dump.rdb'
rdb-del-sync-files: 'no'
dir: './'
dir: './'
replica-serve-stale-data: 'yes'
replica-read-only: 'yes'
repl-diskless-sync: 'no'

View File

@@ -128,33 +128,33 @@ redis:
60:
description: Set the amount of keys that need to change to save after 1 minute
global: True
helpLink: redis.html
helpLink: redis.html
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
rdbcompression:
rdbcompression:
description: Compress string objects with LZF.
global: True
advanced: True
helpLink: redis.html
rdbchecksum:
rdbchecksum:
description: Enable checksum of rdb files.
global: True
advanced: True
helpLink: redis.html
dbfilename:
dbfilename:
description: Filename of the rdb saves.
global: True
advanced: True
helpLink: redis.html
acllog-max-len:
acllog-max-len:
description: Maximum length of the ACL log.
global: True
advanced: True
helpLink: redis.html
maxmemory:
maxmemory:
description: Maximum memory for storing redis objects.
global: True
helpLink: redis.html
@@ -162,42 +162,42 @@ redis:
description: The policy to use when maxmemory is reached.
global: True
helpLink: redis.html
maxmemory-samples:
maxmemory-samples:
description: maxmemory sample size.
global: True
advanced: True
helpLink: redis.html
lua-time-limit:
lua-time-limit:
description: Maximum execution time of LUA scripts.
global: True
advanced: True
helpLink: redis.html
slowlog-log-slower-than:
slowlog-log-slower-than:
description: Time in microseconds to write to the slow log.
global: True
advanced: True
helpLink: redis.html
slowlog-max-len:
slowlog-max-len:
description: Maximum size of the slow log.
global: True
advanced: True
helpLink: redis.html
hash-max-ziplist-entries:
hash-max-ziplist-entries:
description: Used for advanced performance tuning of Redis.
global: True
advanced: True
helpLink: redis.html
hash-max-ziplist-value:
hash-max-ziplist-value:
description: Used for advanced performance tuning of Redis.
global: True
advanced: True
helpLink: redis.html
list-max-ziplist-size:
list-max-ziplist-size:
description: Used for advanced performance tuning of Redis.
global: True
advanced: True
helpLink: redis.html
list-compress-depth:
list-compress-depth:
description: Depth for list compression.
global: True
advanced: True
@@ -232,7 +232,7 @@ redis:
global: True
advanced: True
helpLink: redis.html
activerehashing: 'yes'
activerehashing:
description: Used for advanced performance tuning of Redis.
global: True
advanced: True
@@ -243,7 +243,7 @@ redis:
global: True
advanced: True
helpLink: redis.html
replica:
replica:
description: Used for advanced performance tuning of Redis.
global: True
advanced: True
@@ -258,7 +258,7 @@ redis:
global: True
advanced: True
helpLink: redis.html
dynamic-hz:
dynamic-hz:
description: Used for advanced performance tuning of Redis.
global: True
advanced: True
@@ -268,7 +268,7 @@ redis:
global: True
advanced: True
helpLink: redis.html
jemalloc-bg-thread:
jemalloc-bg-thread:
description: Jemalloc background thread for purging.
global: True
advanced: True