-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
3.xRelated to ModSecurity version 3.xRelated to ModSecurity version 3.xRIP - Type - UsageRelated with usage (not a bug)Related with usage (not a bug)pending feedback
Description
Hey,
I've been testing the new SecAuditLogType HTTPS setting, but sending the requests to logstash. This is so far working fine, however I noticed in DetectionOnly mode requests are blocked until the logs have been sent and modsecurity has received an ACK from logstash. Once the ACK has been received the rest of the page loads fine, however this does cause a delay in the requests which is not ideal.
Thanks,
Liam
Config
# Log Directory
SecAuditLog http://xxx.xxx.xxx.xxx:port
SecAuditEngine RelevantOnly
SecAuditLogRelevantStatus "^(?:5|4(?!04))"
SecAuditLogParts ABCFHZ
SecAuditLogType HTTPS
SecAuditLogFormat JSON
SecAuditLogDirMode 0755
SecAuditLogFileMode 0644
Metadata
Metadata
Assignees
Labels
3.xRelated to ModSecurity version 3.xRelated to ModSecurity version 3.xRIP - Type - UsageRelated with usage (not a bug)Related with usage (not a bug)pending feedback


