mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
Filtered log views
This commit is contained in:
@@ -5,7 +5,30 @@ const model = Backbone.Model.extend({
|
||||
|
||||
defaults: function () {
|
||||
return {
|
||||
name: ''
|
||||
name: '-',
|
||||
eventSeverity: '-',
|
||||
assetName: '-',
|
||||
securityAction: '-',
|
||||
waapIncidentType: '-',
|
||||
httpSourceId: '-',
|
||||
sourceIp: '-',
|
||||
// 'Proxy-IP': '-',
|
||||
proxyIp: '-',
|
||||
httpHostName: '-',
|
||||
httpMethod: '-',
|
||||
// 'HTTP-Response-Code': '-',
|
||||
httpResponseCode: '-',
|
||||
httpUriPath: '-',
|
||||
// 'Protection-Name': '-',
|
||||
protectionName: '-',
|
||||
matchedLocation: '-',
|
||||
matchedParameter: '-',
|
||||
matchedSample: '-',
|
||||
eventPriority: '-',
|
||||
eventTopic: '-',
|
||||
eventName: '-',
|
||||
// Suggested Remediation if Applicable
|
||||
suggestedRemediation: '-'
|
||||
};
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user