# Unbale to locate logs in KIbana

**URL:** https://discuss.elastic.co/t/unbale-to-locate-logs-in-kibana/185760
**Category:** Kibana
**Created:** [June 14, 2019, 5:42am UTC](https://discuss.elastic.co/t/unbale-to-locate-logs-in-kibana/185760 "2019-06-14T05:42:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vineeth\_Ananthula1](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/vineeth_ananthula1/32/47851_2.png) [@Vineeth\_Ananthula1](https://discuss.elastic.co/u/Vineeth_Ananthula1)
#### Post date: [June 14, 2019, 5:42am UTC](https://discuss.elastic.co/t/unbale-to-locate-logs-in-kibana/185760/1 "2019-06-14T05:42:38Z")

</div>

My logstash.service, elasticsearch.service, kibana.service are up and running perfectly in my machine. Logstash was able to receive logs on 514 port. The problem is my index appears in kibana but when I am unable to find any logs in kibana when clicked on discover tab. How can I correct this error?

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/2/8/28f72f33163106b02cdd2c535b8d906317bb963a.png)  
I have create the index pattern as infra\*  
But when clicked on discover, the same page appears.  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/9/8/98f24439289bc7e9959298d19ef4d2a4f1fc257d.png)  
I have checked whether my local server is receiving logs or not. It was receiving perfectly  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/e/e/ee40e2b8720772a47152e6d63c55c8d0abcee61a.png)

---

<div class="post-metadata">

### Author: ![Nathan\_Reese](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nathan_reese/32/84829_2.png) [@Nathan\_Reese](https://discuss.elastic.co/u/Nathan_Reese)
#### Post date: [June 21, 2019, 1:36pm UTC](https://discuss.elastic.co/t/unbale-to-locate-logs-in-kibana/185760/2 "2019-06-21T13:36:19Z")

</div>

Is data getting indexed into Elasticsearch? Place the following URL in your browser `http://localhost:9200/_cat/indices`. [https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html](https://www.elastic.co/guide/en/elasticsearch/reference/current/cat-indices.html)

```auto
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
yellow open twitter u8FNjxh8Rfy_awN11oDKYQ 1 1 1200 0 88.1kb 88.1kb
green open twitter2 nYFWZEO7TUiOjLQXBaYJpA 1 0 0 0 260b 260b

```

Do you see the index your logstash instance is creating in our output? Is it getting populated iwht documents?

If so, then you have to create a [Kibana index pattern](https://www.elastic.co/guide/en/kibana/current/index-patterns.html). Can you post a screen shot of your `infra*` index pattern? Go to management -\> index patterns and then click on the `infra*` index pattern.

---

<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 19, 2019, 1:36pm UTC](https://discuss.elastic.co/t/unbale-to-locate-logs-in-kibana/185760/3 "2019-07-19T13:36:21Z")

</div>

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