Define outputs

When the leak logger layer is updated, an email notification is sent. Additionally, the leak logger results feature service is updated using GeoEvent Server.

To create the output connectors, complete the following steps:

LeakLogger-Output

  1. Log into the ArcGIS GeoEvent Manager.
  2. Add a new Update a Feature output connector and configure with the following details:
    Parameter Value
    Name LeakLogger-Output
    ArcGIS Server Connection <Service Connection>
    Folder <Folder containing the service>
    Service Name LeakLoggerResults (FeatureServer)
    Layer Leak Logger
    Unique Feature Identifier Field Survey ID
    Update Interval: 1
    Generate flat JSON: Yes
    Formatted JSON: No
    Delete Old Features: No
    Maximum Features Per Transaction: 500

LoggerAreas-Output

  1. Add a new Update a Feature output connector and configure with the following details:
    Parameter Value
    Name LoggerAreas-Output
    ArcGIS Server Connection <Service Connection>
    Folder <Folder containing the service>
    Service Name LeakLoggerResults (FeatureServer)
    Layer Logger Areas
    Unique Feature Identifier Field Survey ID
    Update Interval: 1
    Generate flat JSON: Yes
    Formatted JSON: No
    Delete Old Features: No
    Maximum Features Per Transaction: 500

LeakLoggerLeak-Email

  1. Add a new Send an Email output connector and configure with the following details:
    Parameter Value
    Name LeakLoggerLeak-Email
    Sender's email address <Service Connection>
    Email Recipients <List of users to receive the email>
    Mail Subject Leak Logger detected a leak
    Enter Message Body Here A leak logger device has reported a leak. To see the logger location and study area, click the link provided below.

    <a href="http://www.arcgis.com/apps/Viewer/index.html?appid=9174c728175245f190189ae21802c896center=${MinX},${MinY}&level=17">Logger Viewer</a>

Top