All I want to do, is update an existing templates settings(number_of_shards, number_of_replicas, and refresh_interval). However, the error message I keep getting makes it seem like it wants me to create a new index(keeps prompting for "template" index pattern. I just want to keep all the existing settings(except 3 mentioned above) and not mess with this.
Does anyone out there know, is this possible? Very frustrating because I swear I did that originally a while ago with a new template but with this new version(6.x) being so picky about mappings and only 1 type per index/doc I don't want to mess with any other of my template settings since I finally got them working.
Any ideas?