Get the number of documents of index in snapshot?

Hi,

Is it possible to get the number of documents an index in a snapshot has? I know how to do this for actual indices. I can see which indices are in snapshot, but I can't figure out how to get the number of documents of an index in a snapshot...

Is that possible? How?

Thx.

No, sorry, this isn't something you can obtain from a snapshot without restoring it first.

Ah, ok. Thanks.

Is there another way to check if the index of a snapshot is complete? Say, I have daily indices and take a snapshot now. The index gets filled until tomorrow. Is there way to see how much of the index is actually in the snapshot?

You can see the time at which each snapshot started/ended, which tells you how stale or fresh it is.

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