# Text box and button to filter by index

**URL:** https://discuss.elastic.co/t/text-box-and-button-to-filter-by-index/60894
**Category:** Kibana
**Created:** [September 19, 2016, 1:33pm UTC](https://discuss.elastic.co/t/text-box-and-button-to-filter-by-index/60894 "2016-09-19T13:33:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![maarthala](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/maarthala/32/11975_2.png) [@maarthala](https://discuss.elastic.co/u/maarthala)
#### Post date: [September 19, 2016, 1:33pm UTC](https://discuss.elastic.co/t/text-box-and-button-to-filter-by-index/60894/1 "2016-09-19T13:33:01Z")

</div>

HI,  
As part of my requirement, i am thinking to place a text box and button on the dashboad to filter data by index name. Index name is same as RunID and I would like show dashboard data only for the entered Index name. Any possibility ?

---

<div class="post-metadata">

### Author: ![jbudz](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/jbudz/32/45922_2.png) [@jbudz](https://discuss.elastic.co/u/jbudz)
#### Post date: [September 19, 2016, 2:49pm UTC](https://discuss.elastic.co/t/text-box-and-button-to-filter-by-index/60894/2 "2016-09-19T14:49:45Z")

</div>

You can search for an index in the searchbox at the top of discover, for example : index:logstash-\*`. Another option is to create a data table visualization listing your index names, and clicking on one will create a filter.

You can also create your own visualization plugin if you need more customization, [https://github.com/elastic/kibana/wiki/Plugin-Resources](https://github.com/elastic/kibana/wiki/Plugin-Resources) is a good resource to get started

---

<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: [July 6, 2017, 1:38pm UTC](https://discuss.elastic.co/t/text-box-and-button-to-filter-by-index/60894/3 "2017-07-06T13:38:44Z")

</div>


