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
title: Simple Logs experience in Azure Monitor (Preview) | Microsoft Docs
3
+
description: The Simple Logs experience allows you to create basic queries in Azure Monitor without directly interacting with KQL.
4
+
services: log-analytics
5
+
documentationcenter: ''
6
+
author: bwren
7
+
manager: carmonm
8
+
editor: ''
9
+
ms.assetid:
10
+
ms.service: log-analytics
11
+
ms.workload: na
12
+
ms.tgt_pltfrm: na
13
+
ms.topic: conceptual
14
+
ms.date: 09/12/2019
15
+
ms.author: bwren
16
+
---
17
+
18
+
# Simple Logs experience in Azure Monitor (Preview)
19
+
Azure Monitor provides a [rich experience](get-started-portal.md) for creating [log queries](log-query-overview.md) using the KQL language. You may not require the full power of KQL though and prefer a simplified experience for basic query requirements. The Simple Logs experience allows you to create basic queries without directly interacting with KQL. You can also use Simple Logs as a learning tool for KQL as you require more sophisticated queries.
20
+
21
+
> [!NOTE]
22
+
> Simple Logs is currently implemented as a test for only Cosmos DB and Key Vaults. Please share your experience with Microsoft through [User Voice](https://feedback.azure.com/forums/913690-azure-monitor) to help us determine whether we will expand and release this feature.
23
+
24
+
25
+
## Scope
26
+
The Simple Logs experience retrieves data from the *AzureDiagnostics*, *AzureMetrics*, and *AzureActivity* table for the selected resource.
27
+
28
+
## Using Simple Logs
29
+
Navigate to any Cosmos DB or Key Vault in your Azure subscription with [diagnostic settings configured to collect logs in a Log Analytics workspace](../platform/diagnostic-logs-stream-log-store.md). Click **Logs** in the **Monitoring** menu to open the Simple Logs experience.
30
+
31
+

32
+
33
+
Select a **Field** and an **Operator** and specify a **Value** for comparison. Click **+** and specify **And/Or** to add additional criteria.
34
+
35
+

36
+
37
+
Click **Run** to view the query results.
38
+
39
+
## View and edit KQL
40
+
Select **Query editor** to open the KQL generated by the Simple Logs query in the full Log Analytics experience.
0 commit comments