# Global Filter on Kibana

**URL:** https://discuss.elastic.co/t/global-filter-on-kibana/161960
**Category:** Kibana
**Created:** [December 23, 2018, 9:49pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960 "2018-12-23T21:49:51Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [December 23, 2018, 9:49pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/1 "2018-12-23T21:49:51Z")

</div>

I am trying to create a dashboard where one of the visuals is a sum total of values by Month. But the rest of them just show Last 30 days of data. How can I create a visual which would be such that the global time range on the top right wont affect that one particular view. Is this doable?

---

<div class="post-metadata">

### Author: ![sebastien](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sebastien/32/36119_2.png) [@sebastien](https://discuss.elastic.co/u/sebastien)
#### Post date: [December 24, 2018, 10:52am UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/2 "2018-12-24T10:52:29Z")

</div>

Hi adwaitjoshi,

This is not currently supported as all the requests for a dashboard visualizations must have the same Time Filter applied.

Cheers.

---

<div class="post-metadata">

### Author: ![NerdSec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nerdsec/32/22056_2.png) [@NerdSec](https://discuss.elastic.co/u/NerdSec)
#### Post date: [December 24, 2018, 11:22am UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/3 "2018-12-24T11:22:37Z")

</div>

It is not possible. However, you could hack your way around it, maybe?

1. Create an index pattern that does not use any timestamp field.
2. Create a visualization that you desire using this index and add it to the dashboard.
3. Voila?

Haven't tested this, but seems about right.

@sebastien Thoughts?

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [December 24, 2018, 12:28pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/4 "2018-12-24T12:28:54Z")

</div>

Thanks Sebastien.

---

<div class="post-metadata">

### Author: ![sebastien](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sebastien/32/36119_2.png) [@sebastien](https://discuss.elastic.co/u/sebastien)
#### Post date: [December 24, 2018, 2:19pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/5 "2018-12-24T14:19:09Z")

</div>

@NerdSec To what I understood @adwaitjoshi needs to display both visualisation with time series.

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [December 24, 2018, 2:32pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/6 "2018-12-24T14:32:39Z")

</div>

I cant create two indexes. The issue is I have more than 1 billion transactions in the index. By creating a second one, I would be replicating just for the sake of one visualization. May be a simple "do not use date filter" on a visualization may do it. Something that a lot of people can use I guess.

---

<div class="post-metadata">

### Author: ![sebastien](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sebastien/32/36119_2.png) [@sebastien](https://discuss.elastic.co/u/sebastien)
#### Post date: [December 24, 2018, 3:02pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/7 "2018-12-24T15:02:30Z")

</div>

I am not sure I understand well your use case. You would like to disable the time filter on a time series visualisation?

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [December 24, 2018, 3:13pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/8 "2018-12-24T15:13:39Z")

</div>

Not really. The user sees a visual of last 90 days. The lowest chart of it is a month over month but it's for the year rather than just 90 dayd.

---

<div class="post-metadata">

### Author: ![sebastien](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sebastien/32/36119_2.png) [@sebastien](https://discuss.elastic.co/u/sebastien)
#### Post date: [December 24, 2018, 3:23pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/9 "2018-12-24T15:23:48Z")

</div>

Have you tried to create a new index pattern and then for the `Time Filter field name` select "I don't want to use the time filter" ? And then use that pattern for the visualisation.

---

<div class="post-metadata">

### Author: ![adwaitjoshi](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/adwaitjoshi/32/35098_2.png) [@adwaitjoshi](https://discuss.elastic.co/u/adwaitjoshi)
#### Post date: [December 24, 2018, 4:58pm UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/10 "2018-12-24T16:58:20Z")

</div>

lets say my index is named "timeddata" the moment I type "timeddata\*" it says there is already an index pattern and I cannot create a new one. I cannot simply replicate 1+ billion transactions.

---

<div class="post-metadata">

### Author: ![NerdSec](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nerdsec/32/22056_2.png) [@NerdSec](https://discuss.elastic.co/u/NerdSec)
#### Post date: [December 25, 2018, 7:09am UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/11 "2018-12-25T07:09:50Z")

</div>

@adwaitjoshi The only way is see you can achieve this is by a creating a new index pattern.

Maybe create a pattern `timeddat*`? Or maybe try naming indices as follows in future `timeddata-00001` using rollover or daily indices. Helps a lot.

---

<div class="post-metadata">

### Author: ![sebastien](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/sebastien/32/36119_2.png) [@sebastien](https://discuss.elastic.co/u/sebastien)
#### Post date: [December 25, 2018, 8:19am UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/12 "2018-12-25T08:19:58Z")

</div>

Like @NerdSec said, you can create a new index pattern with a wildcard `timeddat*`. Be aware that it will also read from any other indices starting with those chars (e.g. `timeddata2`)

---

<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: [January 22, 2019, 8:20am UTC](https://discuss.elastic.co/t/global-filter-on-kibana/161960/13 "2019-01-22T08:20:02Z")

</div>

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