Skip to content

Latest commit

 

History

History
executable file
·
26 lines (14 loc) · 638 Bytes

README.md

File metadata and controls

executable file
·
26 lines (14 loc) · 638 Bytes

Set time plugin

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