Skip to content

Commit 9ffb66c

Browse files
committed
DOC-4187 New option for cluster policy REST API
1 parent a258536 commit 9ffb66c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

content/operate/rs/references/rest-api/objects/cluster_settings.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Cluster resources management policy
3131
| default_shards_placement | `dense`<br />`sparse` | Default shards_placement for a newly created databases |
3232
| endpoint_rebind_propagation_grace_time | integer | Time to wait between the addition and removal of a proxy |
3333
| failure_detection_sensitivity | `high`<br />`low` | Predefined thresholds and timeouts for failure detection (previously known as <span class="break-all">`watchdog_profile`</span>)<br />• `high` (previously `local-network`) – high failure detection sensitivity, lower thresholds, faster failure detection and failover<br />• `low` (previously `cloud`) – low failure detection sensitivity, higher tolerance for latency variance (also called network jitter) |
34+
| hide_user_data_from_log | boolean (default: false) | Set to `true` to enable the `hide-user-data-from-log` Redis configuration setting, which avoids logging user data |
3435
| login_lockout_counter_reset_after | integer | Number of seconds that must elapse between failed sign in attempts before the lockout counter is reset to 0. |
3536
| login_lockout_duration | integer | Duration (in secs) of account lockout. If set to 0, the account lockout will persist until released by an admin. |
3637
| login_lockout_threshold | integer | Number of failed sign in attempts allowed before locking a user account |

content/operate/rs/release-notes/rs-7-4-2-releases/rs-7-4-6-tba.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- operate
77
- rs
88
compatibleOSSVersion: Redis 7.2.4
9-
description: Updated versions of RediSearch and RedisBloom. Bug fixes.
9+
description: Cluster policy to avoid logging user data. Updated versions of RediSearch and RedisBloom. Bug fixes.
1010
linkTitle: 7.4.6-tba (September 2024)
1111
weight: 65
1212
aliases:
@@ -18,6 +18,8 @@ This is a maintenance release for ​[​Redis Enterprise Software version 7.4.6
1818

1919
This version offers:
2020

21+
- A cluster policy to avoid logging user data
22+
2123
- Updated versions of RediSearch and RedisBloom
2224

2325
- Bug fixes
@@ -26,14 +28,12 @@ This version offers:
2628

2729
### Enhancements
2830

29-
- TBA
31+
- Added an option to the [cluster policy]({{<relref "/operate/rs/references/rest-api/requests/cluster/policy#put-cluster-policy">}}) REST API to enable the Redis configuration setting `hide-user-data-from-log`, which avoids logging user data.
3032

3133
#### Redis module feature sets
3234

3335
Redis Enterprise comes packaged with several modules. As of version 7.4.2, Redis Enterprise includes two feature sets, compatible with different Redis database versions.
3436

35-
<!-- TODO: Check/update the module versions -->
36-
3737
Bundled Redis modules compatible with Redis database version 7.2:
3838

3939
- [RediSearch 2.8.14]({{< relref "/operate/oss_and_stack/stack-with-enterprise/release-notes/redisearch/redisearch-2.8-release-notes.md" >}})

0 commit comments

Comments
 (0)