Skip to content

Commit 3f1027a

Browse files
authored
Merge pull request #219616 from guywi-ms/update-logs-toc
Improve basic logs discoverability
2 parents aeaea37 + d9d3646 commit 3f1027a

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/azure-monitor/logs/basic-logs-configure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Set a table's log data plan in Azure Monitor Logs
3-
description: Learn how to configure the table log data plan to optimize log ingestion and retention costs in Azure Monitor Logs.
2+
title: Set a table's log data plan to Basic Logs or Analytics Logs
3+
description: Learn how to use Basic Logs and Analytics Logs to reduce costs and take advantage of advanced features and analytics capabilities in Azure Monitor Logs.
44
author: guywi-ms
55
ms.author: guywild
66
ms.reviewer: adi.biran
77
ms.topic: how-to
88
ms.date: 11/09/2022
99
---
1010

11-
# Set a table's log data plan in Azure Monitor Logs
11+
# Set a table's log data plan to Basic or Analytics
1212

1313
Azure Monitor Logs offers two log data plans that let you reduce log ingestion and retention costs and take advantage of Azure Monitor's advanced features and analytics capabilities based on your needs:
1414

@@ -27,7 +27,7 @@ The following table summarizes the two plans.
2727
| Category | Analytics | Basic |
2828
|:---|:---|:---|
2929
| Ingestion | Cost for ingestion. | Reduced cost for ingestion. |
30-
| Log queries | No extra cost. Full query capabilities. | Extra cost.<br>[Subset of query capabilities](basic-logs-query.md#limitations). |
30+
| Log queries | No extra cost. Full query capabilities. | Extra cost.<br/>[Subset of query capabilities](basic-logs-query.md#limitations). |
3131
| Retention | Configure retention from 30 days to 730 days. | Retention fixed at eight days. |
3232
| Alerts | Supported. | Not supported. |
3333

@@ -59,7 +59,7 @@ By default, all tables in your Log Analytics workspace are Analytics tables, and
5959
| [AMSStreamingEndpointRequests](/azure/azure-monitor/reference/tables/AMSStreamingEndpointRequests) | Azure Media Services information about requests to streaming endpoints. |
6060
| [ContainerAppConsoleLogs](/azure/azure-monitor/reference/tables/containerappconsoleLogs) | Azure Container Apps logs, generated within a Container Apps environment. |
6161
| [ContainerLogV2](/azure/azure-monitor/reference/tables/containerlogv2) | Used in [Container insights](../containers/container-insights-overview.md) and includes verbose text-based log records. |
62-
| [DevCenterDiagnosticLogs](/azure/azure-monitor/reference/tables/DevCenterDiagnosticLogs) | Data plane audit related to Dev Center resources, e.g. dev boxes and environments stop, start, deletes. |
62+
| [DevCenterDiagnosticLogs](/azure/azure-monitor/reference/tables/DevCenterDiagnosticLogs) | Data plane audit related to Dev Center resources; for example, dev boxes and environment stop, start, delete. |
6363

6464
> [!NOTE]
6565
> Tables created with the [Data Collector API](data-collector-api.md) don't support Basic Logs.

articles/azure-monitor/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,8 @@ items:
470470
href: logs/manage-logs-tables.md
471471
- name: Add or delete tables and columns
472472
href: logs/create-custom-table.md
473-
- name: Set log data plan
473+
- name: Set Basic or Analytics log data plan
474+
displayName: Basic logs
474475
href: logs/basic-logs-configure.md
475476
- name: Archive and restore
476477
items:

0 commit comments

Comments
 (0)