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/log-query/get-started-portal.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
2
title: "Tutorial: Get started with Log Analytics queries"
3
-
description: Learn from this tutorial how to write and manage Azure Monitor log queries in a Log Analytics workspace in the Azure portal.
3
+
description: Learn from this tutorial how to write and manage Azure Monitor log queries using Log Analytics in the Azure portal.
4
4
ms.subservice: logs
5
5
ms.topic: tutorial
6
6
author: bwren
7
7
ms.author: bwren
8
-
ms.date: 03/04/2020
8
+
ms.date: 03/17/2020
9
9
10
10
---
11
11
12
12
# Tutorial: Get started with Log Analytics queries
13
13
14
-
This tutorial shows you how to use a Log Analytics workspace to write, execute, and manage Azure Monitor log queries in the Azure portal. You can use Log Analytics queries to search for terms, identify trends, analyze patterns, and provide many other insights from your data.
14
+
This tutorial shows you how to use Log Analytics to write, execute, and manage Azure Monitor log queries in the Azure portal. You can use Log Analytics queries to search for terms, identify trends, analyze patterns, and provide many other insights from your data.
15
15
16
-
In this tutorial, you learn how to use a Log Analytics workspace to:
16
+
In this tutorial, you learn how to use Log Analytics to:
17
17
18
18
> [!div class="checklist"]
19
-
> * Understand the log data schema and tables
19
+
> * Understand the log data schema
20
20
> * Write and run simple queries, and modify the time range for queries
21
21
> * Filter, sort, and group query results
22
22
> * View, modify, and share visuals of query results
@@ -25,8 +25,8 @@ In this tutorial, you learn how to use a Log Analytics workspace to:
25
25
For more information about log queries, see [Overview of log queries in Azure Monitor](log-query-overview.md).<br/>
26
26
For a detailed tutorial on writing log queries, see [Get started with log queries in Azure Monitor](get-started-queries.md).
27
27
28
-
## Open a Log Analytics workspace
29
-
To use Azure Monitor or a Log Analytics workspace, you need to be signed in to an Azure account. If you don't have an Azure account, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
28
+
## Open Log Analytics
29
+
To use Log Analytics, you need to be signed in to an Azure account. If you don't have an Azure account, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
30
30
31
31
To complete most of the steps in this tutorial, you can use [this demo environment](https://portal.loganalytics.io/demo), which includes plenty of sample data. With the demo environment, you won't be able to save queries or pin results to a dashboard.
32
32
@@ -41,9 +41,9 @@ The schema tables appear on the **Tables** tab of the Log Analytics workspace. T
41
41
42
42
## Write and run basic queries
43
43
44
-
A Log Analytics workspace opens with a new blank query in the **Query editor**.
44
+
Log Analytics opens with a new blank query in the **Query editor**.
Azure Monitor log queries use a version of the Kusto query language. Queries can begin with either a table name or a [search](/azure/kusto/query/searchoperator) command.
@@ -152,7 +152,7 @@ You can change properties of the view, such as x and y axes, or grouping and spl
152
152
You can also set the preferred view in the query itself, using the [render](/azure/kusto/query/renderoperator) operator.
153
153
154
154
## Pin results to a dashboard
155
-
To pin a results table or chart from your Log Analytics workspace to a shared Azure dashboard, select **Pin to dashboard** on the top bar.
155
+
To pin a results table or chart from Log Analytics to a shared Azure dashboard, select **Pin to dashboard** on the top bar.
156
156
157
157

0 commit comments