Hi
i have 2 daily indices that are about 30-40Gb every day and even spread by 6 shards are big. When i have to restart one node, they take a long time to recover.
So i want to rotate then not by day, but by every 6 hours ... how can i do that? %{+YYYY.MM.dd} is daily, %{+YYYY.MM.dd-HH} is hour, how can i do a %{YYYY.MM.dd-H%6} ?
maybe i could use elasticsearch _rollover, but how to use it? i found no info about adding this to the templates
thanks in advance
daniel