Skip to content

Instantly share code, notes, and snippets.

@hacktvist
Created January 7, 2015 12:32
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 hacktvist/8e1b50dbb85a156ff6d8 to your computer and use it in GitHub Desktop.
Save hacktvist/8e1b50dbb85a156ff6d8 to your computer and use it in GitHub Desktop.
logstash input file
input {
lumberjack {
port => 5000
tags => ["apache_access_json"]
codec => "json"
ssl_certificate => "/etc/ssl/logstash.pub"
ssl_key => "/etc/ssl/logstash.key"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment