Skip to content

Commit 9604303

Browse files
authored
Merge pull request #92602 from guywi-ms/patch-1
Remove facets from LA grid
2 parents e4dec3b + dd6b33a commit 9604303

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

articles/azure-monitor/logs/log-analytics-tutorial.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,6 @@ This is the simplest query that we can write. It just returns all the records in
5252

5353
You can see that we do have results. The number of records that the query has returned appears in the lower-right corner.
5454

55-
## Filter query results
56-
57-
Let's add a filter to the query to reduce the number of records that are returned. Select the **Filter** tab on the left pane. This tab shows columns in the query results that you can use to filter the results. The top values in those columns are displayed with the number of records that have that value. Select **200** under **ResultCode**, and then select **Apply & Run**.
58-
59-
:::image type="content" source="media/log-analytics-tutorial/query-filter-pane.png" alt-text="Screenshot that shows the query filter pane." lightbox="media/log-analytics-tutorial/query-filter-pane.png":::
60-
61-
A **where** statement is added to the query with the value that you selected. The results now include only records with that value, so you can see that the record count is reduced.
62-
63-
:::image type="content" source="media/log-analytics-tutorial/query-filter.png" alt-text="Screenshot that shows a filter being applied to the query." lightbox="media/log-analytics-tutorial/query-filter.png":::
64-
65-
6655
### Time range
6756

6857
All queries return records generated within a set time range. By default, the query returns records generated in the last 24 hours.

0 commit comments

Comments
 (0)