Dataset functions
Dataset functions create events to form a dataset. You can use a dataset function with any generating command, such as the from
, join
, and union
commands.
Dataset function | Supported runtime | Description |
---|---|---|
repeat | splunkd | Use this function to create events in a temporary dataset. The SPL2 repeat() dataset function is similar to the makeresults command in SPL.
|
See also
Related information