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
Copy file name to clipboardExpand all lines: README.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,5 +29,23 @@ This config file for whatever reason will not run if you try to add the "-- web"
29
29
30
30
Also recommend you start logstash like "java -jar logstash-x.x.x-flatjar.jar agent -v -f /yourConf.conf" The "-v" will give verbose output and help you debug issues. Also DON'T run in "-v" mode in a prod environment as you will end up outputting a ton of data to your console and/or logstash stdout capture file. (if you have one)
31
31
32
+
Further note for Centos/Red Hat/Fedora Systems
33
+
----------------------------------------------
32
34
35
+
If logstash has been installed from the logstash repository (http://www.logstash.net/docs/1.4.2/repositories), follow these steps:
36
+
37
+
1. Set the path in logstash-modsecurity.conf to path => "/var/log/httpd/modsec_audit.log"
38
+
2. Copy logstash-modsecurity.conf to /etc/logstash/conf.d
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
0 commit comments