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/logs/log-query-overview.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,8 @@ description: This reference information for Kusto Query Language used by Azure M
4
4
ms.topic: conceptual
5
5
author: guywild
6
6
ms.author: guywild
7
-
ms.reviewer: roygal
8
-
ms.date: 02/28/2023
7
+
ms.reviewer: ilanawaitser
8
+
ms.date: 05/26/2024
9
9
10
10
---
11
11
@@ -20,7 +20,7 @@ Areas in Azure Monitor where you'll use queries include:
20
20
-[Azure dashboards](../visualize/tutorial-logs-dashboards.md): Pin the results of any query into an Azure dashboard, which allows you to visualize log and metric data together and optionally share with other Azure users.
21
21
-[Azure Logic Apps](../../connectors/connectors-azure-monitor-logs.md): Use the results of a log query in an automated workflow by using a logic app workflow.
22
22
-[PowerShell](/powershell/module/az.operationalinsights/invoke-azoperationalinsightsquery): Use the results of a log query in a PowerShell script from a command line or an Azure Automation runbook that uses `Invoke-AzOperationalInsightsQuery`.
23
-
-[Azure Monitor Logs API](/rest/api/loganalytics/): Retrieve log data from the workspace from any REST API client. The API request includes a query that's run against Azure Monitor to determine the data to retrieve.
23
+
-[Log Analytics Query API](/rest/api/loganalytics/query): Retrieve log data from the workspace from any REST API client. The API request includes a query that's run against Azure Monitor to determine the data to retrieve.
24
24
-**Azure Monitor Query client libraries**: Retrieve log data from the workspace via an idiomatic client library for the following ecosystems:
@@ -36,7 +36,6 @@ The best way to get started learning to write log queries by using KQL is to use
36
36
-[Log Analytics tutorial](./log-analytics-tutorial.md): Tutorial on using the features of Log Analytics, which is the tool that you'll use in the Azure portal to edit and run queries. It also allows you to write simple queries without directly working with the query language. If you haven't used Log Analytics before, start here so that you understand the tool you'll use with the other tutorials and samples.
37
37
-[KQL tutorial](/azure/data-explorer/kusto/query/tutorial?pivots=azuremonitor): Guided walk through basic KQL concepts and common operators. This is the best place to start to come up to speed with the language itself and the structure of log queries.
38
38
-[Example queries](../logs/queries.md): Description of the example queries available in Log Analytics. You can use the queries without modification or use them as samples to learn KQL.
39
-
-[Query samples](/azure/data-explorer/kusto/query/samples?pivots=azuremonitor): Sample queries that illustrate different concepts.
40
39
41
40
## Reference documentation
42
41
[Documentation for KQL](/azure/data-explorer/kusto/query/), including the reference for all commands and operators, is available in the Azure Data Explorer documentation. Even as you get proficient at using KQL, you'll still regularly use the reference to investigate new commands and scenarios that you haven't used before.
0 commit comments