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

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

Hi,

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

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

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

Regards

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