Skip to content

Instantly share code, notes, and snippets.

@philipobrien
Created November 21, 2014 11:46
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 philipobrien/c030717feeab0a74b1db to your computer and use it in GitHub Desktop.
Save philipobrien/c030717feeab0a74b1db to your computer and use it in GitHub Desktop.
Logstash conf file for OPENi cloudlet platform logging
input {
file {
path => "/opt/openi/cloudlet_platform/logs/cloudletPlatform.log"
codec => "json"
}
}
output {
elasticsearch {
host => localhost
protocol => http
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment