Skip to content

Instantly share code, notes, and snippets.

View uzantonomon's full-sized avatar
🐧

Diogo Ferreira uzantonomon

🐧
View GitHub Profile
@juanje
juanje / gist:3081998
Created July 10, 2012 08:21
A simple Logstash conffile with a custom grok filter
input {
tcp {
type => "linux-syslog"
port => 3333
}
file {
type => "linux-syslog"
path => [ "/var/log/auth.log" ]
}