Skip to content

Commit b7b920a

Browse files
authored
Update libbeat/processors/actions/docs/decode_json_fields.asciidoc
1 parent 1a677fa commit b7b920a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libbeat/processors/actions/docs/decode_json_fields.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ default value is `false`.
3838
`expand_keys`:: (Optional) A Boolean value that specifies whether keys in the decoded JSON
3939
should be recursively de-dotted and expanded into a hierarchical object structure.
4040
For example, `{"a.b.c": 123}` would be expanded into `{"a":{"b":{"c":123}}}`.
41-
`add_error_key`:: (Optional) If set to `true`, the `error` field is a part of the event with the error message. If set to `false`, there will not be any error in the event field. This error occurs while decoding JSON keys. The default value is `false`.
41+
`add_error_key`:: (Optional) If set to `true` and an error occurs while decoding JSON keys,
42+
the `error` field will become a part of the event with the error message. If set to `false`, there will not be any error in the event's field. The default value is `false`.
4243
`document_id`:: (Optional) JSON key that's used as the document ID. If configured,
4344
the field will be removed from the original JSON document and stored in
4445
`@metadata._id`

0 commit comments

Comments
 (0)