Created
November 21, 2014 11:46
-
-
Save philipobrien/c030717feeab0a74b1db to your computer and use it in GitHub Desktop.
Logstash conf file for OPENi cloudlet platform logging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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