|
@@ -15,7 +15,7 @@ are no shards in transit from one node to another:
|
|
|
[source,js]
|
|
|
----------------------------------------------------------------------------
|
|
|
GET _cat/recovery?v
|
|
|
----------------------------------------------------------------------------
|
|
|
+----------------------------------------------------------------------------
|
|
|
// CONSOLE
|
|
|
// TEST[setup:twitter]
|
|
|
|
|
@@ -42,14 +42,14 @@ what a live shard recovery looks like.
|
|
|
[source,js]
|
|
|
----------------------------------------------------------------------------
|
|
|
GET _cat/recovery?v&h=i,s,t,ty,st,shost,thost,f,fp,b,bp
|
|
|
----------------------------------------------------------------------------
|
|
|
+----------------------------------------------------------------------------
|
|
|
// CONSOLE
|
|
|
// TEST[setup:twitter]
|
|
|
|
|
|
This will return a line like:
|
|
|
|
|
|
[source,js]
|
|
|
----------------------------------------------------------------------------
|
|
|
+----------------------------------------------------------------------------
|
|
|
i s t ty st shost thost f fp b bp
|
|
|
twitter 0 1252ms peer done 192.168.1.1 192.168.1.2 0 100.0% 0 100.0%
|
|
|
----------------------------------------------------------------------------
|
|
@@ -70,14 +70,14 @@ API.
|
|
|
[source,js]
|
|
|
--------------------------------------------------------------------------------
|
|
|
GET _cat/recovery?v&h=i,s,t,ty,st,rep,snap,f,fp,b,bp
|
|
|
----------------------------------------------------------------------------
|
|
|
+--------------------------------------------------------------------------------
|
|
|
// CONSOLE
|
|
|
// TEST[skip:no need to execute snapshot/restore here]
|
|
|
|
|
|
This will show a recovery of type snapshot in the response
|
|
|
|
|
|
[source,js]
|
|
|
----------------------------------------------------------------------------
|
|
|
+--------------------------------------------------------------------------------
|
|
|
i s t ty st rep snap f fp b bp
|
|
|
twitter 0 1978ms snapshot done twitter snap_1 79 8.0% 12086 9.0%
|
|
|
--------------------------------------------------------------------------------
|