Hi community,
We created a new index and sent 5,00,000 logs with message size of 1 kb for each log.
So we have sent total log size of around 500mb, but the pri.store.size
of that index is showing 980.8mb. Can anyone please explain why pri.store.size
is much more than total log size.
And also is there any way to get pri.store.size
at document level with each document ID ?
Using GET <host>/_cat/indices/<index-name>?v=true&s=index
we get the following response.
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
green open <index-name> <id> 4 1 499999 1 1.9gb 980.8mb
Thanks,
Triptesh