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: articles/azure-cache-for-redis/cache-monitor-diagnostic-settings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: flang-msft
6
6
ms.author: franlanglois
7
7
ms.service: cache
8
8
ms.topic: how-to
9
-
ms.date: 11/3/2021
9
+
ms.date: 03/28/
10
10
ms.custom: template-how-to, devx-track-azurecli
11
11
ms.devlang: azurecli
12
12
---
@@ -42,7 +42,7 @@ Implementation of connection logs is slightly different between tiers:
42
42
The connection logs produced look similar among the tiers, but have some differences. The two formats are shown in more detail later in the article.
43
43
44
44
> [!IMPORTANT]
45
-
> The connection logging in the Basic, Standard, and Premium tiers _polls_ the current client connections in the cache. The same client IP addresses will appear over and over again. Logging in the Enterprise and Enterprise Flash tiers is focused on each connection _event_. Logs will only occur when the actual event occured for the first time.
45
+
> The connection logging in the Basic, Standard, and Premium tiers _polls_ the current client connections in the cache. The same client IP addresses will appear over and over again. Logging in the Enterprise and Enterprise Flash tiers is focused on each connection _event_. Logs will only occur when the actual event occurred for the first time.
46
46
>
47
47
48
48
## Prerequisites/Limitations of Connection Logging
@@ -58,7 +58,7 @@ The connection logs produced look similar among the tiers, but have some differe
58
58
- When you use **OSS Cluster Policy**, logs are emitted from each data node. When you use **Enterprise Cluster Policy**, only the node being used as a proxy emits logs. Both versions still cover all connections to the cache. This is just an architectural difference.
59
59
- Data loss (that is, missing a connection event) is rare, but possible. Data loss is typically caused by networking issues.
60
60
- Disconnection logs aren't yet fully stable and events may be missed.
61
-
- Because connection logs on the Enterprise tiers are event-based, be careful of your retention policies. For instance, if retention is set to 10 days, and a connection event occurred 15 days ago, that connection may still exist, but the log for that connection isn't retained.
61
+
- Because connection logs on the Enterprise tiers are event-based, be careful of your retention policies. For instance, if retention is set to 10 days, and a connection event occurred 15 days ago, that connection might still exist, but the log for that connection isn't retained.
62
62
- If using [active geo-replication](cache-how-to-active-geo-replication.md), logging must be configured for each cache instance in the geo-replication group individually.
63
63
- All diagnostic settings may take up to [90 minutes](../azure-monitor/essentials/diagnostic-settings.md#time-before-telemetry-gets-to-destination) to start flowing to your selected destination.
64
64
- Enabling connection logs may cause a small performance degradation to the cache instance.
0 commit comments