The following placeholders can be used to insert dynamic data in the content files, as well as in config properties like filename
and path
to define the file and directory names, respectively.
fields
Replaced with the content of any of the supplied fields.
Example:
options
Replaced with the content of any of the supplied options.
Example:
@timestamp
Replaced with the current Unix timestamp, in milliseconds.
Example:
@id
Replaced with the unique entry ID.
Example:
@date
Replaced with the current date formatted by Moment.js. It’s in the format @date:MASK
, where MASK
represents any format string supported by Moment.js.
Example: