|
@@ -126,7 +126,11 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
|
|
"Starting analytics on node",
|
|
|
"Started analytics",
|
|
|
"Creating destination index [test-outlier-detection-with-few-docs-results]",
|
|
|
+ "Started reindexing to destination index [test-outlier-detection-with-few-docs-results]",
|
|
|
"Finished reindexing to destination index [test-outlier-detection-with-few-docs-results]",
|
|
|
+ "Started loading data",
|
|
|
+ "Started analyzing",
|
|
|
+ "Started writing results",
|
|
|
"Finished analysis");
|
|
|
}
|
|
|
|
|
@@ -181,7 +185,11 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
|
|
"Starting analytics on node",
|
|
|
"Started analytics",
|
|
|
"Creating destination index [test-outlier-detection-with-enough-docs-to-scroll-results]",
|
|
|
+ "Started reindexing to destination index [test-outlier-detection-with-enough-docs-to-scroll-results]",
|
|
|
"Finished reindexing to destination index [test-outlier-detection-with-enough-docs-to-scroll-results]",
|
|
|
+ "Started loading data",
|
|
|
+ "Started analyzing",
|
|
|
+ "Started writing results",
|
|
|
"Finished analysis");
|
|
|
}
|
|
|
|
|
@@ -262,7 +270,11 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
|
|
"Starting analytics on node",
|
|
|
"Started analytics",
|
|
|
"Creating destination index [test-outlier-detection-with-more-fields-than-docvalue-limit-results]",
|
|
|
+ "Started reindexing to destination index [test-outlier-detection-with-more-fields-than-docvalue-limit-results]",
|
|
|
"Finished reindexing to destination index [test-outlier-detection-with-more-fields-than-docvalue-limit-results]",
|
|
|
+ "Started loading data",
|
|
|
+ "Started analyzing",
|
|
|
+ "Started writing results",
|
|
|
"Finished analysis");
|
|
|
}
|
|
|
|
|
@@ -387,7 +399,11 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
|
|
"Starting analytics on node",
|
|
|
"Started analytics",
|
|
|
"Creating destination index [test-outlier-detection-with-multiple-source-indices-results]",
|
|
|
+ "Started reindexing to destination index [test-outlier-detection-with-multiple-source-indices-results]",
|
|
|
"Finished reindexing to destination index [test-outlier-detection-with-multiple-source-indices-results]",
|
|
|
+ "Started loading data",
|
|
|
+ "Started analyzing",
|
|
|
+ "Started writing results",
|
|
|
"Finished analysis");
|
|
|
}
|
|
|
|
|
@@ -445,7 +461,11 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
|
|
"Starting analytics on node",
|
|
|
"Started analytics",
|
|
|
"Using existing destination index [test-outlier-detection-with-pre-existing-dest-index-results]",
|
|
|
+ "Started reindexing to destination index [test-outlier-detection-with-pre-existing-dest-index-results]",
|
|
|
"Finished reindexing to destination index [test-outlier-detection-with-pre-existing-dest-index-results]",
|
|
|
+ "Started loading data",
|
|
|
+ "Started analyzing",
|
|
|
+ "Started writing results",
|
|
|
"Finished analysis");
|
|
|
}
|
|
|
|
|
@@ -699,7 +719,11 @@ public class RunDataFrameAnalyticsIT extends MlNativeDataFrameAnalyticsIntegTest
|
|
|
"Starting analytics on node",
|
|
|
"Started analytics",
|
|
|
"Creating destination index [test-outlier-detection-with-custom-params-results]",
|
|
|
+ "Started reindexing to destination index [test-outlier-detection-with-custom-params-results]",
|
|
|
"Finished reindexing to destination index [test-outlier-detection-with-custom-params-results]",
|
|
|
+ "Started loading data",
|
|
|
+ "Started analyzing",
|
|
|
+ "Started writing results",
|
|
|
"Finished analysis");
|
|
|
}
|
|
|
}
|