@@ -79,7 +79,7 @@ public void testOldIndicesCheck() {
7979 DeprecationIssue expected = new DeprecationIssue (
8080 DeprecationIssue .Level .CRITICAL ,
8181 "Old index with a compatibility version < 9.0" ,
82- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html " ,
82+ "https://ela.st/es-deprecation-9-index-version " ,
8383 "This index has version: " + OLD_VERSION .toReleaseVersion (),
8484 false ,
8585 singletonMap ("reindex_required" , true )
@@ -103,7 +103,7 @@ public void testOldTransformIndicesCheck() {
103103 var expected = new DeprecationIssue (
104104 DeprecationIssue .Level .CRITICAL ,
105105 "One or more Transforms write to this index with a compatibility version < 9.0" ,
106- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
106+ "https://ela.st/es-deprecation-9-transform-destination-index " ,
107107 "This index was created in version ["
108108 + OLD_VERSION .toReleaseVersion ()
109109 + "] and requires action before upgrading to 9.0. "
@@ -129,7 +129,7 @@ public void testOldIndicesCheckWithMultipleTransforms() {
129129 var expected = new DeprecationIssue (
130130 DeprecationIssue .Level .CRITICAL ,
131131 "One or more Transforms write to this index with a compatibility version < 9.0" ,
132- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
132+ "https://ela.st/es-deprecation-9-transform-destination-index " ,
133133 "This index was created in version ["
134134 + OLD_VERSION .toReleaseVersion ()
135135 + "] and requires action before upgrading to 9.0. "
@@ -159,8 +159,7 @@ public void testMultipleOldIndicesCheckWithTransforms() {
159159 new DeprecationIssue (
160160 DeprecationIssue .Level .CRITICAL ,
161161 "One or more Transforms write to this index with a compatibility version < 9.0" ,
162- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
163- + "#breaking_90_transform_destination_index" ,
162+ "https://ela.st/es-deprecation-9-transform-destination-index" ,
164163 "This index was created in version ["
165164 + OLD_VERSION .toReleaseVersion ()
166165 + "] and requires action before upgrading to 9.0. "
@@ -175,8 +174,7 @@ public void testMultipleOldIndicesCheckWithTransforms() {
175174 new DeprecationIssue (
176175 DeprecationIssue .Level .CRITICAL ,
177176 "One or more Transforms write to this index with a compatibility version < 9.0" ,
178- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
179- + "#breaking_90_transform_destination_index" ,
177+ "https://ela.st/es-deprecation-9-transform-destination-index" ,
180178 "This index was created in version ["
181179 + OLD_VERSION .toReleaseVersion ()
182180 + "] and requires action before upgrading to 9.0. "
@@ -282,7 +280,7 @@ public void testOldIndicesIgnoredWarningCheck() {
282280 DeprecationIssue expected = new DeprecationIssue (
283281 DeprecationIssue .Level .WARNING ,
284282 "Old index with a compatibility version < 9.0 has been ignored" ,
285- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html " ,
283+ "https://ela.st/es-deprecation-9-index-version " ,
286284 "This read-only index has version: " + OLD_VERSION .toReleaseVersion () + " and will be supported as read-only in 9.0" ,
287285 false ,
288286 singletonMap ("reindex_required" , true )
@@ -333,7 +331,7 @@ public void testOldTransformIndicesIgnoredCheck() {
333331 var expected = new DeprecationIssue (
334332 DeprecationIssue .Level .WARNING ,
335333 "One or more Transforms write to this old index with a compatibility version < 9.0" ,
336- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
334+ "https://ela.st/es-deprecation-9-transform-destination-index " ,
337335 "This index was created in version ["
338336 + OLD_VERSION .toReleaseVersion ()
339337 + "] and will be supported as a read-only index in 9.0. "
@@ -359,7 +357,7 @@ public void testOldIndicesIgnoredCheckWithMultipleTransforms() {
359357 var expected = new DeprecationIssue (
360358 DeprecationIssue .Level .WARNING ,
361359 "One or more Transforms write to this old index with a compatibility version < 9.0" ,
362- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
360+ "https://ela.st/es-deprecation-9-transform-destination-index " ,
363361 "This index was created in version ["
364362 + OLD_VERSION .toReleaseVersion ()
365363 + "] and will be supported as a read-only index in 9.0. "
@@ -389,8 +387,7 @@ public void testMultipleOldIndicesIgnoredCheckWithTransforms() {
389387 new DeprecationIssue (
390388 DeprecationIssue .Level .WARNING ,
391389 "One or more Transforms write to this old index with a compatibility version < 9.0" ,
392- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
393- + "#breaking_90_transform_destination_index" ,
390+ "https://ela.st/es-deprecation-9-transform-destination-index" ,
394391 "This index was created in version ["
395392 + OLD_VERSION .toReleaseVersion ()
396393 + "] and will be supported as a read-only index in 9.0. "
@@ -405,8 +402,7 @@ public void testMultipleOldIndicesIgnoredCheckWithTransforms() {
405402 new DeprecationIssue (
406403 DeprecationIssue .Level .WARNING ,
407404 "One or more Transforms write to this old index with a compatibility version < 9.0" ,
408- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
409- + "#breaking_90_transform_destination_index" ,
405+ "https://ela.st/es-deprecation-9-transform-destination-index" ,
410406 "This index was created in version ["
411407 + OLD_VERSION .toReleaseVersion ()
412408 + "] and will be supported as a read-only index in 9.0. "
0 commit comments