Skip to content

Commit

Permalink
Fix the type of null_value_pattern in configuration/parser-section
Browse files Browse the repository at this point in the history
`regexp` is appropriate for it.

See also: fluent/fluentd#3650

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Mar 1, 2022
1 parent 0b63234 commit 3e791e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/parse-section.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The default value of the following parameters will be overridden by the individu

parameter and set it to `time` by default.

* **`null_value_pattern`** \(string\) \(optional\): Specify null value pattern.
* **`null_value_pattern`** \(regexp\) \(optional\): Specify null value pattern.
* Default: `nil`
* **`null_empty_string`** \(bool\) \(optional\): If `true`, empty string field is

Expand Down

0 comments on commit 3e791e4

Please sign in to comment.