Skip to content

Commit 5dceecf

Browse files
committed
more send events
1 parent dfd4e16 commit 5dceecf

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

articles/event-hubs/event-hubs-data-exploer.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,41 @@ To use the Event Hubs Data Explorer tool, [create an Azure Event Hubs namespace
2828

2929
# Use the Event Hubs Data Explorer
3030

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.
66+
67+
## View Events
68+

0 commit comments

Comments
 (0)