# How to create a unique index to match all the newly created index patterns in kibana?

**URL:** https://discuss.elastic.co/t/how-to-create-a-unique-index-to-match-all-the-newly-created-index-patterns-in-kibana/187253
**Category:** Kibana
**Created:** [June 25, 2019, 7:31am UTC](https://discuss.elastic.co/t/how-to-create-a-unique-index-to-match-all-the-newly-created-index-patterns-in-kibana/187253 "2019-06-25T07:31:19Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Sujata\_Yadav](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sujata_yadav/32/41882_2.png) [@Sujata\_Yadav](https://discuss.elastic.co/u/Sujata_Yadav)
#### Post date: [June 25, 2019, 7:31am UTC](https://discuss.elastic.co/t/how-to-create-a-unique-index-to-match-all-the-newly-created-index-patterns-in-kibana/187253/1 "2019-06-25T07:31:19Z")

</div>

Hi All,

I have created an index pattern in kibana , 'nlevel\_report\*'. This index fetches all the data related relevant to this index pattern.

So long, I was able to view the data for all the months. Somehow, I am unable to view data for the month of June.

Has anyone faced the same problem? Any pointers on how to get his issue resolved?

Regards,  
Sujata

---

<div class="post-metadata">

### Author: ![nickpeihl](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nickpeihl/32/112622_2.png) [@nickpeihl](https://discuss.elastic.co/u/nickpeihl)
#### Post date: [June 25, 2019, 9:00pm UTC](https://discuss.elastic.co/t/how-to-create-a-unique-index-to-match-all-the-newly-created-index-patterns-in-kibana/187253/2 "2019-06-25T21:00:47Z")

</div>

Do you have a separate index for June? The `*` at the end of your index pattern is a wildcard that should match any indices that start with `nlevel_report` such as `nlevel_report_201906`, `nlevel_report_201905`, etc.

You might also check that the mapping for your indices are correct. [Index templates](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-templates.html) are useful for creating new indexes with identical or similar mappings.

---

<div class="post-metadata">

### Author: ![Sujata\_Yadav](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sujata_yadav/32/41882_2.png) [@Sujata\_Yadav](https://discuss.elastic.co/u/Sujata_Yadav)
#### Post date: [July 16, 2019, 11:31am UTC](https://discuss.elastic.co/t/how-to-create-a-unique-index-to-match-all-the-newly-created-index-patterns-in-kibana/187253/3 "2019-07-16T11:31:00Z")

</div>

Thanks! 🙂

---

<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: [August 13, 2019, 11:31am UTC](https://discuss.elastic.co/t/how-to-create-a-unique-index-to-match-all-the-newly-created-index-patterns-in-kibana/187253/4 "2019-08-13T11:31:12Z")

</div>

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