Skip to content

Instantly share code, notes, and snippets.

@dbaba
Created August 27, 2014 01:12
Show Gist options
  • Save dbaba/5cc0283a26d9f522f192 to your computer and use it in GitHub Desktop.
Save dbaba/5cc0283a26d9f522f192 to your computer and use it in GitHub Desktop.
input {
stdin {
type => "stdin-type"
}
file {
type => "syslog"
path => [ "/var/log/*.log", "/var/log/messages", "/var/log/syslog" ]
start_position => "beginning"
}
file {
type => "storm"
path => [ "/var/log/storm/*.log" ]
start_position => "beginning"
}
file {
type => "ssdms"
path => [ "/var/log/ssdms/*.log" ]
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