Remove migration note about cat verbosity
Its no longer true.
This commit is contained in:
parent
c180defb10
commit
8a75d33ee6
|
@ -45,16 +45,6 @@ used separately to control whether `routing_nodes` should be returned.
|
|||
|
||||
The deprecated index status API has been removed.
|
||||
|
||||
==== `cat` APIs verbose by default
|
||||
|
||||
The `cat` APIs now default to being verbose, which means they output column
|
||||
headers by default. Verbosity can be turned off with the `v` parameter:
|
||||
|
||||
[source,sh]
|
||||
-----------------
|
||||
GET _cat/shards?v=0
|
||||
-----------------
|
||||
|
||||
==== Nodes Stats API
|
||||
|
||||
Queue lengths are now reported as basic numeric so they can easily processed by code. Before we used a human
|
||||
|
|
Loading…
Reference in New Issue