From ca2cc30b5966bb948255802ab95e35b5d9af9f9b Mon Sep 17 00:00:00 2001 From: Paul Kaiser Date: Wed, 29 Apr 2020 15:48:11 -0500 Subject: [PATCH] Remove codec from ilm action forcemerge `codec` was removed at some point in the past, yet the documentation still lists it. --- docs/reference/ilm/actions/ilm-forcemerge.asciidoc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/reference/ilm/actions/ilm-forcemerge.asciidoc b/docs/reference/ilm/actions/ilm-forcemerge.asciidoc index 86f8d579a1789..2cf11caebfb8c 100644 --- a/docs/reference/ilm/actions/ilm-forcemerge.asciidoc +++ b/docs/reference/ilm/actions/ilm-forcemerge.asciidoc @@ -19,17 +19,6 @@ If no rollover action is configured, {ilm-init} will reject the policy. (Required, integer) Number of segments to merge to. To fully merge the index, set to `1`. -`codec`:: -(Optional, string) -Use the `best_compression` codec. Valid values: `best_compression`. -+ -[WARNING] -====== -Setting `"codec": "best_compression"` in the {ilm-init} forcemerge action causes {ilm-int} to -<> and then <> the index prior to the force merge. -During this time, the index is unavailable for both read and write operations. -====== - [[ilm-forcemerge-action-ex]] ==== Example