# No Quick time filter in Kibana 6.2.4

**URL:** https://discuss.elastic.co/t/no-quick-time-filter-in-kibana-6-2-4/130735
**Category:** Elastic Training
**Created:** [May 6, 2018, 8:28am UTC](https://discuss.elastic.co/t/no-quick-time-filter-in-kibana-6-2-4/130735 "2018-05-06T08:28:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Aviyoosh](https://avatars.discourse-cdn.com/v4/letter/a/c37758/32.png) [@Aviyoosh](https://discuss.elastic.co/u/Aviyoosh)
#### Post date: [May 6, 2018, 8:28am UTC](https://discuss.elastic.co/t/no-quick-time-filter-in-kibana-6-2-4/130735/1 "2018-05-06T08:28:58Z")

</div>

Kibana + Elastic version: 6.2.4  
JDK version: 10.0.1  
OS version: Win10

how can I add to the Kibana the "quick filter" for date filtering?  
in older versions i could choose to query by "yesterday"/"Last week"/etc.  
now - it's not exist.

see screenshot

thanks ![no%20filter2](https://sea2.discourse-cdn.com/elastic/images/transparent.png)

---

<div class="post-metadata">

### Author: ![nzamecnik](https://avatars.discourse-cdn.com/v4/letter/n/76d3ee/32.png) [@nzamecnik](https://discuss.elastic.co/u/nzamecnik)
#### Post date: [May 11, 2018, 2:41am UTC](https://discuss.elastic.co/t/no-quick-time-filter-in-kibana-6-2-4/130735/2 "2018-05-11T02:41:59Z")

</div>

The Quick filters allow for this. IF this can't work for you then use Absolute to set those dates. Quick gives you these:

 ![image](https://us1.discourse-cdn.com/elastic/original/3X/c/5/c5fe3fceba6500d2b183dad78ea5cc98c42942b2.png)

---

<div class="post-metadata">

### Author: ![rcowart](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/rcowart/32/88091_2.png) [@rcowart](https://discuss.elastic.co/u/rcowart)
#### Post date: [May 11, 2018, 6:16am UTC](https://discuss.elastic.co/t/no-quick-time-filter-in-kibana-6-2-4/130735/3 "2018-05-11T06:16:39Z")

</div>

I can't see your screenshots, but you can now customize the available quick ranges by setting `timepicker:quickRanges` in Kibana under Management --\> Advanced Settings. For example this is what I use as my standard:

![24](https://us1.discourse-cdn.com/elastic/original/3X/9/e/9e9241103db6d12beb74a79162ad0b88f5bb1841.png)

```auto
[
  {
    "from": "now/d",
    "to": "now/d",
    "display": "Today",
    "section": 0
  },
  {
    "from": "now/w",
    "to": "now/w",
    "display": "This week",
    "section": 0
  },
  {
    "from": "now/M",
    "to": "now/M",
    "display": "This month",
    "section": 0
  },
  {
    "from": "now/d",
    "to": "now",
    "display": "Today so far",
    "section": 0
  },
  {
    "from": "now/w",
    "to": "now",
    "display": "Week to date",
    "section": 0
  },
  {
    "from": "now/M",
    "to": "now",
    "display": "Month to date",
    "section": 0
  },
  {
    "from": "now-15m",
    "to": "now",
    "display": "Last 15 minutes",
    "section": 1
  },
  {
    "from": "now-30m",
    "to": "now",
    "display": "Last 30 minutes",
    "section": 1
  },
  {
    "from": "now-1h",
    "to": "now",
    "display": "Last 1 hour",
    "section": 1
  },
  {
    "from": "now-2h",
    "to": "now",
    "display": "Last 2 hours",
    "section": 1
  },
  {
    "from": "now-4h",
    "to": "now",
    "display": "Last 4 hours",
    "section": 2
  },
  {
    "from": "now-12h",
    "to": "now",
    "display": "Last 12 hours",
    "section": 2
  },
  {
    "from": "now-24h",
    "to": "now",
    "display": "Last 24 hours",
    "section": 2
  },
  {
    "from": "now-48h",
    "to": "now",
    "display": "Last 48 hours",
    "section": 2
  },
  {
    "from": "now-7d",
    "to": "now",
    "display": "Last 7 days",
    "section": 3
  },
  {
    "from": "now-30d",
    "to": "now",
    "display": "Last 30 days",
    "section": 3
  },
  {
    "from": "now-60d",
    "to": "now",
    "display": "Last 60 days",
    "section": 3
  },
  {
    "from": "now-90d",
    "to": "now",
    "display": "Last 90 days",
    "section": 3
  }
]

```

---

<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: [June 8, 2018, 6:17am UTC](https://discuss.elastic.co/t/no-quick-time-filter-in-kibana-6-2-4/130735/4 "2018-06-08T06:17:06Z")

</div>

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