Skip to content

Instantly share code, notes, and snippets.

View schewara's full-sized avatar

Old Schepperhand schewara

  • Vienna
  • 07:42 (UTC +02:00)
View GitHub Profile
@schewara
schewara / gist:5668621
Last active May 21, 2018 18:48 — forked from louiszuckerman/gist:1346387
Logstash parser for ModSecurity/CRS entries in the Apache ErrorLog
Logstash Configuration...
input {
file {
format => "plain"
path => "/var/log/apache2/*error.log"
type => "apacheerror"
}
}
filter {