Document toolboxDocument toolbox

Flow 1.25.0

New features

Show a tooltip of the use of variables/parameters

  • If you click on the “i” icon, a new tooltip appears describing what variables do and how they should be used in Flow.

Added a port for discarded events in the Indicators unit

  • When events have dates that do not fit in the active time window, they are discarded and sent to a designated port.

Save the instance on the server when it is created

  • Once you create an instance from a template, the instance is saved once it is created and not when you click on the “Save” button.

Added an option to retry a request on HTTP unit

  • Added a new field to configure retries on two sections: 

General tab. This configuration applies to all errors that are not affected by a rule (default retries configuration). The retries ware configured by an input that represents if retries are enabled and the number of retries (greater than zero). 

Rules tab. For each rule there should be an input to configure if retries are enabled and the number of retries (greater than zero). 

The unit should only execute a retry if the configured timeout is not exceeded.

Added an option to retry a request on HTTP unit

All retries should be printed on a new port: “retry”. The retries port should include these fields: 

  • in data 

  • error message: error 

  • HTTP code: httpCode 

  • remaining retries: remaining 

  • current retry: retry

Delete templates from the Flow Manager

Implement the delete template button. If it has associated instances, a modal appears with the error: “Do you want to delete the template and all its instances?“

If the template has no instances associated, a modal opens with the following message: 2Do you want to remove the template from the server?”

DevoSource Subqueries support

Support subqueries in DevoSource Unit as they are supported today in alerts. When a subquery is detected, add the following mandatory parameters: 

  • internalPeriod: Valid values range from 1 minute (60000) to 100 days (8640000000 milliseconds). 

  • externalOffset: Valid values range from 0 to 100 days (8640000000 milliseconds). 

  • internalOffset: Valid values range from 0 to 100 days (8640000000 milliseconds).

Additional Improvements and Bug fixes

Flow Interface

  • Error messages in Flow web were not displayed.

  • Welcome page: New link to templates documentation.

  • Fixed DevoLastEventDate output event structure.

  • Adapted test reports structure to new CI template 

  • When editing a flow name, it did not follow through in the tab bar.

Backend

  • Deviation and Gradient did not return the operation value field.

  • Flow queries didn’t add the user in s.lt.malote.query.

  • Defined and implemented a system to deploy the application templates in an ordered way and with a control version system.

  • Use application name instead of serviceUser on pilot and squad.

  • Added an application configuration file in the S3 repo. 

  • Change FullQueryReader from internal to protected in order to enable for SecOps instances, they need the unit for the Impacts contexts.

 

Click on the file below to get all of the details relating to our latest Flow release: