Edit

Share via


Real-Time Intelligence tutorial part 3: Set an alert on your event stream

Note

This tutorial is part of a series. For the previous section, see: Real-Time Intelligence tutorial part 2: Get data in the Real-Time hub.

In this part of the tutorial, you learn how to set an alert on your eventstream to receive a notification in Teams when the number of bikes falls below a certain threshold.

Set an alert on the eventstream

  1. From the left navigation bar, select Real-Time.

  2. Select the eventstream you created in the previous tutorial named TutorialEventstream. The eventstream details page opens.

    Screenshot of eventstreams details page and set alert selected.

  3. Select Set alert

  4. A new pane opens. Fill in the fields as follows:

    Field Value
    Details
    Rule name TutorialRule
    Condition
    Check On each event when
    Field No_Bikes
    Condition Is less than
    Value 5
    Action
    Select action Message to individuals
    To Your Teams account
    Headline Activator alert
    Notes The condition has been met
    Context No_Bikes
    Save location
    Workspace The workspace in which you created resources
    Item Create a new item
    New item name Tutorial

    Screenshot of Set alert pane in Real-Time Intelligence.

  5. Select Create.

    The alert is set and you receive a notification in Teams when the condition is met.

For more information about tasks performed in this tutorial, see:

Next step