Skip to content

Commit 5cf7c2a

Browse files
committed
adding TOC and viewing details
1 parent 5dceecf commit 5cf7c2a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

articles/event-hubs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@
9393
- name: Stream data into Azure Databricks using Event Hubs
9494
href: /azure/databricks/scenarios/databricks-stream-from-eventhubs
9595
maintainContext: true
96+
- name: Use Event Hubs Data Explorer to run data operations on Azure Event Hubs
97+
href: event-hubs-data-explorer.md
9698
- name: Samples
9799
items:
98100
- name: Code samples

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ To send a custom payload -
5454

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

57+
TODO Screenshot for custom payload.
58+
5759
### Sending pre-canned dataset
5860

5961
To send event payloads from a pre-canned dataset -
@@ -64,5 +66,19 @@ To send event payloads from a pre-canned dataset -
6466

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

69+
TODO Screenshot for pre-canned payload.
70+
6771
## View Events
6872

73+
Event Hubs data explorer enables viewing the events to inspect the data that fit the criteria.
74+
75+
To view events, you can define the below properties, or rely on the default -
76+
77+
1. **PartitionID** - pick either a specific partition or select *All partition IDs*.
78+
2. **Consumer Group** - pick the *$Default* or another consumer group, or create one on the fly.
79+
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+
4. **Advanced properties** - Specify the *maximum batch size* and *maximum wait time in seconds*.
81+
82+
Once the above options have been set, click **View events** to pull the events and render them on the data explorer.
83+
84+
TODO - Fix

0 commit comments

Comments
 (0)