Skip to content

Commit c349432

Browse files
committed
fixing broken bookmarks
1 parent 307640e commit c349432

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/azure-monitor/logs/data-ingestion-time.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Network conditions might negatively affect the latency of this data to reach an
5757
Azure data adds more time to become available at an Azure Monitor Logs ingestion point for processing:
5858

5959
- **Azure platform metrics** are available in under a minute in the metrics database, but they take another 3 minutes to be exported to the Azure Monitor Logs ingestion point.
60-
- **Resource logs** typically add 30 to 90 seconds, depending on the Azure service. Some Azure services (specifically, Azure SQL Database and Azure Virtual Network) currently report their logs at 5-minute intervals. Work is in progress to improve this time further. To examine this latency in your environment, see the [query that follows](#checking-ingestion-time).
60+
- **Resource logs** typically add 30 to 90 seconds, depending on the Azure service. Some Azure services (specifically, Azure SQL Database and Azure Virtual Network) currently report their logs at 5-minute intervals. Work is in progress to improve this time further. To examine this latency in your environment, see the [query that follows](#check-ingestion-time).
6161
- **Activity log** data is ingested in 30 seconds when you use the recommended subscription-level diagnostic settings to send them into Azure Monitor Logs. They might take 10 to 15 minutes if you instead use the legacy integration.
6262

6363
### Management solutions collection

articles/azure-monitor/logs/queries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The query interface is populated with the following types of queries:
7878
> Legacy queries are only available in a Log Analytics workspace.
7979
8080
## Effect of query scope
81-
The queries that are available when you open Log Analytics are determined by the current [query scope ](scope.md). For example:
81+
The queries that are available when you open Log Analytics are determined by the current [query scope](scope.md). For example:
8282

8383
- **Workspace**: All example queries and queries from query packs. Legacy queries in the workspace.
8484
- **Single resource**: Example queries and queries from query packs for the resource type.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Each query in the query pack has the following properties.
7474
| description | Description of the query displayed in Log Analytics for each query. |
7575
| body | Query written in KQL. |
7676
| related | Related categories, resource types, and solutions for the query. Used for grouping and filtering in Log Analytics by the user to help locate their query. Each query can have up to ten of each type. Retrieve allowed values from https://api.loganalytics.io/v1/metadata?select=resourceTypes,solutions,categories. |
77-
| tags | Additional tags used by the user for sorting and filtering in Log Analytics. Each tag will be added to Category, Resource Type, and Solution when [grouping and filtering queries](queries.md#finding-and-filtering-queries). |
77+
| tags | Additional tags used by the user for sorting and filtering in Log Analytics. Each tag will be added to Category, Resource Type, and Solution when [grouping and filtering queries](queries.md#find-and-filter-queries). |
7878

7979
## Create a query pack
8080
You can create a query pack using the REST API or from the **Log Analytics query packs** pane in the Azure portal. Currently the **Log Analytics query packs** pane shows up under **Other** category of **All services** page in the Azure portal.

0 commit comments

Comments
 (0)