# Kibana not showing data

**URL:** https://discuss.elastic.co/t/kibana-not-showing-data/141393
**Category:** Kibana
**Created:** [July 24, 2018, 1:38pm UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393 "2018-07-24T13:38:04Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rmanju2020](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rmanju2020/32/44560_2.png) [@rmanju2020](https://discuss.elastic.co/u/rmanju2020)
#### Post date: [July 24, 2018, 1:38pm UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393/1 "2018-07-24T13:38:04Z")

</div>

Hi,  
I am using Kibana version 4.1.1 and for the time frame of 15 min to 24 hours its not loading the event log data for the hostname, where as if i go beyond 24 hours its listing with yesterdays data.  
This behavior is for few host only, not for all.  
ES version 1.6.0  
The index/\_search API is giving data for the host for today's date.Kindly let me know how to trace the issue

---

<div class="post-metadata">

### Author: ![lukas](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lukas/32/6812_2.png) [@lukas](https://discuss.elastic.co/u/lukas)
#### Post date: [July 24, 2018, 7:08pm UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393/2 "2018-07-24T19:08:56Z")

</div>

Could you open the developer tools and use the network tab to capture the request that is being sent to Elasticsearch and see how it's different than the manual request you're sending?

---

<div class="post-metadata">

### Author: ![rmanju2020](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rmanju2020/32/44560_2.png) [@rmanju2020](https://discuss.elastic.co/u/rmanju2020)
#### Post date: [July 26, 2018, 5:26am UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393/3 "2018-07-26T05:26:01Z")

</div>

Dear Lukas,  
Thanks for the reply.The dev tool is available in the Kibana version above 5.5 .hence i cant use this feature.More over My ES version is 1.6.0 and Kibana 5.5 will not support the lower version of ES.  
Any other alternate options??

---

<div class="post-metadata">

### Author: ![lukas](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lukas/32/6812_2.png) [@lukas](https://discuss.elastic.co/u/lukas)
#### Post date: [July 26, 2018, 10:17pm UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393/4 "2018-07-26T22:17:48Z")

</div>

Sorry, I meant your browser developer tools, not Kibana's.

---

<div class="post-metadata">

### Author: ![rmanju2020](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rmanju2020/32/44560_2.png) [@rmanju2020](https://discuss.elastic.co/u/rmanju2020)
#### Post date: [July 27, 2018, 12:48pm UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393/5 "2018-07-27T12:48:00Z")

</div>

Here is the first Query for yesterday time frame and its listing the required results:

{  
"highlight": {  
"pre\_tags": [  
"@kibana-highlighted-field@"  
],  
"post\_tags": [  
"@/kibana-highlighted-field@"  
],  
"fields": {  
"_": {}  
},  
"fragment\_size": 2147483647  
},  
"query": {  
"filtered": {  
"query": {  
"query\_string": {  
"query": "ComputerName:CORP-STL-DC-01",  
"analyze\_wildcard": true  
}  
},  
"filter": {  
"bool": {  
"must": [  
{  
"range": {  
"@timestamp": {  
"gte": 1532629800000,  
"lte": 1532716199999  
}  
}  
}  
],  
"must\_not": []  
}  
}  
}  
},  
"size": 0,  
"sort": [  
{  
"@timestamp": {  
"order": "desc",  
"unmapped\_type": "boolean"  
}  
}  
],  
"aggs": {  
"2": {  
"date\_histogram": {  
"field": "@timestamp",  
"interval": "30m",  
"pre\_zone": "+05:30",  
"pre\_zone\_adjust\_large\_interval": true,  
"min\_doc\_count": 0,  
"extended\_bounds": {  
"min": 1532629800000,  
"max": 1532716199999  
}  
}  
}  
},  
"fields": [  
"_",  
"\_source"  
],  
"script\_fields": {},  
"fielddata\_fields": [  
"TimeWritten",  
"DataReadTime",  
"@timestamp"  
]  
}

Here is the second query for Today's time frame and its not listing the required results:  
{  
"highlight": {  
"pre\_tags": [  
"@kibana-highlighted-field@"  
],  
"post\_tags": [  
"@/kibana-highlighted-field@"  
],  
"fields": {  
"_": {}  
},  
"fragment\_size": 2147483647  
},  
"query": {  
"filtered": {  
"query": {  
"query\_string": {  
"query": "ComputerName:CORP-STL-DC-01",  
"analyze\_wildcard": true  
}  
},  
"filter": {  
"bool": {  
"must": [  
{  
"range": {  
"@timestamp": {  
"gte": 1532543400000,  
"lte": 1532629799999  
}  
}  
}  
],  
"must\_not": []  
}  
}  
}  
},  
"size": 0,  
"sort": [  
{  
"@timestamp": {  
"order": "desc",  
"unmapped\_type": "boolean"  
}  
}  
],  
"aggs": {  
"2": {  
"date\_histogram": {  
"field": "@timestamp",  
"interval": "30m",  
"pre\_zone": "+05:30",  
"pre\_zone\_adjust\_large\_interval": true,  
"min\_doc\_count": 0,  
"extended\_bounds": {  
"min": 1532543400000,  
"max": 1532629799999  
}  
}  
}  
},  
"fields": [  
"_",  
"\_source"  
],  
"script\_fields": {},  
"fielddata\_fields": [  
"TimeWritten",  
"DataReadTime",  
"@timestamp"  
]  
}

I have used below API and its giving required results on Todays index.:

[http://localhost:9200/1\_logmon\_eventlog-2018\_07\_27/\_search?ComputerName:CORP-STL-DC-01&pretty=true](http://localhost:9200/1_logmon_eventlog-2018_07_27/_search?ComputerName:CORP-STL-DC-01&pretty=true)

Let me know any thing else i need to do..

---

<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 24, 2018, 12:48pm UTC](https://discuss.elastic.co/t/kibana-not-showing-data/141393/6 "2018-08-24T12:48:00Z")

</div>

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