Min Max

Minimum is the smallest amount possible and maximum is the converse - the most amount possible.

The Min Max Function returns the records that match the minimum - or maximum - value from grouped columns in a dataset.

For example, if a dataset contains 10 rows and 5 columns: an asset identifier, a temperature reading and 3 other readings. The first 5 rows are for asset A and the next 5 are for asset B. A Min Max agent that grouped by the asset identifier, and performed a minimum aggregation on the temperature, would return one event per asset: the event with the minimum temperature.

Details for an example and its configuration can be found in the How to Use section.

This agent expects to receive batched data. There is no effect on events received singly.

Pre-requisites

None at this time

Download

Last updated