static

https://www.elastic.co/guide/en/elasticsearch/reference/7.7/index-modules.html#_static_index_settings

static的配置只能在 closed index 时才能修改。

index.number_of_shards 默认1,最大1024,该参数即时close了index也不能修改。

 

 

 

dynamic

https://www.elastic.co/guide/en/elasticsearch/reference/7.7/index-modules.html#dynamic-index-settings

dynamic的配置可以通过RESTAPI update-index-settings 动态修改。