You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rs/clusters/configure/license-keys.md
+40-1Lines changed: 40 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,46 @@ When the license is expired:
88
88
- Fail over when a node fails and explicitly migrate shards between nodes.
89
89
90
90
- Upgrade a node to a new version of Redis Enterprise Software.
91
-
91
+
92
+
## Configure license expiration alert
93
+
94
+
By default, a cluster license alert is scheduled to occur 7 days before the cluster license expiration date.
95
+
96
+
{{<imagefilename="images/rs/screenshots/cluster/cluster-license-expiration-alert.png"alt="An alert appears in the Cluster Manager UI that says 'Your license will expire on day-month-year time. Contact support to renew your license.'" >}}
97
+
98
+
You can adjust the threshold value of the cluster license expiration alert based on how far in advance you want to be notified of the license expiration. The value should be within a reasonable range that allows your organization enough time to take action, such as renewing the license, before it expires.
99
+
100
+
To change the cluster license alert settings, use one of the following methods:
101
+
102
+
- Cluster Manager UI:
103
+
104
+
1. On the **Cluster > Configuration** screen, select the **Alerts Settings** tab.
105
+
106
+
1. Click **Edit**.
107
+
108
+
1. In the **Cluster utilization** section, enable the alert setting "License expiry notifications will be sent \<value\> days before the license expires" and enter a new value in the box.
-[Update cluster]({{<relref "/operate/rs/references/rest-api/requests/cluster#put-cluster">}}) REST API request:
116
+
117
+
The following example changes the cluster license alert to occur 30 days before the cluster license expiration date:
118
+
119
+
```sh
120
+
PUT /v1/cluster
121
+
{
122
+
"alert_settings": {
123
+
"cluster_license_about_to_expire": {
124
+
"enabled": true,
125
+
"threshold": "30"
126
+
}
127
+
}
128
+
}
129
+
```
130
+
92
131
## Monitor cluster license
93
132
94
133
As of version 7.2, Redis Enterprise exposes the license quotas and the shards consumption metrics in the Cluster Manager UI or via the [Prometheus integration]({{< relref "/integrate/prometheus-with-redis-enterprise/">}}).
Copy file name to clipboardExpand all lines: content/operate/rs/references/rest-api/objects/cluster/alert_settings.md
+28-27Lines changed: 28 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,30 +13,31 @@ weight: $weight
13
13
14
14
| Name | Type/Value | Description |
15
15
|------|------------|-------------|
16
-
| cluster_certs_about_to_expire |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Cluster certificate will expire in x days |
17
-
| cluster_even_node_count | boolean (default: false) | True high availability requires an odd number of nodes in the cluster |
18
-
| cluster_flash_overcommit | boolean (default: false) | Flash memory committed to databases is larger than cluster total flash memory |
19
-
| cluster_inconsistent_redis_sw | boolean (default: false) | Some shards in the cluster are running different versions of Redis software |
20
-
| cluster_inconsistent_rl_sw | boolean (default: false) | Some nodes in the cluster are running different versions of Redis Enterprise software |
| node_checks_error | boolean (default: false) | Some node checks have failed |
34
-
| node_cpu_utilization |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Node CPU utilization has reached the threshold value (% of the utilization limit) |
35
-
| node_ephemeral_storage |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Node ephemeral storage has reached the threshold value (% of the storage limit) |
| node_free_flash |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Node flash storage has reached the threshold value (% of the storage limit) |
38
-
| node_insufficient_disk_aofrw | boolean (default: false) | Insufficient AOF disk space |
39
-
| node_internal_certs_about_to_expire |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object| Internal certificate on node will expire in x days |
40
-
| node_memory |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Node memory has reached the threshold value (% of the memory limit) |
41
-
| node_net_throughput |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Node network throughput has reached the threshold value (bytes/s) |
42
-
| node_persistent_storage |[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}}) object | Node persistent storage has reached the threshold value (% of the storage limit) |
16
+
| cluster_certs_about_to_expire | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Cluster certificate will expire in x days |
17
+
| cluster_even_node_count | boolean (default: false) | True high availability requires an odd number of nodes in the cluster |
18
+
| cluster_flash_overcommit | boolean (default: false) | Flash memory committed to databases is larger than cluster total flash memory |
19
+
| cluster_inconsistent_redis_sw | boolean (default: false) | Some shards in the cluster are running different versions of Redis software |
20
+
| cluster_inconsistent_rl_sw | boolean (default: false) | Some nodes in the cluster are running different versions of Redis Enterprise software |
| cluster_license_about_to_expire | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{<relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold">}})</span> object | Cluster license will expire in x days. This alert is enabled by default. Its default threshold is 7 days before license expiration. |
23
+
| cluster_multiple_nodes_down | boolean (default: false) | Multiple cluster nodes are down (this might cause data loss) |
24
+
| cluster_node_joined | boolean (default: false) | New node joined the cluster |
| node_checks_error | boolean (default: false) | Some node checks have failed |
35
+
| node_cpu_utilization | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Node CPU utilization has reached the threshold value (% of the utilization limit) |
36
+
| node_ephemeral_storage | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Node ephemeral storage has reached the threshold value (% of the storage limit) |
| node_free_flash | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Node flash storage has reached the threshold value (% of the storage limit) |
39
+
| node_insufficient_disk_aofrw | boolean (default: false) | Insufficient AOF disk space |
40
+
| node_internal_certs_about_to_expire | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object| Internal certificate on node will expire in x days |
41
+
| node_memory | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Node memory has reached the threshold value (% of the memory limit) |
42
+
| node_net_throughput | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Node network throughput has reached the threshold value (bytes/s) |
43
+
| node_persistent_storage | <spanclass="break-all">[cluster_alert_settings_with_threshold]({{< relref "/operate/rs/references/rest-api/objects/cluster/cluster_alert_settings_with_threshold" >}})</span> object | Node persistent storage has reached the threshold value (% of the storage limit) |
0 commit comments