From 667a091205a915fa4b0c5d986909ed9b21e77b8e Mon Sep 17 00:00:00 2001 From: Alexander Kazakov Date: Tue, 10 May 2016 16:41:21 +0300 Subject: [PATCH] Add note about cat field data API changes into migration doc --- docs/reference/migration/migrate_5_0/cat.asciidoc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/migration/migrate_5_0/cat.asciidoc b/docs/reference/migration/migrate_5_0/cat.asciidoc index 5a38845e051..6294b233103 100644 --- a/docs/reference/migration/migrate_5_0/cat.asciidoc +++ b/docs/reference/migration/migrate_5_0/cat.asciidoc @@ -38,3 +38,10 @@ and `i` for ingest. A node with no explicit roles will be a coordinating only node and marked with `-`. A node can have multiple roles. The master column has been adapted to return only whether a node is the current master (`*`) or not (`-`). + +==== Changes to cat field data API + +The cat field data endpoint adds a row per field instead of a column per field. + +The `total` field has been removed from the field data API. Total field data usage per node +can be got by cat nodes API.