File tree 1 file changed +0
-3
lines changed
x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/ml/job/messages
1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,6 @@ public final class Messages {
78
78
public static final String DATA_FRAME_ANALYTICS_AUDIT_ESTIMATED_MEMORY_USAGE_HIGHER_THAN_CONFIGURED =
79
79
"Configured model memory limit [{0}] is lower than the expected memory usage [{1}]. " +
80
80
"The analytics job may fail due to configured memory constraints." ;
81
- public static final String DATA_FRAME_ANALYTICS_AUDIT_UNABLE_TO_ESTIMATE_MEMORY_USAGE =
82
- "Data frame analytics is unable to provide an accurate estimate. Unable to determine if configured memory [{0}] is adequate." ;
83
81
public static final String DATA_FRAME_ANALYTICS_AUDIT_CREATING_DEST_INDEX = "Creating destination index [{0}]" ;
84
82
public static final String DATA_FRAME_ANALYTICS_AUDIT_REUSING_DEST_INDEX = "Using existing destination index [{0}]" ;
85
83
public static final String DATA_FRAME_ANALYTICS_AUDIT_STARTED_REINDEXING = "Started reindexing to destination index [{0}]" ;
@@ -163,7 +161,6 @@ public final class Messages {
163
161
public static final String JOB_AUDIT_REVERTED = "Job model snapshot reverted to ''{0}''" ;
164
162
public static final String JOB_AUDIT_SNAPSHOT_DELETED = "Model snapshot [{0}] with description ''{1}'' deleted" ;
165
163
public static final String JOB_AUDIT_SNAPSHOTS_DELETED = "[{0}] expired model snapshots deleted" ;
166
- public static final String JOB_AUDIT_FILTER_UPDATED_ON_PROCESS = "Updated filter [{0}] in running process" ;
167
164
public static final String JOB_AUDIT_CALENDARS_UPDATED_ON_PROCESS = "Updated calendars in running process" ;
168
165
public static final String JOB_AUDIT_MEMORY_STATUS_SOFT_LIMIT = "Job memory status changed to soft_limit; memory pruning will now be " +
169
166
"more aggressive" ;
You can’t perform that action at this time.
0 commit comments