Scenario:
I have index structure based on retention policy.
(Eg: 12-Months-Index,24-Months-Index,36-Months-Index,5-Years-Index)
If a customer subscribes for a retention period of 12 months I will direct this customer log to my first index.
Let say, if the customer wants to continue his subscription for another 2 years , I will direct the logs to 2nd index, more over in case if the customer wants his past 1 year also(for a statistical purpose) , I want to move the indexed data from 12-Months-Index to 24-Months-Index directory.
For this purpose , I want the data movement from one index to another index.
NOTE : For providing a managed security services - Splunk ES application is deployed - where there are number of correlation search queries are running , in case if i separate the customer into separate indexes(in that case the index number will get increased), I have a problem of search query performance slow down(index=cust1 OR index=cust2 Or index-custN). To overcome this , we have a setup of indexes based on retention policy.So index number will be less
... View more