-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Data Management/ILM+SLMIndex and Snapshot lifecycle managementIndex and Snapshot lifecycle management>bug>docsGeneral docs changesGeneral docs changesTeam:Data ManagementMeta label for data/management teamMeta label for data/management teamTeam:DocsMeta label for docs teamMeta label for docs team
Description
In #49974 we added support for changing to the best_compression codec in ILM's force-merge action, but it seems that the parameter in the REST API is actually index_codec and not codec as per the docs:
Line 36 in 95a7eed
| public static final ParseField CODEC = new ParseField("index_codec"); |
This means the docs for 7.7 are wrong (see #55978). I think index_codec is an unfortunate choice of name and it would be preferable to change it to codec even though it's now a breaking change so we'd have to do the whole deprecation dance to achieve that.
JathinSanghvi and cataclysdom
Metadata
Metadata
Assignees
Labels
:Data Management/ILM+SLMIndex and Snapshot lifecycle managementIndex and Snapshot lifecycle management>bug>docsGeneral docs changesGeneral docs changesTeam:Data ManagementMeta label for data/management teamMeta label for data/management teamTeam:DocsMeta label for docs teamMeta label for docs team