Why default index set size increased from 486.0B to 573.0B without document output to it?

after some time, the default index set will changed from 486.0B to 573.0B:

if manually rotate it, it will fall to 486.0B again:

why the default index set become 573.0B after some data has been output to other index sets ?

We’re talking about 486 bytes to 573 bytes… :wink:

It’s probably some information which Elasticsearch writes lazily into the indices or maybe it’s because replicas have been allocated lazily.

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