# Unable to fetch mapping. Do you have indices mapping the pattern?

**URL:** https://discuss.elastic.co/t/unable-to-fetch-mapping-do-you-have-indices-mapping-the-pattern/56431
**Category:** Kibana
**Created:** [July 26, 2016, 5:59pm UTC](https://discuss.elastic.co/t/unable-to-fetch-mapping-do-you-have-indices-mapping-the-pattern/56431 "2016-07-26T17:59:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rkvishnu](https://avatars.discourse-cdn.com/v4/letter/r/4af34b/32.png) [@rkvishnu](https://discuss.elastic.co/u/rkvishnu)
#### Post date: [July 26, 2016, 5:59pm UTC](https://discuss.elastic.co/t/unable-to-fetch-mapping-do-you-have-indices-mapping-the-pattern/56431/1 "2016-07-26T17:59:34Z")

</div>

Hi,

I am new to setting up log analyzing tools.

Initial set up of Elastic search, Kibana and Logstash looked very simple when I followed the documentation on elastic website

All 3 components and filebeat have been installed seamlessly and Kibana URL worked fine. But, to create an index to allow logstash to get the data and send it to kibana, I am unable to do it since everything is greyed out and kibana UI shows "Unable to fetch mapping. Do you have indices mapping the pattern?"  
I am stuck here and am unable to troubleshoot where the issue is.

OS: Windows Server 2012 R2  
It is a remote machine and doesn't have internet connection. It is in the same network as other clients from where I need the logs collected from.

Can someone please suggest how can i configure Logstash to work with Kibana? or if there is documentation available for windows install.

Thanks,  
Ravi

---

<div class="post-metadata">

### Author: ![tylersmalley](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tylersmalley/32/8833_2.png) [@tylersmalley](https://discuss.elastic.co/u/tylersmalley)
#### Post date: [July 26, 2016, 10:48pm UTC](https://discuss.elastic.co/t/unable-to-fetch-mapping-do-you-have-indices-mapping-the-pattern/56431/2 "2016-07-26T22:48:27Z")

</div>

What version of Kibana are you using?

When prompted with that message, you should be at a page which allows you to add the index pattern. In this case, it would be "topbeat-\*" so long as the data is actually being inserted into Elasticsearch.

You can view the current indexes in Elasticsearch using the [\_cat/indices](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html) API

---

<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, 1:43pm UTC](https://discuss.elastic.co/t/unable-to-fetch-mapping-do-you-have-indices-mapping-the-pattern/56431/3 "2017-07-06T13:43:36Z")

</div>


