Skip to content

Commit bacd4ef

Browse files
authored
Merge pull request #203682 from adiBiran/BasicLogs_PowerShell
Adjust Basic Logs to ContainerLogV2
2 parents b350b37 + 2b6caba commit bacd4ef

File tree

7 files changed

+2
-3
lines changed

7 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Setting a table's [log data plan](log-analytics-workspace-overview.md#log-data-p
1414
> You can switch a table's plan once a week. The Basic Logs feature is not available for workspaces in [legacy pricing tiers](cost-logs.md#legacy-pricing-tiers).
1515
1616
## Which tables support Basic Logs?
17-
All tables in your Log Analytics are Analytics tables, by default. You can configure particular tables to use Basic Logs. You can't configure a table for Basic Logs if Azure Monitor relies on that table for specific features.
18-
17+
By default, all tables in your Log Analytics are Analytics tables, and available for query and alerts.
1918
You can currently configure the following tables for Basic Logs:
2019

2120
- All tables created with the [Data Collection Rule (DCR)-based custom logs API.](custom-logs-overview.md)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ https://api.loganalytics.io/v1/workspaces/testWS/search?timespan=P1D
8181

8282
```json
8383
{
84-
"query": "ContainerLog | where LogEntry has \"some value\"\n",
84+
"query": "ContainerLogV2 | where Computer == \"some value\"\n",
8585
}
8686
```
8787

57 KB
Loading
167 KB
Loading
0 Bytes
Loading
0 Bytes
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)