mobz / elasticsearch-head

A web front end for an elastic search cluster
http://mobz.github.io/elasticsearch-head/
Other
9.42k stars 2.02k forks source link

What does the number in the red frame in the figure mean? why is it different from the previous number? #426

Open zpygithub opened 5 years ago

zpygithub commented 5 years ago

image

philipskokoh commented 5 years ago

It shows the number of documents and deleted docs, which have not yet merged out.

The number comes from 'docs' in index stats API: https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-stats.html