Skip to content

Commit 5bb471b

Browse files
committed
Added Query exported data paragraph
1 parent b42237a commit 5bb471b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ The [number of supported event hubs in Basic and Standard namespace tiers is 10]
8484
> - The Basic Event Hubs namespace tier is limited. It supports [lower event size](../../event-hubs/event-hubs-quotas.md#basic-vs-standard-vs-premium-vs-dedicated-tiers) and no [Auto-inflate](../../event-hubs/event-hubs-auto-inflate.md) option to automatically scale up and increase the number of throughput units. Because data volume to your workspace increases over time and as a consequence event hub scaling is required, use Standard, Premium, or Dedicated Event Hubs tiers with the **Auto-inflate** feature enabled. For more information, see [Automatically scale up Azure Event Hubs throughput units](../../event-hubs/event-hubs-auto-inflate.md).
8585
> - Data export can't reach Event Hubs resources when virtual networks are enabled. You have to select the **Allow Azure services on the trusted services list to access this storage account** checkbox to bypass this firewall setting in an event hub to grant access to your event hubs.
8686
87+
## Query exported data
88+
89+
Exporting data from workspaces to Storage Accounts help satisfy various scenarios mentioned in [overview](#overview), and can be consumed by tools that can read blobs from Storage Accounts. The following methods let you query data using Log Analytics query language, which is the same for Azure Data Explorer.
90+
1. Use Azure Data Explorer to [query data in Azure Data Lake](../../data-explorer/data-lake-query-data.md).
91+
2. Use Azure Data Explorer to [ingest data from a Storage Account](../../data-explorer/ingest-from-container.md).
92+
3. Use Log Analytics workspace to query [ingested data using Logs Ingestion API ](./logs-ingestion-api-overview.md). Ingested data is to a custom log table and not to the original table.
93+
94+
8795
## Enable data export
8896
The following steps must be performed to enable Log Analytics data export. For more information on each, see the following sections:
8997

0 commit comments

Comments
 (0)