Skip to content

Commit 197e283

Browse files
committed
ES-9508 eql enable deprecation
1 parent d1edfd8 commit 197e283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ static DeprecationIssue checkEqlEnabledSetting(
971971
Setting.Property.NodeScope,
972972
Setting.Property.DeprecatedWarning
973973
);
974-
String url = "https://ela.st/es-deprecation-8-eql-enabled-setting";
974+
String url = "https://ela.st/es-deprecation-7-eql-enabled-setting";
975975
return checkRemovedSetting(
976976
clusterState.metadata().settings(),
977977
settings,

x-pack/plugin/deprecation/src/test/java/org/elasticsearch/xpack/deprecation/NodeDeprecationChecksTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ public void testEqlEnabledSetting() {
778778
final DeprecationIssue expected = new DeprecationIssue(
779779
DeprecationIssue.Level.WARNING,
780780
"Setting [xpack.eql.enabled] is deprecated",
781-
"https://ela.st/es-deprecation-8-eql-enabled-setting",
781+
"https://ela.st/es-deprecation-7-eql-enabled-setting",
782782
"Remove the [xpack.eql.enabled] setting. As of 7.9.2 basic license level features are always enabled.",
783783
false,
784784
null

0 commit comments

Comments
 (0)