Skip to content

Commit 9ba711e

Browse files
authored
Merge pull request #277565 from guywi-ms/summary-rules-final-2
Summary rules final 2
2 parents 8c76d8b + b6679a1 commit 9ba711e

File tree

8 files changed

+508
-1
lines changed

8 files changed

+508
-1
lines changed

articles/azure-monitor/logs/manage-access.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ Each workspace can have multiple accounts associated with it. Each account can h
161161
| Access all log types by using queries. | `Microsoft.OperationalInsights/workspaces/query/*/read` |
162162
| Access a specific log table - legacy method | `Microsoft.OperationalInsights/workspaces/query/<table_name>/read` |
163163
| Read the workspace keys to allow sending logs to this workspace. | `Microsoft.OperationalInsights/workspaces/sharedKeys/action` |
164+
| Create or update a summary rule | `Microsoft.Operationalinsights/workspaces/summarylogs/write`|
164165
| Add and remove monitoring solutions. | `Microsoft.Resources/deployments/*` <br> `Microsoft.OperationalInsights/*` <br> `Microsoft.OperationsManagement/*` <br> `Microsoft.Automation/*` <br> `Microsoft.Resources/deployments/*/write`<br><br>These permissions need to be granted at resource group or subscription level. |
165166
| View data in the **Backup** and **Site Recovery** solution tiles. | Administrator/Co-administrator<br><br>Accesses resources deployed by using the classic deployment model. |
166167
| Run a search job. | `Microsoft.OperationalInsights/workspaces/tables/write` <br> `Microsoft.OperationalInsights/workspaces/searchJobs/write`|
19.9 KB
Loading
32.1 KB
Loading
334 KB
Loading
201 KB
Loading

articles/azure-monitor/logs/summary-rules.md

Lines changed: 495 additions & 0 deletions
Large diffs are not rendered by default.

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,8 @@ items:
12111211
href: logs/save-query.md
12121212
- name: Using queries
12131213
href: logs/queries.md
1214+
- name: Summary rules
1215+
href: logs/summary-rules.md
12141216
- name: Query packs
12151217
href: logs/query-packs.md
12161218
- name: Tutorial

includes/azure-monitor-limits-workspaces.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "include file"
44
services: azure-monitor
55
author: rboucher
66
ms.topic: "include"
7-
ms.date: 02/07/2019
7+
ms.date: 04/23/2024
88
ms.author: robb
99
ms.custom: "include file"
1010
---
@@ -65,6 +65,15 @@ ms.custom: "include file"
6565
| Maximum query timeout | 100 second | |
6666
| Charts | | The Logs page and the connector use different charting libraries for visualization. Some functionality isn't currently available in the connector. |
6767

68+
**Summary rules**
69+
70+
| Category | Limit |
71+
|:---|:---|
72+
| Maximum number of active rules in a workspace | 30 |
73+
| Maximum number of results per bin | 500,000 |
74+
| Maximum results set volume | 100 MB |
75+
| Query time-out for bin processing | 10 minutes |
76+
6877
**General workspace limits**
6978

7079
| Category | Limit | Comments |

0 commit comments

Comments
 (0)