Hello,
I’m trying to set up a template for my (many) indices with:
"routing": { "allocation": { "require": { "box_type": "hot" } } }
Sadly after index rotation in Graylog, Graylog overwrites all of my index templates and completely ignores my box_type setting basically making me unable to create a HOT-WARM infrastructure for storing logs. How can I force graylog into creating new indices ALWAYS with box_type hot or just respecting my elasticsearch templates?