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
@@ -117,7 +117,7 @@ Now you connect to the event hub from Azure Data Explorer. When this connection
117
117
| Event system properties | Select relevant properties | The [Event Hub system properties](/azure/service-bus-messaging/service-bus-amqp-protocol-guide#message-annotations). If there are multiple records per event message, the system properties will be added to the first one. When adding system properties, [create](/azure/kusto/management/tables#create-table) or [update](/azure/kusto/management/tables#alter-table-and-alter-merge-table) table schema and [mapping](/azure/kusto/management/mappings) to include the selected properties. |
118
118
| | |
119
119
120
-
Target table:
120
+
**Target table:**
121
121
122
122
There are two options for routing the ingested data: *static* and *dynamic*.
123
123
For this article, you use static routing, where you specify the table name, data format, and mapping. Therefore, leave **My data includes routing info** unselected.
@@ -135,6 +135,8 @@ Now you connect to the event hub from Azure Data Explorer. When this connection
135
135
> * Enable GZip compression for static routing by opening a [support request in the Azure portal](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview). Enable GZip compression for dynamic routing as seen in the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest).
136
136
> * Avro format and event system properties aren't supported on compression payload.
When you run the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) listed in Prerequisites, you need the connection string for the event hub namespace.
Copy file name to clipboardExpand all lines: articles/data-explorer/ingest-data-iot-hub.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
title: 'Ingest data from IoT Hub into Azure Data Explorer'
3
3
description: 'In this article, you learn how to ingest (load) data into Azure Data Explorer from IoT Hub.'
4
-
author: oflipman
5
-
ms.author: oflipman
6
-
ms.reviewer: orspodek
4
+
author: orspod
5
+
ms.author: orspodek
6
+
ms.reviewer: tzgitlin
7
7
ms.service: data-explorer
8
8
ms.topic: conceptual
9
-
ms.date: 08/27/2019
9
+
ms.date: 01/08/2020
10
10
11
11
# Customer intent: As a database administrator, I want to ingest data into Azure Data Explorer from an IoT Hub, so I can analyze streaming data.
12
12
---
@@ -101,6 +101,8 @@ Now you connect to the IoT Hub from Azure Data Explorer. When this connection is
101
101
> * Select **My data includes routing info** to use dynamic routing, where your data includes the necessary routing information as seen in the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) comments. If both static and dynamic properties are set, the dynamic properties override the static ones.
102
102
> * Only events enqueued after you create the data connection are ingested.
If you selected **Event system properties** in the **Data Source** section of the table above, go to the [Web UI](https://dataexplorer.azure.com/) to run the relevant KQL command for proper mapping creation.
> * You must include all selected properties in the mapping.
37
+
> * The properties order is important in csv mapping. The system properties must be listed before all other properties and in the same order in which they appear in the **Event system properties** dropdown.
0 commit comments