# Cross cluster index management

**URL:** https://discuss.elastic.co/t/cross-cluster-index-management/205536
**Category:** Kibana
**Created:** [October 28, 2019, 6:37pm UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536 "2019-10-28T18:37:24Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![amitavmohanty01](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/amitavmohanty01/32/58017_2.png) [@amitavmohanty01](https://discuss.elastic.co/u/amitavmohanty01)
#### Post date: [October 28, 2019, 6:37pm UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/1 "2019-10-28T18:37:24Z")

</div>

After cross-cluster settings are applied, is it possible to view/edit templates of indices on remote cluster and view/edit cluster level settings of remote cluster in Kibana ?

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [November 18, 2019, 3:01pm UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/2 "2019-11-18T15:01:35Z")

</div>

I'm not sure you can do it in the index management UI, but with the Dev Tools console you should be able to query them

---

<div class="post-metadata">

### Author: ![Hari\_Prasad](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/hari_prasad/32/56784_2.png) [@Hari\_Prasad](https://discuss.elastic.co/u/Hari_Prasad)
#### Post date: [November 20, 2019, 9:06am UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/3 "2019-11-20T09:06:41Z")

</div>

I was unable to do it from dev console.

```
GET _cluster/settings

{
  "persistent" : {
    "cluster" : {
      "remote" : {
        "cluster_one" : {
          "skip_unavailable" : "true",
          "seeds" : [
            "elkhost1:9300",
            "elkhost2:9300"
          ]
       }
     }
   }
 }

```

And when I do the following query

`GET cluster_one:log-2019.11.09/_mapping`

it fails with the following error

```
{
  "error" : {
    "root_cause" : [
      {
        "type" : "index_not_found_exception",
        "reason" : "no such index",
        "index_uuid" : "_na_",
        "resource.type" : "index_or_alias",
        "resource.id" : "cluster_one:log-2019.11.09",
        "index" : "cluster_one:log-2019.11.09"
      }
    ],
    "type" : "index_not_found_exception",
    "reason" : "no such index",
    "index_uuid" : "_na_",
    "resource.type" : "index_or_alias",
    "resource.id" : "cluster_one:log-2019.11.09",
    "index" : "cluster_one:log-2019.11.09"
  },
  "status" : 404
}

```

But I am able to search for the same index.

@Marius_Dragomir: can you please tell me if I am missing something.

Thank you

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [November 20, 2019, 8:35pm UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/4 "2019-11-20T20:35:59Z")

</div>

I've investigated this more and it looks like the only way to manage remote indices (from cross cluster search) is to point your kibana to that remote cluster.

---

<div class="post-metadata">

### Author: ![amitavmohanty01](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/amitavmohanty01/32/58017_2.png) [@amitavmohanty01](https://discuss.elastic.co/u/amitavmohanty01)
#### Post date: [November 22, 2019, 6:07am UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/5 "2019-11-22T06:07:46Z")

</div>

@Marius_Dragomir Do you think this can be added as a feature request?

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [November 22, 2019, 4:33pm UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/6 "2019-11-22T16:33:16Z")

</div>

sure. Can you add it in here? [https://github.com/elastic/kibana/issues](https://github.com/elastic/kibana/issues)  
it would have more weight since you can explain the use case better than me.  
I can help you by setting the right labels after you add it.

---

<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: [December 20, 2019, 4:33pm UTC](https://discuss.elastic.co/t/cross-cluster-index-management/205536/7 "2019-12-20T16:33:23Z")

</div>

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