Skip to content

Script to download gem patch for logstash 1.5.X to add tcp/tls feature for gelf output.

License

Notifications You must be signed in to change notification settings

edefaria/patch-gelf-output-logstash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

patch logstash 1.5.X

Bash script to patch logsrash 1.5.X to add tcp/tls output gelf support.

To use it:

$ cd /opt/logstash
$ git clone https://github.com/edefaria/patch-logstash.git patch
$ bash patch/update-gelf.sh

If your logstash installation differs from "/opt/logstash", please set ENV variable LOGSTASH_HOME or modify this variable in the begin of the script.

Example: logstash output configuration with gelf (TCP/TLS)

output {
  gelf {
     host => "localhost"
     port => "12202"
     protocol => "tcp"
     tls => "true"
   }
}

About

Script to download gem patch for logstash 1.5.X to add tcp/tls feature for gelf output.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages