timer-source
This source agent periodically emits a new record (an "event") and passes it to the pipeline.
Example
This is an example using the timer-source
agent to emit a new record every 60 seconds.
In this example the timer-source
agent emits one record every 60 seconds.
Defining the contents of the output record
The agent allows you to configure a set of fields that will be written to the output record. As usual you can write to the key part, the value part and the properties of the record. Use the expression language to define the fields and write the expression.
Configuration
Checkout the full configuration properties in the API Reference page.
Last updated