ltsv
Last updated
Was this helpful?
Last updated
Was this helpful?
The ltsv
formatter plugin output an event as .
Delimiter for fields.
Delimiter for key value field.
Add \n
to the result.
If true, the time field (as specified by the time_key
parameter) is kept in the record.
The field name for the time key.
By default, the output format is iso8601 (e.g. "2008-02-01T21:41:49"). One can specify their own format with this parameter.
If true, the tag field (as specified by the tag_key
parameter) is kept in the record.
The field name for the tag key.
If true, use local time. Otherwise, UTC is used. This parameter is overwritten by the utc
parameter.
By setting this parameter, one can parse the time value in the specified timezone. The following formats are accepted:
[+-]HH:MM (e.g. "+09:00")
[+-]HHMM (e.g. "+0900")
[+-]HH (e.g. "+09")
Region/Zone (e.g. "Asia/Tokyo")
Region/Zone/Zone (e.g. "America/Argentina/Buenos_Aires")
The timezone set in this parameter takes precedence over localtime
**, e.g., if localtime
is set to true
but timezone
is set to +0000
, UTC would be used.
This incoming event is formatted to:
If this article is incorrect or outdated, or omits critical information, please . is a open source project under . All components are available under the Apache 2 License.