Define GeoEvent Service

The Main Break Notification solution utilizes a GeoEvent Service to route the input to the output.

GeoEvent services

  1. Log into the ArcGIS GeoEvent Manager.
  2. Add a new GeoEvent Service with the following properties:
    • Service Name: MainBreakNotification
    • Service Description: This service monitors leaks and main breaks that require a service shutdown. When service shutdown is reported the service sends email notifications.
  3. Configure the service by adding the MainBreaks input and the MainBreakNotification output.
  4. Add a processor with the following details:
    • Name: CriticalFacilities
    • Processor: GeoTagger
    • GeoFences: Facility
    • Spatial Operator: INSIDE
    • Geometry Field Name: GEOMETRY
    • GeoTag Field Name: FACILITY
    • GeoTag Format: DelimitedValue
    • Include GeoFence Category in GeoTag: No
    • Resulting GeoEvent Definition Name: MainBreakWithTag
  5. Connect the MainBreak Input to the CriticalFacilities Processor.
  6. Connect the CriticalFacilities processor to the MainBreakNotification output.
  7. Publish the service. GEE Service
Top