# 6.2.0 - Some "Quick time ranges" have been removed

**URL:** https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076
**Category:** Kibana
**Created:** [February 8, 2018, 3:05pm UTC](https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076 "2018-02-08T15:05:21Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![quentin.legraverend](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/quentin.legraverend/32/66373_2.png) [@quentin.legraverend](https://discuss.elastic.co/u/quentin.legraverend)
#### Post date: [February 8, 2018, 3:05pm UTC](https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076/1 "2018-02-08T15:05:21Z")

</div>

Hi there,

I upgraded my dev environnement in version 6.2.0 this morning and observed that some time ranges I used to select in "Quick" section are no longer available. Including "Yesterday" and "Day before yesterday" among many others. Is it intentional ?

According to me, those time ranges are necessary for people running daily batches process.

Kuaaaly

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [February 8, 2018, 6:25pm UTC](https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076/2 "2018-02-08T18:25:10Z")

</div>

Hello,

You can now customize the time ranges that get displayed there from Management -\> Advanced Settings  
The name of the setting is this: `timepicker:quickRanges`  
Yesterday would looks something like this:

```auto
{
    "from": "now/d-1d",
    "to": "now/d-1d",
    "display": "Yesterday",
    "section": 0
  }

```

---

<div class="post-metadata">

### Author: ![quentin.legraverend](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/quentin.legraverend/32/66373_2.png) [@quentin.legraverend](https://discuss.elastic.co/u/quentin.legraverend)
#### Post date: [February 9, 2018, 10:48am UTC](https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076/3 "2018-02-09T10:48:51Z")

</div>

Hello Marius,

Thank you for the answer. It works well and this is a nice feature. Is this new in 6.2.0 (I didn't saw it in the blog post of the release)? Moreover, I remembered that I still have "Yesterday" time range in 6.1.3.

Thank you again,  
Kuaaaly

---

<div class="post-metadata">

### Author: ![Marius\_Dragomir](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/marius_dragomir/32/42087_2.png) [@Marius\_Dragomir](https://discuss.elastic.co/u/Marius_Dragomir)
#### Post date: [February 9, 2018, 12:32pm UTC](https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076/4 "2018-02-09T12:32:48Z")

</div>

I don't know why it didn't get highlighted in the blog post, probably an oversight on our side. It's a change that started in 6.2.0, you can see the PR here:

> <https://github.com/elastic/kibana/pull/15975>

---

<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: [March 9, 2018, 12:32pm UTC](https://discuss.elastic.co/t/6-2-0-some-quick-time-ranges-have-been-removed/119076/5 "2018-03-09T12:32:54Z")

</div>

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