Skip to content

Commit 4e17ead

Browse files
authored
Merge pull request #49477 from bwren/la-language-portal
Change Analytics portal to Analytics page
2 parents c5f2721 + 55c4b7d commit 4e17ead

File tree

15 files changed

+12
-12
lines changed

15 files changed

+12
-12
lines changed

articles/log-analytics/query-language/get-started-analytics-portal.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
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.
44
services: log-analytics
55
documentationcenter: ''
66
author: bwren
@@ -12,14 +12,14 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: conceptual
15-
ms.date: 08/06/2018
15+
ms.date: 08/20/2018
1616
ms.author: bwren
1717
ms.component: na
1818
---
1919

20-
# Get started with the Analytics Portal in Log Analytics
20+
# Get started with the Log Analytics page in the Azure portal
2121

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:
2323

2424
- Write simple queries
2525
- 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
3030
- Export and share queries
3131

3232

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.
3535

3636
![Home page](media/get-started-analytics-portal/homepage.png)
3737

38-
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+
3939

4040
## Basic queries
4141
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.
7878
Event
7979
```
8080

81-
The Analytics portal automatically scopes results by:
81+
The Log Analytics page automatically scopes results by:
8282

8383
- Time range: By default, queries are limited to the last 24 hours.
8484
- 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
116116

117117

118118
## 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.
120120

121121
![Time picker](media/get-started-analytics-portal/time-picker.png)
122122

@@ -126,7 +126,7 @@ If the query explicitly contains a filter for _TimeGenerated_, the time picker t
126126

127127

128128
## Charts
129-
In addition returning results in a table, query results can be presented in visual formats. Use the following query as an example:
129+
In addition to returning results in a table, query results can be presented in visual formats. Use the following query as an example:
130130

131131
```OQL
132132
Event
@@ -178,7 +178,7 @@ The Query Explorer icon is at the top-right area. This lists all saved queries b
178178
![Query explorer](media/get-started-analytics-portal/query-explorer.png)
179179

180180
## Export and share as link
181-
The Analytics portal supports several exporting methods:
181+
The Log Analytics page supports several exporting methods:
182182

183183
- Excel: Save the results as a CSV file.
184184
- Power BI: Export the results to power BI. See [Import Azure Log Analytics data into Power BI](../log-analytics-powerbi.md) for details.
17.3 KB
Loading
-1.76 KB
Loading
27.6 KB
Loading
-3.59 KB
Loading
-48.6 KB
Loading
-5.53 KB
Loading
-2.72 KB
Loading
3.83 KB
Loading
1.23 KB
Loading

0 commit comments

Comments
 (0)