Skip to content

Commit 13da633

Browse files
authored
Update license acknowledgement messages for Search (#106857) (#107014)
License state messages are shown to user when license expires, or license state changed. Updated Search text to include current features.
1 parent 6a83028 commit 13da633

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

x-pack/plugin/core/src/main/java/org/elasticsearch/license/XPackLicenseState.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,10 @@ private static String[] enterpriseSearchAcknowledgementMessages(OperationMode cu
225225
case TRIAL:
226226
case PLATINUM:
227227
case ENTERPRISE:
228-
return new String[] { "Search Applications and behavioral analytics will be disabled" };
228+
return new String[] {
229+
"Search Applications and behavioral analytics will be disabled.",
230+
"Elastic Web crawler will be disabled.",
231+
"Connector clients require at least a platinum license." };
229232
}
230233
break;
231234
}

0 commit comments

Comments
 (0)