|
@@ -70,6 +70,10 @@ public class XPackLicenseState {
|
|
|
"Creating and Starting rollup jobs will no longer be allowed.",
|
|
|
"Stopping/Deleting existing jobs, RollupCaps API and RollupSearch continue to function."
|
|
|
});
|
|
|
+ messages.put(XPackField.TRANSFORM, new String[] {
|
|
|
+ "Creating, starting, updating transforms will no longer be allowed.",
|
|
|
+ "Stopping/Deleting existing transforms continue to function."
|
|
|
+ });
|
|
|
messages.put(XPackField.ANALYTICS, new String[] {
|
|
|
"Aggregations provided by Data Science plugin are no longer usable."
|
|
|
});
|
|
@@ -594,7 +598,7 @@ public class XPackLicenseState {
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
- * Data Frame is always available as long as there is a valid license
|
|
|
+ * Transform is always available as long as there is a valid license
|
|
|
*
|
|
|
* @return true if the license is active
|
|
|
*/
|