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

Property | Description |
---|---|
Collection | This associates the Agent to a specific Collection (default to that of the current Data Stream). |
Property | Description |
---|---|
Set Value (Formula) | The column or attribute of the input payload that contains the formula to calculate the expected value based on the goal seek variable. |
To Value (Expected Value) | The column or attribute of the input payload to compare the output from the formula. |
By Changing (Goal Seek Variable) | The column or attribute of the input payload to change to reach the expected value. |
Property | Description |
---|---|
Starting Stab Value | Specify the starting point if you know the general region - used to limit the number of guesses required (defaults to 0). |
Initial Tine Spacing | The broadness of the 3 guesses in the initial stab (defaults to 1). For example, starting with 0 and tine spacing of 100, the starting guesses will be -100, 0, and 100. |
Maximum number of Attempts | To prevent an infinite loop, the Agent returns a false outcome if the expected value is not reached within the maximum number of attempts specified (defaults to 1000). |
Before configuring the Function, please ensure that its input endpoint is connected to a parent Agent which will be sending data to it.
Property | Description |
---|---|
Input | This endpoint is used to receive data from the parent Agent, against which the goal will be sought. |
Output | Events received from the parent Agent are made available to this endpoint, with the following appended to the original event:
|
Error | Errors encountered during the execution of this Agent will be published on this endpoint. |
Last modified 7mo ago