-
Add options to setup ILM along side curator. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Shard settings can be modified in the global.sls so you can keep your shard sizes to what they need to be. Right now in order to clean up disk space properly, we require manual control over how indices are handled. We are looking at ILM but that cleanup process is assuming that the machine is running just ES whereas in a standalone situation you have PCAP also filling up the disk. An ILM feature I am most interested in is the ability to combine older indices to reduce the memory footprint when transitioning it to a warm index. This would allow longer retention times but will require more gear. So stay tuned on ILM! |
Beta Was this translation helpful? Give feedback.
Shard settings can be modified in the global.sls so you can keep your shard sizes to what they need to be. Right now in order to clean up disk space properly, we require manual control over how indices are handled. We are looking at ILM but that cleanup process is assuming that the machine is running just ES whereas in a standalone situation you have PCAP also filling up the disk.
An ILM feature I am most interested in is the ability to combine older indices to reduce the memory footprint when transitioning it to a warm index. This would allow longer retention times but will require more gear. So stay tuned on ILM!