Skip to content

Instantly share code, notes, and snippets.

@rosscooperman
Created March 11, 2014 18:50
Show Gist options
  • Save rosscooperman/9492435 to your computer and use it in GitHub Desktop.
Save rosscooperman/9492435 to your computer and use it in GitHub Desktop.
input {
lumberjack {
port => "5043"
codec => "json"
ssl_certificate => "/home/deploy/certs/log.movableink.com.crt"
ssl_key => "/home/deploy/certs/log.movableink.com.key"
}
}
output {
elasticsearch_http {
host => "10.0.2.25"
template => "/etc/logstash/template.json"
template_overwrite => true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment