Skip to content

Commit c972b16

Browse files
committed
parser_json: use JSON as fallback parser instead of Yajl
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
1 parent c4a6c3b commit c972b16

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.
1818

1919
Here is a simple comparison:
2020

0 commit comments

Comments
 (0)