# GET \_cat/recovery How to display just 3 columns and where files\_percent \> 90%?

**URL:** https://discuss.elastic.co/t/get-cat-recovery-how-to-display-just-3-columns-and-where-files-percent-90/351307
**Category:** Kibana
**Created:** [January 17, 2024, 8:39pm UTC](https://discuss.elastic.co/t/get-cat-recovery-how-to-display-just-3-columns-and-where-files-percent-90/351307 "2024-01-17T20:39:03Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mpniel](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/mpniel/32/113170_2.png) [@mpniel](https://discuss.elastic.co/u/mpniel)
#### Post date: [January 17, 2024, 8:39pm UTC](https://discuss.elastic.co/t/get-cat-recovery-how-to-display-just-3-columns-and-where-files-percent-90/351307/1 "2024-01-17T20:39:03Z")

</div>

GET \_cat/recovery  
How to display just 3 columns and where files\_percent \> 90% ?

---

<div class="post-metadata">

### Author: ![yago82](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/yago82/32/97755_2.png) [@yago82](https://discuss.elastic.co/u/yago82)
#### Post date: [January 17, 2024, 8:57pm UTC](https://discuss.elastic.co/t/get-cat-recovery-how-to-display-just-3-columns-and-where-files-percent-90/351307/2 "2024-01-17T20:57:01Z")

</div>

Hi,

if, for example, you want to include only the `index`, `shard`, and `files_percent` columns, you can use the following command:

```auto
GET _cat/recovery?v&h=index,shard,files_percent

```

However, the `_cat/recovery` API does not support filtering results based on column values.

Regards

---

<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: [February 14, 2024, 8:57pm UTC](https://discuss.elastic.co/t/get-cat-recovery-how-to-display-just-3-columns-and-where-files-percent-90/351307/3 "2024-02-14T20:57:30Z")

</div>

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