Skip to content

Instantly share code, notes, and snippets.

@mathieue
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathieue/f0e858f35eca7263119e to your computer and use it in GitHub Desktop.
Save mathieue/f0e858f35eca7263119e to your computer and use it in GitHub Desktop.
input {
tcp {
port => 242
}
file {
type => "syslog"
path => [ "/var/log/*.log", "/var/log/messages", "/var/log/syslog" ]
start_position => "beginning"
}
}
output {
stdout {
codec => rubydebug
}
elasticsearch {
embedded => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment