IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.

cat repositories

edit

The repositories command shows the snapshot repositories registered in the cluster.

% curl 'localhost:9200/_cat/repositories?v'
id    type
repo1   fs
repo2   s3

We can quickly see which repositories are registered and their type.