Hi,
We have an index, and for every half an hour, it's indexing with 350,000 of events. After every ONE Hour, the previous ONE hour of data is no longer required. So, how can I delete that 1 hour old data from the index, or how can we handle this situation to free up my index memory/ index events after every one hour.
Thanks in advance.
Hi,
you can try frozenTimePeriodInSecs, rotatePeriodInSecs options.
Eg:
frozenTimePeriodInSecs=3600
rotatePeriodInSecs=30
Also dpeneding on the data size you are receiving you can try other options
maxTotalDataSizeMB
homePath.maxDataSizeMB
coldPath.maxDataSizeMB
check out the spec for options..