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.
This agent expects to receive batched data. There is no effect on events received singly.
None at this time
Name | Link |
---|---|
Min Max Function v1.01 |
Last modified 1yr ago