How can I check index storage type by CURL?

My system had some issues with the index storage type.
Couldn't find which type it was, but by changing the setting index.store.type at the elasticsearch.yml it seemed to be mmapfs. (Actually we had a big problem of using too much memory)

The issue was solved after changing the setting to niofs.

I have several other systems, and I want to know a way to check if the elasticsearch was on mmapfs or niofs by CURL.(We didn't set the index.store.type before so it would been working as the default value)

Is there anyway to check by index.store.type setting value by CURL or is the setting not able to check by CURL.

My systems are all elasticsearch 5.5.1

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