Skip to content

Commit

Permalink
switch to 'not supported' framing
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Feb 21, 2024
1 parent 8dd8569 commit 549e789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public MapperService(
if (INDEX_MAPPER_DYNAMIC_SETTING.exists(indexSettings.getSettings())) {
deprecationLogger.deprecate(
index().getName() + INDEX_MAPPER_DYNAMIC_SETTING.getKey(),
"Index [{}] has setting [{}] that was removed after version ES 6.0.0, its value will be ignored.",
"Index [{}] has setting [{}] that is not supported in OpenSearch, its value will be ignored.",
index().getName(),
INDEX_MAPPER_DYNAMIC_SETTING.getKey()
);
Expand Down

0 comments on commit 549e789

Please sign in to comment.