# Dropdown control panel Kibana does not recognize and autocomplete search filter

**URL:** https://discuss.elastic.co/t/dropdown-control-panel-kibana-does-not-recognize-and-autocomplete-search-filter/210510
**Category:** Kibana
**Created:** [December 4, 2019, 10:50am UTC](https://discuss.elastic.co/t/dropdown-control-panel-kibana-does-not-recognize-and-autocomplete-search-filter/210510 "2019-12-04T10:50:40Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MAvD](https://avatars.discourse-cdn.com/v4/letter/m/f08c70/32.png) [@MAvD](https://discuss.elastic.co/u/MAvD)
#### Post date: [December 4, 2019, 10:50am UTC](https://discuss.elastic.co/t/dropdown-control-panel-kibana-does-not-recognize-and-autocomplete-search-filter/210510/1 "2019-12-04T10:50:41Z")

</div>

Hi,

In the control panel I use in Kibana, the dropdown list does not recognize all keywords that are available in the data. The dropdown list also does not change while typing in the required filters, so the autocompletion does not work. All documents contain the field to be filtered in a wide range of different keywords. When the required filters are applied by 'Add filter' below the search bar, the autocompletion also does not work but the filters could be applied properly.

How could this be fixed, in order to be able to filter all available keywords in the control panel with autocompletion?  
Thanks for your suggestions.

Kind regards,  
Maarten

---

<div class="post-metadata">

### Author: ![Nathan\_Reese](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/nathan_reese/32/84829_2.png) [@Nathan\_Reese](https://discuss.elastic.co/u/Nathan_Reese)
#### Post date: [December 6, 2019, 1:02pm UTC](https://discuss.elastic.co/t/dropdown-control-panel-kibana-does-not-recognize-and-autocomplete-search-filter/210510/2 "2019-12-06T13:02:34Z")

</div>

What version of Kibana are you using? The controls visualization uses a terms aggregation to populate the dropdown list. The terms aggregation will return incomplete results if the query takes longer than 1 second or scans more than 100000 documents. Starting in 7.3, users can configure these increase these settings with `kibana.autocompleteTimeout` and `kibana.autocompleteTerminateAfter` in kibana.yml.

See [https://github.com/elastic/kibana/issues/17388](https://github.com/elastic/kibana/issues/17388) for more details about the problem and [https://github.com/elastic/kibana/pull/37643](https://github.com/elastic/kibana/pull/37643) for the merged solution.

[https://www.elastic.co/guide/en/kibana/7.5/settings.html](https://www.elastic.co/guide/en/kibana/7.5/settings.html)

 ![19%20AM](https://us1.discourse-cdn.com/elastic/original/3X/f/3/f3e64883d7ae7987d8dbf7d7fdd1fa45385cb5a1.png)

---

<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 3, 2020, 1:02pm UTC](https://discuss.elastic.co/t/dropdown-control-panel-kibana-does-not-recognize-and-autocomplete-search-filter/210510/3 "2020-01-03T13:02:34Z")

</div>

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