Skip to content

Commit 7a5a767

Browse files
Merge pull request #262986 from yossi-y/patch-19
Improved rule creation description
2 parents 8e62e9c + 7ffba28 commit 7a5a767

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Log Analytics workspace data export continuously exports data that's sent to you
3333
## Limitations
3434

3535
- Custom logs created using the [HTTP Data Collector API](./data-collector-api.md) can't be exported, including text-based logs consumed by Log Analytics agent. Custom logs created using [data collection rules](./logs-ingestion-api-overview.md), including text-based logs, can be exported.
36-
- Data export will gradually support more tables, but is currently limited to tables specified in the [supported tables](#supported-tables) section.
36+
- Data export will gradually support more tables, but is currently limited to tables specified in the [supported tables](#supported-tables) section. You can include tables that aren't yet supported in rules, but no data will be exported for them until the tables are supported.
3737
- 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.
3838
- Destinations must be in the same region as the Log Analytics workspace.
3939
- The Storage Account must be unique across rules in the workspace.
@@ -159,12 +159,11 @@ If you've configured your Storage Account to allow access from selected networks
159159
- Use Premium or Dedicated tiers for higher throughput.
160160

161161
### Create or update a data export rule
162-
A data export rule defines the destination and tables for which data is exported. You can create 10 rules in the **Enabled** state in your workspace. More rules are allowed in the **Disabled** state. The Storage Account must be unique across rules in the workspace. Multiple rules can use the same Event Hubs namespace when you're sending to separate Event Hubs.
163-
164-
> [!NOTE]
165-
> - You can include tables that aren't yet supported in rules, but no data will be exported for them until the tables are supported.
166-
> - Export to a Storage Account: A separate container is created in the Storage Account for each table.
167-
> - Export to Event Hubs: If an Event Hub name isn't provided, a separate Event Hub is created for each table. The [number of supported Event Hubs in Basic and Standard namespace tiers is 10](../../event-hubs/event-hubs-quotas.md#common-limits-for-all-tiers). When you're exporting more than 10 tables to these tiers, either split the tables between several export rules to different Event Hubs namespaces or provide an Event Hub name in the rule to export all tables to it.
162+
A data export rule defines the destination and tables for which data is exported. The rule provisioning takes about 30 minutes before the export operation initiated. Data export rules considerations:
163+
- The Storage Account must be unique across rules in the workspace.
164+
- Multiple rules can use the same Event Hubs namespace when you're sending to separate Event Hubs.
165+
- Export to a Storage Account: A separate container is created in the Storage Account for each table.
166+
- Export to Event Hubs: If an Event Hub name isn't provided, a separate Event Hub is created for each table. The [number of supported Event Hubs in Basic and Standard namespace tiers is 10](../../event-hubs/event-hubs-quotas.md#common-limits-for-all-tiers). When you're exporting more than 10 tables to these tiers, either split the tables between several export rules to different Event Hubs namespaces or provide an Event Hub name in the rule to export all tables to it.
168167

169168
# [Azure portal](#tab/portal)
170169

0 commit comments

Comments
 (0)