diff --git a/docs/reference/docs/update.asciidoc b/docs/reference/docs/update.asciidoc index ff4c4c657d7..6cb95f406a8 100644 --- a/docs/reference/docs/update.asciidoc +++ b/docs/reference/docs/update.asciidoc @@ -67,7 +67,7 @@ POST test/type1/1/_update In addition to `_source`, the following variables are available through the `ctx` map: `_index`, `_type`, `_id`, `_version`, `_routing`, -`_parent`. +`_parent`, and `_now` (the current timestamp). We can also add a new field to the document: