如何禁用elasticsearch(ES)的自动创建mapping

在配置文件中增加如下配置:

 

action.auto_create_index: false
index.mapper.dynamic: false