summaryrefslogtreecommitdiff
path: root/docs/reference/ingest
diff options
context:
space:
mode:
authorAdrien Grand <jpountz@gmail.com>2016-06-20 18:06:31 +0200
committerAdrien Grand <jpountz@gmail.com>2016-06-22 08:35:54 +0200
commitdb9af54ec0a7c8b3ffad036ab1acea819999ae9e (patch)
tree3891e4c8502632dbdc97fea0cc5edb279b390a79 /docs/reference/ingest
parent5dc88ffd2664869fa3ef84d37623865599cbc506 (diff)
Remove `_timestamp` and `_ttl` on 5.x indices. #18980
This removes the ability to use `_timestamp` and `_ttl` on indices created on or after 5.0. Closes #18280
Diffstat (limited to 'docs/reference/ingest')
-rw-r--r--docs/reference/ingest/ingest-node.asciidoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/reference/ingest/ingest-node.asciidoc b/docs/reference/ingest/ingest-node.asciidoc
index c8a5a05002..2d906fd861 100644
--- a/docs/reference/ingest/ingest-node.asciidoc
+++ b/docs/reference/ingest/ingest-node.asciidoc
@@ -439,8 +439,7 @@ The following example sets the `_id` metadata field of a document to `1`:
}
--------------------------------------------------
-The following metadata fields are accessible by a processor: `_index`, `_type`, `_id`, `_routing`, `_parent`,
-`_timestamp`, and `_ttl`.
+The following metadata fields are accessible by a processor: `_index`, `_type`, `_id`, `_routing`, `_parent`.
[float]
[[accessing-ingest-metadata]]