Skip to content
This repository was archived by the owner on May 17, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/v1.0/parse-section.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ These parameters default value will be overwritten by individual parser plugins.
* example: `types user_id:integer,paid:bool,paid_usd_amount:float`
* **time_key** (string) (optional): Specify time field for event time. If the event doesn't have this field, current time is used.
* Default: `nil`
* Note that [json](parser_json), [ltsv](parser_ltsv) and [regexp](parser_regexp) override the default value of this parameter and set it to `time` by default.
* **null_value_pattern** (string) (optional): Specify null value pattern.
* Default: `nil`
* **null_empty_string** (bool) (optional): If `true`, empty string field is replaced with `nil`.
Expand Down