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/log-analytics/query-language/get-started-analytics-portal.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Get started with the Analytics Portal in Azure Log Analytics| Microsoft Docs
3
-
description: This article provides a tutorial for using the Analytics portal to write queries in Log Analytics.
2
+
title: Get started with the Log Analytics page in the Azure portal | Microsoft Docs
3
+
description: This article provides a tutorial for using the Log Analytics page to write queries.
4
4
services: log-analytics
5
5
documentationcenter: ''
6
6
author: bwren
@@ -12,14 +12,14 @@ ms.workload: na
12
12
ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: conceptual
15
-
ms.date: 08/06/2018
15
+
ms.date: 08/20/2018
16
16
ms.author: bwren
17
17
ms.component: na
18
18
---
19
19
20
-
# Get started with the Analytics Portal in Log Analytics
20
+
# Get started with the Log Analytics page in the Azure portal
21
21
22
-
In this tutorial you will learn how to use the Analytics portal to write Azure Log Analytics queries. It will teach you how to:
22
+
In this tutorial you will learn how to use the Log Analytics page in the Azure portal (currently in preview) to write Log Analytics queries. It will teach you how to:
23
23
24
24
- Write simple queries
25
25
- Understand the schema of your data
@@ -30,12 +30,12 @@ In this tutorial you will learn how to use the Analytics portal to write Azure L
30
30
- Export and share queries
31
31
32
32
33
-
## Meet the Analytics portal
34
-
The Analytics portal is a web tool used to write and execute Azure Log Analytics queries.
33
+
## Meet the Log Analytics page
34
+
The Log Analytics page is a web tool used to write and execute Azure Log Analytics queries. Open it by selecting **Logs (preview)** in the Log Analytics menu. It starts with a new blank query.
The home page offers easy access to useful resources, such as recent and saved queries, and examples. Open a new tab to start writing your own queries.
38
+
39
39
40
40
## Basic queries
41
41
Queries can be used to search terms, identify trends, analyze patterns, and provide many other insights based on your data. Start with a basic query:
@@ -78,7 +78,7 @@ Start by getting everything in the _Event_ table.
78
78
Event
79
79
```
80
80
81
-
The Analytics portal automatically scopes results by:
81
+
The Log Analytics page automatically scopes results by:
82
82
83
83
- Time range: By default, queries are limited to the last 24 hours.
84
84
- Number of results: Results are limited to maximum of 10,000 records.
@@ -116,7 +116,7 @@ The results table often includes a lot of columns. You might find that some of t
116
116
117
117
118
118
## Select a time range
119
-
By default, the Analytics portal applies the _last 24 hours_ time range. To use a different range, select another value through the time picker and click **Run**. In addition to the preset values, you can use the _Custom time range_ option to select an absolute range for your query.
119
+
By default, the Log Analytics page applies the _last 24 hours_ time range. To use a different range, select another value through the time picker and click **Run**. In addition to the preset values, you can use the _Custom time range_ option to select an absolute range for your query.
0 commit comments