# Cluster Filtering is not showing any results

**URL:** https://discuss.elastic.co/t/cluster-filtering-is-not-showing-any-results/247919
**Category:** Elasticsearch
**Created:** [September 8, 2020, 5:25pm UTC](https://discuss.elastic.co/t/cluster-filtering-is-not-showing-any-results/247919 "2020-09-08T17:25:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Shubhangi](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@Shubhangi](https://discuss.elastic.co/u/Shubhangi)
#### Post date: [September 8, 2020, 5:25pm UTC](https://discuss.elastic.co/t/cluster-filtering-is-not-showing-any-results/247919/1 "2020-09-08T17:25:32Z")

</div>

Hi,  
I'm using Elastic Stack 7.8. I wanted to decommission a node, in order to do that i used the following command:

```
PUT _cluster/settings
{
  "transient" : {
    "cluster.routing.allocation.exclude._ip" : "1.2.3.4"
  }
}

```

it acknowledged true and now i can see it in my cluster settings but when i see allocation of shards, using

`GET /_cat/shards`

some are still in that ip. It's been half hour since, any idea how long till i'll see any results? If not, they how do i move those shards from that node?

How to move shards existing on a node to the remaining cluster?

Thanks.

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [September 8, 2020, 11:49pm UTC](https://discuss.elastic.co/t/cluster-filtering-is-not-showing-any-results/247919/2 "2020-09-08T23:49:12Z")

</div>

It may take some time as it has to reallocate things. What is the output from `_cat/recovery?v`?

---

<div class="post-metadata">

### Author: ![Shubhangi](https://avatars.discourse-cdn.com/v4/letter/s/9de053/32.png) [@Shubhangi](https://discuss.elastic.co/u/Shubhangi)
#### Post date: [September 9, 2020, 7:47am UTC](https://discuss.elastic.co/t/cluster-filtering-is-not-showing-any-results/247919/3 "2020-09-09T07:47:25Z")

</div>

Sorry for being so hasty. I started reallocation in the night and the shards were reallocated in the morning. Thanks for the prompt response and sorry for the inconvenience.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [October 7, 2020, 7:47am UTC](https://discuss.elastic.co/t/cluster-filtering-is-not-showing-any-results/247919/4 "2020-10-07T07:47:37Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
