|
1 | 1 | /* |
2 | 2 | * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one |
3 | | - * or more contributor license agreements. Licensed under the "Elastic License |
4 | | - * 2.0", the "GNU Affero General Public License v3.0 only", and the "Server Side |
5 | | - * Public License v 1"; you may not use this file except in compliance with, at |
6 | | - * your election, the "Elastic License 2.0", the "GNU Affero General Public |
7 | | - * License v3.0 only", or the "Server Side Public License, v 1". |
| 3 | + * or more contributor license agreements. Licensed under the Elastic License |
| 4 | + * 2.0; you may not use this file except in compliance with the Elastic License |
| 5 | + * 2.0. |
8 | 6 | */ |
9 | 7 |
|
10 | | -package org.elasticsearch.datastreams.logsdb.qa; |
| 8 | +package org.elasticsearch.xpack.logsdb.qa; |
11 | 9 |
|
12 | 10 | import org.elasticsearch.client.Request; |
13 | 11 | import org.elasticsearch.client.Response; |
|
18 | 16 | import org.elasticsearch.common.time.DateFormatter; |
19 | 17 | import org.elasticsearch.common.time.FormatNames; |
20 | 18 | import org.elasticsearch.common.xcontent.XContentHelper; |
21 | | -import org.elasticsearch.datastreams.logsdb.qa.matchers.MatchResult; |
22 | | -import org.elasticsearch.datastreams.logsdb.qa.matchers.Matcher; |
23 | 19 | import org.elasticsearch.index.query.QueryBuilders; |
24 | 20 | import org.elasticsearch.rest.RestStatus; |
25 | 21 | import org.elasticsearch.search.aggregations.AggregationBuilders; |
|
31 | 27 | import org.elasticsearch.xcontent.XContentBuilder; |
32 | 28 | import org.elasticsearch.xcontent.XContentFactory; |
33 | 29 | import org.elasticsearch.xcontent.XContentType; |
| 30 | +import org.elasticsearch.xpack.logsdb.qa.matchers.MatchResult; |
| 31 | +import org.elasticsearch.xpack.logsdb.qa.matchers.Matcher; |
34 | 32 | import org.hamcrest.Matchers; |
35 | 33 |
|
36 | 34 | import java.io.IOException; |
|
0 commit comments