Skip to content

Commit

Permalink
Update license acknowledgement messages for Search (#106857) (#107014)
Browse files Browse the repository at this point in the history
License state messages are shown to user when license expires, or
license state changed. Updated Search text to include current features.
  • Loading branch information
efegurkan committed Apr 2, 2024
1 parent 6a83028 commit 13da633
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -225,7 +225,10 @@ private static String[] enterpriseSearchAcknowledgementMessages(OperationMode cu
case TRIAL:
case PLATINUM:
case ENTERPRISE:
return new String[] { "Search Applications and behavioral analytics will be disabled" };
return new String[] {
"Search Applications and behavioral analytics will be disabled.",
"Elastic Web crawler will be disabled.",
"Connector clients require at least a platinum license." };
}
break;
}
Expand Down

0 comments on commit 13da633

Please sign in to comment.