# Visualize multiple indices with different mapping

**URL:** https://discuss.elastic.co/t/visualize-multiple-indices-with-different-mapping/28800
**Category:** Kibana
**Created:** [September 7, 2015, 9:56pm UTC](https://discuss.elastic.co/t/visualize-multiple-indices-with-different-mapping/28800 "2015-09-07T21:56:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![cisconetgineer](https://avatars.discourse-cdn.com/v4/letter/c/96bed5/32.png) [@cisconetgineer](https://discuss.elastic.co/u/cisconetgineer)
#### Post date: [September 7, 2015, 9:56pm UTC](https://discuss.elastic.co/t/visualize-multiple-indices-with-different-mapping/28800/1 "2015-09-07T21:56:13Z")

</div>

Is there a way to visualize fields from multiple indices but with different mapping?  
For instance, index 1 has fields A (date type), B (int type), and C(string type) and index 2 has fields D (date type), E (int type).  
I'd like to chart field B from index 1 against field E from index 2 on the same chart. The ability to visualize multiple data sets on the same chart will be tremendous for comparison, trending and more.

Thanks!

---

<div class="post-metadata">

### Author: ![tbragin](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tbragin/32/45166_2.png) [@tbragin](https://discuss.elastic.co/u/tbragin)
#### Post date: [September 11, 2015, 2:30am UTC](https://discuss.elastic.co/t/visualize-multiple-indices-with-different-mapping/28800/2 "2015-09-11T02:30:00Z")

</div>

It should be possible as long as you can create an index pattern that includes both indices. In the worst case, you can create a "\*" or a "\_all" index pattern.

Keep in mind, though, that to plot values on the same time chart, you'd at a minimum need a time field that is named the same.

I'm showing an example below of creating a wildcard index and creating a table that incorporates fields from two completely different indices.

 ![](https://us1.discourse-cdn.com/elastic/original/2X/8/88ab06f9bad080f470e3f05a5174d746aca1e763.png) ![](https://us1.discourse-cdn.com/elastic/original/2X/1/113528a15cd42714a0413166c0a1cac805448f37.png)

---

<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: [July 6, 2017, 2:13pm UTC](https://discuss.elastic.co/t/visualize-multiple-indices-with-different-mapping/28800/3 "2017-07-06T14:13:23Z")

</div>


