# How to display Panels in Kibana from different Indices?

**URL:** https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695
**Category:** Kibana
**Created:** [January 23, 2018, 2:56pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695 "2018-01-23T14:56:10Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![vikas\_gopal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vikas_gopal/32/47661_2.png) [@vikas\_gopal](https://discuss.elastic.co/u/vikas_gopal)
#### Post date: [January 23, 2018, 2:56pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/1 "2018-01-23T14:56:10Z")

</div>

I have 2 indices av1 and av2 , in Kibana I am merging both the indices into one like av\*. With this approach I got 100 fields (50 each index). Now I want to create dashboard which will have multiple panels , some of the panels field are from av1 index and some are from av2 index . Can someone suggest how I can show data in all the panes without having a dependency on the specific index ?

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [January 23, 2018, 3:08pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/2 "2018-01-23T15:08:57Z")

</div>

maybe i got this wrong, but why don't you create two index patterns (av1 and av2), create some visualizations on av1 some on av2 and then add them all to one dashboard ?

---

<div class="post-metadata">

### Author: ![vikas\_gopal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vikas_gopal/32/47661_2.png) [@vikas\_gopal](https://discuss.elastic.co/u/vikas_gopal)
#### Post date: [January 24, 2018, 5:20am UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/3 "2018-01-24T05:20:16Z")

</div>

Hi Peter ,  
Thanks for the response , I am aware that I can do what you suggested but this will not solve my purpose because if I click on any panel which is lets say build on av1 then all av2 panels will be blank which I do not want .

Just to achieve this I merged two indices into one as I saw lots of suggestion on this , problem is with the filter . If I apply any filter it again becomes specific to one of the index .I am also aware to resolve this I need to use the common keyword between all indices , but this is not easy in my case.

Hope I am clear , any thoughts or suggestions would really appreciated

---

<div class="post-metadata">

### Author: ![ppisljar](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ppisljar/32/11588_2.png) [@ppisljar](https://discuss.elastic.co/u/ppisljar)
#### Post date: [January 24, 2018, 12:57pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/4 "2018-01-24T12:57:56Z")

</div>

unfortunately i am not aware of any workaround for this .... maybe @Bargs has some suggestions ?

---

<div class="post-metadata">

### Author: ![Bargs](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bargs/32/5429_2.png) [@Bargs](https://discuss.elastic.co/u/Bargs)
#### Post date: [January 24, 2018, 3:07pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/5 "2018-01-24T15:07:23Z")

</div>

It sounds like you need to enable `courier:ignoreFilterIfFieldNotInIndex` in Advanced Settings.

---

<div class="post-metadata">

### Author: ![vikas\_gopal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vikas_gopal/32/47661_2.png) [@vikas\_gopal](https://discuss.elastic.co/u/vikas_gopal)
#### Post date: [January 24, 2018, 3:35pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/6 "2018-01-24T15:35:15Z")

</div>

@Bargs thank you for the prompt response here is the screen shot that I captured from my dashboard , so I have set the advance property that you suggest , still my second panel is blank if I apply filter on my 3rd panel that is pie chart.

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/c/c/cc317e4da7261cc625d7bd0a22584193416aad7e.png)

Total Device and Pie chart these are coming from av1 index and infected number is from av2 index . Now when I apply filter like Severs my infected visualization says no result found .

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/e/5e093dec2a3888fee3f215223feb6f8bf8045dd7.png)

---

<div class="post-metadata">

### Author: ![vikas\_gopal](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vikas_gopal/32/47661_2.png) [@vikas\_gopal](https://discuss.elastic.co/u/vikas_gopal)
#### Post date: [January 24, 2018, 3:45pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/7 "2018-01-24T15:45:09Z")

</div>

I see, since my visualizations are on index alias causes the problem , well I see the significance of having courier:ignoreFilterIfFieldNotInIndex to true so, it will skip those visualizations if the field does not exist in the respective Index . But if we want the default behavior then we need to map/merge everything in one index . Please correct me if I am wrong ?

---

<div class="post-metadata">

### Author: ![Bargs](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bargs/32/5429_2.png) [@Bargs](https://discuss.elastic.co/u/Bargs)
#### Post date: [January 24, 2018, 4:21pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/8 "2018-01-24T16:21:22Z")

</div>

That's correct, unfortunately `courier:ignoreFilterIfFieldNotInIndex` is a global setting at the moment so it can't be applied conditionally to one panel and not another. We've been having some discussions about how to improve this setting and filtering on multi index dashboards in general, if you have any ideas or could share more about your use case please join in on the Github issue: [https://github.com/elastic/kibana/issues/14081](https://github.com/elastic/kibana/issues/14081)

---

<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: [February 21, 2018, 4:22pm UTC](https://discuss.elastic.co/t/how-to-display-panels-in-kibana-from-different-indices/116695/9 "2018-02-21T16:22:00Z")

</div>

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