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
| Microsoft Sentinel Commitment tier overage |`Sentinel`|**Classic Analysis**|
143
-
| Log Analytics over the Commitment tier|`Log Analytics`|**Data Ingestion**|
142
+
| Microsoft Sentinel Commitment tier overage |`Sentinel`|**Classic Analysis**|
143
+
| Log Analytics over the Commitment tier|`Log Analytics`|**Data Ingestion**|
144
144
145
145
# [Pay-as-you-go](#tab/pay-as-you-go/simplified)
146
146
147
147
If you're billed at the simplified pay-as-you-go rate, this table shows how Microsoft Sentinel costs appear in the **Service name** and **Meter** columns of your Azure bill.
Copy file name to clipboardExpand all lines: articles/sentinel/summary-rules.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,14 +218,14 @@ This procedure describes a sample process for using summary rules with [auxiliar
218
218
219
219
1. Create summary rules that aggregate your CEF data. For example:
220
220
221
-
- **Lookup incident of concern (IoC) data**: Hunt for specific IoCs by running aggregated summary queries to bring unique occurrences, and then query only those occurrences for faster results. The following example shows an example of how to bring a unique `Source Ip` feed along with other metadata, which can then be used against IoC lookups:
221
+
- **Lookup indicator of compromise (IoC) data**: Hunt for specific IoCs by running aggregated summary queries to bring unique occurrences, and then query only those occurrences for faster results. The following example shows an example of how to bring a unique `Source Ip` feed along with other metadata, which can then be used against IoC lookups:
222
222
223
223
```kusto
224
224
// Daily Network traffic trend Per Destination IP along with Data transfer stats
225
225
// Frequency - Daily - Maintain 30 day or 60 Day History.
226
226
Custom_CommonSecurityLog
227
227
| extend Day = format_datetime(TimeGenerated, "yyyy-MM-dd")
0 commit comments