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-explorer.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,19 @@ Operations run on an Azure Event Hubs namespace are of two kinds.
22
22
> * We advice against using the Event Hubs Data Explorer for larger messages, as this may result in timeouts, depending on the message size, network latency between client and Service Bus service etc. Instead, we recommend that you use your own client to work with larger messages, where you can specify your own timeout values.
23
23
>
24
24
25
-
# Prerequisites
25
+
##Prerequisites
26
26
27
27
To use the Event Hubs Data Explorer tool, [create an Azure Event Hubs namespace and an event hub](event-hubs-create.md).
28
28
29
-
# Use the Event Hubs Data Explorer
29
+
##Use the Event Hubs Data Explorer
30
30
31
31
To use the Event Hubs data explorer, navigate to the Event Hubs namespace on which you want to perform the data operations.
32
32
33
33
Either navigate to the `Data Explorer` directly where you can 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
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
-
## Send Events
37
+
###Send Events
38
38
39
39
You can send either custom payloads, or precanned dataset to the selected event hub using the `Send events` experience.
40
40
@@ -43,7 +43,7 @@ To do so, select the `send events` button, which enables the right pane.
43
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
+
####Sending custom payload
47
47
48
48
To send a custom payload -
49
49
1.**Select Dataset** - Pick `Custom payload`.
@@ -58,7 +58,7 @@ Once the payload details are defined, select **Send** to send the event payload
58
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
59
60
60
61
-
### Sending precanned dataset
61
+
####Sending precanned dataset
62
62
63
63
To send event payloads from a precanned dataset -
64
64
1.**Select Dataset** - Pick an option from the **Pre canned datasets**, for example, Yellow taxi, Weather data, and others.
@@ -71,7 +71,7 @@ Once the payload details are defined, select **Send** to send the event payload
71
71
:::image type="content" source="./media/event-hubs-data-explorer/send-pre-canned-payload.png" alt-text="Screenshot showing the send event experience for precanned payload.":::
72
72
73
73
74
-
## View Events
74
+
###View Events
75
75
76
76
Event Hubs data explorer enables viewing the events to inspect the data that fit the criteria.
77
77
@@ -92,7 +92,7 @@ Once the above options are set, select **View events** to pull the events and re
92
92
93
93
Once the events are loaded, you can select **View next events** to pull events using the same query again, or **Clear all** to refresh the grid.
94
94
95
-
## Download event payload
95
+
###Download event payload
96
96
97
97
When viewing the events on a given event hub, the event payload can be downloaded for further review.
98
98
@@ -101,7 +101,7 @@ To download the event payload, select the specific event and select the **downlo
101
101
:::image type="content" source="./media/event-hubs-data-explorer/download-event-body.png" alt-text="Screenshot showing the grid of events with selected event and highlighted download event button.":::
102
102
103
103
104
-
# Next steps
104
+
##Next steps
105
105
106
106
* Learn more about [Event Hubs](event-hubs-about.md).
107
107
* Check out [Event Hubs features and terminology](event-hubs-features.md)
0 commit comments