From e1d0f99a14d3f16fde03ffed8a6771435c33d76a Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Tue, 20 Dec 2022 22:00:10 -0500 Subject: [PATCH] Modify redis config defaults --- salt/kratos/soc_kratos.yaml | 2 +- salt/redis/defaults.yaml | 4 ++-- salt/redis/soc_redis.yaml | 36 ++++++++++++++++++------------------ 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/salt/kratos/soc_kratos.yaml b/salt/kratos/soc_kratos.yaml index e26d865fb..e3b88e28f 100644 --- a/salt/kratos/soc_kratos.yaml +++ b/salt/kratos/soc_kratos.yaml @@ -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 diff --git a/salt/redis/defaults.yaml b/salt/redis/defaults.yaml index 7e2d493e4..252082901 100644 --- a/salt/redis/defaults.yaml +++ b/salt/redis/defaults.yaml @@ -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' diff --git a/salt/redis/soc_redis.yaml b/salt/redis/soc_redis.yaml index 8e351ebae..dad76bf80 100644 --- a/salt/redis/soc_redis.yaml +++ b/salt/redis/soc_redis.yaml @@ -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