Skip to content

Commit d91e7c5

Browse files
authored
Merge pull request #279712 from guywi-ms/patch-118
Update basic logs interactive retention period
2 parents 5071878 + 1134d74 commit d91e7c5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table summarizes the Basic and Analytics log data plans.
3030
|:---|:---|:---|
3131
| Ingestion | Regular ingestion cost. | Reduced ingestion cost. |
3232
| Log queries | Full query capabilities<br/>No extra cost. | [Basic query capabilities](basic-logs-query.md#limitations).<br/>Pay-per-use.|
33-
| Retention | [Configure retention from 30 days to two years](data-retention-archive.md). | Retention fixed at eight days.<br/>When you change an existing table's plan to Basic logs, [Azure archives data](data-retention-archive.md) that's more than eight days old but still within the table's original retention period. |
33+
| Retention | [Configure retention from 30 days to two years](data-retention-archive.md). | Retention fixed at thirty days.<br/>When you change an existing table's plan to Basic logs, [Azure archives data](data-retention-archive.md) that's more than thirty days old but still within the table's original retention period. |
3434
| Alerts | Supported. | Not supported. |
3535

3636
> [!NOTE]
@@ -42,14 +42,14 @@ By default, all tables in your Log Analytics workspace are Analytics tables, and
4242

4343
Configure a table for Basic logs if:
4444

45-
- You don't require more than eight days of data retention for the table.
45+
- You don't require more than thirty days of data retention for the table.
4646
- You only require basic queries of the data using a [limited version of the query language](basic-logs-query.md#limitations).
4747
- The cost savings for data ingestion exceed the expected cost for any expected queries.
4848
- The table [supports Basic logs](#supported-tables).
4949

5050
## Set a table's log data plan
5151

52-
When you change a table's plan from Analytics to Basic, Log Analytics immediately archives any data that's older than eight days and up to original data retention of the table. In other words, the total retention period of the table remains unchanged, unless you explicitly [modify the archive period](../logs/data-retention-archive.md).
52+
When you change a table's plan from Analytics to Basic, Log Analytics immediately archives any data that's older than thirty days and up to original data retention of the table. In other words, the total retention period of the table remains unchanged, unless you explicitly [modify the archive period](../logs/data-retention-archive.md).
5353

5454
When you change a table's plan from Basic to Analytics, the changes take affect on existing data in the table immediately.
5555

@@ -133,7 +133,7 @@ Status code: 200
133133
```http
134134
{
135135
"properties": {
136-
"retentionInDays": 8,
136+
"retentionInDays": 30,
137137
"totalRetentionInDays": 30,
138138
"archiveRetentionInDays": 22,
139139
"plan": "Basic",
@@ -173,6 +173,7 @@ Update-AzOperationalInsightsTable -ResourceGroupName RG-NAME -WorkspaceName WOR
173173

174174
---
175175

176+
176177
## Supported tables
177178

178179
These tables currently support Basic logs:
4.78 KB
Loading

0 commit comments

Comments
 (0)