Skip to content

Instantly share code, notes, and snippets.

@gangaaloori
Created November 22, 2013 17:38
Show Gist options
  • Save gangaaloori/7603884 to your computer and use it in GitHub Desktop.
Save gangaaloori/7603884 to your computer and use it in GitHub Desktop.
Logstash Log4j input conf file
input {
log4j {
type => "cordys_servicecontainer"
host => "localhost"
port => 12555
mode => "server"
codec => rubydebug
}
}
output {
stdout {
codec => rubydebug
debug => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment