diff --git a/src/test/java/org/opensearch/integTest/CreateAnomalyDetectorToolIT.java b/src/test/java/org/opensearch/integTest/CreateAnomalyDetectorToolIT.java index f4518452..e524211d 100644 --- a/src/test/java/org/opensearch/integTest/CreateAnomalyDetectorToolIT.java +++ b/src/test/java/org/opensearch/integTest/CreateAnomalyDetectorToolIT.java @@ -348,8 +348,8 @@ private String registerAgent() { + "[{\\\"feature_name\\\":\\\"test\\\",\\\"feature_enabled\\\":true," + "\\\"aggregation_query\\\":{\\\"test\\\":{\\\"sum\\\":{\\\"field\\\":\\\"value\\\"}}}}],\\\"category_field\\\":[\\\"ip\\\"]}," + " and here are the mapping info containing all the fields in the index ${indexInfo.indexName}: ${indexInfo.indexMapping}, " - + "and the optional aggregation methods are count, avg, min, max and sum. Please give me some suggestion about creating an anomaly detector " - + "for the index ${indexInfo.indexName}, " + + "and the optional aggregation methods are count, avg, min, max and sum. Please give me some suggestion about " + + "creating an anomaly detector for the index ${indexInfo.indexName}, " + "you need to give the key information: the top 3 suitable aggregation fields which are numeric types and " + "the suitable aggregation method for each field, " + "if there are no numeric type fields, both the aggregation field and method are empty string, "