Set time plugin

February 20, 2025 ยท View on GitHub

It adds time field to the event.

Config params

field string default=time required

The event field to put the time.


format string default=rfc3339nano required

Date format to parse a field. Can be specified as a datetime layout in Go time.Parse format or by alias. List of available datetime format aliases can be found here.


override bool default=true

Override field if exists.



Generated using insane-doc