# Index not showing up in Kibana management console

**URL:** https://discuss.elastic.co/t/index-not-showing-up-in-kibana-management-console/140229
**Category:** Kibana
**Created:** [July 16, 2018, 11:30pm UTC](https://discuss.elastic.co/t/index-not-showing-up-in-kibana-management-console/140229 "2018-07-16T23:30:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Krishna2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/krishna2/32/20893_2.png) [@Krishna2](https://discuss.elastic.co/u/Krishna2)
#### Post date: [July 16, 2018, 11:30pm UTC](https://discuss.elastic.co/t/index-not-showing-up-in-kibana-management-console/140229/1 "2018-07-16T23:30:37Z")

</div>

I had created an index in Elasticsearch thru. script. It is showing up  
in Monitoring console of Kibana.

If I go to Management console of Kibana I tried to create index pattern  
by searching the index which I have created thru script. But index pattern creation screen did not show my index. Further it is also not showing up in Kibana discovery tab  
----------my index creation script it is successful  
curl -XPUT localhost:9200/fassicountry -d '{  
"settings" : {  
"number\_of\_shards" : 1  
},  
"mappings" : {  
"metric" : {  
"properties" : {  
"STREAM\_OPERATOR" : {"type": "text" }  
}  
}  
}  
}' -H 'Content-Type: application/json'

---

<div class="post-metadata">

### Author: ![chrisronline](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrisronline/32/28230_2.png) [@chrisronline](https://discuss.elastic.co/u/chrisronline)
#### Post date: [July 17, 2018, 5:42pm UTC](https://discuss.elastic.co/t/index-not-showing-up-in-kibana-management-console/140229/2 "2018-07-17T17:42:26Z")

</div>

Hi @Krishna2,

Does this index contain any documents? If the index does not contain any documents, the index will not appear in the index pattern creation wizard.

---

<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 14, 2018, 5:45pm UTC](https://discuss.elastic.co/t/index-not-showing-up-in-kibana-management-console/140229/3 "2018-08-14T17:45:15Z")

</div>

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