Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion troubleshoot/elasticsearch/diagnose-unassigned-shards.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ In order to diagnose the unassigned shards, follow the next steps:
4. View the unassigned shards using the [cat shards API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cat-shards).

```console
GET _cat/shards?v=true&h=index,shard,prirep,state,node,unassigned.reason&s=state
GET _cat/shards?v=true&h=index,shard,prirep,state,node,unassigned.reason&s=state&format=json
```

The response will look like this:
Expand Down
Loading