We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 381330b commit b001a41Copy full SHA for b001a41
1 file changed
README.md
@@ -39,13 +39,13 @@ If logstash has been installed from the logstash repository (http://www.logstash
39
3. Copy logstash_modsecurity_patterns to /opt/logstash/patterns/
40
4. Give read access to the logstash user on /var/log/httpd/modsec_audit.log
41
42
-`setfacl -m u:logstash:r /var/log/httpd/modsec_audit.log
+`setfacl -m u:logstash:r /var/log/httpd/modsec_audit.log`
43
44
5. Restart the logstash agent
45
46
-`systemctl restart logstash
+`systemctl restart logstash`
47
48
6. Confirm mod_security messages are logged to standard output
49
50
-`tail -f /var/log/logstash/logstash.stdout
+`tail -f /var/log/logstash/logstash.stdout`
51
0 commit comments