Skip to content

Commit bdba3ab

Browse files
authored
Merge pull request #185443 from yossi-y/patch-23
Updated destination uniqueness
2 parents a2cc077 + 5e03e3f commit bdba3ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ Log Analytics workspace data export continuously exports data from a Log Analyti
3636
- All tables will be supported in export, but support is currently limited to those specified in the [supported tables](#supported-tables) section below.
3737
- 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.
3838
- 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.
4039
- Destinations must be in the same region as the Log Analytics workspace.
4140
- 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.
4241
- 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
116115
### Destinations monitoring
117116

118117
> [!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).
120119
121120
**Monitoring storage account**
122121

@@ -150,7 +149,7 @@ If you have configured your storage account to allow access from selected networ
150149
- Use 'Premium' or 'Dedicated' tiers for higher throughput
151150

152151
### 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.
154153

155154
> [!NOTE]
156155
> - 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

Comments
 (0)