Skip to content

Commit c81d1a9

Browse files
authored
parser_json: use JSON as fallback parser instead of Yajl (#560)
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent c4a6c3b commit c81d1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See [Parse Section Configurations](../configuration/parse-section.md).
1414

1515
Sets the JSON parser. If you have a problem with the configured parser, check the other available parser types.
1616

17-
NOTE: If you want to enable `json_parser oj` by default, The `oj` gem must be installed separately. This is because `oj` gem is not required from fluentd by default. If `oj` gem is not installed, `yajl` is used as a fallback.
17+
NOTE: If you want to enable `json_parser oj` by default, The `oj` gem must be installed separately. This is because `oj` gem is not required from fluentd by default. If `oj` gem is not installed, `json` is used as a fallback. (The fallback has been changed from `yajl` to `json` since v1.19.0.)
1818

1919
Here is a simple comparison:
2020

0 commit comments

Comments
 (0)