Skip to content

Commit b001a41

Browse files
committed
correct formatting
1 parent 381330b commit b001a41

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ If logstash has been installed from the logstash repository (http://www.logstash
3939
3. Copy logstash_modsecurity_patterns to /opt/logstash/patterns/
4040
4. Give read access to the logstash user on /var/log/httpd/modsec_audit.log
4141

42-
`setfacl -m u:logstash:r /var/log/httpd/modsec_audit.log
42+
`setfacl -m u:logstash:r /var/log/httpd/modsec_audit.log`
4343

4444
5. Restart the logstash agent
4545

46-
`systemctl restart logstash
46+
`systemctl restart logstash`
4747

4848
6. Confirm mod_security messages are logged to standard output
4949

50-
`tail -f /var/log/logstash/logstash.stdout
50+
`tail -f /var/log/logstash/logstash.stdout`
5151

0 commit comments

Comments
 (0)