Skip to content

Commit

Permalink
Add fix implemented in #4845 (#5253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton authored and ruflin committed Sep 27, 2017
1 parent aaf34c8 commit 0b104ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions libbeat/docs/processors-using.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ processors:
fields: ["field1", "field2", ...]
process_array: false
max_depth: 1
target:
target: ""
overwrite_keys: false
-----------------------------------------------------

Expand All @@ -423,7 +423,8 @@ arrays. The default is false.
`target`:: (Optional) The field under which the decoded JSON will be written. By
default the decoded JSON object replaces the string field from which it was
read. To merge the decoded JSON fields into the root of the event, specify
`target` with an empty value (`target:`).
`target` with an empty string (`target: ""`). Note that the `null` value (`target:`)
is treated as if the field was not set at all.
`overwrite_keys`:: (Optional) A boolean that specifies whether keys that already
exist in the event are overwritten by keys from the decoded JSON object. The
default value is false.
Expand Down

0 comments on commit 0b104ff

Please sign in to comment.