indices.recoveryedit

client.indices.recovery([params, [callback]])

Check the API Conventions and the elasticsearch docs for more information pertaining to this method.

Params

detailed

Boolean — Whether to display detailed information about shard recovery

activeOnly

Boolean — Display only those recoveries that are currently on-going

index

String, String[], Boolean — A comma-separated list of index names; use _all or empty string to perform the operation on all indices

back to top