Skip to content

Instantly share code, notes, and snippets.

View trautw's full-sized avatar

Christoph Trautwein trautw

View GitHub Profile

Keybase proof

I hereby claim:

  • I am trautw on github.
  • I am ctraut (https://keybase.io/ctraut) on keybase.
  • I have a public key ASCuj6FGKtt7jLgpHoO_92zMDzueoM_XOTBoqZvG2U6RFgo

To claim this, I am signing this object:

@trautw
trautw / gist:d4c6a6de672dc6f04097
Last active August 29, 2015 14:06
Logstash Config
input {
stdin {
type => "stdin-type"
}
file {
type => "syslog"
path => [ "/var/log/*.log", "/var/log/messages", "/var/log/syslog" ]
start_position => "beginning"
}