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-monitor/essentials/app-insights-metrics.md
+30-4Lines changed: 30 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,7 +316,7 @@ The metric shows how much of the total processor capacity is consumed by the pro
316
316
317
317
|Unit of measure|Supported aggregations|Supported dimensions|
318
318
|---|---|---|
319
-
|Percentage|Average, Min, Max|Cloud role instance
319
+
|Percentage|Average, Min, Max|Cloud role instance|
320
320
321
321
```Kusto
322
322
performanceCounters
@@ -333,7 +333,7 @@ performanceCounters
333
333
334
334
|Unit of measure|Supported aggregations|Supported dimensions|
335
335
|---|---|---|
336
-
|Bytes per second|Average, Min, Max|Cloud role instance
336
+
|Bytes per second|Average, Min, Max|Cloud role instance|
337
337
338
338
```Kusto
339
339
performanceCounters
@@ -349,7 +349,7 @@ Amount of non-shared memory that the monitored process allocated for its data.
349
349
350
350
|Unit of measure|Supported aggregations|Supported dimensions|
351
351
|---|---|---|
352
-
|Bytes|Average, Min, Max|Cloud role instance
352
+
|Bytes|Average, Min, Max|Cloud role instance|
353
353
354
354
```Kusto
355
355
performanceCounters
@@ -365,7 +365,7 @@ CPU consumption by *all* processes running on the monitored server instance.
365
365
366
366
|Unit of measure|Supported aggregations|Supported dimensions|
367
367
|---|---|---|
368
-
|Percentage|Average, Min, Max|Cloud role instance
368
+
|Percentage|Average, Min, Max|Cloud role instance|
369
369
370
370
>[!NOTE]
371
371
> The processor time metric is not available for the applications hosted in Azure App Services. Use the [Process CPU](#process-cpu-performancecountersprocesscpupercentage) metric to track CPU utilization of the web applications hosted in App Services.
| summarize dcount(user_AuthenticatedId) by bin(timestamp, 1h)
500
500
| render barchart
501
501
```
502
+
503
+
## Access all your data directly with the Application Insights REST API
504
+
505
+
The Application Insights REST API enables programmatic retrieval of log-based metrics. It also features an optional parameter “ai.include-query-payload” that when added to a query string, prompts the API to return not only the timeseries data, but also the Kusto Query Language (KQL) statement used to fetch it. This parameter can be particularly beneficial for users aiming to comprehend the connection between raw events in Log Analytics and the resulting log-based metric.
506
+
507
+
To access your data directly, pass the parameter “ai.include-query-payload” to the Application Insights API in a query using KQL.
Copy file name to clipboardExpand all lines: articles/sentinel/connect-microsoft-365-defender.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,4 +175,4 @@ let Now = now();
175
175
176
176
In this document, you learned how to integrate Microsoft Defender XDR incidents, alerts, and advanced hunting event data from Microsoft Defender services, into Microsoft Sentinel, by using the Microsoft Defender XDR connector.
177
177
178
-
To use Microsoft Sentinel integrated with Defender XDR in the unified security operations platform, see [Connect data from Microsoft Defender XDR to Microsoft Sentinel](connect-microsoft-365-defender.md).
178
+
To use Microsoft Sentinel integrated with Defender XDR in the unified security operations platform, see [Connect Microsoft Sentinel to Microsoft Defender XDR](/defender-xdr/microsoft-sentinel-onboard).
0 commit comments