wide page with sticky table heads.
updates local-policy default. data fields fixes.
This commit is contained in:
parent
2a3348ea3d
commit
8631791999
10 changed files with 12 additions and 14 deletions
|
@ -63,6 +63,7 @@ const internalOpenappsecLog = {
|
||||||
waapIncidentType: json.eventData.waapIncidentType,
|
waapIncidentType: json.eventData.waapIncidentType,
|
||||||
httpSourceId: json.eventData.httpSourceId,
|
httpSourceId: json.eventData.httpSourceId,
|
||||||
sourceIP: json.eventData.sourceIP,
|
sourceIP: json.eventData.sourceIP,
|
||||||
|
proxyIP: json.eventData.proxyIP,
|
||||||
httpHostName: json.eventData.httpHostName,
|
httpHostName: json.eventData.httpHostName,
|
||||||
httpMethod: json.eventData.httpMethod,
|
httpMethod: json.eventData.httpMethod,
|
||||||
httpUriPath: json.eventData.httpUriPath,
|
httpUriPath: json.eventData.httpUriPath,
|
||||||
|
|
|
@ -80,6 +80,7 @@ log-triggers:
|
||||||
enabled: true
|
enabled: true
|
||||||
minimum-severity: high
|
minimum-severity: high
|
||||||
response-body: false
|
response-body: false
|
||||||
|
response-code: true
|
||||||
appsec-logging:
|
appsec-logging:
|
||||||
all-web-requests: false
|
all-web-requests: false
|
||||||
detect-events: true
|
detect-events: true
|
||||||
|
@ -87,8 +88,8 @@ log-triggers:
|
||||||
extended-logging:
|
extended-logging:
|
||||||
http-headers: false
|
http-headers: false
|
||||||
request-body: false
|
request-body: false
|
||||||
url-path: false
|
url-path: true
|
||||||
url-query: false
|
url-query: true
|
||||||
log-destination:
|
log-destination:
|
||||||
cloud: false
|
cloud: false
|
||||||
stdout:
|
stdout:
|
||||||
|
|
|
@ -6,12 +6,11 @@
|
||||||
<%= createSpecificTableCell(waapIncidentType) %>
|
<%= createSpecificTableCell(waapIncidentType) %>
|
||||||
<%= createSpecificTableCell(httpSourceId) %>
|
<%= createSpecificTableCell(httpSourceId) %>
|
||||||
<%= createSpecificTableCell(sourceIP) %>
|
<%= createSpecificTableCell(sourceIP) %>
|
||||||
<%= createSpecificTableCell(proxyIp) %>
|
<%= createSpecificTableCell(proxyIP) %>
|
||||||
<%= createSpecificTableCell(httpHostName) %>
|
<%= createSpecificTableCell(httpHostName) %>
|
||||||
<%= createSpecificTableCell(httpMethod) %>
|
<%= createSpecificTableCell(httpMethod) %>
|
||||||
<%= createSpecificTableCell(httpResponseCode) %>
|
<%= createSpecificTableCell(httpResponseCode) %>
|
||||||
<%= createSpecificTableCell(httpUriPath) %>
|
<%= createSpecificTableCell(httpUriPath) %>
|
||||||
<%= createSpecificTableCell(eventTopic) %>
|
|
||||||
<%= createSpecificTableCell(matchedLocation) %>
|
<%= createSpecificTableCell(matchedLocation) %>
|
||||||
<%= createSpecificTableCell(matchedParameter) %>
|
<%= createSpecificTableCell(matchedParameter) %>
|
||||||
<%= createSpecificTableCell(matchedSample) %>
|
<%= createSpecificTableCell(matchedSample) %>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<thead>
|
<thead class="sticky-top bg-white">
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Time</th>
|
<th>Time</th>
|
||||||
<th>Event Severity</th>
|
<th>Event Severity</th>
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
<th>HTTP Method</th>
|
<th>HTTP Method</th>
|
||||||
<th><span class="text-nowrap">HTTP Response</span> Code</th>
|
<th><span class="text-nowrap">HTTP Response</span> Code</th>
|
||||||
<th><span class="text-nowrap">HTTP URI</span> Path</th>
|
<th><span class="text-nowrap">HTTP URI</span> Path</th>
|
||||||
<th>Event Topic</th>
|
|
||||||
<th>Matched Location</th>
|
<th>Matched Location</th>
|
||||||
<th>Matched Parameter</th>
|
<th>Matched Parameter</th>
|
||||||
<th>Matched Sample</th>
|
<th>Matched Sample</th>
|
||||||
|
|
|
@ -6,12 +6,11 @@
|
||||||
<%= createSpecificTableCell(waapIncidentType) %>
|
<%= createSpecificTableCell(waapIncidentType) %>
|
||||||
<%= createSpecificTableCell(httpSourceId) %>
|
<%= createSpecificTableCell(httpSourceId) %>
|
||||||
<%= createSpecificTableCell(sourceIP) %>
|
<%= createSpecificTableCell(sourceIP) %>
|
||||||
<%= createSpecificTableCell(proxyIp) %>
|
<%= createSpecificTableCell(proxyIP) %>
|
||||||
<%= createSpecificTableCell(httpHostName) %>
|
<%= createSpecificTableCell(httpHostName) %>
|
||||||
<%= createSpecificTableCell(httpMethod) %>
|
<%= createSpecificTableCell(httpMethod) %>
|
||||||
<%= createSpecificTableCell(httpResponseCode) %>
|
<%= createSpecificTableCell(httpResponseCode) %>
|
||||||
<%= createSpecificTableCell(httpUriPath) %>
|
<%= createSpecificTableCell(httpUriPath) %>
|
||||||
<%= createSpecificTableCell(eventTopic) %>
|
|
||||||
<%= createSpecificTableCell(matchedLocation) %>
|
<%= createSpecificTableCell(matchedLocation) %>
|
||||||
<%= createSpecificTableCell(matchedParameter) %>
|
<%= createSpecificTableCell(matchedParameter) %>
|
||||||
<%= createSpecificTableCell(matchedSample) %>
|
<%= createSpecificTableCell(matchedSample) %>
|
|
@ -1,4 +1,4 @@
|
||||||
<thead>
|
<thead class="sticky-top bg-white">
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Time</th>
|
<th>Time</th>
|
||||||
<th>Event Severity</th>
|
<th>Event Severity</th>
|
||||||
|
@ -12,7 +12,6 @@
|
||||||
<th>HTTP Method</th>
|
<th>HTTP Method</th>
|
||||||
<th><span class="text-nowrap">HTTP Response</span> Code</th>
|
<th><span class="text-nowrap">HTTP Response</span> Code</th>
|
||||||
<th><span class="text-nowrap">HTTP URI</span> Path</th>
|
<th><span class="text-nowrap">HTTP URI</span> Path</th>
|
||||||
<th>Event Topic</th>
|
|
||||||
<th>Matched Location</th>
|
<th>Matched Location</th>
|
||||||
<th>Matched Parameter</th>
|
<th>Matched Parameter</th>
|
||||||
<th>Matched Sample</th>
|
<th>Matched Sample</th>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<thead>
|
<thead class="sticky-top bg-white">
|
||||||
<th> </th>
|
<th> </th>
|
||||||
<th>Time</th>
|
<th>Time</th>
|
||||||
<th>Event Severity</th>
|
<th>Event Severity</th>
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
<div role="tabpanel" class="tab-pane active" id="tab1">
|
<div role="tabpanel" class="tab-pane active" id="tab1">
|
||||||
<div class="dimmer active">
|
<div class="dimmer active">
|
||||||
<div class="loader"></div>
|
<div class="loader"></div>
|
||||||
<div class="dimmer-content list-region table-responsive">
|
<div class="dimmer-content list-region">
|
||||||
<!-- List Region -->
|
<!-- List Region -->
|
||||||
</div>
|
</div>
|
||||||
<div class="dimmer-content pagination-region">
|
<div class="dimmer-content pagination-region">
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="my-3 my-md-5">
|
<div class="my-3 my-md-5">
|
||||||
<div id="app-content" class="container">
|
<div id="app-content">
|
||||||
<!-- App View -->
|
<!-- App View -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -13,7 +13,7 @@ const model = Backbone.Model.extend({
|
||||||
httpSourceId: '',
|
httpSourceId: '',
|
||||||
sourceIP: '',
|
sourceIP: '',
|
||||||
// 'Proxy-IP': '',
|
// 'Proxy-IP': '',
|
||||||
proxyIp: '',
|
proxyIP: '',
|
||||||
httpHostName: '',
|
httpHostName: '',
|
||||||
httpMethod: '',
|
httpMethod: '',
|
||||||
// 'HTTP-Response-Code': '',
|
// 'HTTP-Response-Code': '',
|
||||||
|
|
Loading…
Reference in a new issue