For the complete documentation index, see llms.txt. This page is also available as Markdown.

Configuration

This section explains each of the properties in the configuration blade.

General

Property
Description

Collection

This associates the Agent to a specific Collection (default to that of the current Data Stream).

Universal ID

36cb054f-f6ac-4ea5-a65b-5f370051af6c

Refer to Collections and Stream Hosts to understand more about Collections.

Settings

Property
Description

Source

The source of the geofence definition can be either Dynamic (read from the geofence input payload) or Static (read from an uploaded CSV file).

Geofence Latitude Column

The column or attribute of the geofence input payload that represents the geofence's Latitude value (applies to Dynamic source only).

Geofence Longitude Column

The column or attribute of the geofence input payload that represents the geofence's Longitude value (applies to Dynamic source only).

Geofence File

A CSV file of Latitude and Longitude pairs, an example can be found here (applies to Static source only).

Latitude Column

The column or attribute of the input payload that represents the Latitude value of the position to be evaluated.

Longitude Column

The column or attribute of the input payload that represents the Longitude value of the position to be evaluated.

Both Latitude and Longitude values are required to be a double or decimal point number.

Endpoints

Name
Description

Geofence_Input

This (optional) endpoint is used to receive dynamic batched geofence data (applies to Dynamic source only).

Input

This endpoint is used to receive position data from the parent (input) Agent on which the geofence is evaluated.

Output

Events received from the parent (input) Agent are made available to this endpoint, with an attribute InsideGeoFence <boolean> appended to the original event. This boolean is true if a given position is inside the geofence.

Last updated

Was this helpful?