WARNING: Version 5.1 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
editJSON 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 |
{ "json": { "field": "{\"foo\": 2000}" } }