|
@ -54,7 +54,6 @@ public class EsStatisticsEndpoint extends EnvelopRestEndpoint {
|
|
|
@RequestParam(required = false)int interval,
|
|
|
@RequestParam(required = false) String level2_type) {
|
|
|
//新版与旧版统计适配
|
|
|
level = elasticsearchUtil.changeLevel(level);
|
|
|
String[] indexes = index.split(",");
|
|
|
JSONObject result = new JSONObject();
|
|
|
try {
|