|
@ -2175,7 +2175,7 @@ public class EsStatisticsController extends BaseController {
|
|
|
@RequestParam(required = true) String index,
|
|
|
@RequestParam(required = false) String level2_type) {
|
|
|
try {
|
|
|
//新版与旧版统计适配
|
|
|
//新版与旧版统计适配。
|
|
|
level = elasticsearchUtil.changeLevel(level);
|
|
|
String[] indexes = index.split(",");
|
|
|
JSONObject result = new JSONObject();
|