You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/logs-data-export.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,6 @@ Log Analytics workspace data export continuously exports data from a Log Analyti
36
36
- All tables will be supported in export, but support is currently limited to those specified in the [supported tables](#supported-tables) section below.
37
37
- The current custom log tables won’t be supported in export. A new version of custom log preview available February 2022, will be supported in export.
38
38
- You can define up to 10 enabled rules in your workspace. More rules are allowed when disabled.
39
-
- Storage account must be unique across all export rules in your workspace.
40
39
- Destinations must be in the same region as the Log Analytics workspace.
41
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.
42
41
- Data export isn't supported in these regions currently:
@@ -116,7 +115,7 @@ If you have configured your storage account to allow access from selected networ
116
115
### Destinations monitoring
117
116
118
117
> [!IMPORTANT]
119
-
> Export destinations have limits and should be monitored to minimize throttling, failures, and latency. See [storage accounts scalability](../../storage/common/scalability-targets-standard-account.md#scale-targets-for-standard-storage-accounts) and [event hub namespace quota](../../event-hubs/event-hubs-quotas.md).
118
+
> Export destinations have limits and should be monitored to minimize throttling, failures, and latency. See [storage accounts scalability](../../storage/common/scalability-targets-standard-account.md#scale-targets-for-standard-storage-accounts) and [event hub namespace quota](../../event-hubs/event-hubs-quotas.md).
120
119
121
120
**Monitoring storage account**
122
121
@@ -150,7 +149,7 @@ If you have configured your storage account to allow access from selected networ
150
149
- Use 'Premium' or 'Dedicated' tiers for higher throughput
151
150
152
151
### Create or update data export rule
153
-
Data export rule defines the destination and tables for which data is exported. You can create 10 rules in 'enable' state in your workspace, more rules are allowed in 'disable' state. Storage account destination must be unique across all export rules in workspace, but multiple rules can export to the same event hub namespace in separate event hubs.
152
+
Data export rule defines the destination and tables for which data is exported. You can create 10 rules in 'enable' state in your workspace, more rules are allowed in 'disable' state. You can use the same storage account and event hub namespace in multiple rules in the same workspace. When event hub names are provided in rules, they must be unique in workspace.
154
153
155
154
> [!NOTE]
156
155
> - You can include tables that aren't yet supported in export, and no data will be exported for these until the tables are supported.
0 commit comments