# Ignore filter(s)

**URL:** https://discuss.elastic.co/t/ignore-filter-s/189087
**Category:** Kibana
**Created:** [July 5, 2019, 11:42am UTC](https://discuss.elastic.co/t/ignore-filter-s/189087 "2019-07-05T11:42:58Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Seanlally](https://avatars.discourse-cdn.com/v4/letter/s/91b2a8/32.png) [@Seanlally](https://discuss.elastic.co/u/Seanlally)
#### Post date: [July 5, 2019, 11:42am UTC](https://discuss.elastic.co/t/ignore-filter-s/189087/1 "2019-07-05T11:42:58Z")

</div>

Hi  
I’m currently creating a dashboard with 2 indices and while trying to filter on it, I’m only getting the information on one index visualisation.  
I have noticed the ignore filter advanced setting but I’m not sure of the implications turning it on in global and how it may affect customers.. Will it affect any of the information I have already in the stack, will my indices be affected or will dashboard be affected etc? Or does this not affect anything?

Thanks  
Sean

---

<div class="post-metadata">

### Author: ![lukeelmers](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/lukeelmers/32/35230_2.png) [@lukeelmers](https://discuss.elastic.co/u/lukeelmers)
#### Post date: [July 5, 2019, 10:45pm UTC](https://discuss.elastic.co/t/ignore-filter-s/189087/2 "2019-07-05T22:45:47Z")

</div>

Hi @Seanlally,

The `ignoreFilterIfFieldNotInIndex` setting should only affect the queries that are sent from dashboards, and shouldn't be messing with any of your data. So if you were to turn this setting on for testing purposes and then turn it back off, it shouldn't have any lasting effects on your Kibana instance. The only behavior it changes is which filters are applied to visualizations in your dashboards.

There was recently [a bug](https://github.com/elastic/kibana/issues/28784) with this setting not being correctly applied to visualizations, [which was fixed](https://github.com/elastic/kibana/pull/29880) as of `6.7`. The issue description sums up the purpose of this setting nicely:

> Enabling `ignoreFilterIfFieldNotInIndex` should prevent visualizations on a dashboard from being filtered if the index pattern they're based on does not contain the filtered field

There are still some remaining issues with the setting; to ensure it is working for you as expected, I'd suggest [reading the discussion on this issue](https://github.com/elastic/kibana/issues/14081) first. Then you could try turning it on temporarily -- perhaps in a [separate Space](https://www.elastic.co/guide/en/kibana/current/xpack-spaces.html) with some sample data if you want to avoid affecting other users of your dashboards -- before permanently toggling it on.

Hope this helps!

---

<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 2, 2019, 10:53pm UTC](https://discuss.elastic.co/t/ignore-filter-s/189087/3 "2019-08-02T22:53:14Z")

</div>

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