Log Server Maintenance Clarification?
Posted: Mon Oct 25, 2021 6:31 pm
Good afternoon all,
I'm trying to ensure we have the optimal maintenance schedule for our log servers. I know this will vary greatly by organization, but I'm hoping clarification on the primary automated maintenance could help.
Optimize Indexes older than:
This will use a Lucene forceMerge on an index that will not accept or ingest any new data.
Set this to 0 to disable this functionality.
Close indexes older than:
Marks indexes older that this value as closed
Closed indexes do not take any system resources other than disk space, however they cannot be
searched unless re-opened
Set to 0 to disable.
Delete indexes older than:
Deletes indexes older than this value, freeing resources
This is permanent, the only way to restore a deleted index is from an archived snapshot
Set to 0 to disable
For these three tasks: I'll have to admit I'm currently completely in the dark on the use case for optimizing indexes. The environment I'm currently in has it set to 0. I'm trying to find a reason for forceMerge, but can't.
We currently close and delete indexes older than 22 days. Is there any reason to close prior to deleting the index (like, close indexes on the 21st day, delete on the 22nd?). If closing and deleting at the same time, is there any reason to close them at all?
Thank you for any possible clarification!
-Frank
I'm trying to ensure we have the optimal maintenance schedule for our log servers. I know this will vary greatly by organization, but I'm hoping clarification on the primary automated maintenance could help.
Optimize Indexes older than:
This will use a Lucene forceMerge on an index that will not accept or ingest any new data.
Set this to 0 to disable this functionality.
Close indexes older than:
Marks indexes older that this value as closed
Closed indexes do not take any system resources other than disk space, however they cannot be
searched unless re-opened
Set to 0 to disable.
Delete indexes older than:
Deletes indexes older than this value, freeing resources
This is permanent, the only way to restore a deleted index is from an archived snapshot
Set to 0 to disable
For these three tasks: I'll have to admit I'm currently completely in the dark on the use case for optimizing indexes. The environment I'm currently in has it set to 0. I'm trying to find a reason for forceMerge, but can't.
We currently close and delete indexes older than 22 days. Is there any reason to close prior to deleting the index (like, close indexes on the 21st day, delete on the 22nd?). If closing and deleting at the same time, is there any reason to close them at all?
Thank you for any possible clarification!
-Frank