Skip to content

Commit 0a3697f

Browse files
committed
acrolinx tweak
1 parent 5309f7d commit 0a3697f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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: 03/28/
9+
ms.date: 03/28/2023
1010
ms.custom: template-how-to, devx-track-azurecli
1111
ms.devlang: azurecli
1212
---
@@ -37,12 +37,12 @@ Azure Cache for Redis uses Azure diagnostic settings to log information on clien
3737

3838
Implementation of connection logs is slightly different between tiers:
3939
- **Basic, Standard, and Premium-tier caches** polls client connections by IP address, including the number of connections originating from each unique IP address. These logs aren't cumulative. They represent point-in-time snapshots taken at 10-second intervals. Authentication events (successful and failed) and disconnection events aren't logged in these tiers.
40-
- **Enterprise and Enterprise Flash-tier caches** use the [audit connection events](https://docs.redis.com/latest/rs/security/audit-events/) functionality built-into Redis Enterprise. Audit connection events allows every connection, disconnection, and authentication event to be logged, including failed authentication events.
40+
- **Enterprise and Enterprise Flash-tier caches** use the [audit connection events](https://docs.redis.com/latest/rs/security/audit-events/) functionality built-into Redis Enterprise. Audit connection events allow every connection, disconnection, and authentication event to be logged, including failed authentication events.
4141

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 occurred 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 appears over and over again. Logging in the Enterprise and Enterprise Flash tiers is focused on each connection _event_. Logs only occur when the actual event occurred for the first time.
4646
>
4747
4848
## Prerequisites/Limitations of Connection Logging
@@ -109,16 +109,17 @@ For more pricing information, [Azure Monitor pricing](https://azure.microsoft.co
109109
1. Sign into the [Azure portal](https://portal.azure.com).
110110

111111
1. Navigate to your Azure Cache for Redis account. Open the **Diagnostic Settings - Auditing** pane under the **Monitoring section** on the left. Then, select **Add diagnostic setting**.
112-
113-
**FRAN--need a new picture here**
112+
:::image type="content" source="media/cache-monitor-diagnostic-settings/cache-enterprise-auditing.png" alt-text="Screenshot of Diagnostic settings - Auditing selected in the Resource menu.":::
113+
<!-- **FRAN--need a new picture here** -->
114114

115115
1. In the **Diagnostic Setting - Auditing** pane, select **Connection events** from **Categories**.
116116

117117
For more detail on the data logged, see below [Contents of the Connection Logs](#contents-of-the-connection-logs).
118118

119119
1. Once you select **Connection events**, send your logs to your preferred destination. Select the information in the working pane.
120+
:::image type="content" source="media/cache-monitor-diagnostic-settings/cache-enterprise-connection-events.png" alt-text="Screenshot showing Connection events being checked in working pane.":::
121+
<!-- **FRAN--need a new picture here** -->
120122

121-
**FRAN--need a new picture here**
122123

123124
---
124125

0 commit comments

Comments
 (0)