We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a83028 commit 13da633Copy full SHA for 13da633
x-pack/plugin/core/src/main/java/org/elasticsearch/license/XPackLicenseState.java
@@ -225,7 +225,10 @@ private static String[] enterpriseSearchAcknowledgementMessages(OperationMode cu
225
case TRIAL:
226
case PLATINUM:
227
case ENTERPRISE:
228
- return new String[] { "Search Applications and behavioral analytics will be disabled" };
+ 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." };
232
}
233
break;
234
0 commit comments