Puzzled about updating Indexes

The default is to enable auto creation of indices, though you can disable it by configuring your settings with:

action.auto_create_index: false

https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-index_.html#index-creation

I would double check your config file on each node and verify this isn't set.