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 global: True
advanced: True advanced: True
helpLink: kratos.html helpLink: kratos.html
error: error:
ui_url: ui_url:
description: User accessible URL containing the Security Onion login page. Leave as default to ensure proper operation. description: User accessible URL containing the Security Onion login page. Leave as default to ensure proper operation.
global: True global: True

View File

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

View File

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