# Issue with Kibana Time Filter-7.5.2

**URL:** https://discuss.elastic.co/t/issue-with-kibana-time-filter-7-5-2/241888
**Category:** Kibana
**Created:** [July 20, 2020, 12:28pm UTC](https://discuss.elastic.co/t/issue-with-kibana-time-filter-7-5-2/241888 "2020-07-20T12:28:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sanjana17](https://avatars.discourse-cdn.com/v4/letter/s/f07891/32.png) [@Sanjana17](https://discuss.elastic.co/u/Sanjana17)
#### Post date: [July 20, 2020, 12:28pm UTC](https://discuss.elastic.co/t/issue-with-kibana-time-filter-7-5-2/241888/1 "2020-07-20T12:28:17Z")

</div>

Hi,  
We have 2 servers set- one for Elasticsearch and the other for Kibana (ES version-7.5.1 and Kibana's version- 7.5.2 respectively). Both servers have their timezone set to IST. No filebeat or collector is being used anywhere.  
A time index is created on ES namely "searchedOn" with date type and format yyyy-mm-dd:HH-mm-ss. As soon as search is placed on my application, information gets logged into ES perfectly.  
On Kibana the data gets logged without any hassle(under normal dashboard). But when I try to add a filter to modify my search on the basis of " \_id/phrase/searched By/searchedOn'' or anything, I get data under "Today's" filter and "1 weeks" filter only. For filters like " 15 minutes/30 minutes/1 hour/24 hours" I get an error saying "Expand your time range".

I have tried to inspect the dashboard data request and response. For Today/1 week filter the information I receive is :  
searchedOn": {  
"format": "strict\_date\_optional\_time",  
"gte": "2020-07-15T00:00:00.000Z",  
"lte": "2020-07-15T23:59:59.999Z"

And for any other filter(24 hours/last 7 days etc) :  
"searchedOn": {  
"format": "strict\_date\_optional\_time",  
"gte": "2020-07-08T11:45:32.680Z",  
"lte": "2020-07-15T11:45:32.680Z"

Even under normal dashboard(when no search filter is added to search data) the Inspect shows 2 different gte and lte values. For Today/1 week it shows current date time as per my Time Zone (Asia/Calcutta). But for other Time filters it shows the date time for -5:30 hrs.

Data getting logged is not incorrect but there is some loophole in Time zone because of which I am unable to identify my exact data count.

Any help would be highly appreciated.

Thanks in advance.

---

<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 20, 2020, 10:19pm UTC](https://discuss.elastic.co/t/issue-with-kibana-time-filter-7-5-2/241888/2 "2020-07-20T22:19:43Z")

</div>

When you are inspecting the request which includes the `searchedOn`, the time format should be in UTC. This is why you are seeing a -5:30 difference, since that is the offset for IST to UTC.

These issues are normally caused by the data. is there a document you can grab to verify that the `searchedOn` time is correct when in UTC?

---

<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 18, 2020, 4:51am UTC](https://discuss.elastic.co/t/issue-with-kibana-time-filter-7-5-2/241888/4 "2020-08-18T04:51:30Z")

</div>

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