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
+7-6Lines changed: 7 additions & 6 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: 03/28/
9
+
ms.date: 03/28/2023
10
10
ms.custom: template-how-to, devx-track-azurecli
11
11
ms.devlang: azurecli
12
12
---
@@ -37,12 +37,12 @@ Azure Cache for Redis uses Azure diagnostic settings to log information on clien
37
37
38
38
Implementation of connection logs is slightly different between tiers:
39
39
-**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.
41
41
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 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.
46
46
>
47
47
48
48
## Prerequisites/Limitations of Connection Logging
@@ -109,16 +109,17 @@ For more pricing information, [Azure Monitor pricing](https://azure.microsoft.co
109
109
1. Sign into the [Azure portal](https://portal.azure.com).
110
110
111
111
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**-->
114
114
115
115
1. In the **Diagnostic Setting - Auditing** pane, select **Connection events** from **Categories**.
116
116
117
117
For more detail on the data logged, see below [Contents of the Connection Logs](#contents-of-the-connection-logs).
118
118
119
119
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.":::
0 commit comments