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/iot-operations/discover-manage-assets/howto-use-sse-connector.md
+19-6Lines changed: 19 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,17 +178,30 @@ To define an asset that publishes events from the SSE endpoint, follow these ste
178
178
179
179
1. Add any custom properties you want to associate with the asset. For example, you might add a property to indicate the manufacturer of the camera. Select **Next** to continue.
180
180
181
-
1. On the **Datasets** page, create any datasets required and define the data points.
181
+
A dataset defines where the connector sends the data it collects from a collection of data points. An SSE asset can have multiple datasets. To create a dataset:
182
182
183
-
1.On the **Event groups** page, create an event group to define the events to publish to the MQTT broker.
183
+
1.Select **Create dataset**.
184
184
185
-
1.In the event group, select **Add event** to add an event for the asset. For example:
185
+
1.Enter the details for the dataset such as its name, data source, and destination. For SSE assets, the data source is the path on the SSE endpoint. The destination is either an MQTT topic or a [broker state store](../develop-edge-apps/overview-state-store.md) key.
186
186
187
-
:::image type="content" source="media/howto-use-sse-connector/add-event.png" alt-text="Screenshot that shows how to add an event for SSE source." lightbox="media/howto-use-sse-connector/add-event.png":::
187
+
1. Select **Create and next** to create the dataset.
188
+
189
+
> [!TIP]
190
+
> Use the **Manage default settings** option to configure default dataset settings.
191
+
192
+
An event group defines where the connector sends the data it receives from a collection of events. An SSE asset can have multiple event groups. To create an event group:
193
+
194
+
1. Select **Create event group**.
188
195
189
-
Add details for each event to publish to the MQTT broker.
196
+
1. Enter a name for the event group and the destination MQTT topic.
197
+
198
+
1. Select **Create and next** to create the event group and go to the events page.
199
+
200
+
1. Select **Add event** to add an event to the group. For example:
201
+
202
+
:::image type="content" source="media/howto-use-sse-connector/add-event.png" alt-text="Screenshot that shows how to add an event for SSE source." lightbox="media/howto-use-sse-connector/add-event.png":::
190
203
191
-
Select **Next** to continue.
204
+
Add details for each event to publish to the MQTT broker. Select **Next** to continue.
192
205
193
206
1. On the **Review** page, review the details of the asset and select **Create** to create the asset. After a few minutes, the asset is listed on the **Assets** page:
0 commit comments