@@ -105,7 +105,7 @@ public void testOldTransformIndicesCheck() {
105
105
var expected = new DeprecationIssue (
106
106
DeprecationIssue .Level .CRITICAL ,
107
107
"One or more Transforms write to this index with a compatibility version < " + Version .CURRENT .major + ".0" ,
108
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
108
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
109
109
"This index was created in version ["
110
110
+ OLD_VERSION .toReleaseVersion ()
111
111
+ "] and requires action before upgrading to "
@@ -133,7 +133,7 @@ public void testOldIndicesCheckWithMultipleTransforms() {
133
133
var expected = new DeprecationIssue (
134
134
DeprecationIssue .Level .CRITICAL ,
135
135
"One or more Transforms write to this index with a compatibility version < " + Version .CURRENT .major + ".0" ,
136
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
136
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
137
137
"This index was created in version ["
138
138
+ OLD_VERSION .toReleaseVersion ()
139
139
+ "] and requires action before upgrading to "
@@ -165,7 +165,7 @@ public void testMultipleOldIndicesCheckWithTransforms() {
165
165
new DeprecationIssue (
166
166
DeprecationIssue .Level .CRITICAL ,
167
167
"One or more Transforms write to this index with a compatibility version < " + Version .CURRENT .major + ".0" ,
168
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
168
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
169
169
"This index was created in version ["
170
170
+ OLD_VERSION .toReleaseVersion ()
171
171
+ "] and requires action before upgrading to "
@@ -182,7 +182,7 @@ public void testMultipleOldIndicesCheckWithTransforms() {
182
182
new DeprecationIssue (
183
183
DeprecationIssue .Level .CRITICAL ,
184
184
"One or more Transforms write to this index with a compatibility version < " + Version .CURRENT .major + ".0" ,
185
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
185
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
186
186
"This index was created in version ["
187
187
+ OLD_VERSION .toReleaseVersion ()
188
188
+ "] and requires action before upgrading to "
@@ -346,7 +346,7 @@ public void testOldTransformIndicesIgnoredCheck() {
346
346
var expected = new DeprecationIssue (
347
347
DeprecationIssue .Level .WARNING ,
348
348
"One or more Transforms write to this old index with a compatibility version < " + Version .CURRENT .major + ".0" ,
349
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
349
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
350
350
"This index was created in version ["
351
351
+ OLD_VERSION .toReleaseVersion ()
352
352
+ "] and will be supported as a read-only index in "
@@ -374,7 +374,7 @@ public void testOldIndicesIgnoredCheckWithMultipleTransforms() {
374
374
var expected = new DeprecationIssue (
375
375
DeprecationIssue .Level .WARNING ,
376
376
"One or more Transforms write to this old index with a compatibility version < " + Version .CURRENT .major + ".0" ,
377
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
377
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
378
378
"This index was created in version ["
379
379
+ OLD_VERSION .toReleaseVersion ()
380
380
+ "] and will be supported as a read-only index in "
@@ -406,7 +406,7 @@ public void testMultipleOldIndicesIgnoredCheckWithTransforms() {
406
406
new DeprecationIssue (
407
407
DeprecationIssue .Level .WARNING ,
408
408
"One or more Transforms write to this old index with a compatibility version < " + Version .CURRENT .major + ".0" ,
409
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
409
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
410
410
"This index was created in version ["
411
411
+ OLD_VERSION .toReleaseVersion ()
412
412
+ "] and will be supported as a read-only index in "
@@ -423,7 +423,7 @@ public void testMultipleOldIndicesIgnoredCheckWithTransforms() {
423
423
new DeprecationIssue (
424
424
DeprecationIssue .Level .WARNING ,
425
425
"One or more Transforms write to this old index with a compatibility version < " + Version .CURRENT .major + ".0" ,
426
- "https://ela.st/es-deprecation-9- transform-destination-index " ,
426
+ "https://www.elastic.co/docs/deploy-manage/upgrade/prepare-to-upgrade# transform-migration " ,
427
427
"This index was created in version ["
428
428
+ OLD_VERSION .toReleaseVersion ()
429
429
+ "] and will be supported as a read-only index in "
0 commit comments