elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.51k stars 24.33k forks source link

Distinguish regular indices from searchable snapshot indices in get-snapshots API #109956

Open DaveCTurner opened 1 week ago

DaveCTurner commented 1 week ago

A snapshot of a searchable snapshot index is just a pointer to the snapshot holding the actual index data, unlike snapshots of regular indices which contains the index data itself. Some users have reported confusion about this. It'd be useful if we distinguished these two kinds of index in the get-snapshots API, and even more useful if we could also indicate in the API response the location of the actual data.

elasticsearchmachine commented 1 week ago

Pinging @elastic/es-distributed (Team:Distributed)