Skip to content

Commit 9e175e0

Browse files
Merge pull request #222701 from yossi-y/main
Edited limitation for custom logs
2 parents 5c874f8 + 4420610 commit 9e175e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/logs/logs-data-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Log Analytics workspace data export continuously exports data that's sent to you
3434

3535
## Limitations
3636

37-
- All tables will be supported in export, but tables are currently limited to those specified in the [supported tables](#supported-tables) section.
38-
- Legacy custom logs by using the [HTTP Data Collector API](./data-collector-api.md) won't be supported in export. Data for [data collection rule-based custom logs](./logs-ingestion-api-overview.md) can be exported.
39-
- You can define up to 10 enabled rules in your workspace. More rules are allowed when disabled.
37+
- Custom logs created via [HTTP Data Collector API](./data-collector-api.md), or 'dataSources' API won't be supported in export. Custom log created using [data collection rule](./logs-ingestion-api-overview.md) can be exported.
38+
- We are support more tables in data export gradually, but currently limited to those specified in the [supported tables](#supported-tables) section.
39+
- You can define up to 10 enabled rules in your workspace, each can include multiple tables. You can create more rules in workspace in disabled state.
4040
- Destinations must be in the same region as the Log Analytics workspace.
4141
- The storage account must be unique across rules in the workspace.
4242
- Table names can be 60 characters long when you're exporting to a storage account. They can be 47 characters when you're exporting to event hubs. Tables with longer names won't be exported.

0 commit comments

Comments
 (0)