Is there a way to tell elastic search to not create an index without using a template?
I still want the "automatic" index creation upon first write to a new index, I really don't want elasticsearch (ES) to be guessing about the types of fields--that way lies bad/subtle and hard to figure out corruption bugs. I want ES to always be using a template, or to fail to write and create a new index if there is no appropriate template available.