repeat
Repeats the input a number of times.
Description
The repeat
operator relays the input without any modification, and repeats its
inputs a specified number of times. It is primarily used for testing and when
working with generated data.
Potentially High Memory Usage
Take care when using this operator with large inputs.
count: int (optional)
The number of times to repeat the input data.
If not specified, the operator repeats its input indefinitely.
Examples
Given the following events as JSON:
The repeat
operator will repeat them indefinitely, in order:
To just repeat the first event 5 times, use: