Skip to content

Commit 29e46b3

Browse files
authored
Merge pull request #105600 from yossi-karp/streaming-26-02-2020
Incorporated content from the internal file
2 parents 4f8d94a + 5a2e11b commit 29e46b3

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

articles/data-explorer/ingest-data-streaming.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ Streaming ingestion is targeted for scenarios that require low latency with an i
1515

1616
Use the classic (bulk) ingestion instead of streaming ingestion when the amount of data grows to more than 1 MB per second per table. Read [Data ingestion overview](/azure/data-explorer/ingest-data-overview) to learn more about the various methods of ingestion.
1717

18-
> [!NOTE]
19-
> Streaming ingestion doesn't support the following features:
20-
> * [Database cursors](/azure/kusto/management/databasecursor).
21-
> * [Data mapping](/azure/kusto/management/mappings). Only [pre-created](/azure/kusto/management/tables#create-ingestion-mapping) data mapping is supported.
22-
2318
## Prerequisites
2419

2520
* If you don't have an Azure subscription, create a [free Azure account](https://azure.microsoft.com/free/) before you begin.
@@ -28,6 +23,9 @@ Use the classic (bulk) ingestion instead of streaming ingestion when the amount
2823

2924
## Enable streaming ingestion on your cluster
3025

26+
> [!WARNING]
27+
> Please review the [limitations](#limitations) prior to enabling steaming ingestion.
28+
3129
1. In the Azure portal, go to your Azure Data Explorer cluster. In **Settings**, select **Configurations**.
3230
1. In the **Configurations** pane, select **On** to enable **Streaming ingestion**.
3331
1. Select **Save**.
@@ -44,8 +42,9 @@ Use the classic (bulk) ingestion instead of streaming ingestion when the amount
4442

4543
There are two supported streaming ingestion types:
4644

47-
* [Event Hub](/azure/data-explorer/ingest-data-event-hub) used as a data source
48-
* Custom ingestion requires you to write an application that uses one of Azure Data Explorer client libraries. See [streaming ingestion sample](https://github.com/Azure/azure-kusto-samples-dotnet/tree/master/client/StreamingIngestionSample) for a sample application.
45+
46+
* [**Event Hub**](/azure/data-explorer/ingest-data-event-hub) used as a data source
47+
* **Custom ingestion** requires you to write an application that uses one of the Azure Data Explorer client libraries. See [streaming ingestion sample](https://github.com/Azure/azure-kusto-samples-dotnet/tree/master/client/StreamingIngestionSample) for a sample application.
4948

5049
### Choose the appropriate streaming ingestion type
5150

@@ -74,6 +73,10 @@ There are two supported streaming ingestion types:
7473
* Enabling streaming ingestion on a cluster, even when data isn't ingested via streaming, uses part of the local SSD disk of the cluster machines for streaming ingestion data and reduces the storage available for hot cache.
7574
* [Extent tags](/azure/kusto/management/extents-overview.md#extent-tagging) can't be set on the streaming ingestion data.
7675

76+
Streaming ingestion doesn't support the following features:
77+
* [Database cursors](/azure/kusto/management/databasecursor).
78+
* [Data mapping](/azure/kusto/management/mappings). Only [pre-created](/azure/kusto/management/tables#create-ingestion-mapping) data mapping is supported.
79+
7780
## Next steps
7881

7982
* [Query data in Azure Data Explorer](web-query-data.md)

0 commit comments

Comments
 (0)