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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Log Analytics workspace data export continuously exports data that's sent to you
33
33
## Limitations
34
34
35
35
- 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.
37
37
- 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.
38
38
- Destinations must be in the same region as the Log Analytics workspace.
39
39
- 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
159
159
- Use Premium or Dedicated tiers for higher throughput.
160
160
161
161
### 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.
0 commit comments