# Kibana not creating index automatically

**URL:** https://discuss.elastic.co/t/kibana-not-creating-index-automatically/101318
**Category:** Kibana
**Created:** [September 21, 2017, 10:57am UTC](https://discuss.elastic.co/t/kibana-not-creating-index-automatically/101318 "2017-09-21T10:57:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![DILIP\_SHARMA](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/dilip_sharma/32/42672_2.png) [@DILIP\_SHARMA](https://discuss.elastic.co/u/DILIP_SHARMA)
#### Post date: [September 21, 2017, 10:57am UTC](https://discuss.elastic.co/t/kibana-not-creating-index-automatically/101318/1 "2017-09-21T10:57:40Z")

</div>

Hi  
i am using logstash to upload data , once data is upload i can see my index name  
in dev tool using this command -  
GET /\_cat/indices?v

but i cant find that index in kiabana index list ,  
there is anyway its create index automatically in kibana , bcz i creating date pattern index from logstash .

thanks.

---

<div class="post-metadata">

### Author: ![bhavyarm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bhavyarm/32/22392_2.png) [@bhavyarm](https://discuss.elastic.co/u/bhavyarm)
#### Post date: [September 21, 2017, 1:03pm UTC](https://discuss.elastic.co/t/kibana-not-creating-index-automatically/101318/2 "2017-09-21T13:03:00Z")

</div>

Hi Dilip,

You will have to create your index pattern in Kibana. [https://www.elastic.co/guide/en/kibana/current/index-patterns.html](https://www.elastic.co/guide/en/kibana/current/index-patterns.html)

So for your logstash index pattern - if you use logstash-\*, you will create an index pattern which will have data from all dates on your logs. If you want for a particular day then you can use:[logstash-]YYYY.MM.DD.

Thanks,  
Bhavya

---

<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 19, 2017, 1:03pm UTC](https://discuss.elastic.co/t/kibana-not-creating-index-automatically/101318/3 "2017-10-19T13:03:00Z")

</div>

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