app的日志检索改为查ntcAppLogs接口,属性有变更

This commit is contained in:
duandongmei
2018-10-10 17:50:36 +08:00
parent 24c7aaaed8
commit a763e92aaf
4 changed files with 42 additions and 12 deletions

View File

@@ -1200,4 +1200,10 @@ dnat_policy=DNAT Reuse Policy
report_total=Total report_total=Total
message_type=Message Type message_type=Message Type
as=AS as=AS
route=Route route=Route
transport_layer_protocol=TLS Protocol
av_voip_monit=VoIP Monit
av_voip_reject=VoIP Reject
label_proto_source=Protocol Source
label_behav_source=Behavior Source
label_app_source=APP Source

View File

@@ -1202,4 +1202,10 @@ dnat_policy=DNAT Reuse Policy
report_total=Total report_total=Total
message_type=\u6D88\u606F\u7C7B\u578B message_type=\u6D88\u606F\u7C7B\u578B
as=\u81EA\u6CBB\u7CFB\u7EDF\u53F7 as=\u81EA\u6CBB\u7CFB\u7EDF\u53F7
route=\u8DEF\u7531\u4FE1\u606F route=\u8DEF\u7531\u4FE1\u606F
transport_layer_protocol=TLS Protocol
av_voip_monit=VoIP\u76D1\u6D4B
av_voip_reject=VoIP\u7BA1\u63A7
label_proto_source=Protocol Source
label_behav_source=Behavior Source
label_app_source=APP Source

View File

@@ -1194,4 +1194,10 @@ dnat_policy=DNAT\u590D\u7528\u7B56\u7565
report_total=\u5408\u8BA1 report_total=\u5408\u8BA1
message_type=\u6D88\u606F\u7C7B\u578B message_type=\u6D88\u606F\u7C7B\u578B
as=\u81EA\u6CBB\u7CFB\u7EDF\u53F7 as=\u81EA\u6CBB\u7CFB\u7EDF\u53F7
route=\u8DEF\u7531\u4FE1\u606F route=\u8DEF\u7531\u4FE1\u606F
transport_layer_protocol=\u4F20\u8F93\u5C42\u534F\u8BAE
av_voip_monit=VoIP\u76D1\u6D4B
av_voip_reject=VoIP\u7BA1\u63A7
label_proto_source=\u534F\u8BAE\u6765\u6E90
label_behav_source=\u884C\u4E3A\u6765\u6E90
label_app_source=\u5E94\u7528\u6765\u6E90

View File

@@ -111,7 +111,7 @@ $(document).ready(function(){
<div class="row"> <div class="row">
<div class="col-md-2"> <div class="col-md-2">
<div class="form-group"> <div class="form-group">
<label><spring:message code="protocol_type"/></label> <label><spring:message code="transport_layer_protocol"/></label>
<c:set var="select"><spring:message code='select'/></c:set> <c:set var="select"><spring:message code='select'/></c:set>
<form:select path="transProto" class="selectpicker form-control" > <form:select path="transProto" class="selectpicker form-control" >
<form:option value=""><spring:message code="select"/></form:option> <form:option value=""><spring:message code="select"/></form:option>
@@ -184,17 +184,20 @@ $(document).ready(function(){
<th><spring:message code='entrance'/></th> <th><spring:message code='entrance'/></th>
<th><spring:message code='basic_protocol'/></th> <th><spring:message code='basic_protocol'/></th>
<th><spring:message code='os_type'/></th> <th><spring:message code='label_proto_source'/></th>
<th><spring:message code='browser_type'/></th> <%-- <th><spring:message code='os_type'/></th>
<th><spring:message code='browser_type'/></th> --%>
<th><spring:message code='behaviour_type'/></th> <th><spring:message code='behaviour_type'/></th>
<th><spring:message code='label_behav_source'/></th>
<th><spring:message code='social_app'/></th> <th><spring:message code='social_app'/></th>
<th><spring:message code='c2s_pkt_num'/></th> <th><spring:message code='label_app_source'/></th>
<%-- <th><spring:message code='c2s_pkt_num'/></th>
<th><spring:message code='s2c_pkt_num'/></th> <th><spring:message code='s2c_pkt_num'/></th>
<th><spring:message code='c2s_byte_num'/></th> <th><spring:message code='c2s_byte_num'/></th>
<th><spring:message code='s2c_byte_num'/></th> <th><spring:message code='s2c_byte_num'/></th> --%>
<th><spring:message code='clj_ip'/></th> <th><spring:message code='clj_ip'/></th>
<th><spring:message code='protocol'/></th> <th><spring:message code='transport_layer_protocol'/></th>
<th><spring:message code='addr_type'/></th> <th><spring:message code='addr_type'/></th>
<th><spring:message code='serverip'/></th> <th><spring:message code='serverip'/></th>
<th><spring:message code='clientip'/></th> <th><spring:message code='clientip'/></th>
@@ -241,6 +244,9 @@ $(document).ready(function(){
</c:forEach> </c:forEach>
</td> </td>
<td> <td>
${log.labelProtoSource}
</td>
<%-- <td>
<c:forEach items="${osList}" var="dict"> <c:forEach items="${osList}" var="dict">
<c:if test="${dict.code eq log.labelOsId}"> <c:if test="${dict.code eq log.labelOsId}">
<spring:message code="${dict.item}"/> <spring:message code="${dict.item}"/>
@@ -253,7 +259,7 @@ $(document).ready(function(){
<spring:message code="${dict.item}"/> <spring:message code="${dict.item}"/>
</c:if> </c:if>
</c:forEach> </c:forEach>
</td> </td> --%>
<td> <td>
<c:forEach items="${behaviorList}" var="dict"> <c:forEach items="${behaviorList}" var="dict">
<c:if test="${dict.code eq log.labelBehavId}"> <c:if test="${dict.code eq log.labelBehavId}">
@@ -261,6 +267,9 @@ $(document).ready(function(){
</c:if> </c:if>
</c:forEach> </c:forEach>
</td> </td>
<td>
${log.labelBehavSource}
</td>
<td> <td>
<c:forEach items="${appList}" var="dict"> <c:forEach items="${appList}" var="dict">
<c:if test="${dict.code eq log.labelAppId}"> <c:if test="${dict.code eq log.labelAppId}">
@@ -268,10 +277,13 @@ $(document).ready(function(){
</c:if> </c:if>
</c:forEach> </c:forEach>
</td> </td>
<td>${log.c2sPktNum}</td> <td>
${log.labelAppSource}
</td>
<%-- <td>${log.c2sPktNum}</td>
<td>${log.s2cPktNum}</td> <td>${log.s2cPktNum}</td>
<td>${log.c2sByteNum}</td> <td>${log.c2sByteNum}</td>
<td>${log.s2cByteNum}</td> <td>${log.s2cByteNum}</td> --%>
<td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td> <td title="${log.capIp }">${fns:abbr(log.capIp, 42)}</td>
<td>${log.transProto}</td> <td>${log.transProto}</td>