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
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,15 +32,16 @@ To use the Event Hubs data explorer, navigate to the Event Hubs namespace on whi
32
32
33
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
34
35
-
TODO - Add screenshot for left navigation menu.
35
+
:::image type="content" source="./media/event-hubs-data-explorer/left-pane-nav.png" alt-text="Screenshot showing the left pane nav with 'Data Explorer' selected.":::
36
36
37
37
## Send Events
38
38
39
39
You can send either custom payloads, or pre-canned dataset to the selected event hub using the `Send events` experience.
40
40
41
41
To do so, click on the `send events` button, which will enable the right pane.
42
42
43
-
TODO - screenshot of right pane.
43
+
:::image type="content" source="./media/event-hubs-data-explorer/select-send-events.png" alt-text="Screenshot showing the data explorer pane with 'Send events' selected.":::
44
+
44
45
45
46
### Sending custom payload
46
47
@@ -54,7 +55,8 @@ To send a custom payload -
54
55
55
56
Once the payload details have been defined, click **Send** to send the event payload as defined.
56
57
57
-
TODO Screenshot for custom payload.
58
+
:::image type="content" source="./media/event-hubs-data-explorer/send-event.png" alt-text="Screenshot showing the send event experience for custom payload.":::
59
+
58
60
59
61
### Sending pre-canned dataset
60
62
@@ -66,19 +68,34 @@ To send event payloads from a pre-canned dataset -
66
68
67
69
Once the payload details have been defined, click **Send** to send the event payload as defined.
68
70
69
-
TODO Screenshot for pre-canned payload.
71
+
:::image type="content" source="./media/event-hubs-data-explorer/send-pre-canned-payload.png" alt-text="Screenshot showing the send event experience for pre-canned payload.":::
72
+
70
73
71
74
## View Events
72
75
73
76
Event Hubs data explorer enables viewing the events to inspect the data that fit the criteria.
74
77
75
78
To view events, you can define the below properties, or rely on the default -
76
79
80
+
:::image type="content" source="./media/event-hubs-data-explorer/view-event-menu.png" alt-text="Screenshot showing the data explorer menu with view events selected.":::
81
+
82
+
77
83
1.**PartitionID** - pick either a specific partition or select *All partition IDs*.
78
84
2.**Consumer Group** - pick the *$Default* or another consumer group, or create one on the fly.
79
85
3.**Event position** - Pick the *oldest position* (i.e. the start of the event hub), *Newest position* (i.e. latest ), *Custom position* (for a specific offset, sequence number or timestamp).
80
86
4.**Advanced properties** - Specify the *maximum batch size* and *maximum wait time in seconds*.
81
87
82
88
Once the above options have been set, click **View events** to pull the events and render them on the data explorer.
83
89
84
-
TODO - Fix
90
+
:::image type="content" source="./media/event-hubs-data-explorer/grid-of-events.png" alt-text="Screenshot showing the grid of events.":::
91
+
92
+
93
+
Once the events have been loaded, you can click on **View next events** to pull events using the same query again, or **Clear all** to refresh the grid.
94
+
95
+
## Download event payload
96
+
97
+
When viewing the events on a given event hub, the event payload can be downloaded for further review.
98
+
99
+
To download the event payload, select the specific event and click on the **download** button displayed above the event payload body.
100
+
101
+
:::image type="content" source="./media/event-hubs-data-explorer/download-event-body.png" alt-text="Screenshot showing the event grid with selected event and highlighted download event button.":::
0 commit comments