You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue for tracking original pull request created by user dune73 on date 2017-11-09 09:18:01.
Link to original PR: SpiderLabs/owasp-modsecurity-crs#953.
HEAD is: 0652365
BASE is: 5226a30
FTW checks apache error logs to find out if ModSecurity / CRS triggered the right alerts. The matching is performed via timestamp match. First via a regex matching the logfile, then by generating a corresponding timestamp itself and the filtering of the loglines during the time delta.
This PR adds the option to define an alternative log timestamp format via config.py.
It also documents config.py a bit better and adds two additional values that are commented out (and match the reverse timestamp format used in the tutorials).
I just noted that the diff includes a change of the default value for log_location_linux. I am going to revert that immediately via a separate commit.
The text was updated successfully, but these errors were encountered:
Issue for tracking original pull request created by user dune73 on date 2017-11-09 09:18:01.
Link to original PR: SpiderLabs/owasp-modsecurity-crs#953.
HEAD is: 0652365
BASE is: 5226a30
FTW checks apache error logs to find out if ModSecurity / CRS triggered the right alerts. The matching is performed via timestamp match. First via a regex matching the logfile, then by generating a corresponding timestamp itself and the filtering of the loglines during the time delta.
This PR adds the option to define an alternative log timestamp format via
config.py
.It also documents
config.py
a bit better and adds two additional values that are commented out (and match the reverse timestamp format used in the tutorials).I just noted that the diff includes a change of the default value for
log_location_linux
. I am going to revert that immediately via a separate commit.The text was updated successfully, but these errors were encountered: