日志检索->流量日志->SSL泛收 移除界面展示配置ID和动作列,导出移除配置ID和动作
This commit is contained in:
@@ -60,6 +60,7 @@ public class SslRecordLogController extends BaseController {
|
||||
try {
|
||||
// 请求接口
|
||||
String url = Constants.LOG_BASE_URL + Constants.NTC_SSL_RECORD_LOG;
|
||||
// String url="http://192.168.11.198:8080/galaxy-service/service/log/v1/ntcSslRecordLogs";
|
||||
String resJson = HttpClientUtil.getMsg(url, params, request);
|
||||
Gson gson = new GsonBuilder().create();
|
||||
LogRecvData<NtcSslRecordLog> fromJson = gson.fromJson(resJson,
|
||||
@@ -114,6 +115,7 @@ public class SslRecordLogController extends BaseController {
|
||||
model.addAttribute("serviceList", serviceList);
|
||||
|
||||
String url = Constants.LOG_BASE_URL + Constants.NTC_SSL_RECORD_LOG;
|
||||
// String url="http://192.168.11.198:8080/galaxy-service/service/log/v1/ntcSslRecordLogs";
|
||||
String recv = HttpClientUtil.getMsg(url, params, request);
|
||||
if (StringUtils.isNotBlank(recv)) {
|
||||
Gson gson = new GsonBuilder().create();
|
||||
@@ -137,7 +139,7 @@ public class SslRecordLogController extends BaseController {
|
||||
} else {
|
||||
hColumns += ",";
|
||||
}
|
||||
String cfgIndexInfoNoExport = "," + hColumns;
|
||||
String cfgIndexInfoNoExport = ",action,cfg_id," + hColumns;
|
||||
noExportMap.put("ssl_record", cfgIndexInfoNoExport);
|
||||
dataMap.put("ssl_record", list);
|
||||
String timeRange = initLogMap(log, "ssl_record");
|
||||
|
||||
Reference in New Issue
Block a user