WARNING: Version 1.7 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.
Get Transformed
editGet Transformed
editThe get endpoint will retransform the source if the _source_transform
parameter is set. Example:
curl -XGET "http://localhost:9200/test/example/3?pretty&_source_transform"
The transform is performed before any source filtering but it is mostly designed to make it easy to see what was passed to the index for debugging.