mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
Update log table, login screen UI and package versions
This commit is contained in:
@@ -58,6 +58,18 @@ const internalOpenappsecLog = {
|
||||
eventSeverity: json.eventSeverity,
|
||||
eventLevel: json.eventLevel,
|
||||
eventTime: json.eventTime,
|
||||
assetName: json.eventSource.assetName,
|
||||
securityAction: json.eventData.securityAction,
|
||||
waapIncidentType: json.eventData.waapIncidentType,
|
||||
httpSourceId: json.eventData.httpSourceId,
|
||||
sourceIP: json.eventData.sourceIP,
|
||||
httpHostName: json.eventData.httpHostName,
|
||||
httpMethod: json.eventData.httpMethod,
|
||||
httpUriPath: json.eventData.httpUriPath,
|
||||
eventTopic: json.eventSource.eventTopic,
|
||||
matchedLocation: json.eventData.matchedLocation,
|
||||
matchedParameter: json.eventData.matchedParameter,
|
||||
matchedSample: json.eventData.matchedSample,
|
||||
eventName: json.eventName
|
||||
};
|
||||
dataLines.push(wrappedObject);
|
||||
|
Reference in New Issue
Block a user