Co-authored-by: Dan Hermann <danhermann@users.noreply.github.com> Co-authored-by: Jakob Reiter <jakommo@users.noreply.github.com>
This commit is contained in:
parent
e09074d382
commit
803f1ec897
|
@ -11,8 +11,8 @@ Converts a JSON string into a structured JSON object.
|
|||
[options="header"]
|
||||
|======
|
||||
| Name | Required | Default | Description
|
||||
| `field` | yes | - | The field to be parsed
|
||||
| `target_field` | no | `field` | The field to insert the converted structured object into
|
||||
| `field` | yes | - | The field to be parsed.
|
||||
| `target_field` | no | `field` | The field that the converted structured object will be written into. Any existing content in this field will be overwritten.
|
||||
| `add_to_root` | no | false | Flag that forces the serialized json to be injected into the top level of the document. `target_field` must not be set when this option is chosen.
|
||||
include::common-options.asciidoc[]
|
||||
|======
|
||||
|
|
Loading…
Reference in New Issue