Random

Random

This filter is used to inject an extra field with a random number in the propagated Message.

Parameters

ParameterTypeDefaultDescription
outputSTRING“main”the field of the propagated Message that will contain the random number
minSTRING“0”the min value of the extracted number is min
maxSTRING“999999”the max value of the extracted number is max
... | random(output="random_field", min="9", max="90") | ...

Output

The output Message will be equal to the input, but it will also include the new random field.

Examples