Skip to content

Instantly share code, notes, and snippets.

@KMahoney
Created May 23, 2013 15:05
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 KMahoney/5636741 to your computer and use it in GitHub Desktop.
Save KMahoney/5636741 to your computer and use it in GitHub Desktop.
input {
lumberjack {
'port' => '5005'
'ssl_certificate' => '/opt/logstash/certs/lumberjack.cert'
'ssl_key' => '/opt/logstash/certs/lumberjack.key'
'ssl_key_passphrase' => 'testing'
'type' => 'gocardless'
}
}
output {
elasticsearch {
'bind_host' => '10.178.95.75'
'cluster' => 'logstash'
'host' => '10.178.72.3:9300,10.178.72.40:9300,10.178.95.254'
'port' => '9300'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment