Skip to content

Commit 3a8ea8d

Browse files
committed
Minor tweaks for consistency.
1 parent 822a123 commit 3a8ea8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-cache-for-redis/cache-monitor-diagnostic-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: flang-msft
66
ms.author: franlanglois
77
ms.service: cache
88
ms.topic: how-to
9-
ms.date: 11/3/2021
9+
ms.date: 03/28/
1010
ms.custom: template-how-to, devx-track-azurecli
1111
ms.devlang: azurecli
1212
---
@@ -42,7 +42,7 @@ Implementation of connection logs is slightly different between tiers:
4242
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.
4343

4444
> [!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.
4646
>
4747
4848
## Prerequisites/Limitations of Connection Logging
@@ -58,7 +58,7 @@ The connection logs produced look similar among the tiers, but have some differe
5858
- 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.
5959
- Data loss (that is, missing a connection event) is rare, but possible. Data loss is typically caused by networking issues.
6060
- 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.
6262
- 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.
6363
- 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.
6464
- Enabling connection logs may cause a small performance degradation to the cache instance.

0 commit comments

Comments
 (0)