@@ -106,7 +106,7 @@ public void testOldTransformIndicesCheck() {
106
106
var expected = new DeprecationIssue (
107
107
DeprecationIssue .Level .CRITICAL ,
108
108
"One or more Transforms write to this index with a compatibility version < 8.0" ,
109
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
109
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration " ,
110
110
"This index was created in version ["
111
111
+ OLD_VERSION .toReleaseVersion ()
112
112
+ "] and requires action before upgrading to 9.0. "
@@ -132,7 +132,7 @@ public void testOldIndicesCheckWithMultipleTransforms() {
132
132
var expected = new DeprecationIssue (
133
133
DeprecationIssue .Level .CRITICAL ,
134
134
"One or more Transforms write to this index with a compatibility version < 8.0" ,
135
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
135
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration " ,
136
136
"This index was created in version ["
137
137
+ OLD_VERSION .toReleaseVersion ()
138
138
+ "] and requires action before upgrading to 9.0. "
@@ -162,8 +162,7 @@ public void testMultipleOldIndicesCheckWithTransforms() {
162
162
new DeprecationIssue (
163
163
DeprecationIssue .Level .CRITICAL ,
164
164
"One or more Transforms write to this index with a compatibility version < 8.0" ,
165
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
166
- + "#breaking_90_transform_destination_index" ,
165
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration" ,
167
166
"This index was created in version ["
168
167
+ OLD_VERSION .toReleaseVersion ()
169
168
+ "] and requires action before upgrading to 9.0. "
@@ -178,8 +177,7 @@ public void testMultipleOldIndicesCheckWithTransforms() {
178
177
new DeprecationIssue (
179
178
DeprecationIssue .Level .CRITICAL ,
180
179
"One or more Transforms write to this index with a compatibility version < 8.0" ,
181
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
182
- + "#breaking_90_transform_destination_index" ,
180
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration" ,
183
181
"This index was created in version ["
184
182
+ OLD_VERSION .toReleaseVersion ()
185
183
+ "] and requires action before upgrading to 9.0. "
@@ -413,7 +411,7 @@ public void testOldTransformIndicesIgnoredCheck() {
413
411
var expected = new DeprecationIssue (
414
412
DeprecationIssue .Level .WARNING ,
415
413
"One or more Transforms write to this old index with a compatibility version < 8.0" ,
416
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
414
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration " ,
417
415
"This index was created in version ["
418
416
+ OLD_VERSION .toReleaseVersion ()
419
417
+ "] and will be supported as a read-only index in 9.0. "
@@ -439,7 +437,7 @@ public void testOldIndicesIgnoredCheckWithMultipleTransforms() {
439
437
var expected = new DeprecationIssue (
440
438
DeprecationIssue .Level .WARNING ,
441
439
"One or more Transforms write to this old index with a compatibility version < 8.0" ,
442
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html#breaking_90_transform_destination_index " ,
440
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration " ,
443
441
"This index was created in version ["
444
442
+ OLD_VERSION .toReleaseVersion ()
445
443
+ "] and will be supported as a read-only index in 9.0. "
@@ -469,8 +467,7 @@ public void testMultipleOldIndicesIgnoredCheckWithTransforms() {
469
467
new DeprecationIssue (
470
468
DeprecationIssue .Level .WARNING ,
471
469
"One or more Transforms write to this old index with a compatibility version < 8.0" ,
472
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
473
- + "#breaking_90_transform_destination_index" ,
470
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration" ,
474
471
"This index was created in version ["
475
472
+ OLD_VERSION .toReleaseVersion ()
476
473
+ "] and will be supported as a read-only index in 9.0. "
@@ -485,8 +482,7 @@ public void testMultipleOldIndicesIgnoredCheckWithTransforms() {
485
482
new DeprecationIssue (
486
483
DeprecationIssue .Level .WARNING ,
487
484
"One or more Transforms write to this old index with a compatibility version < 8.0" ,
488
- "https://www.elastic.co/guide/en/elastic-stack/9.0/upgrading-elastic-stack.html"
489
- + "#breaking_90_transform_destination_index" ,
485
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade#transform-migration" ,
490
486
"This index was created in version ["
491
487
+ OLD_VERSION .toReleaseVersion ()
492
488
+ "] and will be supported as a read-only index in 9.0. "
0 commit comments