|  | @@ -1,13 +1,11 @@
 | 
	
		
			
				|  |  |  /*
 | 
	
		
			
				|  |  |   * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
 | 
	
		
			
				|  |  | - * or more contributor license agreements. Licensed under the "Elastic License
 | 
	
		
			
				|  |  | - * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side
 | 
	
		
			
				|  |  | - * Public License v 1"; you may not use this file except in compliance with, at
 | 
	
		
			
				|  |  | - * your election, the "Elastic License 2.0", the "GNU Affero General Public
 | 
	
		
			
				|  |  | - * License v3.0 only", or the "Server Side Public License, v 1".
 | 
	
		
			
				|  |  | + * or more contributor license agreements. Licensed under the Elastic License
 | 
	
		
			
				|  |  | + * 2.0; you may not use this file except in compliance with the Elastic License
 | 
	
		
			
				|  |  | + * 2.0.
 | 
	
		
			
				|  |  |   */
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -package org.elasticsearch.datastreams.logsdb.qa;
 | 
	
		
			
				|  |  | +package org.elasticsearch.xpack.logsdb.qa;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import org.elasticsearch.client.Request;
 | 
	
		
			
				|  |  |  import org.elasticsearch.client.Response;
 | 
	
	
		
			
				|  | @@ -18,8 +16,6 @@ import org.elasticsearch.common.settings.Settings;
 | 
	
		
			
				|  |  |  import org.elasticsearch.common.time.DateFormatter;
 | 
	
		
			
				|  |  |  import org.elasticsearch.common.time.FormatNames;
 | 
	
		
			
				|  |  |  import org.elasticsearch.common.xcontent.XContentHelper;
 | 
	
		
			
				|  |  | -import org.elasticsearch.datastreams.logsdb.qa.matchers.MatchResult;
 | 
	
		
			
				|  |  | -import org.elasticsearch.datastreams.logsdb.qa.matchers.Matcher;
 | 
	
		
			
				|  |  |  import org.elasticsearch.index.query.QueryBuilders;
 | 
	
		
			
				|  |  |  import org.elasticsearch.rest.RestStatus;
 | 
	
		
			
				|  |  |  import org.elasticsearch.search.aggregations.AggregationBuilders;
 | 
	
	
		
			
				|  | @@ -31,6 +27,8 @@ import org.elasticsearch.test.ESTestCase;
 | 
	
		
			
				|  |  |  import org.elasticsearch.xcontent.XContentBuilder;
 | 
	
		
			
				|  |  |  import org.elasticsearch.xcontent.XContentFactory;
 | 
	
		
			
				|  |  |  import org.elasticsearch.xcontent.XContentType;
 | 
	
		
			
				|  |  | +import org.elasticsearch.xpack.logsdb.qa.matchers.MatchResult;
 | 
	
		
			
				|  |  | +import org.elasticsearch.xpack.logsdb.qa.matchers.Matcher;
 | 
	
		
			
				|  |  |  import org.hamcrest.Matchers;
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  import java.io.IOException;
 |