Skip to content

Commit 5de3af8

Browse files
Update x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/DataStreamDeprecationChecker.java
Co-authored-by: Mary Gouseti <[email protected]>
1 parent 848c260 commit 5de3af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/deprecation/src/main/java/org/elasticsearch/xpack/deprecation/DataStreamDeprecationChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ static DeprecationIssue ignoredOldIndicesCheck(DataStream dataStream, ClusterSta
116116
if (ignoredIndices.isEmpty() == false) {
117117
return new DeprecationIssue(
118118
DeprecationIssue.Level.WARNING,
119-
"Old data stream with a compatibility version < " + Version.CURRENT.major + "0.0 Has Been Ignored",
119+
"Old data stream with a compatibility version < " + Version.CURRENT.major + "0.0 has Been Ignored",
120120
"https://ela.st/es-deprecation-ds-reindex",
121121
"This data stream has read only backing indices that were created before Elasticsearch "
122122
+ Version.CURRENT.major

0 commit comments

Comments
 (0)