I want to create time series indices but hide that implementation to the user for various reasons and always give the alias name to the user
I have an index - indexA, which is actually an alias to the time series indices -> index_202105, index_202106, index_202107 etc But, i want to have this mechanism to be managed by index template i.e, user always push their data streams to indexA, which is actually an alias to the time series indices and the time series indices need to be created automatically if doesn't exists. Is this scenario could be covered with index templates? Could some one please assist here