Skip to content

Commit 0c7a1d1

Browse files
authored
Merge pull request #174393 from yossi-y/patch-11
Updated limitations
2 parents f33d623 + d7c4593 commit 0c7a1d1

File tree

1 file changed

+36
-7
lines changed

1 file changed

+36
-7
lines changed

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

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,45 @@ Log Analytics workspace data export continuously exports data from a Log Analyti
2828

2929
## Limitations
3030

31-
- Configuration currently can be performed using CLI or REST requests. Azure portal or PowerShell are not supported yet.
31+
- Configuration can currently be performed using CLI or REST requests. Azure portal or PowerShell are not supported yet.
3232
- The `--export-all-tables` option in CLI and REST isn't supported and will be removed. You should provide the list of tables in export rules explicitly.
33-
- Supported tables currently are limited those specified in the [supported tables](#supported-tables) section below. For example, custom log tables currently aren't supported.
34-
- If the data export rule includes an unsupported table, the operation will succeed, but no data will be exported for that table until the table gets supported.
33+
- Supported tables are limited those specified in the [supported tables](#supported-tables) section below.
34+
- The existing custom log tables won’t be supported in export. A new custom log version available in March 2022 will be supported.
35+
- If the data export rule includes an unsupported table, the operation will succeed, but no data will be exported for that table until the table becomes supported.
3536
- If the data export rule includes a table that doesn't exist, it will fail with error `Table <tableName> does not exist in the workspace`.
36-
- Data export will be available in all regions, but currently not available in the following: Switzerland North, Switzerland West, Germany West Central, Australia Central 2, UAE Central, UAE North, Japan West, Brazil Southeast, Norway East, Norway West, France South, South India, Korea South, Jio India Central, Jio India West, Canada East, West US 3, Sweden Central, Sweden South, Government clouds, China.
37-
- You can define up to 10 enabled rules in your workspace. Additional rules are allowed but in disable state.
37+
- You can define up to 10 enabled rules in your workspace. Additional rules are allowed when disabled.
3838
- Destination must be unique across all export rules in your workspace.
39-
- The destination storage account or event hub must be in the same region as the Log Analytics workspace.
40-
- Names of tables to be exported can be no longer than 60 characters for a storage account and no more than 47 characters for an event hub. Tables with longer names will not be exported.
39+
- Destinations must be in the same region as the Log Analytics workspace.
40+
- Tables names can be no longer than 60 characters when exporting to storage account and 47 characters to event hub. Tables with longer names will not be exported.
41+
- Data export will be available in all regions, but currently supported in:
42+
- Australia Central
43+
- Australia East
44+
- Australia Southeast
45+
- Brazil South
46+
- Canada Central
47+
- Central India
48+
- Central US
49+
- East Asia
50+
- East US
51+
- East US 2
52+
- France Central
53+
- Germany West Central
54+
- Japan East
55+
- Korea Central
56+
- North Central US
57+
- North Europe
58+
- South Africa North
59+
- South Central US
60+
- Southeast Asia
61+
- Switzerland North
62+
- Switzerland West
63+
- UAE North
64+
- UK South
65+
- UK West
66+
- West Central US
67+
- West Europe
68+
- West US
69+
- West US 2
4170

4271
## Data completeness
4372
Data export will continue to retry sending data for up to 30 minutes in the event that the destination is unavailable. If it's still unavailable after 30 minutes then data will be discarded until the destination becomes available.

0 commit comments

Comments
 (0)