Hello,
This is less of a support question, and more of an curiosity one.
If I have an index named "mycoolindex-5000", and have no templates that will match that index name, my fields will generally still come out just fine (most will be strings, unless I set something as an integer or date in logstash when ingesting).
Is there a catch-all template that I am not aware of? What is happening that lets elasticsearch just roll with indices that dont match a template?
Thanks!