Skip to content

Commit 46cc311

Browse files
committed
fixed links
1 parent d0ebf70 commit 46cc311

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6445,7 +6445,7 @@
64456445
"redirect_document_id": false
64466446
},
64476447
{
6448-
"source_path_from_root": "/articles/azure-monitor/logs/workspace-expression.md",
6448+
"source_path_from_root": "articles/azure-monitor/logs/resource-expression.md",
64496449
"redirect_url": "/azure/azure-monitor/logs/cross-workspace-query",
64506450
"redirect_document_id": false
64516451
}

articles/azure-monitor/logs/cross-workspace-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 05/30/2023
1313

1414
There are two ways to query data from multiple workspaces, applications, and resources:
1515

16-
* Explicitly by specifying the workspace, app, or resource information using the [workspace()](#use-the-workspace-expression-to-query-across-log-analytics-workspaces), [app()](#use-the-app-expression-to-query-across-classic-application-insights-applications), or [resource()](#use-the-resource-expression-to-correlate-data-between-resources) expressions, as described in this article.
16+
* Explicitly by specifying the workspace, app, or resource information using the [workspace()](#query-across-log-analytics-workspaces-using-workspace), [app()](#query-across-classic-application-insights-applications-using-app), or [resource()](#correlate-data-between-resources-using-resource) expressions, as described in this article.
1717
* Implicitly by using [resource-context queries](manage-access.md#access-mode). When you query in the context of a specific resource, resource group, or a subscription, the query retrieves relevant data from all workspaces that contain data for these resources. Resource-context don't retrieve data from classic Application Insights resources.
1818

1919
This article explains how to use the `workspace()`, `app()`, and `resource()` expressions to query data from multiple Log Analytics workspaces, applications, and resources.

articles/azure-monitor/logs/log-query-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ Although Azure Monitor uses the same KQL as Azure Data Explorer, there are some
7272
### Other operators in Azure Monitor
7373
The following operators support specific Azure Monitor features and aren't available outside of Azure Monitor:
7474

75-
* [app()](../logs/app-expression.md)
76-
* [resource()](./resource-expression.md)
77-
* [workspace()](../logs/workspace-expression.md)
75+
* [workspace()](../logs/cross-workspace-query.md#query-across-log-analytics-workspaces-using-workspace)
76+
* [app()](../logs/cross-workspace-query.md#query-across-classic-application-insights-applications-using-app)
77+
* [resource()](../logs/cross-workspace-query.md#correlate-data-between-resources-using-resource)
78+
7879

7980
## Next steps
8081
- Walk through a [tutorial on writing queries](/azure/data-explorer/kusto/query/tutorial?pivots=azuremonitor).

articles/azure-monitor/logs/query-optimization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ A query that spans more than five workspaces is considered a query that consumes
455455

456456
> [!IMPORTANT]
457457
> - In some multi-workspace scenarios, the CPU and data measurements won't be accurate and will represent the measurement of only a few of the workspaces.
458-
> - Cross workspace queries having an explicit identifier: workspace ID, or workspace Azure Resource ID, consume less resources and are more performant. See [Gather identifiers for Log Analytics workspaces](./cross-workspace-query.md?tabs=workspace-identifier#gather-identifiers-for-log-analytics-workspaces-and-application-insights-resources)
458+
> - Cross workspace queries having an explicit identifier: workspace ID, or workspace Azure Resource ID, consume less resources and are more performant.
459459
460460
## Parallelism
461461
Azure Monitor Logs uses large clusters of Azure Data Explorer to run queries. These clusters vary in scale and potentially get up to dozens of compute nodes. The system automatically scales the clusters according to workspace placement logic and capacity.

articles/sentinel/includes/sentinel-limits-multi-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ The following limit applies to multiple workspaces in Microsoft Sentinel. Limits
1515
|Description | Limit |Dependency|
1616
-------------------------|--------------------|--------------------|
1717
| Incident view | 100 concurrently displayed workspaces | |
18-
| Log query | 100 Sentinel workspaces | [Log Analytics](../../azure-monitor/logs/cross-workspace-query.md#cross-resource-query-limits) |
18+
| Log query | 100 Sentinel workspaces | [Log Analytics](../../azure-monitor/logs/cross-workspace-query.md#limitations) |
1919
| Analytics rules | 20 Sentinel workspaces per query | |

includes/azure-monitor-limits-log-queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: "include file"
1616
|:---|:---|
1717
| Query language | Azure Monitor uses the same [Kusto Query Language (KQL)](/azure/kusto/query/) as Azure Data Explorer. See [Azure Monitor log query language differences](/azure/data-explorer/kusto/query/) for KQL language elements not supported in Azure Monitor. |
1818
| Azure regions | Log queries can experience excessive overhead when data spans Log Analytics workspaces in multiple Azure regions. See [Query limits](../articles/azure-monitor/logs/scope.md#query-scope-limits) for details. |
19-
| Cross resource queries | Maximum number of Application Insights resources and Log Analytics workspaces in a single query limited to 100.<br>Cross-resource query isn't supported in View Designer.<br>Cross-resource query in log alerts is supported in the new scheduledQueryRules API.<br>See [Cross-resource query limits](../articles/azure-monitor/logs/cross-workspace-query.md#cross-resource-query-limits) for details. |
19+
| Cross resource queries | Maximum number of Application Insights resources and Log Analytics workspaces in a single query limited to 100.<br>Cross-resource query isn't supported in View Designer.<br>Cross-resource query in log alerts is supported in the new scheduledQueryRules API.<br>See [Cross-resource query limits](../articles/azure-monitor/logs/cross-workspace-query.md#limitations) for details. |
2020
| Log Analytics dashboard queries | Maximum number of records returned in a single Log Analytics dashboard query is 2,000. |
2121

2222
### User query throttling

0 commit comments

Comments
 (0)