With the current implementation it is not possible to create a timestamp that looks like this:
indexname-202040 where 2020 stands for the year and the 40 for the calender week.
As we do not generate that huge amount of logs per day, I would like to change it to weekly based indicies.
However, this does not seem to be possible with the current time_index implementation.
With the current implementation it is not possible to create a timestamp that looks like this:
indexname-202040 where 2020 stands for the year and the 40 for the calender week.
As we do not generate that huge amount of logs per day, I would like to change it to weekly based indicies. However, this does not seem to be possible with the current
time_index
implementation.