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/event-hubs/event-hubs-data-exploer.md
+38-1Lines changed: 38 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,4 +28,41 @@ To use the Event Hubs Data Explorer tool, [create an Azure Event Hubs namespace
28
28
29
29
# Use the Event Hubs Data Explorer
30
30
31
-
To use
31
+
To use the Event Hubs data explorer, navigate to the Event Hubs namespace on which you want to perform the data operations.
32
+
33
+
Either navigate to the `Data Explorer` directly where you may pick the event hub, or pick the event hub from the `entities` and then pick the `Data Explorer` from the navigation menu.
34
+
35
+
TODO - Add screenshot for left navigation menu.
36
+
37
+
## Send Events
38
+
39
+
You can send either custom payloads, or pre-canned dataset to the selected event hub using the `Send events` experience.
40
+
41
+
To do so, click on the `send events` button, which will enable the right pane.
42
+
43
+
TODO - screenshot of right pane.
44
+
45
+
### Sending custom payload
46
+
47
+
To send a custom payload -
48
+
1.**Select Dataset** - Pick `Custom payload`.
49
+
2. Select the **Content-Type**, from either `Text/Plain`, `JSON`, or `XML`.
50
+
3. Either upload a JSON file, or type out the payload in the **Enter payload** box.
51
+
4.[Optional] Specific system properties.
52
+
5.[Optional] Custom properties - available in key-value pair.
53
+
6.[Optional] If you wish to send multiple payloads, check the **Repeat send** box, and specify the **Repeat send count** (i.e. the number of payloads to send) and the **Interval between repeat send in ms**.
54
+
55
+
Once the payload details have been defined, click **Send** to send the event payload as defined.
56
+
57
+
### Sending pre-canned dataset
58
+
59
+
To send event payloads from a pre-canned dataset -
60
+
1.**Select Dataset** - Pick an option from the **Pre canned datasets**, for e.g. Yellow taxi, Weather data, and others.
61
+
2.[Optional] Specific system properties.
62
+
3.[Optional] Custom properties - available in key-value pair.
63
+
4.[Optional] If you wish to send multiple payloads, check the **Repeat send** box, and specify the **Repeat send count** (i.e. the number of payloads to send) and the **Interval between repeat send in ms**.
64
+
65
+
Once the payload details have been defined, click **Send** to send the event payload as defined.
0 commit comments