# Data display problem

**URL:** https://discuss.elastic.co/t/data-display-problem/188413
**Category:** Kibana
**Created:** [July 1, 2019, 9:48pm UTC](https://discuss.elastic.co/t/data-display-problem/188413 "2019-07-01T21:48:32Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![walkexk](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/walkexk/32/35973_2.png) [@walkexk](https://discuss.elastic.co/u/walkexk)
#### Post date: [July 1, 2019, 9:48pm UTC](https://discuss.elastic.co/t/data-display-problem/188413/1 "2019-07-01T21:48:32Z")

</div>

when i choose the last day, there is no data between 3:00 to 6:00

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/e/3/e3baafc278d9c33970cd14a93fbe673d0e1da9a3.png)  
when is choose the last 12 hours, there is date between 3:00 to 6:00  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/5/c/5c9f3fd547151cb9e24d6f8f8aea1d5d85c138c3.png)

---

<div class="post-metadata">

### Author: ![jen-huang](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jen-huang/32/74327_2.png) [@jen-huang](https://discuss.elastic.co/u/jen-huang)
#### Post date: [July 2, 2019, 7:42pm UTC](https://discuss.elastic.co/t/data-display-problem/188413/2 "2019-07-02T19:42:35Z")

</div>

Hi, this is very particular. Can you click `Inspect` in the interface and see if there are any discrepancies between the request and responses of the two ranges?

---

<div class="post-metadata">

### Author: ![walkexk](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/walkexk/32/35973_2.png) [@walkexk](https://discuss.elastic.co/u/walkexk)
#### Post date: [July 8, 2019, 3:15am UTC](https://discuss.elastic.co/t/data-display-problem/188413/3 "2019-07-08T03:15:22Z")

</div>

i have try two test,one is from 2019-07-06T16:00:00.000Z to 2019-07-07T15:30:00.000Z, and the another one is from 2019-07-07T04:00:00.000Z to 2019-07-07T15:30:00.000Z,two urls as below:  
url of test 1:  
[https://kibana.zenlogic.net/app/kibana#/discover?\_g=(refreshInterval:(pause:!t,value:0),time:(from:'2019-07-06T16:00:00.000Z',to:'2019-07-07T15:30:00.000Z')](https://kibana.zenlogic.net/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:'2019-07-06T16:00:00.000Z',to:'2019-07-07T15:30:00.000Z')))&\_a=(columns:!(\_source),index:'3e6b90a0-9c34-11e9-8d6c-b5e857e0cfda',interval:h,query:(language:kuery,query:''),sort:!('@timestamp',desc))  
url of test 2:  
[https://kibana.zenlogic.net/app/kibana#/discover?\_g=(refreshInterval:(pause:!t,value:0),time:(from:'2019-07-07T04:00:00.000Z',to:'2019-07-07T15:30:00.000Z')](https://kibana.zenlogic.net/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:'2019-07-07T04:00:00.000Z',to:'2019-07-07T15:30:00.000Z')))&\_a=(columns:!(\_source),index:'3e6b90a0-9c34-11e9-8d6c-b5e857e0cfda',interval:h,query:(language:kuery,query:''),sort:!('@timestamp',desc))  
screenshot of test 1:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/f/e/fe5e0381d9111b488022f6f36711e7d4e3e5a13b.png)  
screenshot of test 2:  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/4/3/43ee1e41ee8c0e1667fd3abc1cd6df31f9bc8318.png)  
statistics in inspect of test 1:  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/b/f/bf1d719ad6985ad16f028186f70988b5a60c35a6.png)  
statistics in inspect of test 2:  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/7/3/733cfca785957687456049b6c1b3235fe6492101.png)  
request in inspect of test 1:  
{  
"version": true,  
"size": 500,  
"sort": [  
{  
"@timestamp": {  
"order": "desc",  
"unmapped\_type": "boolean"  
}  
}  
],  
"\_source": {  
"excludes":   
},  
"aggs": {  
"2": {  
"date\_histogram": {  
"field": "@timestamp",  
"interval": "1h",  
"time\_zone": "Asia/Shanghai",  
"min\_doc\_count": 1  
}  
}  
},  
"stored\_fields": [  
"_"  
],  
"script\_fields": {},  
"docvalue\_fields": [  
{  
"field": "@timestamp",  
"format": "date\_time"  
},  
{  
"field": "timestamp",  
"format": "date\_time"  
}  
],  
"query": {  
"bool": {  
"must": [  
{  
"range": {  
"@timestamp": {  
"format": "strict\_date\_optional\_time",  
"gte": "2019-07-06T16:00:00.000Z",  
"lte": "2019-07-07T15:30:00.000Z"  
}  
}  
}  
],  
"filter": [  
{  
"match\_all": {}  
}  
],  
"should": [],  
"must\_not": []  
}  
},  
"highlight": {  
"pre\_tags": [  
"@kibana-highlighted-field@"  
],  
"post\_tags": [  
"@/kibana-highlighted-field@"  
],  
"fields": {  
"_": {}  
},  
"fragment\_size": 2147483647  
}  
}  
request in inspect of test 2:  
{  
"version": true,  
"size": 500,  
"sort": [  
{  
"@timestamp": {  
"order": "desc",  
"unmapped\_type": "boolean"  
}  
}  
],  
"\_source": {  
"excludes":   
},  
"aggs": {  
"2": {  
"date\_histogram": {  
"field": "@timestamp",  
"interval": "1h",  
"time\_zone": "Asia/Shanghai",  
"min\_doc\_count": 1  
}  
}  
},  
"stored\_fields": [  
"_"  
],  
"script\_fields": {},  
"docvalue\_fields": [  
{  
"field": "@timestamp",  
"format": "date\_time"  
},  
{  
"field": "timestamp",  
"format": "date\_time"  
}  
],  
"query": {  
"bool": {  
"must": [  
{  
"range": {  
"@timestamp": {  
"format": "strict\_date\_optional\_time",  
"gte": "2019-07-07T04:00:00.000Z",  
"lte": "2019-07-07T15:30:00.000Z"  
}  
}  
}  
],  
"filter": [  
{  
"match\_all": {}  
}  
],  
"should": [],  
"must\_not": []  
}  
},  
"highlight": {  
"pre\_tags": [  
"@kibana-highlighted-field@"  
],  
"post\_tags": [  
"@/kibana-highlighted-field@"  
],  
"fields": {  
"_": {}  
},  
"fragment\_size": 2147483647  
}  
}  
response in inspect :  
files are to large to paste here so i use vimdiff to show the end data,left is test 1,right is test 2  
 ![image](https://us1.discourse-cdn.com/elastic/original/3X/c/7/c7895d66f154616f0b552d256dcf194873012663.png)  
you can see there is data of 2019-07-07T17:00:00 and 2019-07-07T18:00:00 in test 1, but no data of 2019-07-07T17:00:00 and 2019-07-07T18:00:00 in test 2.

---

<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 5, 2019, 3:15am UTC](https://discuss.elastic.co/t/data-display-problem/188413/4 "2019-08-05T03:15:32Z")

</div>

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