# How to verify elasticsearch index store?

**URL:** https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802
**Category:** Elasticsearch
**Created:** [February 25, 2019, 10:42am UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802 "2019-02-25T10:42:27Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![azuresky11](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/azuresky11/32/41283_2.png) [@azuresky11](https://discuss.elastic.co/u/azuresky11)
#### Post date: [February 25, 2019, 10:42am UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802/1 "2019-02-25T10:42:27Z")

</div>

Hi, All  
I use mmapfs to write data, but I want to change to niofs, need to rewrite the data? Then how to view index.store.type?

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [February 25, 2019, 11:06am UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802/2 "2019-02-25T11:06:28Z")

</div>

> [@azuresky11](#):
>
> need to rewrite the data?

No, there's no need to rewrite the data when changing store type.

> [@azuresky11](#):
>
> Then how to view index.store.type?

It is an index-level setting so you can view it using the [index settings API](https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-get-settings.html).

---

<div class="post-metadata">

### Author: ![azuresky11](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/azuresky11/32/41283_2.png) [@azuresky11](https://discuss.elastic.co/u/azuresky11)
#### Post date: [February 25, 2019, 11:14am UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802/3 "2019-02-25T11:14:26Z")

</div>

Thanks David for your quick response!  
after adding 'index.store.type: niofs' to the `config/elasticsearch.yml` .How can I confirm that it has changed?

---

<div class="post-metadata">

### Author: ![DavidTurner](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/davidturner/32/22453_2.png) [@DavidTurner](https://discuss.elastic.co/u/DavidTurner)
#### Post date: [February 25, 2019, 12:34pm UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802/4 "2019-02-25T12:34:51Z")

</div>

> [@azuresky11](#):
>
> How can I confirm that it has changed?

`GET _nodes/settings` returns the static settings applied on each node.

---

<div class="post-metadata">

### Author: ![azuresky11](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/azuresky11/32/41283_2.png) [@azuresky11](https://discuss.elastic.co/u/azuresky11)
#### Post date: [February 25, 2019, 12:42pm UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802/5 "2019-02-25T12:42:56Z")

</div>

thanks for you reply!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 25, 2019, 12:43pm UTC](https://discuss.elastic.co/t/how-to-verify-elasticsearch-index-store/169802/6 "2019-03-25T12:43:00Z")

</div>

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