WARNING: Version 5.2 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
JSON Processor
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
JSON Processor
editConverts a JSON string into a structured JSON object.
Table 23. Json Options
Name | Required | Default | Description |
---|---|---|---|
|
yes |
- |
The field to be parsed |
|
no |
|
The field to insert the converted structured object into |
|
no |
false |
Flag that forces the serialized json to be injected into the top level of the document. |
{ "json": { "field": "{\"foo\": 2000}" } }
Was this helpful?
Thank you for your feedback.