Skip to content

Commit

Permalink
Allow forcemerge in the hot phase for ILM policies (#4598)
Browse files Browse the repository at this point in the history
  • Loading branch information
codebrain authored and github-actions[bot] committed Apr 17, 2020
1 parent 16fe8a0 commit aab0087
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Nest/XPack/Ilm/Actions/ForceMergeAction.cs
Expand Up @@ -6,7 +6,10 @@ namespace Nest
/// The Force Merge Action force merges the index into at most a specific number of segments.
/// </summary>
/// <remarks>
/// Phases allowed: warm.
/// Phases allowed: hot, warm.
///
/// NOTE: If the action is used in the `hot` phase, the `rollover` action *must* be present.
/// ILM validates this predicate and will refuse a policy with a forcemerge in the hot phase without a rollover action.
/// </remarks>
public interface IForceMergeLifecycleAction : ILifecycleAction
{
Expand Down

0 comments on commit aab0087

Please sign in to comment.