Skip to main content

Linspace

Description

Input plugin for generating specified count of events linearly spaced in time interval.

Parameters

Usage name: linspace

Supported modes: sample

ParameterExpected valueRequiredDescription
start<datetime> (see format here)YesStart time of interval
end<datetime>YesEnd time of interval
count<int>YesNumber of events within interval
endpoint<bool>No, default is TrueWhether to include end point of interval

Example

linspace:
start: "2024-01-01T00:00:00.000Z"
end: "2024-01-31T00:00:00.000Z"
count: 31
endpoint: true