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/data-explorer/ingest-data-streaming.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,11 +15,6 @@ Streaming ingestion is targeted for scenarios that require low latency with an i
15
15
16
16
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.
17
17
18
-
> [!NOTE]
19
-
> Streaming ingestion doesn't support the following features:
> *[Data mapping](/azure/kusto/management/mappings). Only [pre-created](/azure/kusto/management/tables#create-ingestion-mapping) data mapping is supported.
22
-
23
18
## Prerequisites
24
19
25
20
* 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
28
23
29
24
## Enable streaming ingestion on your cluster
30
25
26
+
> [!WARNING]
27
+
> Please review the [limitations](#limitations) prior to enabling steaming ingestion.
28
+
31
29
1. In the Azure portal, go to your Azure Data Explorer cluster. In **Settings**, select **Configurations**.
32
30
1. In the **Configurations** pane, select **On** to enable **Streaming ingestion**.
33
31
1. Select **Save**.
@@ -44,8 +42,9 @@ Use the classic (bulk) ingestion instead of streaming ingestion when the amount
44
42
45
43
There are two supported streaming ingestion types:
46
44
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.
49
48
50
49
### Choose the appropriate streaming ingestion type
51
50
@@ -74,6 +73,10 @@ There are two supported streaming ingestion types:
74
73
* 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.
75
74
*[Extent tags](/azure/kusto/management/extents-overview.md#extent-tagging) can't be set on the streaming ingestion data.
76
75
76
+
Streaming ingestion doesn't support the following features:
*[Data mapping](/azure/kusto/management/mappings). Only [pre-created](/azure/kusto/management/tables#create-ingestion-mapping) data mapping is supported.
79
+
77
80
## Next steps
78
81
79
82
*[Query data in Azure Data Explorer](web-query-data.md)
0 commit comments