Skip to content

Commit 5769174

Browse files
committed
adding screenshots
1 parent 5cf7c2a commit 5769174

File tree

8 files changed

+22
-5
lines changed

8 files changed

+22
-5
lines changed

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

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ To use the Event Hubs data explorer, navigate to the Event Hubs namespace on whi
3232

3333
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.
3434

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.":::
3636

3737
## Send Events
3838

3939
You can send either custom payloads, or pre-canned dataset to the selected event hub using the `Send events` experience.
4040

4141
To do so, click on the `send events` button, which will enable the right pane.
4242

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+
4445

4546
### Sending custom payload
4647

@@ -54,7 +55,8 @@ To send a custom payload -
5455

5556
Once the payload details have been defined, click **Send** to send the event payload as defined.
5657

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+
5860

5961
### Sending pre-canned dataset
6062

@@ -66,19 +68,34 @@ To send event payloads from a pre-canned dataset -
6668

6769
Once the payload details have been defined, click **Send** to send the event payload as defined.
6870

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+
7073

7174
## View Events
7275

7376
Event Hubs data explorer enables viewing the events to inspect the data that fit the criteria.
7477

7578
To view events, you can define the below properties, or rely on the default -
7679

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+
7783
1. **PartitionID** - pick either a specific partition or select *All partition IDs*.
7884
2. **Consumer Group** - pick the *$Default* or another consumer group, or create one on the fly.
7985
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).
8086
4. **Advanced properties** - Specify the *maximum batch size* and *maximum wait time in seconds*.
8187

8288
Once the above options have been set, click **View events** to pull the events and render them on the data explorer.
8389

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.":::
130 KB
Loading
172 KB
Loading
27.1 KB
Loading
25.7 KB
Loading
32.1 KB
Loading
56.2 KB
Loading
26.3 KB
Loading

0 commit comments

Comments
 (0)