Elasticsearch increase total_in_bytes value Memory

Please format your code, logs or configuration files using </> icon as explained in this guide and not the citation button. It will make your post more readable.

Where Elastic is telling you that? Could you tell?

About the logs, it seems to indicate that at least one of you document in the index is not really readable (not a correct JSON)... Not related to a disk space issue or whatever else.

Could you run:

GET /idx_siv/_search?size=10000

To see if you can reproduce that?

What is the output of:

GET /_cat/indices/idx_siv?v